@font-face { font-family: Inter; src: url('../fonts/inter-400.woff2') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Inter; src: url('../fonts/inter-600.woff2') format('woff2'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: Inter; src: url('../fonts/inter-800.woff2') format('woff2'); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: Poppins; src: url('../fonts/poppins-600.woff2') format('woff2'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: Poppins; src: url('../fonts/poppins-700.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: Poppins; src: url('../fonts/poppins-900.woff2') format('woff2'); font-style: normal; font-weight: 900; font-display: swap; }

:root {
  --elite-gold: #c49c4c;
  --elite-gold-light: #e2c06d;
  --elite-black: #0b0b0b;
  --elite-graphite: #171715;
  --elite-ivory: #f7f4ed;
  --elite-white: #fff;
  --elite-muted: #66625a;
  --elite-line: rgba(196, 156, 76, 0.24);
  --elite-radius: 18px;
  --elite-shadow: 0 24px 70px rgba(11, 11, 11, 0.14);
  --elite-wrap: min(1180px, calc(100% - 40px));
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--elite-graphite); background: var(--elite-ivory); font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.65; }
body, button, input, textarea, select { font-size: 16px; }
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; font-family: Poppins, Inter, system-ui, sans-serif; line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.7rem, 6vw, 6.4rem); }
h2 { font-size: clamp(2rem, 4.6vw, 4.4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin-top: 0; }
.elite-wrap { width: var(--elite-wrap); margin-inline: auto; }
.elite-main { min-height: 60vh; }
.elite-content, .elite-shop-shell { padding-block: 80px; }
.elite-skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; color: var(--elite-black); background: var(--elite-gold-light); transform: translateY(-150%); }
.elite-skip-link:focus { transform: translateY(0); }

.elite-topbar { color: rgba(255,255,255,.72); background: var(--elite-black); border-bottom: 1px solid rgba(255,255,255,.08); font-size: .78rem; letter-spacing: .04em; }
.elite-topbar__inner { display: flex; justify-content: space-between; gap: 24px; padding-block: 7px; }
.elite-topbar a { text-decoration: none; }
.elite-header { position: sticky; z-index: 999; top: 0; color: var(--elite-white); background: rgba(11,11,11,.94); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); transition: box-shadow .25s ease; }
.elite-header.is-scrolled { box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.elite-header__inner { min-height: 82px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 30px; }
.elite-logo { display: block; width: 205px; line-height: 0; }
.elite-logo img { width: 100%; }
.elite-nav ul { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.2vw, 34px); margin: 0; padding: 0; list-style: none; }
.elite-nav a { position: relative; color: rgba(255,255,255,.82); text-decoration: none; font-size: .88rem; font-weight: 600; }
.elite-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--elite-gold); transform: scaleX(0); transition: transform .2s ease; }
.elite-nav a:hover, .elite-nav .current-menu-item > a { color: var(--elite-gold-light); }
.elite-nav a:hover::after, .elite-nav .current-menu-item > a::after { transform: scaleX(1); }
.elite-header__cta, .elite-button, .elementor .elite-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; color: var(--elite-black); background: linear-gradient(135deg,var(--elite-gold-light),var(--elite-gold)); border: 1px solid var(--elite-gold); border-radius: 999px; text-decoration: none; font-weight: 800; box-shadow: 0 12px 26px rgba(196,156,76,.18); transition: transform .2s ease, box-shadow .2s ease; }
.elite-header__cta:hover, .elite-button:hover { color: var(--elite-black); transform: translateY(-2px); box-shadow: 0 15px 34px rgba(196,156,76,.28); }
.elite-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; }
.elite-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.elite-kicker { margin-bottom: 16px; color: #80601f; font-size: .76rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.elite-section--dark .elite-kicker, .elite-section--graphite .elite-kicker, .elite-hero .elite-kicker, .elite-page-hero .elite-kicker, .elite-cta .elite-kicker { color: var(--elite-gold-light); }
.elite-section { padding: clamp(74px, 9vw, 130px) 20px; }
.elite-section--dark { color: var(--elite-white); background: var(--elite-black); }
.elite-section--graphite { color: var(--elite-white); background: var(--elite-graphite); }
.elite-section--white { background: var(--elite-white); }
.elite-section__head { width: min(760px,100%); margin-bottom: clamp(38px,5vw,64px); }
.elite-section__head p:last-child { color: var(--elite-muted); font-size: 1.08rem; }
.elite-section--dark .elite-section__head p:last-child, .elite-section--graphite .elite-section__head p:last-child { color: rgba(255,255,255,.63); }

.elite-hero { position: relative; isolation: isolate; min-height: min(830px, calc(100vh - 112px)); display: grid; align-items: center; overflow: hidden; color: var(--elite-white); background: radial-gradient(circle at 77% 26%,rgba(196,156,76,.2),transparent 28%), linear-gradient(110deg,#090909 0%,#11110f 58%,#211b0f 100%); }
.elite-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(90deg,#000,transparent 75%); }
.elite-hero::after { content: "E"; position: absolute; z-index: -1; right: -1vw; bottom: -18vw; color: transparent; font-family: Poppins,sans-serif; font-size: min(67vw,890px); font-weight: 900; line-height: 1; -webkit-text-stroke: 1px rgba(196,156,76,.22); }
.elite-hero__inner { width: var(--elite-wrap); display: grid; grid-template-columns: minmax(0,1.06fr) minmax(430px,.84fr); gap: clamp(38px,5vw,78px); align-items: center; margin: auto; padding-block: 74px 92px; }
.elite-hero__content { position: relative; z-index: 2; min-width: 0; }
.elite-hero__eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; color: var(--elite-gold-light); font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.elite-hero__eyebrow::before { content: ""; width: 44px; height: 1px; background: var(--elite-gold); }
.elite-hero h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(3.3rem,5.35vw,5.7rem); }
.elite-hero h1 em { color: var(--elite-gold-light); font-style: normal; }
.elite-hero__copy { max-width: 660px; color: rgba(255,255,255,.7); font-size: clamp(1rem,1.6vw,1.25rem); }
.elite-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.elite-button--ghost { color: var(--elite-white); background: transparent; border-color: rgba(255,255,255,.28); box-shadow: none; }
.elite-button--ghost:hover { color: var(--elite-gold-light); background: rgba(255,255,255,.05); }
.elite-hero__stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); max-width: 720px; margin-top: 70px; border-top: 1px solid rgba(255,255,255,.14); }
.elite-stat { padding: 26px 28px 0 0; }
.elite-stat strong { display: block; color: var(--elite-gold-light); font-family: Poppins,sans-serif; font-size: 1.9rem; }
.elite-stat span { color: rgba(255,255,255,.55); font-size: .82rem; }
.elite-hero__visual { position: relative; min-height: 590px; isolation: isolate; }
.elite-hero__visual-backdrop { position: absolute; z-index: -1; right: -6%; bottom: 3%; width: 90%; height: 78%; background: linear-gradient(145deg,rgba(196,156,76,.14),rgba(255,255,255,.035)); border: 1px solid rgba(226,192,109,.2); border-radius: 30px; transform: rotate(3deg); }
.elite-hero-shot { position: absolute; margin: 0; overflow: visible; background: #171715; border: 1px solid rgba(255,255,255,.35); border-radius: 24px; box-shadow: 0 28px 60px rgba(0,0,0,.42); transition: transform .35s ease,box-shadow .35s ease; }
.elite-hero-shot__media { width: 100%; height: 100%; overflow: hidden; border-radius: inherit; }
.elite-hero-shot img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: inherit; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.elite-hero-shot figcaption { position: absolute; z-index: 2; top: -16px; left: 28px; padding: 9px 16px; color: var(--elite-black); background: var(--elite-white); border-radius: 999px; box-shadow: 0 8px 20px rgba(0,0,0,.18); font-size: .67rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.elite-hero-shot--main { top: 42px; left: 0; width: 75%; height: 500px; transform: rotate(-3deg); animation: elite-hero-main-in .8s cubic-bezier(.2,.7,.2,1) both; }
.elite-hero-shot--main img { object-position: 100% center; transform: scale(1.28); transform-origin: 78% 50%; }
.elite-hero-shot--top { z-index: 2; top: 22px; right: -2%; width: 49%; aspect-ratio: 1.18; transform: rotate(5deg); animation: elite-hero-top-in .8s .14s cubic-bezier(.2,.7,.2,1) both; }
.elite-hero-shot--top img { object-position: center; transform: scale(1.7); transform-origin: 50% 76%; }
.elite-hero-shot--top figcaption { top: auto; right: 20px; bottom: -14px; left: auto; color: var(--elite-black); background: var(--elite-gold-light); }
.elite-hero-shot--bottom { z-index: 3; right: -1%; bottom: 38px; width: 53%; aspect-ratio: 1.42; transform: rotate(-2deg); animation: elite-hero-bottom-in .8s .26s cubic-bezier(.2,.7,.2,1) both; }
.elite-hero-shot--bottom img { object-position: center; transform: scale(1.75); transform-origin: 50% 27%; }
.elite-hero-shot--bottom figcaption { top: -14px; right: 18px; left: auto; color: var(--elite-black); background: var(--elite-gold-light); }
.elite-hero-shot:hover { z-index: 5; box-shadow: 0 34px 75px rgba(0,0,0,.52); }
.elite-hero-shot--main:hover { transform: rotate(-1deg) translateY(-7px); }
.elite-hero-shot--top:hover { transform: rotate(3deg) translateY(-7px); }
.elite-hero-shot--bottom:hover { transform: rotate(0) translateY(-7px); }
.elite-hero-shot:hover img { transform: scale(1.36); }
.elite-hero-shot--top:hover img { transform: scale(1.78); }
.elite-hero-shot--bottom:hover img { transform: scale(1.83); }
@keyframes elite-hero-main-in { from { opacity: 0; transform: translateY(34px) rotate(-7deg) scale(.94); } to { opacity: 1; transform: rotate(-3deg); } }
@keyframes elite-hero-top-in { from { opacity: 0; transform: translate(28px,-14px) rotate(10deg) scale(.92); } to { opacity: 1; transform: rotate(5deg); } }
@keyframes elite-hero-bottom-in { from { opacity: 0; transform: translate(35px,24px) rotate(4deg) scale(.92); } to { opacity: 1; transform: rotate(-2deg); } }

.elite-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px,8vw,120px); align-items: start; }
.elite-intro-grid h2 { max-width: 760px; }
.elite-lead { color: #5b574f; font-size: clamp(1.1rem,1.7vw,1.35rem); }
.elite-rule-list { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid #ddd6c9; }
.elite-rule-list li { display: flex; gap: 20px; padding: 18px 0; border-bottom: 1px solid #ddd6c9; }
.elite-rule-list b { min-width: 30px; color: #80601f; }

.elite-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.elite-service-card { position: relative; min-height: 320px; padding: 34px; overflow: hidden; color: var(--elite-white); background: #22221f; border: 1px solid rgba(255,255,255,.09); border-radius: var(--elite-radius); text-decoration: none; transition: transform .25s ease,border-color .25s ease; }
.elite-service-card::after { content: attr(data-index); position: absolute; right: 20px; bottom: -25px; color: rgba(196,156,76,.1); font-family: Poppins,sans-serif; font-size: 8rem; font-weight: 900; line-height: 1; }
.elite-service-card:hover { color: var(--elite-white); border-color: var(--elite-gold); transform: translateY(-6px); }
.elite-service-card__icon { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 70px; color: var(--elite-black); background: var(--elite-gold); border-radius: 50%; font-weight: 900; }
.elite-service-card p { position: relative; z-index: 1; color: rgba(255,255,255,.58); }
.elite-service-card span { color: var(--elite-gold-light); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.elite-process { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); counter-reset: process; border-top: 1px solid #d9d2c5; }
.elite-process__item { position: relative; padding: 34px 28px 10px 0; counter-increment: process; }
.elite-process__item::before { content: "0" counter(process); display: block; margin-bottom: 46px; color: #80601f; font-family: Poppins,sans-serif; font-weight: 800; }
.elite-process__item::after { content: ""; position: absolute; top: -5px; left: 0; width: 10px; height: 10px; background: var(--elite-gold); border-radius: 50%; }
.elite-process__item p { color: var(--elite-muted); font-size: .92rem; }

.elite-project-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.elite-project-card { position: relative; min-height: 440px; display: flex; align-items: flex-end; overflow: hidden; background: linear-gradient(145deg,#302a1e,#111); border-radius: var(--elite-radius); }
.elite-project-card:nth-child(3n+2) { background: linear-gradient(145deg,#1a1a1a,#4e3d1c); }
.elite-project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform .45s ease; }
.elite-project-card:hover img { transform: scale(1.04); }
.elite-project-card__content { position: relative; z-index: 1; width: 100%; padding: 32px; color: white; background: linear-gradient(transparent,rgba(0,0,0,.88)); }
.elite-project-card__content span { color: var(--elite-gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.elite-difference-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; background: var(--elite-line); border: 1px solid var(--elite-line); }
.elite-difference { padding: 34px 28px; background: var(--elite-black); }
.elite-difference strong { display: block; margin-bottom: 18px; color: var(--elite-gold-light); font-family: Poppins,sans-serif; font-size: 2.2rem; }
.elite-difference p { margin: 0; color: rgba(255,255,255,.6); font-size: .9rem; }

.elite-faq { border-top: 1px solid #d9d2c5; }
.elite-faq details { padding: 24px 0; border-bottom: 1px solid #d9d2c5; }
.elite-faq summary { cursor: pointer; font-family: Poppins,sans-serif; font-size: 1.08rem; font-weight: 700; }
.elite-faq details p { max-width: 760px; margin: 16px 0 0; color: var(--elite-muted); }

.elite-cta { position: relative; overflow: hidden; padding: clamp(72px,10vw,135px) 20px; color: var(--elite-white); text-align: center; background: var(--elite-black); }
.elite-cta::before { content: ""; position: absolute; width: 500px; height: 500px; top: -280px; left: 50%; background: rgba(196,156,76,.18); border-radius: 50%; filter: blur(80px); transform: translateX(-50%); }
.elite-cta__inner { position: relative; width: min(840px,100%); margin: auto; }
.elite-cta p:not(.elite-kicker) { color: rgba(255,255,255,.65); font-size: 1.12rem; }

.elite-footer { color: var(--elite-white); background: #070707; border-top: 1px solid rgba(255,255,255,.1); }
.elite-footer__cta { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding-block: 56px; border-bottom: 1px solid rgba(255,255,255,.1); }
.elite-footer__cta h2 { margin: 0; color: white; font-size: clamp(2rem,4vw,3.7rem); letter-spacing: -.04em; text-transform: none; }
.elite-footer__grid { display: grid; grid-template-columns: 1.25fr .65fr .9fr .85fr; gap: clamp(34px,5vw,70px); padding-block: 70px; }
.elite-footer__brand p { max-width: 390px; }
.elite-footer__logo { width: 245px; margin-bottom: 22px; }
.elite-footer p, .elite-footer li { color: rgba(255,255,255,.55); }
.elite-footer h2 { margin-bottom: 22px; color: var(--elite-gold-light); font-size: .83rem; letter-spacing: .12em; text-transform: uppercase; }
.elite-footer ul { margin: 0; padding: 0; list-style: none; }
.elite-footer li { margin: 8px 0; }
.elite-footer a { text-decoration: none; }
.elite-footer a:hover { color: var(--elite-gold-light); }
.elite-footer__social { display: inline-flex; gap: 8px; margin-top: 10px; color: var(--elite-gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.elite-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; color: rgba(255,255,255,.7); border-top: 1px solid rgba(255,255,255,.08); font-size: .76rem; }
.elite-whatsapp { position: fixed; z-index: 990; right: 22px; bottom: 22px; display: grid; width: 60px; height: 60px; place-items: center; color: #fff; background: #25d366; border: 3px solid #fff; border-radius: 50%; text-decoration: none; box-shadow: 0 15px 34px rgba(0,0,0,.25); transition: transform .2s ease, box-shadow .2s ease; }
.elite-whatsapp:hover { color: #fff; transform: translateY(-4px) scale(1.04); box-shadow: 0 20px 42px rgba(0,0,0,.32); }
.elite-whatsapp svg { width: 29px; height: 29px; }

.elite-page-hero { position: relative; isolation: isolate; min-height: 540px; display: grid; align-items: center; overflow: hidden; padding: clamp(90px,11vw,155px) 20px; color: white; background: radial-gradient(circle at 80%,rgba(196,156,76,.22),transparent 30%),linear-gradient(120deg,#090909,#18150e); }
.elite-page-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(90deg,#000,transparent 85%); }
.elite-page-hero__mark { position: absolute; z-index: -1; right: -20px; bottom: -170px; color: transparent; font-family: Poppins,sans-serif; font-size: min(48vw,620px); font-weight: 900; line-height: 1; -webkit-text-stroke: 1px rgba(196,156,76,.18); }
.elite-page-hero h1 { max-width: 920px; margin-bottom: 20px; font-size: clamp(2.7rem,6vw,5.3rem); }
.elite-page-hero p { max-width: 690px; color: rgba(255,255,255,.65); font-size: 1.1rem; }
.elite-page-hero .elite-kicker { margin-top: 32px; }
.elite-page-hero--compact { min-height: 360px; }
.elite-page-hero--article h1 { max-width: 1040px; font-size: clamp(2.5rem,5vw,4.8rem); }
.elite-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; color: rgba(255,255,255,.52); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.elite-breadcrumb a { color: var(--elite-gold-light); text-decoration: none; }
.elite-feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px,8vw,110px); align-items: center; }
.elite-visual-panel { position: relative; min-height: 520px; display: flex; flex-direction: column; justify-content: flex-end; padding: 46px; overflow: hidden; color: white; background: linear-gradient(145deg,rgba(0,0,0,.2),rgba(0,0,0,.78)),url('/wp-content/uploads/elite-catalog/avisos-acrilico-neon.webp') center/cover; border-radius: var(--elite-radius); box-shadow: var(--elite-shadow); }
.elite-visual-panel::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(226,192,109,.4); border-radius: 12px; }
.elite-visual-panel span,.elite-visual-panel strong { position: relative; z-index: 1; }
.elite-visual-panel span { color: var(--elite-gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.elite-visual-panel strong { max-width: 420px; font-family: Poppins,sans-serif; font-size: clamp(1.8rem,3vw,3rem); line-height: 1.1; }
.elite-metric-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: #d9d2c5; border: 1px solid #d9d2c5; }
.elite-metric { min-height: 190px; padding: 32px; background: var(--elite-ivory); }
.elite-metric strong { display: block; margin-bottom: 28px; color: #80601f; font-family: Poppins,sans-serif; font-size: clamp(1.7rem,3vw,2.7rem); line-height: 1; }
.elite-metric span { color: var(--elite-muted); font-size: .9rem; }
.elite-capability-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; background: var(--elite-line); border: 1px solid var(--elite-line); }
.elite-capability { min-height: 300px; padding: 34px 28px; background: var(--elite-black); }
.elite-capability > span { display: block; margin-bottom: 64px; color: var(--elite-gold-light); font-family: Poppins,sans-serif; font-size: 1.5rem; font-weight: 800; }
.elite-capability p { color: rgba(255,255,255,.58); font-size: .91rem; }
.elite-chip-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.elite-chip-list span { padding: 9px 16px; color: #72551b; border: 1px solid #cbbd9f; border-radius: 999px; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.elite-service-showcase { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.elite-service-showcase__card { overflow: hidden; color: white; background: #1f1f1d; border: 1px solid rgba(255,255,255,.08); border-radius: var(--elite-radius); }
.elite-service-showcase__media { position: relative; aspect-ratio: 4/3; display: block; overflow: hidden; background: #282720; }
.elite-service-showcase__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 45%,rgba(0,0,0,.45)); }
.elite-service-showcase__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease,filter .4s ease; }
.elite-service-showcase__card:hover img { transform: scale(1.055); filter: saturate(1.08); }
.elite-service-showcase__placeholder { height: 100%; display: grid; place-items: center; color: rgba(226,192,109,.15); font-family: Poppins,sans-serif; font-size: 7rem; font-weight: 900; }
.elite-service-showcase__content { padding: 28px; }
.elite-service-showcase__content > span,.elite-blog-card__content > span { color: var(--elite-gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.elite-service-showcase__content h3 { margin: 10px 0 14px; }
.elite-service-showcase__content p { min-height: 76px; color: rgba(255,255,255,.58); font-size: .9rem; }
.elite-text-link { display: inline-flex; gap: 8px; color: #80601f; font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.elite-section--dark .elite-text-link,.elite-section--graphite .elite-text-link,.elite-service-showcase .elite-text-link { color: var(--elite-gold-light); }
.elite-text-link span { transition: transform .2s ease; }
.elite-text-link:hover span { transform: translate(3px,-3px); }
.elite-industry-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: rgba(255,255,255,.12); }
.elite-industry-grid span { padding: 24px; background: var(--elite-graphite); border-bottom: 1px solid rgba(255,255,255,.08); font-family: Poppins,sans-serif; font-weight: 600; }
.elite-contact-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.elite-contact-card { min-width: 0; min-height: 280px; display: flex; flex-direction: column; padding: 32px; color: var(--elite-graphite); background: var(--elite-ivory); border: 1px solid #ddd5c4; border-radius: var(--elite-radius); text-decoration: none; transition: transform .25s ease,box-shadow .25s ease; }
.elite-contact-card:hover { color: var(--elite-graphite); transform: translateY(-6px); box-shadow: var(--elite-shadow); }
.elite-contact-card > span { color: #80601f; font-family: Poppins,sans-serif; font-weight: 800; }
.elite-contact-card h3 { margin: auto 0 10px; }
.elite-contact-card p { overflow-wrap: anywhere; color: var(--elite-muted); }
.elite-contact-card b { color: #80601f; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.elite-contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px,8vw,100px); align-items: start; }
.elite-form { padding: clamp(24px,4vw,44px); background: white; border: 1px solid #ded7ca; border-radius: var(--elite-radius); box-shadow: var(--elite-shadow); }
.elite-field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.elite-form label { display: grid; gap: 8px; margin-bottom: 20px; font-size: .84rem; font-weight: 800; }
.elite-form input,.elite-form select,.elite-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--elite-graphite); background: var(--elite-ivory); border: 1px solid #cfc6b7; border-radius: 8px; font: inherit; }
.elite-form textarea { resize: vertical; }
.elite-form .elite-check { grid-template-columns: auto 1fr; align-items: start; font-weight: 400; }
.elite-form .elite-check input { width: 18px; min-height: 18px; margin-top: 3px; }
.elite-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.elite-form-alert { margin-bottom: 20px; padding: 16px 18px; border-radius: 8px; }
.elite-form-alert--success { color: #164c2a; background: #e4f5e9; }
.elite-form-alert--error { color: #7a1d1d; background: #fae5e5; }
.elite-location-panel { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,8vw,100px); align-items: center; }
.elite-location-panel p { color: rgba(255,255,255,.65); }
.elite-location-panel__map { min-height: 380px; display: grid; place-items: center; align-content: center; gap: 12px; color: var(--elite-gold-light); background: radial-gradient(circle,rgba(196,156,76,.2),transparent 55%),repeating-linear-gradient(0deg,transparent 0 39px,rgba(255,255,255,.05) 40px),repeating-linear-gradient(90deg,transparent 0 39px,rgba(255,255,255,.05) 40px); border: 1px solid rgba(255,255,255,.12); border-radius: var(--elite-radius); }
.elite-location-panel__map strong { font-family: Poppins,sans-serif; font-size: clamp(2rem,5vw,4.2rem); }
.elite-location-panel__map span { font-size: .75rem; letter-spacing: .14em; }
.elite-content-shell,.elite-article-shell { padding: clamp(70px,9vw,120px) 20px; background: white; }
.elite-content-shell > .elite-wrap { max-width: 980px; }
.elite-article-layout { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(280px,.55fr); gap: clamp(44px,7vw,90px); align-items: start; }
.elite-article__media,.elite-service-detail__media,.elite-project-detail__media { overflow: hidden; border-radius: var(--elite-radius); box-shadow: var(--elite-shadow); }
.elite-article__media { margin-bottom: 50px; }
.elite-article__media img,.elite-service-detail__media img,.elite-project-detail__media img { width: 100%; display: block; object-fit: cover; }
.elite-service-detail__media img { min-height: 520px; }
.elite-sidebar { position: sticky; top: 120px; padding: 32px; color: white; background: var(--elite-black); border-radius: var(--elite-radius); }
.elite-sidebar h2 { font-size: 1.8rem; }
.elite-sidebar p:not(.elite-kicker) { color: rgba(255,255,255,.62); }
.elite-prose { font-size: 1.05rem; }
.elite-prose h2 { margin-top: 48px; font-size: clamp(1.8rem,3vw,2.7rem); }
.elite-prose li { margin-bottom: 9px; }
.elite-blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.elite-blog-card { overflow: hidden; background: var(--elite-ivory); border: 1px solid #ded7ca; border-radius: var(--elite-radius); }
.elite-blog-card__media { aspect-ratio: 4/3; display: block; overflow: hidden; background: #ded7ca; }
.elite-blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.elite-blog-card:hover img { transform: scale(1.04); }
.elite-blog-card__content { padding: 28px; }
.elite-blog-card__content h2 { margin: 12px 0 16px; font-size: 1.45rem; }
.elite-blog-card__content h2 a { text-decoration: none; }
.elite-blog-card__content p { color: var(--elite-muted); font-size: .9rem; }
.elite-pagination { margin-top: 40px; }
.elite-project-detail { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(40px,7vw,90px); align-items: center; }
.elite-project-detail__content dl { margin-top: 40px; border-top: 1px solid #d9d2c5; }
.elite-project-detail__content dl div { display: grid; grid-template-columns: 100px 1fr; padding: 14px 0; border-bottom: 1px solid #d9d2c5; }
.elite-project-detail__content dt { color: #80601f; font-weight: 800; }
.elite-project-detail__content dd { margin: 0; }
.elite-shop-notice { position: relative; min-height: 430px; display: grid; grid-template-columns: .45fr 1fr; gap: clamp(35px,7vw,90px); align-items: center; overflow: hidden; padding: clamp(34px,6vw,78px); color: white; background: radial-gradient(circle at 20%,rgba(196,156,76,.23),transparent 30%),var(--elite-black); border-radius: var(--elite-radius); }
.elite-shop-notice > span { color: transparent; font-family: Poppins,sans-serif; font-size: clamp(7rem,17vw,14rem); font-weight: 900; line-height: .8; -webkit-text-stroke: 1px rgba(226,192,109,.4); }
.elite-shop-notice > div { position: relative; z-index: 1; }
.elite-shop-notice h2 { font-size: clamp(2rem,4vw,3.7rem); }
.elite-shop-notice p:not(.elite-kicker) { max-width: 650px; color: rgba(255,255,255,.65); }
.elite-motion-ready .elite-reveal { opacity: 0; transform: translateY(28px); }
.elite-motion-ready .elite-reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .7s ease var(--elite-reveal-delay,0ms),transform .7s cubic-bezier(.2,.7,.2,1) var(--elite-reveal-delay,0ms); }
.elite-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(38px,8vw,100px); }
.elite-contact-list { margin: 34px 0 0; padding: 0; list-style: none; }
.elite-contact-list li { padding: 16px 0; border-bottom: 1px solid #ddd6c9; }
.elite-not-found { min-height: 65vh; display: grid; align-items: center; padding-block: 90px; color: white; background: var(--elite-black); text-align: center; }

/* WooCommerce */
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 0 0 24px; overflow: hidden; background: white; border-radius: 16px; box-shadow: 0 14px 50px rgba(20,18,12,.08); }
.woocommerce ul.products li.product a img { aspect-ratio: 4/3; margin: 0 0 22px; object-fit: cover; background: #e9e4d9; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-inline: 22px; }
.woocommerce ul.products li.product .price { color: var(--elite-gold); font-weight: 800; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { color: var(--elite-black); background: var(--elite-gold-light); border-radius: 999px; }
.woocommerce a.button:hover, .woocommerce button.button:hover { color: var(--elite-black); background: var(--elite-gold); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--elite-gold); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--elite-gold); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 48px; padding: 12px 14px; border: 1px solid #cfc8ba; border-radius: 8px; }
.woocommerce form .form-row textarea { min-height: 140px; }
.elite-pickup-note { margin: 18px 0; padding: 18px; background: #f0e7d4; border-left: 4px solid var(--elite-gold); }

*:focus-visible { outline: 3px solid var(--elite-gold-light); outline-offset: 3px; }

@media (max-width: 1024px) {
  .elite-header__inner { grid-template-columns: 1fr auto auto; }
  .elite-menu-toggle { display: block; }
  .elite-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 20px; background: var(--elite-black); border-top: 1px solid rgba(255,255,255,.1); }
  .elite-nav.is-open { display: block; }
  .elite-nav ul { width: var(--elite-wrap); display: grid; justify-content: stretch; gap: 0; margin: auto; }
  .elite-nav li { border-bottom: 1px solid rgba(255,255,255,.1); }
  .elite-nav a { display: block; padding: 14px 0; }
  .elite-card-grid, .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .elite-process, .elite-difference-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .elite-capability-grid,.elite-service-showcase,.elite-blog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .elite-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .elite-hero__inner { grid-template-columns: minmax(0,1fr) minmax(360px,.78fr); gap: 28px; }
  .elite-hero h1 { font-size: clamp(3rem,6vw,4.5rem); }
  .elite-hero__visual { min-height: 520px; }
  .elite-hero-shot--main { height: 440px; }
}

@media (max-width: 767px) {
  :root { --elite-wrap: min(100% - 28px,1180px); }
  .elite-topbar { display: none; }
  .elite-header__inner { min-height: 72px; grid-template-columns: 1fr auto; }
  .elite-logo { width: 185px; }
  .elite-header__cta { display: none; }
  .elite-hero { min-height: calc(100vh - 72px); }
  .elite-hero__inner { grid-template-columns: 1fr; gap: 48px; padding-block: 62px 76px; }
  .elite-hero h1 { max-width: 100%; font-size: clamp(2.2rem,11.5vw,3.25rem); overflow-wrap: normal; }
  .elite-hero__actions { display: grid; grid-template-columns: 1fr; margin-top: 30px; }
  .elite-hero__actions .elite-button { width: 100%; }
  .elite-hero__stats { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; margin-top: 48px; }
  .elite-stat { min-width: 0; padding: 18px 8px 0 0; }
  .elite-stat strong { font-size: 1.45rem; }
  .elite-stat span { display: block; font-size: .68rem; line-height: 1.35; }
  .elite-intro-grid, .elite-contact-grid, .elite-project-grid, .elite-footer__grid, .elite-feature-split, .elite-contact-layout, .elite-location-panel, .elite-article-layout, .elite-project-detail { grid-template-columns: 1fr; }
  .elite-card-grid, .woocommerce ul.products, .elite-process, .elite-difference-grid { grid-template-columns: 1fr; }
  .elite-capability-grid,.elite-service-showcase,.elite-blog-grid,.elite-contact-cards,.elite-field-grid { grid-template-columns: 1fr; }
  .elite-footer__cta { display: grid; align-items: start; }
  .elite-page-hero { min-height: 460px; }
  .elite-page-hero__mark { right: -10px; bottom: -60px; font-size: 80vw; }
  .elite-visual-panel { min-height: 390px; padding: 30px; }
  .elite-metric { min-height: 150px; padding: 24px; }
  .elite-service-showcase__content p { min-height: 0; }
  .elite-sidebar { position: static; }
  .elite-service-detail__media img { min-height: 340px; }
  .elite-shop-notice { grid-template-columns: 1fr; }
  .elite-hero__visual { width: min(100%,520px); min-height: 420px; margin-inline: auto; }
  .elite-hero-shot { border-radius: 16px; }
  .elite-hero-shot--main { top: 28px; width: 76%; height: 350px; }
  .elite-hero-shot--top { top: 16px; right: 0; width: 47%; }
  .elite-hero-shot--bottom { right: 0; bottom: 22px; width: 56%; }
  .elite-hero-shot figcaption { padding: 7px 11px; font-size: .56rem; }
  .elite-service-card { min-height: 280px; }
  .elite-process { border-top: 0; }
  .elite-process__item { border-top: 1px solid #d9d2c5; }
  .elite-project-card { min-height: 340px; }
  .elite-footer__grid { gap: 38px; }
  .elite-footer__bottom { display: grid; }
  .elite-whatsapp { right: 14px; bottom: 14px; width: 52px; height: 52px; border-width: 2px; }
  .elite-whatsapp svg { width: 25px; height: 25px; }
}

@media (max-width: 380px) {
  .elite-stat strong { font-size: 1.25rem; }
  .elite-stat span { font-size: .64rem; }
}

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