@media (max-width: 1100px) {
  .site-header {
    padding: 0.95rem 0;
  }

  .site-header.is-scrolled {
    padding: 0;
  }

  .site-header__inner {
    min-height: 96px;
    gap: 1rem;
  }

  .site-header.is-scrolled .site-header__inner {
    min-height: 96px;
  }

  .site-logo__image {
    height: 48px;
  }

  .site-header.is-scrolled .site-logo__image {
    height: 48px;
  }

  .mobile-menu__panel {
    width: min(100%, 380px);
    padding: 1.4rem 1.25rem 1.25rem;
    gap: 1.75rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8f6 100%);
    box-shadow: -24px 0 70px rgba(15, 25, 32, 0.12);
    border-left: 1px solid rgba(0, 67, 91, 0.08);
  }

  .mobile-menu__top {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 67, 91, 0.08);
  }

  .mobile-menu__nav {
    gap: 0.7rem;
  }

  .mobile-menu__nav a {
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(0, 67, 91, 0.08);
    color: var(--color-title);
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(18, 28, 34, 0.04);
    transition: var(--transition);
  }

  .mobile-menu__nav a:hover {
    transform: translateX(4px);
    border-color: rgba(0, 67, 91, 0.16);
    background: rgba(0, 67, 91, 0.04);
    color: var(--color-primary);
  }

  .mobile-menu .btn--block {
    min-height: 58px;
    margin-top: auto;
    border-radius: 18px;
  }

  .site-nav,
  .site-header .btn--primary {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 0.85rem 0;
  }

  .site-header.is-scrolled {
    padding: 0;
  }

  .site-header__inner {
    min-height: 90px;
    gap: 0.85rem;
  }

  .site-header.is-scrolled .site-header__inner {
    min-height: 90px;
  }

  .site-logo__image {
    height: 46px;
  }

  .site-header.is-scrolled .site-logo__image {
    height: 46px;
  }

  .mobile-toggle {
    width: 48px;
    height: 48px;
  }

  .mobile-menu__panel {
    width: min(100%, 360px);
    padding: 1.25rem 1.1rem 1.1rem;
    gap: 1.5rem;
    border-radius: 0;
  }

  .mobile-menu__top {
    padding-bottom: 0.9rem;
  }

  .mobile-menu__nav {
    gap: 0.65rem;
  }

  .mobile-menu__nav a {
    min-height: 56px;
    font-size: 0.98rem;
    border-radius: 15px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 0.8rem 0;
  }

  .site-header.is-scrolled {
    padding: 0;
  }

  .site-header__inner {
    min-height: 86px;
  }

  .site-header.is-scrolled .site-header__inner {
    min-height: 86px;
  }

  .site-logo__image {
    height: 44px;
  }

  .site-header.is-scrolled .site-logo__image {
    height: 44px;
  }

  .mobile-toggle {
    width: 46px;
    height: 46px;
  }

  .mobile-menu__panel {
    width: min(88vw, 340px);
    padding: 1rem;
    gap: 1.2rem;
    box-shadow: -24px 0 60px rgba(15, 25, 32, 0.14);
  }

  .mobile-menu__top {
    padding-bottom: 0.8rem;
  }

  .mobile-menu__close {
    width: 42px;
    height: 42px;
  }

  .mobile-menu__nav {
    gap: 0.55rem;
  }

  .mobile-menu__nav a {
    min-height: 52px;
    font-size: 0.95rem;
    padding: 0 0.9rem;
    border-radius: 14px;
  }

  .mobile-menu .btn--block {
    min-height: 56px;
    border-radius: 16px;
  }
}

@media (max-width: 480px) {
  .site-header__inner {
    min-height: 82px;
  }

  .site-header.is-scrolled .site-header__inner {
    min-height: 82px;
  }

  .site-logo__image {
    height: 42px;
  }

  .site-header.is-scrolled .site-logo__image {
    height: 42px;
  }

  .mobile-menu__panel {
    width: min(86vw, 320px);
    padding: 0.95rem;
  }

  .mobile-menu__nav a {
    min-height: 50px;
    font-size: 0.92rem;
    border-radius: 13px;
  }
}

@media (max-width: 380px) {
  .site-header__inner {
    min-height: 78px;
  }

  .site-header.is-scrolled .site-header__inner {
    min-height: 78px;
  }

  .site-logo__image {
    height: 40px;
  }

  .site-header.is-scrolled .site-logo__image {
    height: 40px;
  }

  .mobile-toggle {
    width: 42px;
    height: 42px;
  }

  .mobile-menu__panel {
    width: min(88vw, 300px);
    padding: 0.9rem;
  }

  .mobile-menu__nav a {
    min-height: 48px;
    font-size: 0.9rem;
    padding: 0 0.8rem;
  }
}

/* HERO */
@media (max-width: 1100px) {
  .hero-section {
    min-height: 100vh;
    padding: 9rem 0 5rem;
  }

  .hero-content {
    max-width: 960px;
  }

  .hero-eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
  }

  .hero-content h1 {
    max-width: 940px;
    font-size: clamp(3.8rem, 6.8vw, 6.2rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
    text-wrap: balance;
  }

  .hero-content p {
    max-width: 740px;
    font-size: 1.06rem;
    margin-bottom: 2rem;
  }

  .hero-actions {
    gap: 0.9rem;
  }

  .btn--hero {
    min-height: 64px;
    padding: 0 1.65rem;
    font-size: 0.98rem;
  }

  .hero-dots {
    gap: 0.75rem;
    bottom: 1.7rem;
  }

  .hero-dot {
    width: 14px;
    height: 14px;
  }

  .hero-dot.is-active {
    width: 40px;
  }
}

@media (max-width: 900px) {
  .hero-section {
    min-height: 100vh;
    padding: 8.9rem 0 4.9rem;
  }

  .hero-top-overlay {
    background: linear-gradient(
      180deg,
      rgba(10, 20, 25, 0.84) 0%,
      rgba(10, 20, 25, 0.48) 20%,
      rgba(10, 20, 25, 0.06) 42%
    );
  }

  .hero-content {
    max-width: 820px;
  }

  .hero-content h1 {
    max-width: 800px;
    font-size: clamp(3.4rem, 8.4vw, 5.4rem);
    line-height: 0.96;
    letter-spacing: -0.045em;
    text-wrap: balance;
  }

  .hero-content p {
    max-width: 680px;
    font-size: 1.02rem;
    margin-bottom: 1.9rem;
  }

  .hero-actions {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .hero-actions .btn {
    min-width: 235px;
  }

  .btn--hero {
    min-height: 62px;
    padding: 0 1.5rem;
    font-size: 0.97rem;
  }

  .hero-dots {
    gap: 0.7rem;
    bottom: 1.55rem;
  }

  .hero-dot {
    width: 13px;
    height: 13px;
  }

  .hero-dot.is-active {
    width: 36px;
  }
}

@media (max-width: 640px) {
  .hero-section {
    min-height: 100vh;
    padding: 8.25rem 0 4.35rem;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.9rem;
  }

  .hero-content h1 {
    font-size: 3.2rem;
    line-height: 0.96;
    max-width: 100%;
    margin-bottom: 1rem;
    letter-spacing: -0.045em;
    text-wrap: balance;
  }

  .hero-content p,
  .section-heading p,
  .catalog-cta-card__content p {
    font-size: 1rem;
  }

  .hero-content p {
    max-width: 100%;
    margin-bottom: 1.55rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .hero-actions .btn {
    width: 100%;
    max-width: 370px;
    min-width: 0;
  }

  .btn--hero {
    min-height: 58px;
    padding: 0 1.2rem;
    font-size: 0.95rem;
  }

  .hero-dots {
    bottom: 1.35rem;
    gap: 0.65rem;
  }

  .hero-dot {
    width: 12px;
    height: 12px;
  }

  .hero-dot.is-active {
    width: 34px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    min-height: 100vh;
    padding: 7.9rem 0 4rem;
  }

  .hero-content h1 {
    font-size: 2.75rem;
    line-height: 0.98;
    letter-spacing: -0.035em;
    text-wrap: balance;
  }

  .hero-content p {
    font-size: 0.95rem;
  }

  .hero-actions .btn {
    max-width: 100%;
  }

  .btn--hero {
    min-height: 55px;
    font-size: 0.91rem;
  }

  .hero-eyebrow {
    font-size: 0.64rem;
  }

  .hero-dots {
    gap: 0.55rem;
    bottom: 1.25rem;
  }

  .hero-dot {
    width: 11px;
    height: 11px;
  }

  .hero-dot.is-active {
    width: 30px;
  }
}

@media (max-width: 380px) {
  .hero-content h1 {
    font-size: 2.35rem;
    line-height: 1;
  }

  .hero-content p {
    font-size: 0.92rem;
  }

  .btn--hero {
    min-height: 52px;
    font-size: 0.88rem;
  }

  .hero-dots {
    gap: 0.5rem;
  }

  .hero-dot {
    width: 10px;
    height: 10px;
  }

  .hero-dot.is-active {
    width: 28px;
  }
}

/* ABOUT */
@media (max-width: 1100px) {
  .home-about-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .home-about-sticky {
    position: relative;
    top: auto;
  }

  .home-about-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-about-section {
    padding: 5rem 0;
  }

  .home-about-content h2 {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
  }

  .home-about-metrics-grid {
    grid-template-columns: 1fr;
  }

  .home-about-metric-card {
    min-height: 180px;
    padding: 1.15rem;
  }

  .home-about-metric-card strong {
    font-size: 2rem;
  }
}

/* MARCAS */
@media (max-width: 1100px) {
  .brands-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .brands-grid {
    grid-template-columns: 1fr;
  }

  .brand-card {
    min-height: 96px;
  }

  .brand-card span {
    font-size: 1.2rem;
  }
}

/* CATEGORIAS */
@media (max-width: 1100px) {
  .categories-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .category-card {
    min-height: 420px;
  }
}

/* CTA */
@media (max-width: 1100px) {
  .catalog-cta-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .catalog-cta-card,
  .coming-soon-card {
    padding: 1.5rem;
  }
}

/* PRODUTOS EM DESTAQUE */

@media (max-width: 1100px) {
  .featured-products-v2-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.25rem;
  }

  .featured-products-v2-heading__content,
  .featured-products-v2-heading__content p {
    max-width: 100%;
  }

  .featured-products-v2-heading__action {
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }

  .featured-products-v2-page {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .featured-products-v2-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .featured-products-v2-section {
    padding: 5.5rem 0;
  }

  .featured-products-v2-heading {
    margin-bottom: 1.8rem;
  }

  .featured-products-v2-heading__content h2 {
    font-size: clamp(1.9rem, 7vw, 2.55rem);
  }

  .featured-products-v2-heading__action .btn {
    min-height: 54px;
  }

  .featured-products-v2-modal__dialog {
    width: min(94vw, 980px);
    margin: 2rem auto;
    border-radius: 24px;
  }

  .featured-products-v2-modal__media {
    height: min(68vh, 640px);
  }
}

@media (max-width: 640px) {
  .featured-products-v2-heading__action,
  .featured-products-v2-heading__action .btn {
    width: 100%;
  }

  .featured-products-v2-heading__action .btn {
    justify-content: center;
  }

  .featured-products-v2-page {
    grid-template-columns: 1fr;
  }

  .featured-products-v2-dots {
    margin-top: 1.65rem;
  }

  .featured-products-v2-dot {
    width: 13px;
    height: 13px;
  }

  .featured-products-v2-dot.is-active {
    width: 40px;
  }

  .featured-products-v2-modal__close {
    top: 0.85rem;
    right: 0.85rem;
    width: 42px;
    height: 42px;
  }

  .featured-products-v2-modal__media {
    height: min(58vh, 520px);
  }

  .featured-products-v2-modal__caption {
    padding: 1rem 1rem 1.15rem;
    font-size: 0.95rem;
  }
}

/* NEWSLETTER */
@media (max-width: 1100px) {
  .footer-newsletter-row {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    align-items: start;
  }

  .footer-newsletter__content h2 {
    max-width: 100%;
  }

  .footer-newsletter__form {
    grid-template-columns: 1fr 1fr auto;
  }
}

@media (max-width: 900px) {
  .footer-newsletter-section {
    padding: 2rem 0;
  }

  .footer-newsletter__form {
    grid-template-columns: 1fr;
  }

  .footer-newsletter__status {
    width: 100%;
    right: 0;
    left: 0;
  }

  .footer-newsletter__form.is-loading .footer-newsletter__submit,
  .footer-newsletter__form.is-success .footer-newsletter__submit,
  .footer-newsletter__form.is-error .footer-newsletter__submit {
    min-width: 100%;
  }
}

@media (max-width: 640px) {
  .footer-newsletter-section {
    padding: 1.8rem 0;
  }

  .footer-newsletter-row {
    gap: 1.1rem;
  }

  .footer-newsletter__content h2 {
    font-size: 1.6rem;
  }

  .footer-newsletter__content p {
    font-size: 0.96rem;
  }

  .footer-newsletter__form {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .footer-newsletter__form .btn,
  .footer-newsletter__form input,
  .footer-newsletter__status {
    min-height: 54px;
  }

  .footer-newsletter__status {
    padding: 0 1rem;
    gap: 0.6rem;
  }

  .footer-newsletter__status-text {
    font-size: 0.92rem;
  }
}

@media (max-width: 480px) {
  .footer-newsletter-section {
    padding: 1.6rem 0;
  }

  .footer-newsletter__content h2 {
    font-size: 1.45rem;
  }

  .footer-newsletter__content p {
    font-size: 0.93rem;
  }
}

@media (max-width: 380px) {
  .footer-newsletter__content h2 {
    font-size: 1.3rem;
  }

  .footer-newsletter__status-text {
    font-size: 0.88rem;
  }
}

/* FOOTER */
@media (max-width: 1100px) {
  .site-footer {
    padding: 5.5rem 0 2.2rem;
  }

  .site-footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 2rem;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
    max-width: 100%;
  }

  .site-footer__brand p {
    max-width: 620px;
  }

  .site-footer__bottom {
    margin-top: 4.5rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 1rem;
  }

  .site-footer__developer img {
    max-width: 190px;
  }
}

@media (max-width: 900px) {
  .site-footer {
    padding: 5rem 0 2rem;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }

  .site-footer__col--contact {
    grid-column: 1 / -1;
  }

  .site-footer__socials {
    margin-top: 1.2rem;
  }

  .site-footer__bottom {
    margin-top: 4rem;
    padding-top: 1.6rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 1rem;
  }

  .site-footer__developer img {
    max-width: 185px;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding: 4.2rem 0 1.8rem;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .site-footer__brand,
  .site-footer__col,
  .site-footer__col--contact {
    max-width: 100%;
  }

  .site-footer__brand-logo img {
    max-width: 180px;
  }

  .site-footer__brand p {
    max-width: 100%;
    margin-top: 1rem;
  }

  .site-footer__col h3 {
    margin-bottom: 0.85rem;
  }

  .site-footer__col ul {
    gap: 0.7rem;
  }

  .site-footer__contact-list li {
    gap: 0.7rem;
  }

  .site-footer__socials {
    justify-content: flex-start;
  }

  .site-footer__socials a {
    width: 44px;
    height: 44px;
  }

  .site-footer__bottom {
    margin-top: 3.2rem;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }

  .site-footer__bottom p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .site-footer__developer {
    justify-content: center;
  }

  .site-footer__developer img {
    max-width: 175px;
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding: 3.8rem 0 1.6rem;
  }

  .site-footer__brand-logo img {
    max-width: 165px;
  }

  .site-footer__socials {
    gap: 0.65rem;
    justify-content: center;
  }

  .site-footer__socials a {
    width: 42px;
    height: 42px;
  }

  .site-footer__bottom {
    margin-top: 2.8rem;
    padding-top: 1.4rem;
  }

  .site-footer__developer img {
    max-width: 165px;
  }
}

@media (max-width: 380px) {
  .site-footer__brand-logo img {
    max-width: 155px;
  }

  .site-footer__socials a {
    width: 40px;
    height: 40px;
  }

  .site-footer__developer img {
    max-width: 152px;
  }
}