:root { --orange: #f26322; --ink: #17232c; --green: #138a55; --header-height: 98px; --strip-height: 46px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: 'Manrope', sans-serif; }
a { color: inherit; text-decoration: none; }
.site-top { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; }
.contact-strip { height: var(--strip-height); display: flex; align-items: center; justify-content: center; gap: 12px; padding: 0 18px; color: #fff; background: var(--orange); font-size: clamp(.85rem, 1.6vw, 1.08rem); font-weight: 800; letter-spacing: .055em; transition: background .2s ease; }
.contact-strip:hover { background: #d95014; }
.contact-strip img { width: 26px; height: 26px; object-fit: contain; }
.phone-icon { width: 19px; height: 19px; fill: currentColor; }
.site-header { height: var(--header-height); border-bottom: 1px solid transparent; background: transparent; box-shadow: none; transition: background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { border-color: rgba(23,35,44,.09); background: rgba(255,255,255,.97); box-shadow: 0 5px 20px rgba(16,29,37,.05); }
.header-inner { width: min(1420px, calc(100% - 64px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 32px; }
.brand { flex: 0 0 auto; color: #fff; font-family: 'Oswald', sans-serif; font-size: clamp(2.35rem, 3.1vw, 3.35rem); font-weight: 700; line-height: 1; letter-spacing: -.035em; text-shadow: 0 2px 10px rgba(0,0,0,.25); white-space: nowrap; transition: color .3s ease, text-shadow .3s ease; }
.brand span { color: var(--orange); font-size: 1em; letter-spacing: -.025em; }
.site-header.is-scrolled .brand { color: var(--ink); text-shadow: none; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(28px, 3vw, 52px); margin-left: auto; }
.main-nav a { position: relative; min-width: 105px; padding: 9px 0; color: #fff; font-size: 1rem; font-weight: 800; text-align: center; text-shadow: 0 1px 6px rgba(0,0,0,.38); white-space: nowrap; transition: color .3s ease, text-shadow .3s ease; }
.main-nav a span { display: block; }
.site-header.is-scrolled .main-nav a { color: #36414a; text-shadow: none; }
.main-nav a::after { content: ''; position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--orange); transition: transform .25s ease; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.quote-button, .primary-action, .whatsapp-action { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 3px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.quote-button:hover, .primary-action:hover, .whatsapp-action:hover { transform: translateY(-2px); }
.quote-button { flex: 0 0 auto; padding: 14px 19px; color: #fff; background: var(--orange); font-size: .75rem; }
.quote-button img, .footer-whatsapp-button img, .footer-whatsapp img, .footer-whatsapp-number img, .whatsapp-now img { width: 20px; height: 20px; object-fit: contain; }
.quote-button:hover, .primary-action:hover { background: #da5118; }
.menu-toggle { display: none; }
.hero { position: relative; min-height: 100svh; overflow: hidden; padding-top: calc(var(--strip-height) + var(--header-height)); isolation: isolate; }
.hero-slides, .hero-slide, .hero-shade { position: absolute; inset: 0; }
.hero-slides { z-index: -3; background: #1c262d; }
.hero-slide { margin: 0; opacity: 0; transition: opacity 1s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(7,16,21,.96) 0%, rgba(7,16,21,.89) 48%, rgba(7,16,21,.44) 61%, rgba(7,16,21,.06) 76%, rgba(7,16,21,0) 100%); }
.hero-content { width: min(760px, calc(100% - 64px)); min-height: calc(100svh - var(--strip-height) - var(--header-height)); margin: 0 auto 0 max(32px, calc((100% - 1360px) / 2)); display: flex; flex-direction: column; justify-content: center; padding: 58px 0 96px; color: #fff; }
.eyebrow { margin: 0 0 18px; color: #ff8652; font-size: .74rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1 { max-width: 740px; margin: 0; font-family: 'Oswald', sans-serif; font-size: clamp(1.95rem, 3.2vw, 3.65rem); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; text-transform: uppercase; }
.hero-subtitle { max-width: 690px; margin: 16px 0 0; color: #ff7a42; font-family: 'Oswald', sans-serif; font-size: clamp(1.35rem, 2.1vw, 2.35rem); font-weight: 600; line-height: 1.14; letter-spacing: -.02em; text-transform: uppercase; }
.hero-description { max-width: 640px; margin: 28px 0 0; color: rgba(255,255,255,.9); font-size: clamp(1.02rem, 1.42vw, 1.18rem); font-weight: 500; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.primary-action, .whatsapp-action { min-height: 52px; padding: 0 23px; font-size: .83rem; }
.primary-action { color: #fff; background: var(--orange); }
.whatsapp-action { border: 1px solid rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.09); backdrop-filter: blur(5px); }
.whatsapp-action:hover { background: var(--green); border-color: var(--green); }
.whatsapp-action img { width: 22px; height: 22px; object-fit: contain; }
.slider-controls { position: absolute; right: max(32px, calc((100% - 1360px) / 2)); bottom: 36px; display: flex; align-items: center; gap: 15px; color: #fff; }
.slider-arrow { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: #fff; background: transparent; cursor: pointer; font-size: 1.15rem; transition: background .2s ease; }
.slider-arrow:hover { background: var(--orange); border-color: var(--orange); }
.slider-dots { display: flex; gap: 7px; }
.slider-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; }
.slider-dot.is-active { width: 25px; border-radius: 7px; background: var(--orange); }
.furniture-categories { padding: 96px 0; background: #f5f6f6; }
.categories-inner { width: min(1360px, calc(100% - 64px)); margin: auto; }
.furniture-categories h2 { margin: 0 0 38px; color: var(--ink); font-family: 'Oswald', sans-serif; font-size: clamp(2rem, 3.2vw, 3.25rem); font-weight: 600; line-height: 1; letter-spacing: -.02em; text-align: center; text-transform: uppercase; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.category-card { display: flex; flex-direction: column; overflow: hidden; background: #101010; box-shadow: 0 8px 21px rgba(16,29,37,.12); }
.category-card img { width: 100%; height: 280px; object-fit: cover; transition: transform .45s ease; }
.category-card h3 { display: flex; flex: 1; align-items: center; justify-content: center; min-height: 68px; margin: 0; padding: 13px 16px; color: #fff; background: #101010; font-family: 'Oswald', sans-serif; font-size: 1.46rem; font-weight: 600; line-height: 1.05; text-align: center; text-transform: uppercase; }
.category-card:hover img { transform: scale(1.06); }
.space-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 570px; background: #17232c; }
.space-copy { display: flex; align-items: center; padding: 76px max(32px, calc((100vw - 1360px) / 2)); color: #fff; }
.space-copy-inner { max-width: 575px; margin-left: auto; }
.space-copy h2 { margin: 0 0 31px; font-family: 'Oswald', sans-serif; font-size: clamp(2.25rem, 4vw, 4.4rem); font-weight: 600; line-height: 1.03; letter-spacing: -.025em; text-transform: uppercase; }
.space-copy p { margin: 0; color: rgba(255,255,255,.86); font-size: 1.04rem; font-weight: 500; line-height: 1.85; }
.space-copy p + p { margin-top: 20px; }
.space-image { min-height: 100%; overflow: hidden; }
.space-image img { width: 100%; height: 100%; object-fit: cover; }
.image-carousel { overflow: hidden; padding: 52px 0 28px; background: #f5f6f6; }
.image-carousel h2 { margin: 0 24px 30px; color: var(--ink); font-family: 'Oswald', sans-serif; font-size: clamp(2rem, 3.4vw, 3.4rem); font-weight: 600; line-height: 1.05; text-align: center; text-transform: uppercase; }
.carousel-track { display: flex; width: max-content; gap: 20px; animation: carousel-scroll 68s linear infinite; }
.carousel-group { display: flex; gap: 20px; }
.carousel-group img { width: clamp(270px, 22vw, 370px); height: 310px; flex: 0 0 auto; object-fit: cover; }
@keyframes carousel-scroll { to { transform: translateX(calc(-50% - 10px)); } }
@media (prefers-reduced-motion: reduce) { .carousel-track { animation-play-state: paused; } }
.republic-section { display: flex; align-items: center; justify-content: center; gap: clamp(48px, 10vw, 155px); min-height: 410px; padding: 64px max(32px, calc((100vw - 1180px) / 2)); background: #fff; }
.republic-content { max-width: 610px; }
.republic-content h2 { margin: 0; color: var(--ink); font-family: 'Oswald', sans-serif; font-size: clamp(2.2rem, 4.1vw, 4.45rem); font-weight: 600; line-height: 1.03; letter-spacing: -.025em; text-transform: uppercase; }
.republic-content p { margin: 22px 0 0; color: var(--orange); font-size: clamp(1rem, 1.4vw, 1.24rem); font-weight: 800; line-height: 1.45; text-transform: uppercase; }
.republic-image { flex: 0 1 410px; }
.republic-image img { display: block; width: min(100%, 410px); height: auto; }
.inner-page-hero { position: relative; display: flex; align-items: flex-end; min-height: 540px; padding: calc(var(--strip-height) + var(--header-height) + 64px) max(32px, calc((100% - 1360px) / 2)) 70px; overflow: hidden; color: #fff; isolation: isolate; }
.stores-page-hero { background: url('../images/productos/muebles-para-tiendas/mostrador-para-tienda.webp') center / cover no-repeat; }
.metal-page-hero { background: url('../images/productos/estanteria-metalica/gondolas-metalicas-para-tienda.webp') center / cover no-repeat; }
.metal-page-hero h1 { text-transform: none; }
.special-page-hero { background: url('../images/productos/muebles-especiales/cubiertas-para-muebles-a-medida.webp') center / cover no-repeat; }
.special-page-hero h1 { text-transform: none; }
.design-page-hero { background: url('../images/productos/servicios-de-diseno/mostrador-diseno-para-tienda.webp') center / cover no-repeat; }
.design-page-hero h1 { text-transform: none; }
.contact-page-hero { background: url('../images/productos/contacto/mostrador-para-tienda.webp') center / cover no-repeat; }
.contact-page-hero h1 { text-transform: none; }
.contact-page-section { padding: 96px 0; background: #fff; }
.contact-page-layout { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); gap: clamp(48px, 10vw, 160px); width: min(1180px, calc(100% - 64px)); margin: auto; }
.contact-information { padding: 44px; color: #fff; background: #17232c; }
.contact-information h2 { margin: 0 0 35px; font-family: 'Oswald', sans-serif; font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 600; line-height: 1; text-transform: uppercase; }
.contact-label { margin: 0; color: #ff8652; font-size: .82rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-phone { display: block; margin: 8px 0 24px; color: #fff; font-family: 'Oswald', sans-serif; font-size: clamp(2rem, 3vw, 2.9rem); font-weight: 600; line-height: 1; }
.contact-whatsapp { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 19px; border-radius: 3px; color: #fff; background: #1dbb68; font-size: .86rem; font-weight: 800; }
.contact-whatsapp img { width: 22px; height: 22px; object-fit: contain; }
.contact-location { margin: 32px 0 0; color: rgba(255,255,255,.78); font-size: .95rem; font-weight: 600; line-height: 1.65; }
.contact-location + .contact-location { margin-top: 7px; }
.contact-description { color: #3d474d; font-size: 1.08rem; font-weight: 500; line-height: 1.9; }
.contact-description p { margin: 0; }
.contact-description .contact-emphasis { margin-top: 25px; padding-left: 22px; border-left: 5px solid var(--orange); color: var(--ink); font-weight: 800; }
.contact-illustrations { display: grid; grid-template-columns: 1.25fr .75fr; gap: 14px; margin-top: 42px; }
.contact-illustrations img { width: 100%; height: 170px; object-fit: cover; }
.contact-illustrations img:first-child { grid-row: span 2; height: 354px; }
.contact-products-gallery .carousel-track { animation-duration: 120s; }
.inner-page-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(7,16,21,.94), rgba(7,16,21,.53) 57%, rgba(7,16,21,.17)); }
.inner-page-content { width: min(900px, 100%); }
.inner-page-content h1 { max-width: 900px; font-size: clamp(3rem, 6vw, 6.2rem); }
.stores-introduction { padding: 96px 0; background: #fff; }
.stores-introduction-inner { width: min(1180px, calc(100% - 64px)); margin: auto; }
.stores-super-title { margin: 0; color: var(--ink); font-family: 'Oswald', sans-serif; font-size: clamp(1.75rem, 2.8vw, 3.1rem); font-weight: 600; line-height: 1.1; text-align: center; }
.stores-description { max-width: 1000px; margin: 22px auto 0; color: #3d474d; font-size: 1.05rem; font-weight: 500; line-height: 1.85; text-align: center; }
.stores-detail { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); gap: clamp(36px, 7vw, 105px); align-items: center; margin-top: 78px; }
.stores-copy { position: relative; padding-left: 27px; }
.stores-copy::before { content: ''; position: absolute; top: 2px; bottom: 2px; left: 0; width: 5px; background: var(--orange); }
.stores-copy p { margin: 0; color: #3d474d; font-size: 1.02rem; font-weight: 500; line-height: 1.9; }
.stores-illustrations { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.stores-illustrations img { width: 100%; height: 190px; object-fit: cover; }
.stores-illustrations img:first-child { grid-row: span 2; height: 394px; }
.special-detail { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); gap: 56px clamp(36px, 7vw, 105px); align-items: center; margin-top: 78px; }
.special-detail .stores-copy p + p { margin-top: 22px; }
.special-illustrations img:first-child { grid-row: auto; height: 185px; }
.special-illustrations img { height: 185px; }
.special-detail .special-illustrations--single { align-self: stretch; }
.special-detail .special-illustrations--single img { grid-column: 1 / -1; width: 100%; height: 100%; object-fit: cover; }
.stores-gallery-section { padding: 0 0 96px; background: #fff; }
.stores-carousels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; width: min(1360px, calc(100% - 64px)); margin: auto; }
.store-carousel { position: relative; overflow: hidden; background: #17232c; }
.store-carousel-viewport { position: relative; aspect-ratio: 1.3 / 1; }
.store-carousel-slide { position: absolute; inset: 0; display: block; width: 100%; height: 100%; padding: 0; border: 0; opacity: 0; background: #17232c; cursor: pointer; transition: opacity .6s ease; }
.store-carousel-slide.is-active { z-index: 1; opacity: 1; }
.store-carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
.store-carousel-arrow { position: absolute; z-index: 2; top: calc(50% - 23px); display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: #fff; background: rgba(10,20,25,.3); cursor: pointer; font-size: 1.5rem; transition: background .2s ease; }
.store-carousel-arrow:hover { border-color: var(--orange); background: var(--orange); }
.store-carousel-prev { left: 18px; }
.store-carousel-next { right: 18px; }
.store-carousel-dots { position: absolute; z-index: 2; right: 0; bottom: 17px; left: 0; display: flex; justify-content: center; gap: 7px; }
.store-carousel-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.5); cursor: pointer; }
.store-carousel-dot.is-active { width: 24px; border-radius: 6px; background: var(--orange); }
.gallery-modal { position: fixed; z-index: 100; inset: 0; display: none; align-items: center; justify-content: center; padding: 90px 90px 40px; background: rgba(5,10,13,.93); }
.gallery-modal.is-open { display: flex; }
.gallery-modal-image { display: block; max-width: min(1100px, 100%); max-height: calc(100vh - 130px); object-fit: contain; box-shadow: 0 20px 60px rgba(0,0,0,.45); }
.gallery-modal-close, .gallery-modal-arrow { position: absolute; display: grid; width: 49px; height: 49px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: #fff; background: rgba(255,255,255,.09); cursor: pointer; font-size: 1.8rem; transition: background .2s ease; }
.gallery-modal-close:hover, .gallery-modal-arrow:hover { background: var(--orange); border-color: var(--orange); }
.gallery-modal-close { top: 25px; right: 30px; }
.gallery-modal-prev { left: 26px; }
.gallery-modal-next { right: 26px; }
body.modal-open { overflow: hidden; }
.footer-cta { padding: 68px 24px; color: #fff; background: #26363f; text-align: center; }
.footer-cta h2 { margin: 0; font-family: 'Oswald', sans-serif; font-size: clamp(2.4rem, 4.5vw, 4.8rem); font-weight: 600; line-height: 1; letter-spacing: -.025em; text-transform: uppercase; }
.footer-cta p { margin: 12px 0 0; font-size: clamp(1.1rem, 1.8vw, 1.55rem); font-weight: 600; }
.footer-cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.footer-cta-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 178px; min-height: 51px; padding: 0 22px; border-radius: 3px; font-size: .88rem; font-weight: 800; transition: transform .2s ease, filter .2s ease; }
.footer-cta-actions a:hover { transform: translateY(-2px); filter: brightness(.94); }
.footer-call { color: #17232c; background: #ffd425; }
.footer-whatsapp-button { color: #fff; background: #1dbb68; }
.site-footer { padding: 72px 0; color: #fff; background: #10191f; }
.footer-inner { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: clamp(40px, 7vw, 125px); width: min(1360px, calc(100% - 64px)); margin: auto; }
.footer-logo { display: inline-block; color: #fff; font-family: 'Oswald', sans-serif; font-size: clamp(2rem, 2.7vw, 3rem); font-weight: 700; line-height: 1; letter-spacing: -.035em; white-space: nowrap; }
.footer-logo span { color: var(--orange); }
.footer-brand p { max-width: 390px; margin: 21px 0 0; color: rgba(255,255,255,.66); font-size: .95rem; line-height: 1.75; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-nav a { position: relative; color: rgba(255,255,255,.82); font-size: .91rem; font-weight: 700; transition: color .2s ease; }
.footer-nav a:hover { color: var(--orange); }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer-contact p { margin: 0; color: rgba(255,255,255,.7); font-size: .88rem; font-weight: 600; line-height: 1.6; }
.footer-contact p:first-child { color: #fff; font-size: 1rem; font-weight: 800; text-transform: uppercase; }
.footer-contact a { margin-top: 16px; color: #fff; font-size: 1.3rem; font-weight: 800; }
.footer-contact .footer-whatsapp-number { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; color: #22bc6e; font-size: 1.05rem; }
.footer-contact .footer-whatsapp { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; margin-top: 15px; padding: 0 18px; border: 1px solid #22bc6e; border-radius: 3px; color: #fff; background: #22bc6e; font-size: .82rem; transition: background .2s ease; }
.footer-contact .footer-whatsapp:hover { background: #14884c; border-color: #14884c; }
.contact-panel { position: fixed; z-index: 30; right: 28px; bottom: 28px; width: 335px; margin: 0; padding: 12px; border-radius: 8px; background: #fff; box-shadow: 0 10px 30px rgba(16,29,37,.2); }
@media (min-width: 1000px) { .site-footer { padding: 58px 390px 58px 0; } .footer-inner { width: min(1040px, calc(100% - 52px)); gap: clamp(28px, 4vw, 58px); } .footer-logo { font-size: clamp(1.75rem, 2.2vw, 2.45rem); } .footer-brand p { max-width: 310px; font-size: .84rem; } .footer-nav { gap: 10px; } .footer-nav a { font-size: .8rem; } .footer-contact p { font-size: .79rem; } .footer-contact p:first-child { font-size: .88rem; } .footer-contact a { font-size: 1.12rem; } }
.contact-panel p { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 0 0 10px; color: #17232c; font-size: .78rem; font-weight: 800; }
.availability-dot { width: 10px; height: 10px; border-radius: 50%; background: #23bd70; box-shadow: 0 0 0 5px rgba(35,189,112,.15); }
.contact-panel-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.contact-panel-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 47px; border-radius: 4px; color: #17232c; font-size: .86rem; font-weight: 800; transition: transform .2s ease, filter .2s ease; }
.contact-panel-actions a:hover { transform: translateY(-2px); filter: brightness(.95); }
.call-now { background: #ffd425; }
.whatsapp-now { color: #fff !important; background: #1dbb68; }
.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; }
@media (max-width: 1120px) { .header-inner { gap: 18px; } .main-nav { gap: 16px; } .main-nav a { min-width: 88px; font-size: .86rem; } .quote-button { padding: 13px 14px; font-size: .69rem; } }
@media (max-width: 880px) { :root { --header-height: 76px; } .header-inner { width: min(100% - 40px, 720px); justify-content: space-between; } .menu-toggle { display: inline-flex; flex-direction: column; gap: 5px; width: 38px; padding: 8px 0; border: 0; background: transparent; cursor: pointer; } .menu-toggle span:not(.sr-only) { display: block; width: 28px; height: 2px; background: #fff; transition: transform .2s ease, background .3s ease; } .site-header.is-scrolled .menu-toggle span:not(.sr-only) { background: var(--ink); } .main-nav { position: absolute; top: calc(100% - 1px); right: 0; left: 0; display: none; padding: 15px 20px 22px; background: #fff; box-shadow: 0 14px 24px rgba(16,29,37,.12); } .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; } .main-nav a { padding: 10px 0; color: #36414a; font-size: 1.06rem; text-shadow: none; } .main-nav a::after { display: none; } .quote-button { display: none; } .hero-content { width: min(100% - 40px, 680px); margin-left: auto; margin-right: auto; } .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .category-card img { height: 235px; } .space-section { min-height: 470px; } .space-copy { padding: 52px 40px; } .space-copy h2 { font-size: 3rem; } .space-copy p { font-size: .94rem; } .republic-section { gap: 40px; padding: 55px 40px; } .republic-image { flex-basis: 310px; } .inner-page-hero { min-height: 470px; } .stores-detail { grid-template-columns: 1fr; } .stores-illustrations { max-width: 580px; } .stores-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); } .footer-inner { grid-template-columns: 1fr 1fr; gap: 48px; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 560px) { :root { --strip-height: 42px; } .contact-strip { gap: 8px; padding: 0 10px; font-size: .72rem; letter-spacing: .03em; } .contact-strip img { width: 22px; height: 22px; } .brand { font-size: 1.55rem; } .hero-shade { background: rgba(7,16,21,.86); } .hero-content { padding-top: 38px; padding-bottom: 104px; } .eyebrow { margin-bottom: 13px; font-size: .63rem; } h1 { font-size: clamp(1.8rem, 8vw, 2.5rem); } .hero-subtitle { margin-top: 13px; font-size: clamp(1.2rem, 5.5vw, 1.65rem); } .hero-description { margin-top: 20px; font-size: .98rem; line-height: 1.7; } .hero-actions { margin-top: 25px; gap: 10px; } .primary-action, .whatsapp-action { min-height: 48px; padding: 0 16px; font-size: .73rem; } .slider-controls { right: 20px; bottom: 125px; gap: 10px; } .slider-arrow { width: 33px; height: 33px; } .furniture-categories { padding: 64px 0; } .categories-inner { width: min(100% - 40px, 420px); } .furniture-categories h2 { margin-bottom: 25px; } .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; } .category-card img { height: 190px; } .category-card h3 { min-height: 58px; padding: 10px; font-size: 1.15rem; } .space-section { display: flex; flex-direction: column; } .space-copy { padding: 58px 20px; } .space-copy h2 { margin-bottom: 24px; font-size: 2.55rem; } .space-copy p { font-size: .98rem; line-height: 1.75; } .space-image { min-height: 330px; } .image-carousel { padding: 42px 0 16px; } .image-carousel h2 { margin-bottom: 24px; } .carousel-track, .carousel-group { gap: 12px; } .carousel-group img { width: 245px; height: 235px; } .republic-section { flex-direction: column; gap: 34px; min-height: 0; padding: 60px 20px; text-align: center; } .republic-image { flex-basis: auto; width: min(100%, 350px); } .republic-image img { margin: auto; } .footer-cta { padding: 55px 20px; } .footer-cta-actions { flex-direction: column; align-items: stretch; margin-top: 26px; } .footer-cta-actions a { width: min(100%, 320px); margin: auto; } .site-footer { padding: 56px 0 150px; } .footer-inner { display: flex; flex-direction: column; gap: 35px; width: min(100% - 40px, 420px); } .footer-nav { gap: 12px; } .contact-panel { right: auto; bottom: 14px; left: 50%; width: min(335px, calc(100% - 28px)); transform: translateX(-50%); } }
@media (max-width: 560px) { .inner-page-hero { min-height: 420px; padding: calc(var(--strip-height) + var(--header-height) + 30px) 20px 48px; } .inner-page-shade { background: rgba(7,16,21,.8); } .inner-page-content h1 { font-size: clamp(2.65rem, 13vw, 4rem); } .stores-introduction { padding: 62px 0; } .stores-introduction-inner { width: min(100% - 40px, 420px); } .stores-super-title { font-size: 1.75rem; text-align: left; } .stores-description { font-size: .98rem; text-align: left; } .stores-detail { gap: 36px; margin-top: 46px; } .stores-copy { padding-left: 19px; } .stores-copy p { font-size: .98rem; line-height: 1.8; } .stores-illustrations { gap: 8px; } .stores-illustrations img { height: 115px; } .stores-illustrations img:first-child { height: 238px; } .stores-gallery-section { padding-bottom: 62px; } .stores-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; width: min(100% - 40px, 420px); } .gallery-modal { padding: 75px 18px 75px; } .gallery-modal-image { max-height: calc(100vh - 150px); } .gallery-modal-close { top: 16px; right: 16px; } .gallery-modal-arrow { bottom: 18px; width: 43px; height: 43px; } .gallery-modal-prev { left: calc(50% - 55px); } .gallery-modal-next { right: calc(50% - 55px); } }
@media (max-width: 880px) { .stores-carousels { gap: 14px; width: min(100% - 40px, 820px); } }
@media (max-width: 560px) { .stores-carousels { grid-template-columns: 1fr; gap: 16px; width: 90%; } .store-carousel-arrow { top: calc(50% - 17px); width: 34px; height: 34px; font-size: 1.1rem; } .store-carousel-prev { left: 7px; } .store-carousel-next { right: 7px; } .store-carousel-dots { bottom: 9px; gap: 4px; } .store-carousel-dot { width: 6px; height: 6px; } .store-carousel-dot.is-active { width: 16px; } }
@media (max-width: 880px) { .special-detail { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .special-detail { gap: 36px; margin-top: 46px; } .special-detail > :nth-child(1) { order: 1; } .special-detail > :nth-child(2) { order: 2; } .special-detail > :nth-child(4) { order: 3; } .special-detail > :nth-child(3) { order: 4; } .special-detail > :nth-child(5) { order: 5; } .special-detail > :nth-child(6) { order: 6; } .special-illustrations img, .special-illustrations img:first-child { height: 132px; } }
@media (max-width: 880px) { .contact-page-layout { grid-template-columns: 1fr; gap: 38px; max-width: 680px; } }
@media (max-width: 560px) { .contact-page-section { padding: 62px 0; } .contact-page-layout { width: min(100% - 40px, 420px); } .contact-information { padding: 32px 25px; } .contact-description { font-size: .98rem; line-height: 1.8; } .contact-illustrations { gap: 8px; margin-top: 32px; } .contact-illustrations img { height: 112px; } .contact-illustrations img:first-child { height: 232px; } }
