:root {
  --black: #090909;
  --panel: #111111;
  --line: rgba(255, 255, 255, .12);
  --white: #f4f4f2;
  --muted: #a5a5a0;
  --accent: #d4af37;
  --paper: #eeede8;
  --page: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: "Manrope", Arial, sans-serif; font-feature-settings: "kern" 1, "ss01" 1; -webkit-font-smoothing: antialiased; }
h1, h2, h3, .logo { font-family: "Space Grotesk", "Manrope", sans-serif; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }

/* Mobile-first header */
.site-header { position: sticky; top: 0; z-index: 50; width: 100%; height: 68px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid var(--line); background: rgba(9, 9, 9, .94); backdrop-filter: blur(14px); }
.logo { width: 72px; height: 54px; display: inline-flex; align-items: center; overflow: hidden; }
.logo img { width: 100%; height: 100%; object-fit: contain; }
.footer-logo { width: 104px; height: 78px; }
.menu-button { min-width: 48px; min-height: 44px; padding: 0 12px; border: 1px solid #3d3d3a; border-radius: 9px; background: transparent; color: var(--white); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.site-nav { position: absolute; top: 68px; left: 0; right: 0; padding: 10px 18px 18px; display: none; flex-direction: column; background: #0b0b0b; border-bottom: 1px solid var(--line); }
.site-nav.open { display: flex; }
.site-nav a { min-height: 50px; display: flex; align-items: center; border-bottom: 1px solid var(--line); color: #d7d7d2; font-size: 13px; font-weight: 600; }
.header-action { display: none; }

/* Mobile-first hero */
.hero { width: 100%; margin: 0 auto; padding: 28px 18px 0; display: grid; gap: 38px; }
.hero-content { text-align: center; }
.trust-badge { width: max-content; max-width: 100%; margin: 0 auto 24px; padding: 9px 13px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid rgba(212, 175, 55, .3); border-radius: 999px; background: rgba(212, 175, 55, .08); color: #c9ad59; font-size: 9px; font-weight: 700; letter-spacing: .02em; }
.trust-badge i { color: var(--accent); font-size: 14px; }
.kicker, .section-title p { margin: 0 0 18px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(48px, 14vw, 68px); line-height: .94; letter-spacing: -.07em; font-weight: 600; }
.hero h1 span { color: var(--accent); }
.hero-copy { max-width: 390px; margin: 22px auto 0; color: #bebeb8; font-size: 14px; line-height: 1.65; }
.response-note { margin: 24px 0 0; color: #c9c9c3; font-size: 11px; font-weight: 700; }
.response-note i { margin-left: 4px; color: var(--accent); }
.hero-actions, .store-links { margin-top: 28px; display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.channel-button { min-height: 54px; padding: 0 10px 0 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #353532; border-radius: 9px; background: #121212; color: #eeeeea; font-size: 12px; font-weight: 700; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.channel-button i { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #20201e; font-size: 18px; }
.channel-button.whatsapp i { color: #37d66f; }
.channel-button.call i { color: var(--accent); }
.channel-button.instagram i { color: #d9b4ff; }
.channel-button.browse { border-color: var(--accent); background: var(--accent); color: #171004; }
.channel-button.browse i { background: #171004; color: var(--accent); }
.channel-button:active { transform: scale(.985); }
.hero-stats { margin-top: 24px; padding-top: 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.hero-stats div { min-width: 0; padding: 0 7px; display: flex; flex-direction: column; gap: 4px; border-right: 1px solid var(--line); }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { color: #e8e8e3; font-size: 8px; line-height: 1.35; }
.hero-stats span { color: #757570; font-size: 7px; line-height: 1.3; }
.primary-button { min-height: 52px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; background: var(--white); color: #090909; font-size: 12px; font-weight: 700; }
.quiet-link { min-height: 48px; padding: 0 4px; display: inline-flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #60605d; font-size: 12px; font-weight: 600; }
.quiet-link span { color: var(--accent); margin-left: 14px; }
.hero-media { position: relative; width: calc(100% + 36px); height: min(72vh, 610px); min-height: 430px; margin: 0 -18px; overflow: hidden; background: #191919; }
.hero-media img { height: 100%; object-fit: cover; object-position: center; opacity: 1; transform: scale(1.01); transition: opacity .32s ease, transform .8s cubic-bezier(.2, .7, .2, 1); }
.hero-media img.switching { opacity: 0; }
.hero-media figcaption { position: absolute; inset: auto 0 0; padding: 52px 18px 17px; display: flex; justify-content: space-between; gap: 14px; background: linear-gradient(transparent, rgba(0, 0, 0, .88)); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

/* Mobile-first feature bar */
.brand-strip { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strip-item { min-height: 88px; padding: 14px 12px; display: flex; align-items: center; gap: 10px; border-left: 1px solid var(--line); }
.strip-item:nth-child(3), .strip-item:nth-child(4) { border-top: 1px solid var(--line); }
.strip-item:nth-child(2), .strip-item:nth-child(4) { border-right: 1px solid var(--line); }
.strip-icon { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #373735; border-radius: 9px; color: var(--accent); font-size: 16px; }
.strip-item > span:last-child { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.strip-item strong { color: #efefeb; font-size: 11px; font-weight: 700; letter-spacing: -.01em; }
.strip-item small { color: #747470; font-size: 8px; line-height: 1.3; }

/* Mobile-first product carousel */
.product-section { padding: 68px 0 72px; overflow: hidden; background: var(--paper); color: #0b0b0b; }
.section-title { width: 100%; margin: 0 0 30px; padding: 0 18px; }
.section-title p { margin-bottom: 10px; color: #6c6962; }
.section-title h2 { margin: 0; font-size: clamp(38px, 11vw, 54px); line-height: .98; letter-spacing: -.06em; font-weight: 600; }
.slider-controls { margin-top: 22px; display: flex; gap: 9px; }
.slider-button { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(0, 0, 0, .25); border-radius: 50%; background: transparent; color: #111; cursor: pointer; font-size: 18px; }
.product-track { width: 100%; padding: 0 18px 12px; display: flex; gap: 14px; overflow-x: auto; scroll-padding-inline: 18px; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.product-track::-webkit-scrollbar { display: none; }
.catalog-card { flex: 0 0 86vw; min-width: 286px; max-width: 390px; display: flex; flex-direction: column; scroll-snap-align: start; background: #dcd8cf; }
.catalog-photo { position: relative; height: 390px; overflow: hidden; background: #cac6bd; }
.catalog-photo img { height: 100%; object-fit: cover; }
.status { position: absolute; top: 14px; left: 14px; padding: 7px 9px; background: var(--accent); color: #111; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-body { padding: 23px 19px 21px; display: flex; flex: 1; flex-direction: column; }
.catalog-meta { display: flex; justify-content: space-between; color: #6f6b64; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.catalog-body h3 { margin: 18px 0 12px; font-size: 34px; line-height: .98; letter-spacing: -.055em; }
.catalog-body > p { margin: 0; color: #5f5b55; font-size: 12px; line-height: 1.65; }
.status-field { margin-top: 24px; display: flex; flex-direction: column; gap: 8px; }
.status-field > span { color: #6b6861; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pta-select { width: 100%; height: 50px; padding: 0 42px 0 14px; border: 1px solid rgba(0, 0, 0, .27); border-radius: 0; background: transparent; color: #111; font: 700 13px "Manrope", sans-serif; cursor: pointer; }
.pta-select:focus { outline: 2px solid var(--accent); outline-offset: 2px; }
.order-product { min-height: 54px; margin-top: 12px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; background: #101010; color: #fff; font-size: 12px; font-weight: 700; }
.order-product i { color: #25d366; font-size: 21px; }

/* Mobile-first store section */
.store-section { width: 100%; display: grid; background: #101010; }
.store-photo { height: 390px; overflow: hidden; }
.store-photo img { height: 100%; object-fit: cover; object-position: center; }
.store-info { padding: 64px 18px 74px; }
.store-info h2 { margin: 0; font-size: clamp(39px, 11vw, 56px); line-height: 1.01; letter-spacing: -.06em; font-weight: 600; }
.store-info > p:not(.kicker) { margin: 24px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.store-map { height: 360px; overflow: hidden; border-top: 1px solid var(--line); background: #181818; }
.store-map iframe { width: 100%; height: 100%; display: block; border: 0; }

/* Mobile-first footer */
footer { width: 100%; padding: 38px 18px 90px; display: grid; gap: 28px; border-top: 1px solid var(--line); }
.footer-main { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-main p, .copyright { color: #777773; font-size: 10px; }
.footer-links { width: 100%; display: grid; gap: 8px; color: #d5d5d0; }
.social-link { min-height: 54px; padding: 8px 11px 8px 8px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, .025); font-size: 12px; font-weight: 700; }
.social-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 8px; background: #1d1d1d; color: var(--white); font-size: 18px; }
.social-arrow { color: #777773; font-size: 15px; }
.copyright { margin: 0; padding-top: 20px; border-top: 1px solid var(--line); }

/* Mobile-first WhatsApp button */
@keyframes whatsapp-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .48), 0 14px 38px rgba(0, 0, 0, .38); }
  68% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0), 0 14px 38px rgba(0, 0, 0, .38); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 14px 38px rgba(0, 0, 0, .38); }
}
.whatsapp-float { position: fixed; right: 12px; bottom: 12px; z-index: 60; min-width: 190px; padding: 9px 10px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 9px; border: 1px solid rgba(255, 255, 255, .4); border-radius: 13px; background: #25d366; color: #071b0d; box-shadow: 0 14px 38px rgba(0, 0, 0, .38); animation: whatsapp-pulse 2.2s ease-out infinite; }
.wa-badge { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #fff; font-size: 20px; }
.wa-copy { display: flex; flex-direction: column; gap: 2px; }
.wa-copy strong { font-size: 11px; line-height: 1.1; }
.wa-copy small { font-size: 9px; line-height: 1.1; opacity: .75; }
.wa-arrow { font-size: 14px; font-weight: 800; }
.mobile-bottom-nav { position: fixed; inset: auto 0 0; z-index: 55; min-height: 74px; padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: start; border-top: 1px solid rgba(212, 175, 55, .22); background: rgba(13, 13, 13, .96); box-shadow: 0 -12px 34px rgba(0, 0, 0, .32); backdrop-filter: blur(18px); color: #888884; }
.mobile-bottom-nav .nav-item { min-width: 0; min-height: 54px; padding: 4px 2px 3px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border-radius: 12px; transition: color .2s ease, background .2s ease, transform .2s ease; -webkit-tap-highlight-color: transparent; }
.mobile-bottom-nav .nav-item:active { transform: scale(.94); }
.mobile-bottom-nav .nav-icon { width: 34px; height: 30px; display: grid; place-items: center; border-radius: 10px; }
.mobile-bottom-nav i { display: block; font-size: 21px; line-height: 1; }
.mobile-bottom-nav .nav-label { max-width: 100%; overflow: hidden; font-size: 9px; font-weight: 700; line-height: 1; letter-spacing: .01em; text-overflow: ellipsis; white-space: nowrap; }
.mobile-bottom-nav .nav-item.is-active { background: rgba(212, 175, 55, .1); color: #e0bd4d; }
.mobile-bottom-nav .nav-whatsapp { color: #53dc83; }
.mobile-bottom-nav .nav-whatsapp .nav-icon { background: #25d366; color: #071b0d; box-shadow: 0 7px 18px rgba(37, 211, 102, .22); }
.whatsapp-float { bottom: calc(88px + env(safe-area-inset-bottom)); min-width: 54px; width: 54px; height: 54px; padding: 0; grid-template-columns: 1fr; border-radius: 50%; }
.whatsapp-float .wa-copy, .whatsapp-float .wa-arrow { display: none; }
.whatsapp-float .wa-badge { width: 100%; height: 100%; background: transparent; color: #071b0d; font-size: 26px; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Larger phones and tablets */
@media (min-width: 600px) {
  .site-header { padding-inline: 26px; }
  .hero { padding: 64px 26px 0; gap: 50px; }
  .hero h1 { font-size: clamp(66px, 11vw, 88px); }
  .hero-media { width: calc(100% + 52px); margin-inline: -26px; min-height: 560px; }
  .hero-actions, .store-links { flex-direction: row; align-items: center; }
  .hero-actions { display: flex; flex-direction: column; }
  .primary-button { min-width: 180px; }
  .brand-strip { padding-inline: 26px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .strip-item { min-height: 96px; padding: 16px; border-top: 0 !important; }
  .strip-item:nth-child(3) { border-left: 1px solid var(--line); }
  .strip-item small { font-size: 9px; }
  .section-title { padding-inline: 26px; }
  .product-track { padding-inline: 26px; scroll-padding-inline: 26px; gap: 18px; }
  .catalog-card { flex-basis: 56vw; max-width: 500px; }
  .catalog-photo { height: 470px; }
  .catalog-body { padding: 27px 25px 25px; }
  .catalog-body h3 { font-size: 42px; }
  .store-photo { height: 520px; }
  .store-info { padding: 82px 26px; }
  .store-map { height: 430px; }
  footer { padding: 44px 26px 92px; }
}

/* Desktop enhancement */
@media (min-width: 900px) {
  .site-header { position: relative; width: min(var(--page), 100%); height: 82px; margin: 0 auto; padding: 0 42px; grid-template-columns: 1fr auto 1fr; }
  .site-header .logo { width: 86px; height: 64px; }
  .menu-button { display: none; }
  .site-nav { position: static; padding: 0; display: flex; flex-direction: row; gap: 32px; background: transparent; border: 0; }
  .site-nav a { min-height: auto; border: 0; font-size: 12px; transition: color .2s ease; }
  .site-nav a:hover { color: var(--accent); }
  .header-action { justify-self: end; padding: 11px 15px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid #4d4d4a; font-size: 12px; font-weight: 700; transition: border-color .2s ease, background .2s ease; }
  .header-action i { color: var(--accent); font-size: 15px; }
  .header-action:hover { border-color: var(--accent); background: var(--accent); color: #000; }
  .header-action:hover i { color: inherit; }
  .hero { width: min(var(--page), 100%); min-height: 680px; padding: 72px 42px; grid-template-columns: minmax(0, .88fr) minmax(420px, .72fr); gap: 8vw; align-items: center; }
  .hero-content { padding-left: clamp(0px, 4vw, 65px); text-align: left; }
  .trust-badge { margin-inline: 0; }
  .hero h1 { font-size: clamp(68px, 7.1vw, 108px); }
  .hero-copy { margin-top: 32px; font-size: 16px; }
  .response-note { text-align: left; }
  .hero-actions { max-width: 520px; }
  .hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .channel-button:hover { border-color: #5a5a55; background: #191919; transform: translateY(-2px); }
  .channel-button.browse:hover { border-color: #e2bd4e; background: #e2bd4e; }
  .hero-stats { max-width: 520px; }
  .hero-stats strong { font-size: 9px; }
  .hero-stats span { font-size: 8px; }
  .hero-media { width: auto; height: min(570px, 65vw); min-height: 500px; margin: 0; }
  .hero-media:hover img { transform: scale(1.035); }
  .brand-strip { width: min(var(--page), 100%); margin: 0 auto; padding: 0 42px; }
  .strip-item { padding: 20px clamp(18px, 2.3vw, 34px); transition: background .2s ease; }
  .strip-item:hover { background: rgba(255, 255, 255, .035); }
  .strip-icon { width: 38px; height: 38px; font-size: 18px; }
  .strip-item strong { font-size: 12px; }
  .strip-item small { font-size: 10px; }
  .product-section { padding: 108px 42px; }
  .section-title { width: min(1280px, 100%); margin: 0 auto 46px; padding: 0; display: flex; justify-content: space-between; align-items: end; }
  .section-title > div:first-child { display: flex; align-items: end; gap: clamp(30px, 7vw, 110px); }
  .section-title h2 { font-size: clamp(48px, 5vw, 72px); }
  .slider-controls { margin: 0; }
  .slider-button { transition: background .2s ease, color .2s ease; }
  .slider-button:hover { border-color: #111; background: #111; color: #fff; }
  .product-track { width: min(1280px, 100%); margin: 0 auto; padding: 0 0 12px; gap: 22px; scroll-padding-inline: 0; }
  .catalog-card { flex-basis: calc((100% - 44px) / 2.35); min-width: 390px; max-width: none; }
  .catalog-photo { height: 450px; }
  .catalog-photo img { transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
  .catalog-card:hover .catalog-photo img { transform: scale(1.025); }
  .catalog-body { padding: 28px 28px 26px; }
  .catalog-body h3 { font-size: clamp(36px, 3.2vw, 46px); }
  .catalog-body > p { min-height: 66px; }
  .order-product { transition: background .2s ease; }
  .order-product:hover { background: #262626; }
  .store-section { width: min(var(--page), 100%); margin: 0 auto; grid-template-columns: 1.05fr .95fr; }
  .store-photo { height: auto; min-height: 650px; }
  .store-photo img { object-position: center; }
  .store-info { padding: clamp(54px, 8vw, 120px); align-self: center; }
  .store-info h2 { font-size: clamp(48px, 5vw, 72px); }
  .store-map { grid-column: 1 / -1; height: 460px; }
  footer { width: min(var(--page), 100%); margin: 0 auto; padding: 46px 42px 28px; grid-template-columns: 1fr auto; gap: 50px; }
  .footer-main { flex-direction: row; align-items: center; gap: 30px; }
  .footer-links { grid-template-columns: repeat(3, minmax(132px, 1fr)); gap: 9px; }
  .social-link { min-width: 144px; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
  .social-link:hover { border-color: rgba(212, 175, 55, .58); background: rgba(212, 175, 55, .08); transform: translateY(-2px); }
  .social-link:hover .social-icon { background: var(--accent); color: #090909; }
  .copyright { grid-column: 1 / -1; margin-top: 4px; }
  .whatsapp-float { right: 24px; bottom: 24px; min-width: 218px; padding: 11px 13px; grid-template-columns: 38px 1fr auto; gap: 11px; border-radius: 15px; transition: transform .2s ease, box-shadow .2s ease; }
  .whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(0, 0, 0, .48); }
  .wa-badge { width: 38px; height: 38px; }
  .whatsapp-float .wa-copy { display: flex; }
  .whatsapp-float .wa-arrow { display: block; }
  .whatsapp-float .wa-badge { width: 38px; height: 38px; background: #fff; font-size: 20px; }
  .wa-copy strong { font-size: 12px; }
  .wa-copy small { font-size: 10px; }
  .mobile-bottom-nav { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .whatsapp-float { animation: none; }
  .reveal { opacity: 1; transform: none; }
}
