:root { --ink: #17201d; --paper: #f5f3ee; --cream: #e8e2d7; --brand: #c8a769; --muted: #6e7572; }
* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
h1, h2, h3, .btn, .navbar { font-family: "Manrope", sans-serif; }
a { color: inherit; text-decoration: none; }
.container { --bs-gutter-x: 2rem; }
.section-space { padding: 8rem 0; }
.pb-section { padding-bottom: 8rem; }
.text-brand { color: #96743d !important; }
.text-white-75 { color: rgba(255,255,255,.75); }
.eyebrow { font-size: .73rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.section-title { font-size: clamp(2.35rem, 5vw, 4.5rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.03; }
.lead-copy { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.btn { font-size: .84rem; font-weight: 600; padding-bottom: .85rem; padding-top: .85rem; }
.btn-brand { background: var(--brand); border-color: var(--brand); color: #151b19; }
.btn-brand:hover { background: #d8b979; border-color: #d8b979; color: #151b19; }

.hero { background: url("../images/collections/optima.jpg") center/cover no-repeat; min-height: 100vh; position: relative; }
.hero-shade { background: linear-gradient(90deg, rgba(8,15,13,.79) 0%, rgba(8,15,13,.38) 56%, rgba(8,15,13,.18)), linear-gradient(0deg, rgba(8,15,13,.55), transparent 50%); inset: 0; position: absolute; }
.nav-overlay { left: 0; position: absolute; top: 0; transition: background .25s, box-shadow .25s; width: 100%; z-index: 10; }
.nav-overlay.nav-scrolled { background: rgba(15,23,20,.94); box-shadow: 0 8px 30px rgba(0,0,0,.12); position: fixed; }
.nav-solid { background: var(--paper); border-bottom: 1px solid #dedad1; }
.nav-solid .nav-link { color: var(--ink); }
.nav-solid .nav-link.active { color: #8b6a34; }
.navbar > .container { min-height: 46px; }
.brand-mark { background: white; border-radius: 3px; padding: .65rem .8rem; }
.brand-mark img { display: block; height: 20px; width: auto; }
.navbar .navbar-nav { align-items: center; }
.navbar .nav-item { align-items: center; display: flex; }
.navbar .nav-link { align-items: center; display: flex; font-size: .85rem; font-weight: 500; height: 44px; justify-content: center; padding: 0 .85rem !important; white-space: nowrap; }
.navbar .navbar-nav > .nav-item > .btn { align-items: center; display: inline-flex; font-size: .85rem; height: 44px; justify-content: center; padding-bottom: 0; padding-top: 0; white-space: nowrap; }
.navbar-dark .navbar-nav .nav-link { color: rgba(255,255,255,.8); }
.navbar-dark .navbar-nav .nav-link:hover { color: white; }
.display-title { font-size: clamp(3.25rem, 7vw, 6.75rem); font-weight: 500; letter-spacing: -.07em; line-height: .95; }
.display-title em, .contact-panel em { color: var(--brand); font-family: Georgia, serif; font-weight: 400; }
.hero-copy { font-size: 1.1rem; line-height: 1.65; max-width: 590px; }
.hero-stat { align-items: center; border-left: 1px solid rgba(255,255,255,.35); display: flex; gap: 1rem; padding-left: 1.5rem; }
.hero-stat > span { font-family: "Manrope"; font-size: 3.4rem; line-height: 1; }
.hero-stat small { color: rgba(255,255,255,.55); }

.intro-section { padding-bottom: 5rem; }
.value-card { border: 1px solid #dcd8cf; min-height: 310px; padding: 2rem; position: relative; transition: background .25s, transform .25s; }
.value-card:hover { background: #fff; transform: translateY(-5px); }
.value-card img { display: block; filter: brightness(0) saturate(100%); height: 64px; margin: 1rem auto 2.5rem; opacity: .75; width: 64px; }
.value-card h3 { font-size: 1.15rem; font-weight: 600; }
.value-card p { color: var(--muted); font-size: .88rem; line-height: 1.6; margin-bottom: 0; }
.value-number { color: #999d99; font-size: .7rem; letter-spacing: .12em; }

.collections-section { background: #e9e5dc; padding-top: clamp(2rem, 4vw, 3rem); }
.collection-intro { max-width: 360px; }
.collection-grid { display: grid; gap: 1rem; grid-template-columns: repeat(6, 1fr); }
.collection-tile { grid-column: span 2; height: 430px; overflow: hidden; position: relative; }
.collection-tile.tile-optima, .collection-tile.tile-natura { grid-column: span 3; height: 610px; }
.collection-tile::after { background: linear-gradient(0deg, rgba(8,15,13,.75), transparent 65%); content: ""; inset: 0; position: absolute; }
.collection-tile img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); width: 100%; }
.collection-tile:hover img { transform: scale(1.045); }
.tile-index { color: white; font-size: .7rem; left: 1.5rem; opacity: .8; position: absolute; top: 1.4rem; z-index: 2; }
.tile-copy { bottom: 1.6rem; color: white; left: 1.6rem; position: absolute; right: 1.6rem; z-index: 2; }
.tile-copy small { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.tile-copy h3 { font-size: 2.25rem; font-weight: 500; letter-spacing: -.04em; margin: .25rem 0 .75rem; }
.tile-link { font-size: .78rem; opacity: 0; transition: opacity .25s; }
.collection-tile:hover .tile-link { opacity: 1; }

.showroom-photo { background: url("../images/showrooms/6.jpg") center/cover; min-height: 680px; }
.showroom-copy { background: var(--ink); }
.p-xl-6 { padding: 5rem !important; }

.testimonial { background: white; border: 1px solid #e2ded6; padding: 2.25rem; }
.testimonial.featured { background: var(--ink); color: white; transform: translateY(-1rem); }
.stars { color: var(--brand); font-size: .75rem; letter-spacing: .12em; }
.testimonial blockquote { font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.55; margin: 2rem 0 2.5rem; }
.testimonial-person { align-items: center; display: flex; gap: .85rem; }
.testimonial-person > span { align-items: center; background: var(--cream); border-radius: 50%; color: var(--ink); display: flex; font-size: .7rem; height: 42px; justify-content: center; width: 42px; }
.testimonial-person > img { border-radius: 50%; height: 42px; object-fit: cover; width: 42px; }
.testimonial-person strong, .testimonial-person small { display: block; }
.testimonial-person strong { font-size: .88rem; }
.testimonial-person small { color: #929895; font-size: .75rem; }
.text-link { border-bottom: 1px solid #a9aaa7; font-size: .85rem; padding-bottom: .4rem; }
.testimonials-section { background: var(--paper); }
.review-score { align-items: center; border-bottom: 1px solid #c9c5bc; display: flex; gap: 1.25rem; padding-bottom: 1.25rem; }
.review-score > strong { font-family: "Manrope"; font-size: 3.75rem; font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.review-score span { color: var(--brand); font-size: .75rem; letter-spacing: .15em; }
.review-score p { color: var(--muted); font-size: .74rem; margin: .3rem 0 0; }
.quote-mark { color: var(--brand); font-family: Georgia, serif; font-size: 4rem; height: 35px; line-height: 1; }

.gallery-track { display: grid; gap: .5rem; grid-template-columns: repeat(4, 1fr); overflow: hidden; }
.gallery-track img { height: 350px; object-fit: cover; width: 100%; }
.brand-section { background: white; }
.small-label { color: #8a8e8b; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.brand-row { align-items: center; display: flex; gap: clamp(1.5rem, 5vw, 5rem); justify-content: center; }
.brand-row img { filter: grayscale(1); height: 36px; max-width: 100px; object-fit: contain; opacity: .65; }

.contact-section { background: #e9e5dc; }
.contact-panel { background: var(--ink); color: white; padding: 7rem 2rem; }
.contact-panel h2 { font-size: clamp(2.7rem, 6vw, 5.5rem); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.contact-panel > p:not(.eyebrow) { color: rgba(255,255,255,.6); margin: 2rem auto; max-width: 520px; }
.site-footer { background: #121916; color: rgba(255,255,255,.7); }
.footer-logo { background: white; border-radius: 2px; height: 39px; padding: .65rem; }
.footer-about { max-width: 360px; }
.site-footer h3 { color: white; font-size: .78rem; letter-spacing: .12em; margin-bottom: 1.25rem; text-transform: uppercase; }
.site-footer a { display: block; font-size: .86rem; margin-bottom: .65rem; }
.site-footer a:hover { color: white; }
.footer-social { display: flex; gap: .65rem; }
.footer-social a { align-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; display: flex; font-size: .9rem; height: 42px; justify-content: center; margin: 0; transition: background .2s, border-color .2s, color .2s; width: 42px; }
.footer-social a:hover { background: var(--brand); border-color: var(--brand); color: var(--ink); }
.site-footer p { font-size: .86rem; line-height: 1.7; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }
.footer-bottom a { display: inline-block; margin: 0 0 0 1.5rem; }

.page-hero { padding: 9rem 0 7rem; }
.page-hero h1 { font-size: clamp(3.4rem, 8vw, 7.5rem); font-weight: 500; letter-spacing: -.07em; line-height: .93; margin: 0; }
.page-hero h1 em { color: #a17d43; font-family: Georgia, serif; font-weight: 400; }
.editorial-page-hero { background-image: linear-gradient(90deg, rgba(17,24,21,.88), rgba(17,24,21,.48)), var(--editorial-image, linear-gradient(#26302c,#26302c)); background-position: center; background-size: cover; color: white; }
.editorial-page-hero .lead-copy { color: rgba(255,255,255,.68); }
.editorial-page-hero h1 em { color: var(--brand); }
.process-step { border-top: 1px solid #bdb9b0; padding-top: 1.5rem; }
.process-step span { color: #9b7841; font-size: .75rem; }
.process-step h3 { font-size: 1.05rem; margin: 2.5rem 0 1rem; }
.process-step p { color: var(--muted); font-size: .86rem; line-height: 1.65; }
.collection-detail-hero { background-position: center; background-size: cover; height: min(780px, 82vh); }
.detail-heading { padding-bottom: 4rem; }
.detail-heading h1 { font-size: clamp(4.5rem, 12vw, 10rem); font-weight: 500; letter-spacing: -.08em; line-height: .8; }
.detail-copy { font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.65; }
.detail-list { border-top: 1px solid #cac6bd; list-style: none; margin: 2.5rem 0 0; padding: 0; }
.detail-list li { border-bottom: 1px solid #cac6bd; font-size: .9rem; padding: 1rem 0; }
.detail-list li::before { color: #9b7841; content: "✓"; margin-right: .75rem; }
.detail-image-section img { height: min(70vh, 700px); object-fit: cover; width: 100%; }
.related-card { display: block; }
.related-card img { height: 330px; object-fit: cover; width: 100%; }
.related-card h3 { align-items: center; display: flex; font-size: 1.1rem; justify-content: space-between; margin-top: 1rem; }
.about-image { margin-top: clamp(2rem, 4vw, 3rem); }
.about-image img { height: min(72vh, 720px); object-fit: cover; width: 100%; }
.stats-section { background: var(--ink); color: white; }
.stats-section strong, .stats-section span { display: block; }
.stats-section strong { color: var(--brand); font-family: "Manrope"; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 500; }
.stats-section span { color: rgba(255,255,255,.55); font-size: .78rem; }
.showroom-gallery { padding-top: clamp(2rem, 4vw, 3rem); }
.showroom-masonry { column-count: 3; column-gap: 1rem; }
.showroom-masonry img { break-inside: avoid; display: block; margin-bottom: 1rem; width: 100%; }
.location-section { background: #e9e5dc; }
.location-card { align-items: end; border-top: 1px solid #bcb8af; display: flex; gap: 2rem; justify-content: space-between; padding-top: 2rem; }
.location-card h3 { font-size: 1.5rem; }
.location-card p { color: var(--muted); max-width: 480px; }
.showroom-card { background: var(--paper); border: 1px solid #d7d2c8; padding: clamp(1.5rem, 4vw, 2.5rem); }
.showroom-card-top { align-items: center; color: #99968f; display: flex; font-size: .72rem; justify-content: space-between; margin-bottom: 4rem; }
.showroom-card-top i { font-size: 1.5rem; }
.showroom-status { align-items: center; border: 1px solid #c9c5bb; border-radius: 999px; color: var(--muted); display: inline-flex; font-size: .68rem; gap: .45rem; letter-spacing: 0; padding: .4rem .65rem; }
.showroom-status > i { background: #a7aaa6; border-radius: 50%; height: 7px; width: 7px; }
.showroom-status.is-open { border-color: rgba(42,126,76,.3); color: #207344; }
.showroom-status.is-open > i { animation: status-pulse 2s infinite; background: #2a8b53; box-shadow: 0 0 0 4px rgba(42,139,83,.12); }
.showroom-status.is-closed { color: #87614f; }
.showroom-status.is-closed > i { background: #a96d51; }
@keyframes status-pulse { 50% { box-shadow: 0 0 0 7px rgba(42,139,83,0); } }
.showroom-card h3 { font-size: clamp(1.65rem, 3vw, 2.4rem); font-weight: 500; letter-spacing: -.04em; }
.showroom-address { color: var(--muted); line-height: 1.7; max-width: 480px; min-height: 82px; }
.showroom-actions { border-top: 1px solid #d2cec5; display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; padding-top: 1.25rem; }
.showroom-actions a { font-size: .78rem; font-weight: 600; }
.showroom-actions i { margin-left: .35rem; }
.opening-note { align-items: center; background: var(--ink); color: white; display: flex; gap: 1rem; padding: 1.35rem 1.5rem; }
.opening-note > i { color: var(--brand); font-size: 1.5rem; }
.opening-note strong, .opening-note span { display: block; }
.opening-note strong { font-size: .82rem; }
.opening-note span { color: rgba(255,255,255,.6); font-size: .78rem; margin-top: .2rem; }
.route-showrooms .location-section { padding-bottom: 3rem; }
.route-showrooms .contact-section { padding-top: 3rem; }
.contact-hero { padding-bottom: 5rem; }
.contact-form-section { padding-top: clamp(2rem, 4vw, 3rem); }
.project-form label { color: #707572; display: block; font-size: .72rem; letter-spacing: .08em; margin-bottom: .5rem; text-transform: uppercase; }
.project-form input, .project-form select, .project-form textarea { background: transparent; border: 0; border-bottom: 1px solid #aaa9a3; border-radius: 0; color: var(--ink); outline: 0; padding: .7rem 0; transition: border-color .2s; width: 100%; }
.project-form input:focus, .project-form select:focus, .project-form textarea:focus { border-color: var(--ink); }
.project-form textarea { resize: vertical; }
.contact-details a { align-items: center; display: flex; gap: 1rem; margin: 1.5rem 0; }
.contact-details i { align-items: center; border: 1px solid #bdbab2; border-radius: 50%; display: flex; height: 44px; justify-content: center; width: 44px; }
.contact-details small { color: var(--muted); display: block; font-size: .7rem; text-transform: uppercase; }
.error-page { min-height: 65vh; }
.legal-hero { background: #e9e5dc; padding: 8rem 0 6rem; }
.legal-hero h1 { font-size: clamp(3.4rem, 7vw, 6.5rem); font-weight: 500; letter-spacing: -.065em; line-height: .95; }
.legal-intro { color: var(--muted); font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.6; margin: 2rem 0; max-width: 680px; }
.legal-updated { color: #858984; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.legal-content { background: #e9e5dc; }
.legal-nav { border-top: 1px solid #beb9af; display: flex; flex-direction: column; padding-top: 1.5rem; position: sticky; top: 7rem; }
.legal-nav > span { color: #8a8e8a; font-size: .68rem; letter-spacing: .14em; margin-bottom: 1.5rem; text-transform: uppercase; }
.legal-nav a { color: #737773; font-size: .84rem; padding: .55rem 0; }
.legal-nav a.active { color: var(--ink); font-weight: 600; }
.legal-sections { border-top: 1px solid #beb9af; }
.legal-sections article { border-bottom: 1px solid #c9c4ba; display: grid; gap: 2rem; grid-template-columns: 38px 1fr; padding: 2.5rem 0; }
.legal-sections article > span { color: #9b7841; font-size: .7rem; padding-top: .25rem; }
.legal-sections h2 { font-size: 1.35rem; font-weight: 600; margin-bottom: 1rem; }
.legal-sections p { color: #626965; line-height: 1.8; }
.legal-sections .text-link { display: inline-block; margin: .5rem 0 1rem; }
.fast-hero { background: url("../images/fast-track-hero.jpg") center/cover; color: white; min-height: 790px; position: relative; }
.fast-hero-shade { background: linear-gradient(90deg, rgba(12,17,15,.88), rgba(12,17,15,.5) 48%, rgba(12,17,15,.08)); inset: 0; position: absolute; }
.fast-hero-copy { padding: 9rem 0 7rem; }
.fast-hero-copy > img { filter: brightness(0) invert(1); height: auto; margin: 1rem 0; max-width: 290px; }
.fast-hero h1 { font-size: clamp(4.5rem, 10vw, 9rem); font-weight: 500; letter-spacing: -.075em; line-height: .85; text-transform: uppercase; }
.fast-hero h2 { font-size: clamp(1.2rem, 2vw, 1.8rem); font-weight: 500; line-height: 1.4; margin: 2rem 0; text-transform: uppercase; }
.fast-points { background: var(--ink); color: white; padding-top: clamp(2rem, 4vw, 3rem); }
.fast-points article { align-items: center; border-right: 1px solid rgba(255,255,255,.14); display: flex; gap: 1.25rem; justify-content: center; min-height: 150px; padding: 2rem; text-align: left; }
.fast-points .col-md-4:last-child article { border-right: 0; }
.fast-points strong, .fast-points article > i { color: var(--brand); font-family: "Manrope"; font-size: 3rem; font-weight: 500; line-height: 1; }
.fast-points h3 { font-size: 1rem; margin: 0; text-transform: uppercase; }
.fast-points p { color: rgba(255,255,255,.5); font-size: .78rem; margin: .25rem 0 0; }
.fast-intro em { color: #a17d43; font-family: Georgia, serif; font-weight: 400; }
.fast-intro img { height: 660px; object-fit: cover; width: 100%; }
.fast-benefits { background: #e9e5dc; }
.fast-benefit { border: 1px solid #cfc9bd; padding: 2rem; }
.fast-benefit > i { color: #9b7841; display: block; font-size: 2rem; margin-bottom: 5rem; }
.fast-benefit h3 { font-size: 1.1rem; }
.fast-benefit p { color: var(--muted); font-size: .85rem; line-height: 1.65; }
.fast-appointment { background: white; }
.fast-options { display: grid; gap: .75rem; grid-template-columns: repeat(2, 1fr); }
.fast-options input { clip: rect(0, 0, 0, 0); height: 1px; margin: 0; opacity: 0; overflow: hidden; pointer-events: none; position: static; width: 1px; }
.fast-options span { border: 1px solid #bcbab3; cursor: pointer; display: block; font-size: .85rem; padding: 1rem; text-align: center; transition: .2s; }
.fast-options input:checked + span { background: var(--ink); border-color: var(--ink); color: white; }
.fast-upload { align-items: center; border: 1px dashed #aaa79f; cursor: pointer; display: flex !important; gap: 1rem; padding: 1.4rem; text-transform: none !important; }
.fast-upload > i { color: #9b7841; font-size: 2rem; }
.fast-upload > span { color: var(--ink); font-size: .85rem; letter-spacing: 0; }
.fast-upload small { color: var(--muted); display: block; font-size: .72rem; margin-top: .25rem; }
.fast-track-form .visually-hidden { clip: rect(0, 0, 0, 0); height: 1px; margin: 0; overflow: hidden; pointer-events: none; position: absolute; white-space: nowrap; width: 1px; }
.fast-sketch { width: 100%; }
.fast-terms { border-top: 1px solid #ccc8bf; margin-top: 2rem; padding-top: 1.5rem; }
.fast-terms > span { color: #898d89; display: block; font-size: .68rem; letter-spacing: .12em; margin-bottom: 1rem; text-transform: uppercase; }
.fast-terms p { font-size: .85rem; margin-bottom: .5rem; }
.fast-terms i { color: #9b7841; margin-right: .5rem; }
.marche-hero { background: url("../images/lemarche-event-1.jpg") center 38%/cover; color: white; min-height: 820px; position: relative; }
.marche-shade { background: linear-gradient(90deg, rgba(10,16,14,.92), rgba(10,16,14,.62) 52%, rgba(10,16,14,.22)), linear-gradient(0deg, rgba(10,16,14,.5), transparent); inset: 0; position: absolute; }
.marche-hero-row { min-height: 820px; padding: 8rem 0 5rem; }
.marche-hero h1 { font-size: clamp(4rem, 8vw, 8rem); font-weight: 500; letter-spacing: -.075em; line-height: .88; }
.marche-hero h1 em, .marche-intro em { color: var(--brand); font-family: Georgia, serif; font-weight: 400; }
.marche-date { border-left: 2px solid var(--brand); font-size: 1.05rem; letter-spacing: .08em; margin: 2.5rem 0; padding-left: 1.25rem; text-transform: uppercase; }
.marche-partner-logo { display: block; filter: drop-shadow(0 8px 35px rgba(0,0,0,.35)); margin-left: auto; max-width: 330px; width: 100%; }
.marche-facts { background: var(--ink); color: white; }
.marche-facts article { align-items: center; border-right: 1px solid rgba(255,255,255,.14); display: flex; gap: 1.25rem; min-height: 140px; padding: 2rem; }
.marche-facts .col-md-4:last-child article { border: 0; }
.marche-facts article > span { color: var(--brand); font-size: .7rem; }
.marche-facts small, .marche-facts strong { display: block; }
.marche-facts small { color: rgba(255,255,255,.45); font-size: .66rem; letter-spacing: .12em; margin-bottom: .3rem; text-transform: uppercase; }
.marche-facts strong { font-size: .92rem; font-weight: 500; }
.marche-photo-stack { height: 650px; position: relative; }
.marche-photo-stack img { height: 78%; object-fit: cover; position: absolute; width: 76%; }
.marche-photo-stack img:first-child { left: 0; top: 0; }
.marche-photo-stack img:last-child { bottom: 0; border: 8px solid var(--paper); right: 0; }
.marche-countdown { background: var(--ink); }
.countdown-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto; max-width: 950px; }
.countdown-grid > div { border-right: 1px solid rgba(255,255,255,.15); padding: 1rem; }
.countdown-grid > div:last-child { border: 0; }
.countdown-grid strong, .countdown-grid span { display: block; }
.countdown-grid strong { color: white; font-family: "Manrope"; font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.countdown-grid span { color: rgba(255,255,255,.45); font-size: .68rem; letter-spacing: .14em; margin-top: 1rem; text-transform: uppercase; }
.marche-register { background: #e9e5dc; }
.marche-venue { align-items: flex-start; border-top: 1px solid #bbb7ae; display: flex; gap: 1rem; padding-top: 1.5rem; }
.marche-venue > i { color: #9b7841; font-size: 1.6rem; }
.marche-venue strong, .marche-venue span, .marche-venue a { display: block; }
.marche-venue span { color: var(--muted); font-size: .84rem; margin: .3rem 0 1rem; }
.marche-venue a { font-size: .78rem; font-weight: 600; }
.consent-check { align-items: center; display: flex !important; gap: .65rem; letter-spacing: 0 !important; text-transform: none !important; }
.consent-check input { accent-color: var(--ink); height: 16px; width: 16px; }
.consent-check span { color: var(--muted); font-size: .78rem; }
.link-hub { background: #d8d1c5; overflow: hidden; padding: 3rem 0; position: relative; }
.link-hub-bg { background: radial-gradient(circle at 15% 5%, rgba(255,255,255,.8), transparent 30%), radial-gradient(circle at 85% 35%, rgba(200,167,105,.25), transparent 28%), linear-gradient(145deg, #e6e0d6, #c9c0b1); inset: 0; position: absolute; }
.link-hub-bg::after { background-image: linear-gradient(rgba(23,32,29,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(23,32,29,.04) 1px, transparent 1px); background-size: 45px 45px; content: ""; inset: 0; position: absolute; }
.link-hub-shell { max-width: 680px; position: relative; }
.link-share { align-items: center; background: rgba(255,255,255,.55); border: 1px solid rgba(23,32,29,.15); border-radius: 50%; color: var(--ink); display: flex; height: 42px; justify-content: center; position: absolute; right: 0; top: 0; transition: .2s; width: 42px; }
.link-share:hover { background: var(--ink); color: white; }
.link-logo { align-items: center; background: white; border-radius: 50%; box-shadow: 0 12px 35px rgba(23,32,29,.12); display: flex; height: 96px; justify-content: center; margin: 0 auto 1.25rem; width: 96px; }
.link-logo img { height: auto; width: 72px; }
.link-profile h1 { font-size: 1.6rem; font-weight: 600; letter-spacing: -.04em; }
.link-profile > p { color: #69706c; font-size: .9rem; }
.link-profile-social { display: flex; gap: .65rem; justify-content: center; margin: 1.3rem 0 2rem; }
.link-profile-social a { align-items: center; border: 1px solid rgba(23,32,29,.18); border-radius: 50%; display: flex; height: 38px; justify-content: center; transition: .2s; width: 38px; }
.link-profile-social a:hover { background: var(--ink); border-color: var(--ink); color: white; transform: translateY(-2px); }
.link-featured { background: url("../images/collections/optima.jpg") center/cover; margin-bottom: .85rem; min-height: 155px; overflow: hidden; }
.link-featured a { align-items: flex-end; background: linear-gradient(90deg, rgba(12,18,16,.88), rgba(12,18,16,.26)); color: white; display: flex; inset: 0; justify-content: space-between; min-height: 155px; padding: 1.5rem; transition: background .2s; }
.link-featured a:hover { background: linear-gradient(90deg, rgba(12,18,16,.78), rgba(12,18,16,.12)); }
.link-featured small, .link-featured strong { display: block; }
.link-featured small { color: var(--brand); font-size: .65rem; letter-spacing: .1em; margin-bottom: .4rem; text-transform: uppercase; }
.link-featured strong { font-family: "Manrope"; font-size: 1.2rem; font-weight: 500; }
.link-featured > a > i { font-size: 1.2rem; }
.link-list { display: flex; flex-direction: column; gap: .7rem; }
.link-item { align-items: center; background: rgba(255,255,255,.82); border: 1px solid rgba(23,32,29,.09); display: grid; gap: 1rem; grid-template-columns: 46px 1fr auto; min-height: 78px; padding: .75rem 1rem; transition: transform .2s, background .2s, box-shadow .2s; }
.link-item:hover { background: white; box-shadow: 0 10px 30px rgba(23,32,29,.08); color: var(--ink); transform: translateY(-2px); }
.link-icon { align-items: center; background: #e9e5dc; border-radius: 50%; display: flex; height: 44px; justify-content: center; width: 44px; }
.link-icon i { color: #8c6b38; font-size: 1.05rem; }
.link-item > span:nth-child(2) strong, .link-item > span:nth-child(2) small { display: block; }
.link-item > span:nth-child(2) strong { font-size: .88rem; font-weight: 600; }
.link-item > span:nth-child(2) small { color: var(--muted); font-size: .7rem; margin-top: .2rem; }
.link-item > i { color: #898d88; font-size: .8rem; }
.link-whatsapp .link-icon { background: #dcf4e4; }
.link-whatsapp .link-icon i { color: #1b8848; }
.link-hub-footer { padding-top: 2.75rem; }
.link-hub-footer a { align-items: center; display: inline-flex; gap: .65rem; font-size: .78rem; font-weight: 600; }
.link-hub-footer img { height: 18px; width: auto; }
.link-hub-footer p { color: #7e837f; font-size: .65rem; margin: 1rem 0 0; }
.share-toast { background: var(--ink); border-radius: 999px; bottom: 1.5rem; color: white; font-size: .75rem; left: 50%; opacity: 0; padding: .65rem 1rem; pointer-events: none; position: fixed; transform: translate(-50%, 15px); transition: .25s; z-index: 20; }
.share-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.admin-auth { align-items: center; background: #e9e5dc; display: flex; justify-content: center; padding: 2rem; }
.admin-auth-card { background: white; box-shadow: 0 25px 70px rgba(23,32,29,.1); max-width: 470px; padding: 3rem; width: 100%; }
.admin-auth-logo { display: inline-block; margin-bottom: 3rem; }
.admin-auth-logo img { height: 24px; width: auto; }
.admin-auth-card h1 { font-size: 2.35rem; letter-spacing: -.055em; }
.admin-auth-card > p:not(.eyebrow) { color: var(--muted); font-size: .9rem; line-height: 1.65; }
.admin-auth-form label { color: var(--muted); display: block; font-size: .7rem; letter-spacing: .08em; margin: 1.25rem 0 .4rem; text-transform: uppercase; }
.admin-auth-form input { border: 1px solid #cbc8c0; min-height: 48px; padding: .7rem; width: 100%; }
.admin-auth-form .btn { margin-top: 1.5rem; }
.admin-back { display: inline-block; font-size: .75rem; margin-top: 2rem; }
.admin-shell { background: #f2f1ed; display: grid; grid-template-columns: 245px 1fr; min-height: 100vh; }
.admin-sidebar { background: var(--ink); color: white; display: flex; flex-direction: column; height: 100vh; padding: 1.5rem; position: sticky; top: 0; }
.admin-brand { align-items: center; display: flex; gap: .75rem; margin-bottom: 3rem; }
.admin-brand img { background: white; height: 38px; padding: .55rem; width: auto; }
.admin-brand span { color: rgba(255,255,255,.45); font-size: .72rem; text-transform: uppercase; }
.admin-sidebar nav { display: flex; flex-direction: column; gap: .35rem; }
.admin-sidebar nav a, .admin-sidebar-bottom a, .admin-sidebar-bottom button { align-items: center; background: none; border: 0; color: rgba(255,255,255,.58); display: flex; font-size: .82rem; gap: .8rem; padding: .75rem; text-align: left; width: 100%; }
.admin-sidebar nav a.active, .admin-sidebar nav a:hover { background: rgba(255,255,255,.08); color: white; }
.admin-sidebar nav i, .admin-sidebar-bottom i { font-size: 1rem; width: 18px; }
.admin-sidebar-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: auto; padding-top: 1rem; }
.admin-main { min-width: 0; }
.admin-topbar { align-items: center; background: white; border-bottom: 1px solid #dfdcd4; display: flex; justify-content: flex-end; min-height: 72px; padding: 0 2.5rem; }
.admin-topbar > div { text-align: right; }
.admin-topbar span, .admin-topbar strong { display: block; }
.admin-topbar span { color: var(--muted); font-size: .66rem; }
.admin-topbar strong { font-size: .78rem; }
.admin-menu { background: none; border: 0; display: none; font-size: 1.5rem; }
.admin-content { margin: 0 auto; max-width: 1480px; padding: 3rem; }
.admin-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 2.5rem; }
.admin-heading h1 { font-size: 2.5rem; letter-spacing: -.05em; margin: 0; }
.admin-heading > span { color: var(--muted); font-size: .75rem; }
.admin-stats a { background: white; border: 1px solid #dfdcd4; display: block; min-height: 170px; padding: 1.5rem; position: relative; }
.admin-stats span, .admin-stats strong { display: block; }
.admin-stats span { color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.admin-stats strong { font-family: "Manrope"; font-size: 3.5rem; font-weight: 500; margin-top: 2rem; }
.admin-stats i { position: absolute; right: 1.5rem; top: 1.5rem; }
.admin-welcome { align-items: center; background: var(--ink); color: white; display: flex; justify-content: space-between; margin-top: 1.5rem; padding: 3rem; }
.admin-welcome > div:first-child { max-width: 560px; }
.admin-welcome h2 { font-size: 2.2rem; }
.admin-welcome p:not(.eyebrow) { color: rgba(255,255,255,.55); }
.admin-rating { border-left: 1px solid rgba(255,255,255,.2); padding-left: 3rem; }
.admin-rating span, .admin-rating strong, .admin-rating small { display: block; }
.admin-rating strong { color: var(--brand); font-size: 4rem; line-height: 1; }
.admin-rating small, .admin-rating span { color: rgba(255,255,255,.5); }
.admin-table-wrap { background: white; border: 1px solid #dfdcd4; overflow-x: auto; }
.admin-table { border-collapse: collapse; min-width: 760px; width: 100%; }
.admin-table th { color: #888c88; font-size: .66rem; font-weight: 500; letter-spacing: .08em; padding: 1rem 1.25rem; text-transform: uppercase; }
.admin-table td { border-top: 1px solid #e5e2db; font-size: .8rem; padding: 1rem 1.25rem; }
.admin-table td strong, .admin-table td small { display: block; }
.admin-table td small { color: var(--muted); margin-top: .3rem; }
.admin-status { background: #ecebe7; border-radius: 999px; color: #777; display: inline-block; font-size: .65rem; padding: .35rem .65rem; }
.admin-status.on { background: #def1e5; color: #287348; }
.admin-actions { display: flex; gap: .4rem; justify-content: flex-end; }
.admin-actions a, .admin-actions button { align-items: center; background: transparent; border: 1px solid #d1cec6; display: flex; height: 34px; justify-content: center; width: 34px; }
.admin-actions button { color: #9a5149; }
.admin-inline-form { align-items: end; background: white; border: 1px solid #dfdcd4; display: flex; gap: 1rem; margin-bottom: 1.5rem; padding: 1.25rem; }
.admin-inline-form label, .admin-editor label { color: #777d79; display: block; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.admin-inline-form input { border: 1px solid #cbc8c0; display: block; margin-top: .4rem; padding: .6rem; }
.admin-editor { background: white; border: 1px solid #dfdcd4; padding: 2rem; }
.admin-editor-head { align-items: start; border-bottom: 1px solid #dfdcd4; display: flex; justify-content: space-between; margin-bottom: 2rem; padding-bottom: 1.5rem; }
.admin-editor-head h2 { font-size: 1.5rem; }
.admin-editor-head p { color: var(--muted); font-size: .75rem; margin: 0; }
.admin-editor input:not([type=checkbox]), .admin-editor textarea { border: 1px solid #cbc8c0; display: block; margin-top: .45rem; padding: .75rem; text-transform: none; width: 100%; }
.admin-editor label small { display: block; letter-spacing: 0; margin-top: .4rem; text-transform: none; }
.admin-check { align-items: center; display: flex !important; gap: .65rem; letter-spacing: 0 !important; text-transform: none !important; }
.admin-check input { accent-color: var(--ink); height: 17px; width: 17px; }
.admin-image-preview { align-items: center; display: flex; gap: 1rem; margin-top: 1rem; }
.admin-image-preview img { height: 90px; object-fit: cover; width: 140px; }
.admin-image-preview label, .admin-avatar-preview label { align-items: center; display: flex; gap: .5rem; letter-spacing: 0; text-transform: none; }
.admin-image-preview input, .admin-avatar-preview input { accent-color: var(--ink); }
.admin-avatar-preview { align-items: center; display: flex; gap: 1rem; margin-top: 1rem; }
.admin-avatar-preview img { border-radius: 50%; height: 64px; object-fit: cover; width: 64px; }
.admin-flash { margin-bottom: 1.5rem; }
.reveal-item { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal-item { opacity: 1; transform: none; transition: none; } .showroom-status.is-open > i { animation: none; } }

@media (max-width: 991.98px) {
  .section-space { padding: 6rem 0; }
  .pb-section { padding-bottom: 6rem; }
  .navbar-collapse { background: rgba(13,22,19,.96); margin-top: 1rem; padding: 1.25rem; }
  .nav-solid .navbar-collapse { background: var(--paper); }
  .navbar .navbar-nav { align-items: stretch; gap: .25rem; }
  .navbar .nav-item { display: block; width: 100%; }
  .navbar .nav-link { justify-content: flex-start; padding: 0 .75rem !important; width: 100%; }
  .navbar .navbar-nav > .nav-item > .btn { margin-top: .5rem; width: 100%; }
  .collection-tile, .collection-tile.tile-optima, .collection-tile.tile-natura { grid-column: span 3; height: 480px; }
  .showroom-masonry { column-count: 2; }
  .showroom-photo { min-height: 520px; }
  .testimonial.featured { transform: none; }
  .gallery-track { grid-template-columns: repeat(2, 1fr); }
  .brand-row { flex-wrap: wrap; }
  .admin-shell { display: block; }
  .admin-sidebar { left: -260px; position: fixed; transition: left .25s; width: 245px; z-index: 100; }
  .admin-shell.menu-open .admin-sidebar { left: 0; }
  .admin-topbar { justify-content: space-between; padding: 0 1.25rem; }
  .admin-menu { display: block; }
  .admin-content { padding: 2rem 1.25rem; }
  .admin-welcome { align-items: start; flex-direction: column; gap: 2rem; }
  .admin-rating { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 2rem 0 0; width: 100%; }
}
@media (min-width: 1200px) {
  .container { max-width: calc(100% - 6rem); }
}
@media (min-width: 1680px) {
  .container { max-width: 1584px; }
}
@media (max-width: 575.98px) {
  .section-space { padding: 4.5rem 0; }
  .pb-section { padding-bottom: 4.5rem; }
  .hero-content .min-vh-100 { min-height: 92vh !important; }
  .display-title { font-size: 3.25rem; }
  .value-card { min-height: 270px; padding: 1.25rem; }
  .value-card img { height: 44px; margin: 2rem 0 1.5rem; width: 44px; }
  .value-card p { display: none; }
  .collection-tile, .collection-tile.tile-optima, .collection-tile.tile-natura { grid-column: 1 / -1; height: 440px; }
  .showroom-photo { min-height: 400px; }
  .p-xl-6 { padding: 3rem 1.5rem !important; }
  .gallery-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .gallery-track img { flex: 0 0 85%; scroll-snap-align: start; }
  .contact-panel { padding: 5rem 1.25rem; }
  .page-hero { padding: 6rem 0 4rem; }
  .showroom-gallery img, .showroom-gallery .col-lg-6 img { height: 280px; }
  .location-card { align-items: start; flex-direction: column; }
  .legal-hero { padding: 5rem 0 4rem; }
  .legal-nav { position: static; }
  .legal-sections article { gap: 1rem; grid-template-columns: 28px 1fr; }
  .fast-hero { min-height: 650px; }
  .fast-hero-copy { padding: 7rem 0 5rem; }
  .fast-hero-copy > img { max-width: 210px; }
  .fast-points article { border-bottom: 1px solid rgba(255,255,255,.14); border-right: 0; min-height: 120px; }
  .fast-intro img { height: 440px; }
  .fast-benefit > i { margin-bottom: 3rem; }
  .fast-options { grid-template-columns: 1fr; }
  .marche-hero, .marche-hero-row { min-height: 700px; }
  .marche-hero-row { padding: 7rem 0 4rem; }
  .marche-partner-logo { margin: 3rem 0 0; max-width: 210px; }
  .marche-facts article { border-bottom: 1px solid rgba(255,255,255,.14); border-right: 0; min-height: 110px; }
  .marche-photo-stack { height: 450px; }
  .countdown-grid strong { font-size: 2.6rem; }
  .countdown-grid span { font-size: .58rem; }
  .link-hub { padding: 2rem 0; }
  .link-hub .container { --bs-gutter-x: 1.5rem; }
  .link-share { height: 38px; width: 38px; }
  .link-logo { height: 82px; width: 82px; }
  .link-logo img { width: 62px; }
  .link-item { min-height: 72px; }
  .admin-auth { padding: 1rem; }
  .admin-auth-card { padding: 2rem 1.5rem; }
  .admin-heading { align-items: start; flex-direction: column; gap: 1rem; }
  .admin-inline-form { align-items: stretch; flex-direction: column; }
  .admin-inline-form input { width: 100%; }
}
