:root {
  --bg: #090b10;
  --surface: #11141b;
  --text: #f6f6f3;
  --muted: #a9adb8;
  --orange: #ff7a1a;
  --orange-light: #ffb32e;
  --line: rgba(255, 255, 255, .12);
  --container: 1180px;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: var(--body); line-height: 1.6; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(9,11,16,.55); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 62px; height: 62px; object-fit: cover; border-radius: 50%; }
.main-nav { display: flex; gap: 36px; margin-left: auto; color: #c9cbd0; font-size: .83rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.main-nav a, .footer-links a { transition: color .2s ease; }
.main-nav a:hover, .footer-links a:hover { color: var(--orange-light); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 1px solid transparent; border-radius: 2px; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 1.1rem; line-height: 1; }
.button-primary { color: #111; background: var(--orange); box-shadow: 0 12px 30px rgba(255,122,26,.18); }
.button-primary:hover { background: var(--orange-light); }
.button-price { color: #111; background: var(--orange-light); box-shadow: 0 12px 30px rgba(255,179,46,.16); }
.button-price:hover { background: #ffd267; }
.button-whatsapp { color: #0b1a0e; background: #65df78; box-shadow: 0 12px 30px rgba(101,223,120,.14); }
.button-whatsapp:hover { background: #83ed91; }
.button-whatsapp .whatsapp-svg { fill: #0b1a0e; }
.contact-social-button { justify-content: space-between; min-width: 190px; }
.contact-social-button .whatsapp-svg { margin-left: 12px; }
.button-instagram { color: #fff; background: linear-gradient(135deg, #833ab4, #c13584 48%, #fd1d1d 100%); box-shadow: 0 12px 30px rgba(193,53,132,.24); }
.button-instagram:hover { background: linear-gradient(135deg, #9a4bc9, #d94896 48%, #ff4a35 100%); }
.instagram-svg { width: 19px; height: 19px; fill: #fff; margin-left: 12px; }
.button-outline { border-color: rgba(255,255,255,.32); color: var(--text); }
.button-outline:hover { border-color: var(--orange); color: var(--orange-light); }
.button-ghost { border-color: var(--line); color: #d6d7da; }
.button-ghost:hover { border-color: var(--orange); }
.button-light { color: var(--bg); background: #f5f4ef; }
.button-small { min-height: 40px; padding: 0 18px; font-size: .7rem; }
.whatsapp-svg { width: 18px; height: 18px; fill: #65df78; flex: 0 0 auto; }
.whatsapp-svg-dark { width: 21px; height: 21px; fill: #412619; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: white; }
.mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; min-height: 760px; display: flex; align-items: center; padding: 150px 0 100px; background: radial-gradient(circle at 82% 35%, rgba(255,103,17,.18), transparent 26%), linear-gradient(115deg, #090b10 0%, #0c1018 55%, #161b25 100%); }
.hero::after { position: absolute; inset: auto 0 0; height: 1px; content: ""; background: var(--line); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .25; pointer-events: none; }
.hero-glow-one { width: 330px; height: 330px; right: 3%; bottom: 0; background: var(--orange); }
.hero-glow-two { width: 160px; height: 160px; top: 16%; left: 33%; background: #ff2d0b; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--orange-light); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; display: inline-block; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; letter-spacing: -.02em; line-height: .9; }
h1 { max-width: 620px; margin-bottom: 26px; font-size: clamp(4.5rem, 9vw, 8.8rem); font-weight: 700; }
h1 strong, h2 em { color: var(--orange); font-style: normal; }
.hero-copy h1 .white-line { color: var(--text); }
.hero-text { max-width: 500px; margin-bottom: 34px; color: var(--muted); font-size: 1rem; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-copy h1 .fit-line { white-space: nowrap; }
.hero-details { display: flex; gap: 34px; margin-top: 72px; }
.hero-details div { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .69rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .06em; }
.hero-details strong { color: var(--orange); font-family: var(--display); font-size: 1.6rem; font-weight: 700; line-height: .8; }
.hero-visual { position: relative; max-width: 530px; justify-self: end; }
.hero-visual::before { position: absolute; z-index: 0; inset: 9% -7% -6% 7%; content: ""; border-radius: 28px; background: linear-gradient(145deg, rgba(255,122,26,.7), rgba(255,61,12,.15)); filter: blur(38px); opacity: .45; }
.visual-frame { position: relative; z-index: 1; overflow: hidden; aspect-ratio: 3 / 4; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: var(--surface); box-shadow: 0 24px 55px rgba(0,0,0,.4), 18px 18px 0 rgba(255,122,26,.1); }
.visual-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(135deg, rgba(255,122,26,.12), transparent 50%); pointer-events: none; }
.visual-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.1); }
.visual-frame video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: saturate(1.1); }

.section { padding: 125px 0; }
.intro-section { color: #111319; background: #f3f1eb; }
.split-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 58px; }
.split-heading .eyebrow { color: #e65d0c; }
.split-heading h2, .contact-section h2 { margin-bottom: 0; font-size: clamp(3.5rem, 6vw, 6rem); }
.contact-section h2 { font-size: clamp(4rem, 7vw, 7rem); }
.section-lead { max-width: 420px; margin: 0 0 5px; color: #666b75; font-size: .95rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 330px; padding: 34px 32px; border: 1px solid #d9d6ce; background: #f8f7f3; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 18px 35px rgba(23,22,18,.12); }
.service-card-featured { color: #fff; border-color: var(--orange); background: var(--orange); }
.card-number { position: absolute; top: 30px; right: 28px; font-family: var(--display); font-size: 1.6rem; opacity: .45; }
.service-icon { margin-bottom: 46px; color: var(--orange); font-size: 2.5rem; line-height: 1; }
.service-card-featured .service-icon { color: #16181e; }
.service-card h3 { margin-bottom: 18px; font-size: 2.1rem; }
.service-card p { max-width: 280px; min-height: 77px; color: #696b70; font-size: .88rem; }
.service-card-featured p { color: rgba(255,255,255,.8); }
.service-card a { display: inline-flex; gap: 10px; color: #171920; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.prices-section { background: #0e1117; }
.prices-section .section-lead, .gallery-section .section-lead { color: #969ba6; }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.price-card { min-height: 0; padding: 28px 30px; border: 1px solid rgba(255,122,26,.55); background: linear-gradient(145deg, #2b1b13, #15171d); transition: border-color .2s ease, transform .2s ease; }
.price-card:hover { border-color: rgba(255,122,26,.7); transform: translateY(-4px); }
.price-card-highlight { background: linear-gradient(145deg, #2b1b13, #15171d); border-color: rgba(255,122,26,.55); }
.price-card-top { display: flex; justify-content: space-between; color: #777c87; font-family: var(--display); font-size: 1.4rem; }
.price-icon { color: var(--orange); }
.price-card h3 { min-height: 0; margin: 34px 0 24px; font-size: 2.5rem; }
.price-card ul { padding: 0; margin: 0; list-style: none; }
.price-card li { display: flex; justify-content: space-between; gap: 18px; padding: 15px 0; border-top: 1px solid var(--line); color: #b2b6bf; font-size: .9rem; line-height: 1.4; }
.price-card li strong { max-width: 165px; flex-shrink: 0; color: var(--orange-light); font-size: .92rem; text-align: right; }
.price-card small { color: #737882; font-size: .74rem; }
.price-note { display: flex; align-items: center; gap: 12px; margin-top: 26px; color: #9297a0; font-size: .75rem; }
.price-note span { display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange); font-weight: 700; }
.text-link { display: inline-flex; gap: 12px; margin-top: 24px; border-bottom: 1px solid var(--orange); color: var(--orange-light); font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { font-size: 1rem; line-height: .8; }

.gallery-section { background: var(--surface); }
.heading-link { align-self: end; margin-bottom: 5px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.gallery-item { position: relative; overflow: hidden; aspect-ratio: 3 / 4; min-height: 0; padding: 0; border: 0; background: #1c2028; cursor: pointer; text-align: left; }
.gallery-item-large { grid-column: auto; grid-row: auto; }
.gallery-item::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.8)); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.gallery-item:hover img { transform: scale(1.06); filter: saturate(1.2); }
.gallery-item span { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; color: #fff; font-size: .75rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.gallery-item span b { float: right; color: var(--orange); font-size: 1.1rem; }

.content-section { background: #0b0e14; }
.content-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; gap: 12px; }
.content-photo { position: relative; overflow: hidden; min-height: 180px; padding: 0; border: 0; background: #171b23; cursor: pointer; text-align: left; }
.content-photo-wide { grid-column: span 2; grid-row: span 2; }
.content-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.82)); }
.content-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.content-photo:hover img { transform: scale(1.06); filter: saturate(1.2); }
.content-photo span { position: absolute; z-index: 1; right: 15px; bottom: 13px; left: 15px; color: #fff; font-size: .67rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.content-photo span b { float: right; color: var(--orange); font-size: 1rem; }
.video-card { display: grid; grid-template-columns: .7fr 1.3fr; gap: 35px; align-items: center; margin-top: 70px; padding: 26px; border: 1px solid rgba(255,255,255,.12); background: #151922; }
.video-copy { padding: 18px; }
.video-copy .eyebrow { margin-bottom: 18px; }
.video-copy h3 { margin-bottom: 18px; font-size: clamp(2.8rem, 5vw, 4.7rem); }
.video-copy h3 em { color: var(--orange); font-style: normal; }
.video-copy p:not(.eyebrow) { max-width: 320px; color: var(--muted); font-size: .85rem; }
.video-card video { width: 100%; max-height: 470px; display: block; background: #050609; }

.contact-section { padding: 135px 0; color: var(--text); background: #0e1117; }
.contact-section .container { width: min(calc(100% - 70px), 1300px); }
.contact-section .eyebrow { color: var(--orange-light); }
.contact-section .eyebrow span { background: var(--orange); }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.contact-simple-grid { align-items: center; }
.contact-copy { max-width: 500px; margin: 32px 0 36px; color: var(--muted); font-size: 1rem; }
.contact-info { padding-left: 58px; border-left: 1px solid var(--line); }
.info-row { display: flex; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.info-row:first-child { padding-top: 0; }
.info-icon { width: 30px; color: var(--orange); font-size: 1.5rem; text-align: center; }
.info-row small { display: block; margin-bottom: 4px; color: var(--orange-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.info-row strong { font-size: 1rem; line-height: 1.55; }
.info-row strong a:hover { text-decoration: underline; }

.map-section { position: relative; height: 520px; display: flex; align-items: center; justify-content: center; padding: 42px 24px; background: #171a20; }
.map-section iframe { width: min(100%, 1030px); height: 420px; border: 0; border-radius: 22px; box-shadow: 0 20px 60px rgba(0,0,0,.35); filter: none; }
.map-label { position: absolute; right: 28px; bottom: 24px; padding: 14px 18px; color: white; background: rgba(9,11,16,.9); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.map-label span { margin-left: 12px; color: var(--orange); }
.site-footer { padding: 27px 0; border-top: 1px solid var(--line); background: var(--bg); color: #828691; }
.footer-wrap { display: flex; align-items: center; gap: 34px; }
.footer-brand { display: flex; align-items: center; gap: 9px; color: #fff; font-family: var(--display); font-size: .85rem; font-weight: 600; line-height: .8; }
.footer-brand img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; }
.footer-brand b { color: var(--orange); }
.footer-wrap p { margin: 0 auto 0 0; font-size: .75rem; }
.footer-links { display: flex; gap: 20px; font-size: .7rem; font-weight: 600; text-transform: uppercase; }
.footer-wrap small { font-size: .68rem; }
.floating-whatsapp { position: fixed; z-index: 5; right: 22px; bottom: 22px; display: grid; width: 54px; height: 54px; place-items: center; border: 2px solid var(--bg); border-radius: 50%; color: #111; background: #6fe67b; box-shadow: 0 8px 22px rgba(0,0,0,.3); transition: transform .2s ease; }
.whatsapp-svg-float { width: 29px; height: 29px; fill: #111; }
.floating-whatsapp:hover { transform: scale(1.08); }
.lightbox { position: fixed; z-index: 20; inset: 0; display: none; place-items: center; padding: 30px; background: rgba(0,0,0,.9); }
.lightbox.is-open { display: grid; }
.lightbox img { max-width: min(100%, 1000px); max-height: 90vh; object-fit: contain; box-shadow: 0 0 0 1px rgba(255,255,255,.2); }
.lightbox-close { position: absolute; top: 20px; right: 24px; border: 0; color: white; background: transparent; cursor: pointer; font-size: 3rem; line-height: 1; }

@media (max-width: 900px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .main-nav, .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { display: none; padding: 8px 18px 20px; border-top: 1px solid var(--line); background: rgba(9,11,16,.97); }
  .mobile-menu.is-open { display: grid; }
  .mobile-menu a { padding: 12px 0; color: #d4d5d8; font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
  .hero { min-height: auto; padding: 145px 0 90px; }
  .hero-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-visual { width: min(100%, 560px); justify-self: center; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card { padding: 26px 22px; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-item-large { grid-row: auto; }
  .content-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .video-card { grid-template-columns: 1fr; gap: 10px; }
  .contact-info { padding: 0; border: 0; }
  .footer-wrap { flex-wrap: wrap; gap: 18px 30px; }
  .footer-wrap p { width: 100%; order: 4; }
}
@media (min-width: 901px) {
  .hero-actions { flex-wrap: nowrap; gap: 10px; }
  .hero-actions .button { padding: 0 15px; gap: 9px; font-size: .66rem; white-space: nowrap; }
}
@media (max-width: 600px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 52px; height: 52px; }
  .hero { padding: 125px 0 75px; }
  h1 { font-size: clamp(4rem, 20vw, 6.5rem); }
  .hero-text { font-size: .9rem; }
  .hero-actions .button, .contact-actions .button { width: 100%; }
  .hero-details { gap: 14px; margin-top: 48px; }
  .hero-details div { font-size: .57rem; }
  .section { padding: 82px 0; }
  .split-heading { display: block; margin-bottom: 36px; }
  .split-heading h2, .contact-section h2 { font-size: clamp(3.5rem, 17vw, 5rem); }
  .section-lead { margin-top: 24px; font-size: .87rem; }
  .service-grid, .price-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 275px; }
  .service-icon { margin-bottom: 34px; }
  .price-card { min-height: 0; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; }
  .gallery-item-large { grid-row: auto; }
  .content-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 145px; gap: 8px; }
  .content-photo-wide { grid-column: span 2; grid-row: span 2; }
  .content-photo { min-height: 130px; }
  .content-photo span { right: 9px; bottom: 8px; left: 9px; font-size: .53rem; }
  .video-card { margin-top: 45px; padding: 12px; }
  .video-copy { padding: 15px 10px 10px; }
  .contact-section { padding: 78px 0; }
  .contact-section .container { width: min(calc(100% - 30px), var(--container)); }
  .contact-grid { gap: 45px; }
  .map-section { height: 360px; padding: 24px 15px; }
  .map-section iframe { height: 290px; border-radius: 16px; }
  .map-label { right: 15px; bottom: 15px; padding: 12px; font-size: .61rem; }
  .footer-wrap { display: grid; grid-template-columns: 1fr auto; }
  .footer-wrap p { grid-column: 1 / -1; margin: 0; }
  .footer-links { grid-column: 1 / -1; }
  .footer-wrap small { grid-column: 1 / -1; }
  .floating-whatsapp { right: 15px; bottom: 15px; width: 48px; height: 48px; }
}
