:root {
  --ink: #18211b;
  --green: #26382d;
  --green-2: #354c3d;
  --olive: #87917a;
  --wood: #a56f48;
  --cream: #f2eee5;
  --paper: #fbfaf6;
  --white: #fff;
  --muted: #6c746e;
  --line: #dfe2dc;
  --danger: #a33a32;
  --success: #2f6b45;
  --shadow: 0 20px 55px rgba(26, 37, 29, .11);
  --radius: 22px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; background: #fff; padding: 10px 14px; transform: translateY(-150%); border-radius: 8px; }
.skip-link:focus { transform: none; }

.topbar { color: rgba(255,255,255,.82); background: #16231b; font-size: 12px; letter-spacing: .08em; }
.topbar-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-inner div { display: flex; gap: 22px; letter-spacing: .01em; }
.topbar a:hover { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,246,.93); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(24,33,27,.08); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 10px 35px rgba(24,33,27,.08); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: auto; height: 48px; max-width: 190px; object-fit: contain; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; flex: none; color: var(--cream); background: var(--green); border-radius: 50% 50% 48% 52% / 48% 44% 56% 52%; font: 700 20px/1 Inter, Aptos, "Segoe UI", sans-serif; }
.brand-mark.inverse { color: var(--green); background: var(--cream); }
.brand strong { display: block; font: 700 21px/1.1 Inter, Aptos, "Segoe UI", sans-serif; letter-spacing: -.04em; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.button), .nav-group > a { position: relative; padding: 30px 0; }
.site-nav > a:not(.button)::after, .nav-group > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 24px; height: 1px; background: var(--wood); transition: right .2s; }
.site-nav > a:hover::after, .nav-group:hover > a::after { right: 0; }
.nav-group { position: relative; }
.nav-dropdown { display: none; position: absolute; top: calc(100% - 15px); left: -20px; min-width: 220px; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.nav-dropdown a { display: block; padding: 9px 12px; border-radius: 8px; }
.nav-dropdown a:hover { background: var(--cream); }
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown { display: block; }
.menu-toggle { display: none; width: 45px; height: 45px; padding: 11px; background: none; border: 1px solid var(--line); border-radius: 12px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 12px 21px; border: 1px solid transparent; border-radius: 4px; font-weight: 700; font-size: 13px; letter-spacing: .02em; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); border-color: var(--green); }
.button-primary:hover { background: var(--green-2); }
.button-dark { min-height: 43px; color: #fff; background: var(--green); }
.button-cream { color: var(--ink); background: var(--cream); border-color: var(--cream); }
.button-cream:hover { background: #fff; border-color: #fff; }
.button-outline { color: var(--ink); border-color: #b9c0b9; background: transparent; }
.button-outline:hover { border-color: var(--ink); }
.button-danger { color: #fff; background: var(--danger); }
.button-block { width: 100%; }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.text-link.light { color: #fff; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--wood); font-size: 11px; font-weight: 700; letter-spacing: .17em; }
.eyebrow.light { color: #d8c8b3; }

.hero { position: relative; height: min(760px, calc(100vh - 117px)); min-height: 650px; overflow: hidden; color: #fff; background: var(--green); }
.hero-track, .hero-slide { position: absolute; inset: 0; }
.hero-slide { visibility: hidden; opacity: 0; transition: opacity .8s ease, visibility .8s; }
.hero-slide.active { visibility: visible; opacity: 1; z-index: 1; }
.hero-slide > img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.025); transition: transform 7s ease; }
.hero-slide.active > img { transform: scale(1); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,20,14,.88) 0%, rgba(11,20,14,.68) 35%, rgba(11,20,14,.18) 70%, rgba(11,20,14,.12) 100%), linear-gradient(0deg, rgba(8,15,11,.55), transparent 45%); }
.hero-content { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -52%); }
.hero-content h1 { max-width: 750px; margin: 0; font: 500 clamp(45px, 5.5vw, 78px)/1.04 "Manrope", sans-serif; letter-spacing: -.055em; text-wrap: balance; }
.hero-content p { max-width: 570px; margin: 25px 0 32px; color: rgba(255,255,255,.78); font-size: clamp(16px, 1.5vw, 19px); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-controls { position: absolute; z-index: 5; left: 50%; bottom: 94px; transform: translateX(-50%); display: flex; justify-content: space-between; align-items: center; }
.hero-controls > div { display: flex; gap: 8px; }
.hero-controls button { width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.4); color: #fff; background: rgba(0,0,0,.14); border-radius: 50%; cursor: pointer; }
.hero-dots button { width: 32px; height: 3px; padding: 0; border: 0; border-radius: 0; background: rgba(255,255,255,.35); }
.hero-dots button.active { background: #fff; }
.hero-trust { position: absolute; z-index: 4; bottom: 0; left: 0; right: 0; background: rgba(17,29,21,.88); backdrop-filter: blur(8px); }
.hero-trust .container { min-height: 67px; display: flex; align-items: center; gap: 50px; }
.hero-trust span { display: inline-flex; align-items: baseline; gap: 8px; color: rgba(255,255,255,.65); font-size: 12px; }
.hero-trust strong { color: #fff; font-size: 17px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-heading h2, .about-copy h2, .contact-copy h2 { max-width: 760px; margin: 0; font: 500 clamp(34px, 4.2vw, 56px)/1.12 "Manrope", sans-serif; letter-spacing: -.045em; }
.section-heading > p { max-width: 440px; margin: 0 0 6px; color: var(--muted); }
.category-section { background: var(--paper); }
.category-grid { display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: repeat(2, 290px); gap: 18px; }
.category-card { position: relative; min-height: 290px; overflow: hidden; color: #fff; background: var(--green); border-radius: var(--radius); }
.category-card:first-child { grid-row: span 2; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.category-card:hover img { transform: scale(1.045); }
.category-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,15,10,.88), rgba(8,15,10,.06) 75%); }
.category-card > div { position: absolute; left: 30px; right: 30px; bottom: 28px; }
.category-card > div > span { color: #dbcab4; font-size: 11px; letter-spacing: .12em; }
.category-card h3 { margin: 4px 0 5px; font: 500 clamp(25px, 2.7vw, 38px)/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.category-card p { max-width: 430px; margin: 0; color: rgba(255,255,255,.74); font-size: 13px; }
.category-card b { display: inline-block; margin-top: 17px; font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.7); }

.about-section { background: #ece8de; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); align-items: center; gap: clamp(55px, 8vw, 115px); }
.about-image { position: relative; }
.about-image img { width: 100%; aspect-ratio: 4/4.5; object-fit: cover; border-radius: 180px 180px 18px 18px; }
.experience-badge { position: absolute; right: -35px; bottom: 10%; width: 140px; height: 140px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: var(--green); border: 8px solid #ece8de; border-radius: 50%; }
.experience-badge strong { font: 600 35px/1 "Manrope"; }
.experience-badge span { font-size: 10px; line-height: 1.3; text-transform: uppercase; letter-spacing: .05em; }
.about-copy > p { margin: 28px 0; color: var(--muted); font-size: 16px; }
.feature-list { margin: 34px 0; padding: 0; list-style: none; border-top: 1px solid #cdd0c9; }
.feature-list li { display: grid; grid-template-columns: 48px 1fr; gap: 17px; padding: 20px 0; border-bottom: 1px solid #cdd0c9; }
.feature-list li > span { color: var(--wood); font-size: 11px; font-weight: 700; }
.feature-list strong { font-size: 15px; }
.feature-list p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }

.featured-section { background: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.product-card { overflow: hidden; background: #fff; border: 1px solid #e3e5e0; border-radius: 18px; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: #e5e0d6; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-badge { position: absolute; top: 15px; left: 15px; padding: 7px 10px; color: var(--ink); background: rgba(255,255,255,.88); backdrop-filter: blur(6px); border-radius: 20px; font-size: 10px; font-weight: 700; }
.image-placeholder { width: 100%; height: 100%; min-height: 260px; display: grid; place-items: center; color: rgba(255,255,255,.75); background: linear-gradient(135deg, var(--green), #647364); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; }
.product-body { padding: 23px; }
.product-category { color: var(--wood); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { margin: 7px 0 9px; font: 600 21px/1.25 "Manrope", sans-serif; letter-spacing: -.025em; }
.product-card h3 a:hover { color: var(--wood); }
.product-card p { min-height: 44px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 12px; }
.product-price { color: var(--muted); }
.product-footer a { font-weight: 700; }

.process-section { color: #fff; background: var(--green); }
.process-section .container { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.process-intro h2 { margin: 0; font: 500 clamp(35px, 4.3vw, 56px)/1.13 "Manrope", sans-serif; letter-spacing: -.045em; }
.process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.process-steps li { display: grid; grid-template-columns: 65px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-steps li > span { color: #d3c0a6; font-size: 11px; }
.process-steps h3 { margin: 0 0 4px; font: 500 20px "Manrope"; }
.process-steps p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }

.page-hero { padding: 105px 0 95px; color: #fff; background: linear-gradient(120deg, #203128, #405345); }
.page-hero h1 { max-width: 900px; margin: 0; font: 500 clamp(44px, 6vw, 76px)/1.05 "Manrope"; letter-spacing: -.055em; }
.page-hero p { max-width: 690px; margin: 24px 0 0; color: rgba(255,255,255,.68); font-size: 17px; }
.catalog-toolbar { display: grid; gap: 23px; margin-bottom: 40px; }
.search-field { display: flex; max-width: 570px; background: #fff; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; }
.search-field input { flex: 1; min-width: 0; padding: 14px 17px; border: 0; outline: 0; }
.search-field button { padding: 0 22px; color: #fff; background: var(--green); border: 0; cursor: pointer; }
.category-pills { display: flex; gap: 9px; flex-wrap: wrap; }
.category-pills a { padding: 9px 15px; color: var(--muted); border: 1px solid var(--line); border-radius: 50px; font-size: 12px; font-weight: 600; }
.category-pills a:hover, .category-pills a.active { color: #fff; border-color: var(--green); background: var(--green); }
.empty-state { padding: 80px 30px; text-align: center; background: #fff; border: 1px dashed #c6cbc5; border-radius: var(--radius); }
.empty-state > span { font-size: 44px; }
.empty-state h2 { margin: 10px 0; font: 600 27px "Manrope"; }
.empty-state p { color: var(--muted); }
.pagination { display: flex; justify-content: center; gap: 7px; margin-top: 45px; }
.pagination a { width: 41px; height: 41px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.pagination a.active { color: #fff; background: var(--green); border-color: var(--green); }

.breadcrumb-wrap { background: #f0eee7; border-bottom: 1px solid var(--line); }
.breadcrumbs { min-height: 48px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; }
.breadcrumbs a:hover { color: var(--ink); }
.product-detail-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(45px, 7vw, 90px); align-items: start; }
.gallery-main { overflow: hidden; aspect-ratio: 4/3; background: #e5e1d8; border-radius: var(--radius); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-top: 12px; }
.gallery-thumbs button { overflow: hidden; aspect-ratio: 1; padding: 0; background: #eee; border: 2px solid transparent; border-radius: 10px; cursor: pointer; }
.gallery-thumbs button.active { border-color: var(--wood); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-info { position: sticky; top: 120px; }
.product-info h1 { margin: 0; font: 600 clamp(38px, 4.3vw, 57px)/1.07 "Manrope"; letter-spacing: -.055em; }
.product-info .lead { margin: 20px 0; color: var(--muted); font-size: 18px; }
.detail-price { display: inline-block; margin: 8px 0 17px; padding: 9px 14px; background: var(--cream); font-weight: 700; }
.rich-text { color: #545d56; }
.detail-list { margin: 27px 0; border-top: 1px solid var(--line); }
.detail-list > div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.detail-list dt { color: var(--muted); font-size: 12px; }
.detail-list dd { margin: 0; text-align: right; font-size: 12px; font-weight: 700; }
.detail-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.micro-copy { margin-top: 13px; color: var(--muted); font-size: 11px; }

.contact-hero { background: radial-gradient(circle at 90% 10%, #546858 0, transparent 35%), #203128; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); }
.contact-copy > p { color: var(--muted); }
.contact-cards { margin-top: 35px; border-top: 1px solid var(--line); }
.contact-cards > * { display: block; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-cards small { display: block; color: var(--wood); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.contact-cards strong { font-size: 14px; }
.inquiry-form { padding: clamp(25px, 4vw, 43px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label, .field { display: grid; gap: 7px; color: #485049; font-size: 12px; font-weight: 600; }
.form-grid label span { color: var(--danger); }
.form-grid .full { grid-column: 1 / -1; }
input, textarea, select { width: 100%; min-height: 48px; padding: 12px 13px; color: var(--ink); background: #fcfcf9; border: 1px solid #d9ddd7; border-radius: 8px; outline: 0; transition: border-color .2s, box-shadow .2s; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--wood); box-shadow: 0 0 0 3px rgba(165,111,72,.12); }
.inquiry-form .button { margin-top: 19px; }
.form-note { margin: 11px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.footer-cta { padding: 64px 0; color: #fff; background: #9a6948; }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.footer-cta h2 { max-width: 700px; margin: 0; font: 500 clamp(30px, 4vw, 48px)/1.12 "Manrope"; letter-spacing: -.045em; }
.site-footer { padding: 72px 0 24px; color: rgba(255,255,255,.72); background: #16231b; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 55px; }
.footer-brand h3 { margin: 15px 0 9px; color: #fff; font: 600 24px "Manrope"; }
.footer-brand p { max-width: 350px; font-size: 13px; }
.footer-grid h4 { margin: 0 0 18px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) span { display: block; margin: 9px 0; font-size: 12px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }
.whatsapp-float { position: fixed; z-index: 45; right: 22px; bottom: 22px; min-height: 48px; display: flex; align-items: center; gap: 9px; padding: 12px 17px; color: #fff; background: #287d49; border: 3px solid rgba(255,255,255,.6); border-radius: 50px; box-shadow: 0 10px 25px rgba(0,0,0,.22); font-size: 12px; font-weight: 700; }
.flash-stack { position: fixed; z-index: 100; top: 95px; right: 20px; width: min(390px, calc(100% - 40px)); display: grid; gap: 9px; }
.flash { padding: 14px 17px; color: #fff; background: var(--ink); border-radius: 10px; box-shadow: var(--shadow); font-size: 13px; }
.flash-success { background: var(--success); }
.flash-error { background: var(--danger); }

/* Admin */
.admin-body { background: #f2f3ef; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 250px 1fr; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 25px 18px; color: rgba(255,255,255,.72); background: #17241c; }
.admin-sidebar .brand { color: #fff; padding: 0 7px 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.admin-sidebar .brand small { color: rgba(255,255,255,.5); }
.admin-nav { display: grid; gap: 4px; margin-top: 22px; }
.admin-nav a { padding: 11px 13px; border-radius: 9px; font-size: 13px; }
.admin-nav a:hover, .admin-nav a.active { color: #fff; background: rgba(255,255,255,.1); }
.admin-sidebar-foot { margin-top: auto; padding: 15px 8px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.admin-sidebar-foot a { display: block; margin-top: 7px; color: #fff; }
.admin-main { min-width: 0; }
.admin-top { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 32px; background: #fff; border-bottom: 1px solid var(--line); }
.admin-top h1 { margin: 0; font: 600 22px "Manrope"; }
.admin-top p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.admin-menu-toggle { display: none; }
.admin-content { padding: 30px 32px 60px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat-card { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.stat-card small { color: var(--muted); font-size: 11px; }
.stat-card strong { display: block; margin-top: 4px; font: 600 31px "Manrope"; }
.stat-card span { color: var(--wood); font-size: 10px; }
.panel-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; margin-top: 18px; }
.admin-card { padding: 23px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.admin-card-head, .page-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 18px; }
.admin-card h2 { margin: 0; font: 600 17px "Manrope"; }
.admin-card p { color: var(--muted); font-size: 12px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.admin-table th { padding: 10px; color: var(--muted); font-size: 10px; text-align: left; text-transform: uppercase; letter-spacing: .06em; border-bottom: 1px solid var(--line); }
.admin-table td { padding: 12px 10px; border-bottom: 1px solid #eceeea; vertical-align: middle; }
.admin-table tr:last-child td { border-bottom: 0; }
.table-image { width: 55px; height: 42px; object-fit: cover; border-radius: 6px; background: #eee; }
.badge { display: inline-flex; padding: 5px 8px; color: var(--muted); background: #eceeea; border-radius: 50px; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.badge.active, .badge.new { color: #27633e; background: #dff1e5; }
.badge.passive, .badge.closed { color: #8d3c35; background: #f4e0de; }
.badge.contacted { color: #8b642b; background: #f5ead5; }
.table-actions { display: flex; justify-content: flex-end; gap: 6px; }
.table-actions a, .table-actions button { padding: 6px 9px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 6px; font-size: 10px; cursor: pointer; }
.table-actions button.danger { color: var(--danger); }
.admin-form { display: grid; gap: 21px; }
.admin-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.admin-form .full { grid-column: 1 / -1; }
.field small { color: var(--muted); font-weight: 400; }
.checkbox-field { display: flex; align-items: center; gap: 9px; font-size: 12px; }
.checkbox-field input { width: 18px; min-height: 18px; }
.image-preview { width: min(230px, 100%); overflow: hidden; margin-top: 8px; background: #eee; border-radius: 10px; }
.image-preview img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gallery-admin { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.gallery-admin > div { position: relative; overflow: hidden; border-radius: 9px; }
.gallery-admin img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.gallery-admin label { position: absolute; inset: auto 5px 5px; padding: 5px; color: #fff; background: rgba(120,30,25,.85); border-radius: 5px; font-size: 9px; }
.gallery-admin label input { width: 13px; min-height: 13px; }
.login-wrap { min-height: 100vh; display: grid; place-items: center; padding: 25px; background: radial-gradient(circle at 10% 10%, #516556, transparent 35%), #17251d; }
.login-card { width: min(460px, 100%); padding: clamp(28px, 6vw, 45px); background: var(--paper); border-radius: 22px; box-shadow: 0 35px 80px rgba(0,0,0,.3); }
.login-card h1 { margin: 20px 0 8px; font: 600 30px "Manrope"; letter-spacing: -.04em; }
.login-card > p { margin: 0 0 25px; color: var(--muted); font-size: 13px; }
.login-form { display: grid; gap: 15px; }
.login-help { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.inline-form { display: inline; }
.danger-zone { margin-top: 25px; padding-top: 20px; border-top: 1px solid #efd5d2; }

@media (max-width: 1024px) {
  .section { padding: 85px 0; }
  .site-nav { gap: 20px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .process-section .container { gap: 45px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
  .admin-shell { grid-template-columns: 220px 1fr; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .panel-grid { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar-inner > span { display: none; }
  .topbar-inner { justify-content: center; }
  .header-inner { min-height: 72px; }
  .brand small { display: none; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; top: 107px; left: 0; right: 0; bottom: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 30px 22px; overflow-y: auto; background: var(--paper); }
  .site-nav.open { display: flex; }
  .site-nav > a:not(.button), .nav-group > a { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 18px; }
  .site-nav > a::after, .nav-group > a::after { display: none; }
  .nav-dropdown { display: block; position: static; min-width: 0; padding: 7px 0 10px 14px; background: transparent; border: 0; box-shadow: none; }
  .nav-dropdown a { padding: 7px 0; color: var(--muted); }
  .nav-cta { margin-top: 20px; }
  .hero { height: 690px; min-height: 0; }
  .hero-overlay { background: linear-gradient(90deg, rgba(11,20,14,.82), rgba(11,20,14,.33)), linear-gradient(0deg, rgba(8,15,11,.7), transparent 50%); }
  .hero-content { top: 43%; }
  .hero-content h1 { font-size: clamp(42px, 10.5vw, 64px); }
  .hero-content p { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-controls { bottom: 92px; }
  .hero-trust .container { justify-content: space-between; gap: 8px; }
  .hero-trust span { flex-direction: column; gap: 0; font-size: 9px; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .category-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .category-card, .category-card:first-child { min-height: 380px; grid-row: auto; }
  .about-grid, .product-detail-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-image { width: 90%; }
  .experience-badge { right: -10%; }
  .product-info { position: static; }
  .process-section .container { grid-template-columns: 1fr; }
  .footer-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .admin-shell { display: block; }
  .admin-sidebar { position: fixed; z-index: 70; inset: 0 18% 0 0; height: auto; transform: translateX(-110%); transition: transform .25s; box-shadow: 20px 0 50px rgba(0,0,0,.2); }
  .admin-sidebar.open { transform: none; }
  .admin-menu-toggle { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; border-radius: 9px; }
  .admin-top { padding: 12px 17px; }
  .admin-content { padding: 20px 15px 50px; }
}

@media (max-width: 560px) {
  .section { padding: 70px 0; }
  .topbar-inner { font-size: 10px; }
  .brand strong { font-size: 18px; }
  .brand-mark { width: 39px; height: 39px; }
  .hero { height: 660px; }
  .hero-content h1 { font-size: 41px; }
  .hero-content p { margin: 17px 0 24px; }
  .hero-trust span:last-child { display: none; }
  .category-card, .category-card:first-child { min-height: 320px; }
  .about-image { width: 94%; }
  .experience-badge { width: 120px; height: 120px; right: -6%; }
  .product-grid { grid-template-columns: 1fr; }
  .process-steps li { grid-template-columns: 45px 1fr; }
  .page-hero { padding: 75px 0; }
  .page-hero h1 { font-size: 43px; }
  .form-grid, .admin-form-grid { grid-template-columns: 1fr; }
  .form-grid .full, .admin-form .full { grid-column: auto; }
  .inquiry-form { padding: 21px; }
  .detail-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 50px; justify-content: center; padding: 0; }
  .stat-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .stat-card { padding: 16px; }
  .gallery-admin { grid-template-columns: repeat(3, 1fr); }
}

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