:root {
  --blue: #0b4ea2;
  --blue-dark: #083a78;
  --blue-soft: #eef5ff;
  --red: #e6343b;
  --ink: #17202b;
  --muted: #687384;
  --line: #e4e8ee;
  --surface: #ffffff;
  --surface-alt: #f7f9fc;
  --shadow: 0 18px 50px rgba(21, 42, 74, .12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; background: #fff; color: var(--blue); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.notice-bar { background: #f5f7fa; border-bottom: 1px solid #edf0f4; font-size: 12px; color: #5f6b7a; }
.notice-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.notice-inner > span { font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.notice-contact { display: flex; align-items: center; gap: 22px; }
.notice-contact a:hover { color: var(--blue); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: box-shadow .2s ease, border-color .2s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(24, 37, 55, .06); }
.nav-shell { height: 82px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 28px; }
.brand img { width: 150px; max-height: 64px; object-fit: contain; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 24px; }
.main-nav a { position: relative; font-size: 14px; font-weight: 650; color: #3d4857; padding: 30px 0; white-space: nowrap; }
.main-nav a:hover, .main-nav a.active { color: var(--blue); }
.main-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 17px; height: 2px; border-radius: 2px; background: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-link-wa { font-size: 14px; font-weight: 700; color: #364152; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; border-radius: 10px; border: 1px solid transparent; font-size: 14px; font-weight: 750; letter-spacing: -.01em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; cursor: pointer; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 24px rgba(11, 78, 162, .2); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-outline { border-color: #cad3df; background: #fff; color: #243142; }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-white { background: #fff; color: var(--blue-dark); }
.btn-nav { min-height: 42px; padding: 0 16px; border-radius: 8px; }
.btn.full { width: 100%; }
.nav-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 0; padding: 9px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 3px; }

.home-hero { padding: 64px 0 76px; overflow: hidden; }
.hero-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.hero-kicker, .section-label { display: block; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-copy h1 { margin: 16px 0 22px; max-width: 620px; font-size: clamp(46px, 5vw, 72px); line-height: 1.02; letter-spacing: -.045em; font-weight: 800; color: #111a24; }
.hero-copy > p { margin: 0; max-width: 590px; color: #5c6775; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-proof { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; gap: 18px; align-items: baseline; color: #667180; font-size: 14px; }
.hero-proof strong { color: var(--ink); font-size: 17px; }
.hero-photo-wrap { position: relative; min-height: 590px; }
.hero-photo { width: 100%; height: 590px; object-fit: cover; object-position: center; border-radius: 26px; box-shadow: var(--shadow); }
.hero-photo-badge { position: absolute; left: -28px; bottom: 34px; min-width: 210px; background: #fff; padding: 18px 20px; border-radius: 14px; box-shadow: 0 18px 45px rgba(26, 48, 77, .18); }
.hero-photo-badge span { display: block; color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.hero-photo-badge strong { display: block; margin-top: 4px; font-size: 15px; }

.quick-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.quick-strip-inner { min-height: 66px; display: flex; justify-content: space-between; align-items: center; gap: 18px; color: #465160; font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.quick-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--red); flex: 0 0 auto; }

.section { padding: 104px 0; }
.about-home { background: #fff; }
.about-grid { display: grid; grid-template-columns: 240px 1fr; gap: 80px; align-items: start; }
.about-copy { max-width: 820px; }
.about-copy h2, .section-head h2, .distribution-copy h2, .catalog-cta h2, .contact-home h2, .inner-hero h1, .regions-intro h2, .contact-hero h1 { margin: 0; color: #131c27; letter-spacing: -.035em; line-height: 1.12; }
.about-copy h2 { font-size: clamp(34px, 4vw, 52px); }
.rich-text { margin-top: 26px; color: #5e6875; font-size: 18px; max-width: 780px; }
.rich-text p { margin: 0 0 18px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; color: var(--blue); font-weight: 750; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }

.audience-section { background: var(--surface-alt); }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; margin-bottom: 42px; }
.section-head h2 { max-width: 720px; margin-top: 10px; font-size: clamp(34px, 4vw, 50px); }
.section-head > p { margin: 0 0 4px; color: #66717f; font-size: 16px; }
.photo-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.photo-service { display: block; background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid #e8ebef; transition: transform .22s ease, box-shadow .22s ease; }
.photo-service:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.photo-service img { width: 100%; aspect-ratio: 1.22 / 1; object-fit: cover; }
.photo-service-body { padding: 25px 26px 28px; }
.photo-service-body > span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.photo-service-body h3 { margin: 7px 0 9px; font-size: 25px; line-height: 1.2; letter-spacing: -.02em; }
.photo-service-body p { margin: 0 0 18px; color: #697482; font-size: 15px; }
.photo-service-body strong { color: var(--blue); font-size: 14px; }

.distribution-section { background: #fff; }
.distribution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.distribution-photo img { width: 100%; height: 520px; object-fit: cover; border-radius: 20px; }
.distribution-copy { max-width: 540px; }
.distribution-copy h2 { margin-top: 12px; font-size: clamp(34px, 4vw, 50px); }
.distribution-copy > p { margin: 22px 0; color: #65707e; font-size: 17px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 32px; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 30px; font-weight: 650; color: #384554; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: var(--blue-soft); color: var(--blue); font-size: 12px; font-weight: 900; }

.brands-home { background: var(--surface-alt); }
.compact-head { align-items: center; }
.compact-head .text-link { justify-self: end; margin-top: 0; }
.brand-wall { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: #fff; }
.brand-item { min-height: 126px; display: grid; place-items: center; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #627080; font-weight: 800; text-align: center; }
.brand-item img { max-width: 155px; max-height: 68px; object-fit: contain; filter: saturate(.9); }
.brand-placeholder, .empty-state { padding: 28px; border: 1px dashed #cbd4df; border-radius: 12px; color: #738092; background: #fff; }

.catalog-cta { padding: 78px 0; background: var(--blue); color: #fff; }
.catalog-cta-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; }
.catalog-cta span { font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: #bcd6ff; }
.catalog-cta h2 { margin-top: 10px; color: #fff; font-size: clamp(34px, 4vw, 50px); max-width: 720px; }
.catalog-cta p { margin: 14px 0 0; color: #dbe8fb; font-size: 17px; }
.catalog-cta-actions { justify-self: end; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.catalog-wa { font-size: 14px; font-weight: 700; color: #fff; }

.contact-home { background: #fff; }
.contact-home-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 72px; align-items: center; }
.contact-home h2 { margin-top: 10px; font-size: clamp(34px, 4vw, 48px); max-width: 700px; }
.contact-home p { color: #687482; max-width: 650px; }
.contact-home-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }

.inner-hero { padding: 74px 0 80px; background: linear-gradient(90deg, #f8fbff 0%, #fff 60%); border-bottom: 1px solid #edf1f5; }
.inner-hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; }
.inner-hero-copy h1 { margin-top: 12px; font-size: clamp(42px, 5vw, 66px); }
.inner-hero-copy > p { margin: 20px 0 0; max-width: 610px; color: #66717f; font-size: 18px; }
.inner-hero-photo img { width: 100%; height: 410px; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow); }
.compact-inner-hero .inner-hero-photo img { height: 350px; }

.readable-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 84px; align-items: start; }
.article-content { max-width: 760px; color: #566171; font-size: 17px; }
.article-content > p:first-child { margin-top: 0; }
.article-content h2 { margin: 48px 0 18px; color: var(--ink); font-size: 34px; line-height: 1.2; letter-spacing: -.025em; }
.contact-aside { border-left: 1px solid var(--line); padding-left: 32px; }
.contact-aside h2 { margin: 8px 0 26px; font-size: 26px; }
.contact-aside > div { padding: 14px 0; border-top: 1px solid var(--line); }
.contact-aside small { display: block; color: #8791a0; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-aside strong { display: block; margin-top: 3px; font-size: 14px; line-height: 1.5; }
.contact-aside .btn { margin-top: 22px; }
.feature-band { padding-top: 0; background: #fff; }
.feature-columns { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.feature-column { padding: 34px 44px 0 0; }
.feature-column + .feature-column { border-left: 1px solid var(--line); padding-left: 44px; }
.feature-column h3 { margin: 0 0 9px; font-size: 20px; }
.feature-column p { margin: 0; color: #687482; font-size: 14px; }

.simple-cta { padding: 68px 0; background: #12283f; color: #fff; }
.simple-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.simple-cta h2 { margin: 0; font-size: 36px; line-height: 1.18; letter-spacing: -.025em; }
.simple-cta p { margin: 10px 0 0; color: #c8d2dc; }

.catalog-intro { max-width: 820px; }
.catalog-intro h2 { margin: 10px 0 0; font-size: clamp(34px, 4vw, 48px); line-height: 1.15; letter-spacing: -.03em; }
.catalog-intro .btn { margin-top: 20px; }
.catalog-brands { padding-top: 80px; }
.page-intro-text { max-width: 840px; margin-bottom: 46px; color: #64707d; font-size: 17px; }
.brand-directory { display: grid; gap: 0; border-top: 1px solid var(--line); }
.brand-directory-item { display: grid; grid-template-columns: 240px 1fr; gap: 44px; align-items: center; padding: 32px 0; border-bottom: 1px solid var(--line); }
.brand-logo-box { height: 110px; display: grid; place-items: center; background: var(--surface-alt); border-radius: 12px; padding: 18px; }
.brand-logo-box img { max-height: 70px; max-width: 160px; object-fit: contain; }
.brand-directory-item h2 { margin: 0 0 7px; font-size: 22px; }
.brand-directory-item p { margin: 0 0 6px; color: #687482; }
.brand-directory-item a { color: var(--blue); font-weight: 700; font-size: 14px; }

.regions-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.regions-intro h2 { margin-top: 10px; font-size: 40px; }
.regions-list { border-top: 1px solid var(--line); }
.region-row { display: grid; grid-template-columns: 220px 1fr; gap: 34px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.region-row strong { display: block; font-size: 20px; }
.region-row span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.region-row p { margin: 0; color: #65717e; }

.contact-hero { padding: 80px 0 68px; background: #f8fbff; border-bottom: 1px solid var(--line); }
.contact-hero-inner { max-width: 800px; }
.contact-hero h1 { margin-top: 12px; font-size: clamp(44px, 5vw, 64px); }
.contact-hero p { margin: 18px 0 0; color: #66717f; font-size: 18px; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-details h2, .contact-form-wrap h2 { margin: 0 0 10px; font-size: 30px; letter-spacing: -.02em; }
.contact-details > p, .contact-form-wrap > p { color: #6a7582; }
.contact-lines { margin-top: 34px; border-top: 1px solid var(--line); }
.contact-lines > a, .contact-lines > div { display: block; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-lines small { display: block; color: #8993a0; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.contact-lines strong { display: block; margin-top: 3px; font-size: 16px; }
.contact-lines span, .contact-lines > div > a { display: inline-block; margin-top: 6px; color: var(--blue); font-size: 13px; font-weight: 700; }
.contact-form-wrap { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 34px; box-shadow: 0 12px 35px rgba(28, 46, 70, .06); }
.form-group { margin-top: 18px; }
.form-group label { display: block; margin-bottom: 7px; color: #46515f; font-size: 13px; font-weight: 700; }
.form-group input, .form-group select, .form-group textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cfd6df; border-radius: 8px; color: var(--ink); background: #fff; outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
.form-group textarea { min-height: 126px; resize: vertical; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11, 78, 162, .1); }
.field-error { color: #b42318; font-size: 12px; margin-top: 5px; }
.contact-form-wrap form .btn { margin-top: 22px; }

.messages-wrap { padding-top: 18px; }
.message { padding: 14px 16px; border-radius: 10px; background: #edf8f0; border: 1px solid #c9e8d0; color: #226532; }

.site-footer { background: #0f1c2b; color: #fff; padding: 70px 0 24px; }
.footer-main { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; }
.footer-brand img { width: 150px; filter: brightness(0) invert(1); opacity: .95; }
.footer-about p { max-width: 310px; color: #aeb9c5; font-size: 14px; }
.footer-social { display: inline-block; margin-top: 8px; color: #fff; font-weight: 700; font-size: 14px; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.footer-nav h2 { margin: 0 0 16px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.footer-nav a { display: block; margin: 9px 0; color: #b8c2cc; font-size: 14px; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { margin-top: 54px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: #7f8c99; font-size: 12px; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #25d366; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.floating-whatsapp svg { width: 29px; height: 29px; fill: #fff; }

.products-home { background: #fff; }
.products-head { align-items: end; }
.products-head-side { max-width: 440px; justify-self: end; }
.products-head-side p { margin: 0; color: #66717f; font-size: 16px; }
.products-head-side .text-link { margin-top: 14px; }
.product-carousel-shell { position: relative; }
.product-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 72px) / 4); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 2px 2px 12px; scrollbar-width: none; outline: none; }
.product-track::-webkit-scrollbar { display: none; }
.product-card { scroll-snap-align: start; min-width: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid #e5eaf0; border-radius: 16px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #d7e1ee; }
.product-card-static:hover { transform: none; box-shadow: none; }
.product-image-wrap { aspect-ratio: 1 / 1; background: #f7f9fc; display: grid; place-items: center; overflow: hidden; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: contain; padding: 18px; transition: transform .25s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.035); }
.product-image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(145deg, #f7f9fc, #edf4fc); }
.product-image-placeholder span { width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: #fff; font-size: 20px; font-weight: 900; letter-spacing: -.04em; }
.product-card-body { flex: 1; padding: 20px 20px 22px; display: flex; flex-direction: column; }
.product-card-body h3 { margin: 0; font-size: 18px; line-height: 1.3; letter-spacing: -.015em; }
.product-card-body p { margin: 8px 0 18px; color: #6a7583; font-size: 14px; line-height: 1.55; }
.product-link { margin-top: auto; color: var(--blue); font-size: 13px; font-weight: 800; }
.product-link b { display: inline-block; margin-left: 4px; transition: transform .18s ease; }
.product-card:hover .product-link b { transform: translateX(4px); }
.carousel-arrow { position: absolute; z-index: 3; top: 42%; width: 44px; height: 44px; border-radius: 50%; border: 1px solid #dce3eb; background: #fff; color: var(--ink); display: grid; place-items: center; box-shadow: 0 8px 24px rgba(27, 45, 70, .12); cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease, opacity .18s ease; }
.carousel-arrow:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.carousel-arrow:disabled { opacity: .3; cursor: default; background: #fff; color: var(--ink); border-color: #dce3eb; }
.carousel-arrow-prev { left: -22px; }
.carousel-arrow-next { right: -22px; }
.carousel-dots { min-height: 20px; margin-top: 20px; display: flex; justify-content: center; gap: 8px; }
.carousel-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #cdd5df; cursor: pointer; }
.carousel-dot.active { width: 24px; border-radius: 999px; background: var(--blue); }
.products-empty { min-height: 150px; padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--surface-alt); border: 1px solid #e6ebf1; border-radius: 16px; }
.products-empty strong { display: block; font-size: 20px; }
.products-empty p { margin: 5px 0 0; color: #6a7583; }

@media (max-width: 1100px) {
  .nav-shell { grid-template-columns: 160px 1fr auto; gap: 16px; }
  .main-nav { gap: 16px; }
  .main-nav a { font-size: 13px; }
  .nav-link-wa { display: none; }
  .hero-layout { gap: 42px; }
  .hero-photo-wrap, .hero-photo { min-height: 520px; height: 520px; }
  .photo-services { gap: 16px; }
  .product-track { grid-auto-columns: calc((100% - 48px) / 3); }
}

@media (max-width: 920px) {
  .notice-contact { display: none; }
  .notice-inner { justify-content: center; text-align: center; }
  .nav-shell { height: 72px; display: flex; justify-content: space-between; }
  .brand img { width: 132px; }
  .nav-toggle { display: block; order: 3; }
  .nav-actions { margin-left: auto; }
  .btn-nav { display: none; }
  .main-nav { position: fixed; top: 106px; left: 0; right: 0; max-height: calc(100vh - 106px); overflow: auto; display: none; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 16px 24px 26px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 18px 35px rgba(24, 37, 55, .12); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid #eef1f4; }
  .main-nav a.active::after { display: none; }
  body.nav-open { overflow: hidden; }
  .hero-layout, .inner-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-photo-wrap { min-height: auto; }
  .hero-photo { height: 500px; }
  .hero-photo-badge { left: 18px; }
  .about-grid { grid-template-columns: 1fr; gap: 24px; }
  .products-head-side { justify-self: start; max-width: 620px; }
  .product-track { grid-auto-columns: calc((100% - 24px) / 2); }
  .carousel-arrow-prev { left: -14px; }
  .carousel-arrow-next { right: -14px; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .photo-services { grid-template-columns: 1fr 1fr; }
  .photo-service:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .photo-service:last-child img { height: 100%; aspect-ratio: auto; }
  .distribution-grid, .contact-home-grid, .catalog-cta-inner, .readable-grid, .regions-layout, .contact-layout { grid-template-columns: 1fr; }
  .distribution-grid, .regions-layout, .contact-layout { gap: 46px; }
  .distribution-copy { max-width: none; }
  .compact-head .text-link { justify-self: start; }
  .brand-wall { grid-template-columns: repeat(3, 1fr); }
  .catalog-cta-actions { justify-self: start; }
  .contact-home-actions { justify-content: flex-start; }
  .contact-aside { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }
  .feature-columns { grid-template-columns: 1fr; }
  .feature-column, .feature-column + .feature-column { padding: 24px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 32px, var(--container)); }
  .notice-bar { display: none; }
  .main-nav { top: 72px; max-height: calc(100vh - 72px); }
  .home-hero { padding: 42px 0 54px; }
  .hero-layout { gap: 34px; }
  .hero-copy h1 { font-size: clamp(40px, 13vw, 56px); }
  .hero-copy > p { font-size: 17px; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { flex-direction: column; gap: 4px; }
  .hero-photo { height: 430px; border-radius: 18px; }
  .hero-photo-badge { left: 14px; right: 14px; bottom: 14px; min-width: 0; }
  .quick-strip { overflow: hidden; }
  .quick-strip-inner { overflow-x: auto; justify-content: flex-start; width: 100%; padding: 0 16px; min-height: 56px; scrollbar-width: none; }
  .quick-strip-inner::-webkit-scrollbar { display: none; }
  .quick-strip-inner span { white-space: nowrap; }
  .section { padding: 72px 0; }
  .about-copy h2, .section-head h2, .distribution-copy h2, .catalog-cta h2, .contact-home h2 { font-size: 34px; }
  .rich-text { font-size: 16px; }
  .product-track { grid-auto-columns: 82%; gap: 14px; padding-right: 8px; }
  .carousel-arrow { display: none; }
  .product-card-body { padding: 17px 17px 20px; }
  .product-image-wrap img { padding: 14px; }
  .products-empty { align-items: flex-start; flex-direction: column; padding: 24px; }
  .products-empty .btn { width: 100%; }
  .photo-services { grid-template-columns: 1fr; }
  .photo-service:last-child { grid-column: auto; display: block; }
  .photo-service:last-child img { height: auto; aspect-ratio: 1.22 / 1; }
  .distribution-photo img { height: 360px; }
  .brand-wall { grid-template-columns: repeat(2, 1fr); }
  .brand-item { min-height: 100px; padding: 16px; }
  .catalog-cta { padding: 60px 0; }
  .catalog-cta-inner { gap: 32px; }
  .inner-hero { padding: 48px 0 54px; }
  .inner-hero-grid { gap: 34px; }
  .inner-hero-copy h1, .contact-hero h1 { font-size: 42px; }
  .inner-hero-photo img, .compact-inner-hero .inner-hero-photo img { height: 300px; border-radius: 16px; }
  .brand-directory-item { grid-template-columns: 1fr; gap: 18px; }
  .brand-logo-box { height: 100px; }
  .region-row { grid-template-columns: 1fr; gap: 9px; }
  .contact-form-wrap { padding: 24px 18px; border-radius: 12px; }
  .simple-cta-inner { grid-template-columns: 1fr; gap: 26px; }
  .simple-cta .btn { width: 100%; }
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-nav > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

/* === PATCH NUTRI PET: MAPA NA SEÇÃO DISTRIBUIÇÃO === */
.distribution-map-frame {
  position: relative;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid #e4eaf0;
  border-radius: 20px;
  background: #eef3f8;
}

.distribution-map-embed {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
}

.distribution-map-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  max-width: 360px;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 30px rgba(24, 41, 63, .13);
  backdrop-filter: blur(8px);
}

.distribution-map-card > span {
  display: block;
  margin-bottom: 5px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.distribution-map-card strong {
  display: block;
  color: #172231;
  font-size: 17px;
}

.distribution-map-card p {
  margin: 4px 0 0;
  color: #66717f;
  font-size: 13px;
  line-height: 1.45;
}

.distribution-map-card a {
  display: inline-block;
  margin-top: 9px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 750;
}

@media (max-width: 680px) {
  .distribution-map-frame {
    min-height: 430px;
  }

  .distribution-map-embed {
    height: 430px;
  }

  .distribution-map-card {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }
}
/* === FIM PATCH NUTRI PET: MAPA NA SEÇÃO DISTRIBUIÇÃO === */

/* === PATCH NUTRI PET: LINKS MARCAS HOME === */
.brands-head-links {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
}

.brands-head-links .text-link {
  margin-top: 0;
  justify-self: auto;
}

.brands-catalog-link {
  font-weight: 800;
}

@media (max-width: 900px) {
  .brands-head-links {
    justify-self: start;
    justify-content: flex-start;
  }
}
/* === FIM PATCH NUTRI PET: LINKS MARCAS HOME === */

