:root {
  --ink: #0b0e0c;
  --deep: #111813;
  --forest: #1e3a28;
  --orange: #ef7d23;
  --orange-dark: #c95f11;
  --paper: #f2f4ef;
  --white: #fff;
  --muted: #6e766f;
  --line: #dce1da;
  --shadow: 0 18px 45px rgba(9, 17, 11, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, system-ui, sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { height: 78px; padding: 0 clamp(20px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; background: rgba(9, 13, 10, .96); color: white; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: .9; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--orange); color: var(--ink); font-family: "Barlow Condensed", sans-serif; font-weight: 800; font-size: 1.15rem; transform: skew(-7deg); }
.brand strong, .brand small { display: block; font-family: "Barlow Condensed", sans-serif; letter-spacing: .08em; }
.brand strong { font-size: 1.35rem; }
.brand small { color: var(--orange); font-size: .78rem; margin-top: 6px; }
nav { display: flex; gap: 30px; align-items: center; font-size: .9rem; font-weight: 600; }
nav a { transition: color .2s; }
nav a:hover { color: var(--orange); }
nav a[aria-current="page"] { color: var(--orange); }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.28); background: transparent; color: white; padding: 9px 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.nav-whatsapp { background: #25d366; color: #06150c !important; padding: 11px 18px; }
.hero { min-height: min(780px, calc(100vh - 78px)); position: relative; overflow: hidden; display: flex; align-items: center; color: white; background: var(--ink); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,8,5,.94) 0%, rgba(4,8,5,.72) 38%, rgba(4,8,5,.08) 72%), linear-gradient(0deg, rgba(4,8,5,.76) 0%, transparent 40%); }
.hero-content { width: min(670px, 88vw); margin-left: clamp(20px, 8vw, 128px); position: relative; z-index: 2; padding: 80px 0 145px; }
.eyebrow { margin: 0 0 14px; font-weight: 800; font-size: .78rem; color: var(--orange); letter-spacing: .18em; }
.eyebrow.dark { color: var(--orange-dark); }
h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; line-height: .96; margin-top: 0; text-transform: uppercase; }
h1 { font-size: clamp(3.9rem, 8.1vw, 7.6rem); letter-spacing: -.035em; margin-bottom: 24px; }
h1 span { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.72); }
.hero-copy { max-width: 580px; font-size: clamp(1rem, 1.5vw, 1.2rem); color: #dce4dd; margin: 0 0 32px; }
.primary-cta { display: inline-flex; align-items: center; gap: 20px; background: var(--orange); color: var(--ink); padding: 15px 22px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; transition: transform .2s, background .2s; }
.primary-cta:hover { transform: translateY(-2px); background: #ff9139; }
.primary-cta span { font-size: 1.3rem; }
.hero-proof { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; min-height: 94px; background: rgba(9,13,10,.88); backdrop-filter: blur(12px); display: flex; align-items: center; padding-left: clamp(20px, 8vw, 128px); gap: clamp(30px, 6vw, 90px); border-top: 1px solid rgba(255,255,255,.13); color: #aab4ac; font-size: .83rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-proof strong { color: white; display: block; font-size: 1rem; }
.catalog-section { padding: clamp(72px, 10vw, 130px) clamp(20px, 6vw, 92px); max-width: 1500px; margin: 0 auto; }
.section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 36px; }
.section-heading h2, .process h2, .contact-panel h2 { font-size: clamp(2.8rem, 5vw, 5.1rem); letter-spacing: -.025em; margin-bottom: 14px; }
.section-heading p { color: var(--muted); margin: 0; max-width: 650px; }
.catalog-count { display: flex; align-items: center; gap: 12px; border-left: 3px solid var(--orange); padding-left: 18px; white-space: nowrap; }
.catalog-count strong { font-family: "Barlow Condensed", sans-serif; font-size: 3rem; line-height: 1; }
.catalog-count span { color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .09em; }
.catalog-tools { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 32px; padding: 16px; background: white; box-shadow: 0 7px 25px rgba(9,17,11,.06); }
.search-box { flex: 1; display: flex; align-items: center; gap: 12px; min-width: 240px; }
.search-box svg { width: 20px; fill: none; stroke: var(--muted); stroke-width: 2; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 1rem; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { border: 1px solid var(--line); background: var(--paper); padding: 9px 15px; cursor: pointer; font-weight: 700; transition: .2s; }
.filter:hover, .filter.active { background: var(--ink); color: white; border-color: var(--ink); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.atv-card { background: white; box-shadow: 0 9px 35px rgba(9,17,11,.08); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.atv-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-image { aspect-ratio: 16/10; position: relative; overflow: hidden; background: #18221b; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.2); filter: saturate(.75) contrast(1.05); transition: transform .5s; }
.atv-card:hover .card-image img { transform: scale(1.26); }
.card-image.pos-left img { object-position: 47% 70%; }
.card-image.pos-center img { object-position: 68% 70%; }
.card-image.pos-right img { object-position: 91% 68%; }
.stock-tag { position: absolute; top: 15px; left: 15px; background: rgba(8,12,9,.88); color: white; padding: 7px 10px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card-body { padding: 22px; }
.card-kicker { color: var(--orange-dark); text-transform: uppercase; font-size: .75rem; font-weight: 800; letter-spacing: .12em; margin: 0 0 7px; }
.card-body h3 { font-size: 2rem; margin-bottom: 12px; }
.spec-list { display: flex; gap: 14px; flex-wrap: wrap; color: var(--muted); font-size: .82rem; margin-bottom: 18px; }
.spec-list span { padding-right: 14px; border-right: 1px solid var(--line); }
.spec-list span:last-child { border: 0; padding-right: 0; }
.card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 17px; border-top: 1px solid var(--line); }
.price-label small { display: block; text-transform: uppercase; font-size: .67rem; color: var(--muted); letter-spacing: .08em; }
.price-label strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.35rem; }
.inquire-btn { background: var(--forest); color: white; border: 0; padding: 11px 14px; font-weight: 700; font-size: .86rem; cursor: pointer; transition: background .2s; }
.inquire-btn:hover { background: var(--orange-dark); }
.catalog-note { color: var(--muted); font-size: .8rem; margin: 22px 0 0; }
.empty-state { padding: 70px 20px; text-align: center; background: white; }
.empty-state h3 { font-size: 2rem; margin-bottom: 8px; }
.inventory-empty { min-height: 300px; background: white; border: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: clamp(28px, 5vw, 58px); box-shadow: 0 9px 35px rgba(9,17,11,.06); }
.inventory-icon { width: 76px; height: 76px; display: grid; place-items: center; background: var(--ink); color: var(--orange); font: 800 1.7rem "Barlow Condensed", sans-serif; transform: skew(-7deg); }
.inventory-empty h3 { font-size: clamp(2rem, 4vw, 3.3rem); margin-bottom: 8px; }
.inventory-empty p { margin: 0; color: var(--muted); }
.inventory-empty .eyebrow { color: var(--orange-dark); margin-bottom: 8px; }
.inventory-empty > a { background: #25d366; color: #06150c; padding: 14px 18px; font-weight: 800; text-align: center; }
.inventory-listing { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); background: white; box-shadow: var(--shadow); overflow: hidden; }
.inventory-listing + .inventory-listing { margin-top: 32px; }
.listing-photo { min-height: 560px; position: relative; background: #d9ddd8; overflow: hidden; }
.listing-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 49%; }
.listing-photo img.portrait-fit { object-fit: contain; background: #18221b; }
.available-badge { position: absolute; top: 20px; left: 20px; background: #25d366; color: #06150c; padding: 8px 13px; font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.listing-details { padding: clamp(30px, 5vw, 68px); display: flex; flex-direction: column; justify-content: center; }
.listing-details h3 { font-size: clamp(2.8rem, 5vw, 5rem); margin-bottom: 18px; }
.listing-description { color: var(--muted); margin: 0 0 28px; max-width: 540px; }
.listing-details dl { margin: 0 0 30px; border-top: 1px solid var(--line); }
.listing-details dl div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.listing-details dt { color: var(--muted); }
.listing-details dd { margin: 0; font-weight: 800; }
.listing-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.listing-actions a { background: #25d366; color: #06150c; padding: 14px 12px; font-weight: 800; text-align: center; transition: transform .2s; }
.listing-actions a:hover { transform: translateY(-2px); }
.listing-actions .details-link { background: var(--ink); color: white; }
.process { background: var(--deep); color: white; padding: clamp(72px, 9vw, 125px) clamp(20px, 8vw, 128px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 140px); align-items: center; }
.process-intro > p:last-child { color: #aab4ac; max-width: 500px; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.steps li:first-child { border-top: 1px solid rgba(255,255,255,.13); }
.steps > li > span { color: var(--orange); font-family: "Barlow Condensed", sans-serif; font-weight: 800; font-size: 1.15rem; }
.steps h3 { font-size: 1.7rem; margin: 0 0 5px; }
.steps p { color: #aab4ac; margin: 0; }
.contact-panel { margin: clamp(50px, 8vw, 110px) clamp(20px, 6vw, 92px); padding: clamp(36px, 6vw, 72px); background: var(--orange); display: flex; align-items: center; justify-content: space-between; gap: 50px; box-shadow: var(--shadow); }
.contact-panel h2 { margin-bottom: 10px; }
.contact-panel > div:first-child p:last-child { margin: 0; max-width: 650px; }
.contact-actions { min-width: min(100%, 330px); display: grid; gap: 10px; }
.contact-actions a { background: var(--ink); color: white; padding: 15px 18px; display: flex; justify-content: space-between; align-items: center; gap: 15px; transition: transform .2s; }
.contact-actions a:hover { transform: translateX(4px); }
.contact-actions span { color: #59e38b; font-size: .76rem; text-transform: uppercase; font-weight: 800; }
.contact-actions strong { font-size: .92rem; }
footer { background: var(--ink); color: #8f9991; padding: 36px clamp(20px, 6vw, 92px) 100px; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: .82rem; }
.footer-brand { color: white; }
.mobile-contact { display: none; }
.page-hero { padding: clamp(70px, 9vw, 120px) clamp(20px, 7vw, 110px); background: var(--deep); color: white; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -130px; top: -210px; border: 80px solid rgba(239,125,35,.13); border-radius: 50%; }
.page-hero .eyebrow, .page-hero h1, .page-hero p { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(3.5rem, 8vw, 7rem); margin-bottom: 18px; }
.page-hero p:last-child { color: #b7c0b8; max-width: 700px; font-size: 1.08rem; }
.page-shell { max-width: 1450px; margin: 0 auto; padding: clamp(55px, 8vw, 100px) clamp(20px, 6vw, 90px); }
.breadcrumb { display: flex; gap: 9px; color: var(--muted); font-size: .86rem; margin-bottom: 28px; }
.breadcrumb a { color: var(--orange-dark); font-weight: 700; }
.page-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.inventory-card { background: white; box-shadow: var(--shadow); overflow: hidden; }
.inventory-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }
.inventory-card img.portrait-fit { object-fit: contain; background: #18221b; }
.inventory-card-body { padding: clamp(25px, 4vw, 42px); }
.inventory-card h2 { font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 12px; }
.inventory-card p { color: var(--muted); }
.inventory-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.inventory-card-actions a { padding: 14px 16px; text-align: center; font-weight: 800; background: var(--ink); color: white; }
.inventory-card-actions a:last-child { background: #25d366; color: #06150c; }
.detail-layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr); gap: clamp(34px, 6vw, 85px); align-items: start; }
.detail-image { position: sticky; top: 24px; }
.detail-image img { display: block; width: 100%; box-shadow: var(--shadow); }
.detail-media { position: sticky; top: 24px; display: grid; gap: 16px; }
.detail-media .detail-image { position: relative; top: auto; }
.detail-gallery { position: sticky; top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.detail-gallery .gallery-main { grid-column: 1 / -1; position: relative; }
.detail-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; box-shadow: var(--shadow); }
.detail-gallery .gallery-main img { aspect-ratio: 4 / 3; }
.detail-gallery > img { aspect-ratio: 1 / 1; }
.detail-video-wrap { background: var(--ink); box-shadow: var(--shadow); }
.detail-video-wrap video { display: block; width: 100%; max-height: 720px; background: var(--ink); }
.media-label { margin: 0; padding: 11px 14px; color: white; background: var(--deep); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.detail-copy h1 { font-size: clamp(3.4rem, 7vw, 6.2rem); margin-bottom: 18px; }
.detail-copy > p { color: var(--muted); }
.detail-specs { margin: 30px 0; border-top: 1px solid var(--line); }
.detail-specs div { display: flex; justify-content: space-between; gap: 25px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.detail-specs dt { color: var(--muted); }
.detail-specs dd { margin: 0; font-weight: 800; text-align: right; }
.detail-actions { display: grid; gap: 10px; }
.detail-actions a { background: #25d366; color: #06150c; padding: 16px; font-weight: 800; text-align: center; }
.detail-actions a.secondary { background: var(--ink); color: white; }
.detail-note { margin-top: 24px; padding: 18px; background: #fff3e8; border-left: 4px solid var(--orange); color: #5c4a3d !important; }
.info-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin: 35px 0 55px; }
.info-card { background: white; padding: 28px; box-shadow: 0 9px 30px rgba(9,17,11,.07); }
.info-card span { color: var(--orange-dark); font: 800 1rem "Barlow Condensed",sans-serif; letter-spacing: .12em; }
.info-card h2 { font-size: 2rem; margin: 10px 0; }
.info-card p { color: var(--muted); margin: 0; }
.policy-panel { background: var(--deep); color: white; padding: clamp(32px, 6vw, 66px); display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.policy-panel h2 { font-size: clamp(2.8rem, 5vw, 4.8rem); margin-bottom: 15px; }
.policy-panel p, .policy-panel li { color: #b4beb6; }
.policy-panel ul { margin: 0; padding-left: 22px; }
.policy-panel li + li { margin-top: 12px; }
.contact-page-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(30px, 7vw, 90px); align-items: start; }
.contact-page-grid h1 { font-size: clamp(3.5rem, 7vw, 6.2rem); margin-bottom: 18px; }
.contact-page-grid p { color: var(--muted); }
.contact-list { display: grid; gap: 14px; }
.contact-list a { display: flex; justify-content: space-between; gap: 20px; background: white; padding: 24px; box-shadow: 0 8px 25px rgba(9,17,11,.07); font-weight: 800; }
.contact-list span { color: #128c4a; }
.contact-list strong { text-align: right; }
.back-link { display: inline-flex; margin-top: 18px; color: var(--orange-dark); font-weight: 800; }
@media (max-width: 980px) {
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .inventory-listing { grid-template-columns: 1fr; }
  .listing-photo { min-height: 680px; }
  .process { grid-template-columns: 1fr; }
  .contact-panel { align-items: stretch; flex-direction: column; }
  .detail-layout, .contact-page-grid { grid-template-columns: 1fr; }
  .detail-image, .detail-media, .detail-gallery { position: static; }
  .info-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  body { padding-bottom: 58px; }
  .site-header { height: 68px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--ink); padding: 18px 20px 24px; flex-direction: column; align-items: stretch; gap: 5px; box-shadow: 0 16px 25px rgba(0,0,0,.25); }
  nav.is-open { display: flex; }
  nav a { padding: 12px 8px; }
  .nav-whatsapp { padding: 12px; font-size: .85rem; text-align: center; margin-top: 6px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand strong { font-size: 1.12rem; }
  .hero { min-height: 720px; align-items: flex-end; }
  .hero > img { object-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,8,5,.98) 0%, rgba(4,8,5,.74) 54%, rgba(4,8,5,.12) 100%); }
  .hero-content { margin: 0; padding: 80px 20px 150px; width: 100%; }
  h1 { font-size: clamp(3.4rem, 16vw, 5.2rem); }
  .hero-proof { padding: 18px 20px; gap: 22px; min-height: 88px; justify-content: space-between; }
  .hero-proof span { font-size: .62rem; }
  .hero-proof strong { font-size: .78rem; }
  .section-heading { align-items: flex-start; }
  .catalog-count { display: none; }
  .catalog-tools { align-items: stretch; flex-direction: column; padding: 14px; }
  .search-box { min-width: 0; padding: 5px 3px 12px; border-bottom: 1px solid var(--line); }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; }
  .filter { flex: 0 0 auto; }
  .catalog-grid { grid-template-columns: 1fr; }
  .inventory-empty { grid-template-columns: 1fr; text-align: left; }
  .inventory-empty > a { width: 100%; }
  .listing-photo { min-height: 500px; }
  .listing-actions, .inventory-card-actions { grid-template-columns: 1fr; }
  .card-image { aspect-ratio: 16/9; }
  footer { flex-direction: column; align-items: flex-start; padding-bottom: 32px; }
  .mobile-contact { display: grid; position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; grid-template-columns: 1fr 1fr; background: #25d366; box-shadow: 0 -8px 25px rgba(0,0,0,.18); }
  .mobile-contact a { color: #06150c; text-align: center; padding: 16px 6px; font-weight: 800; font-size: .83rem; border-right: 1px solid rgba(0,0,0,.18); }
  .page-grid, .policy-panel { grid-template-columns: 1fr; }
  .contact-list a { flex-direction: column; }
  .contact-list strong { text-align: left; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
