@media (max-width: 1180px) {
  .hero,
  .signature-panel,
  .essence-grid,
  .editorial-panel,
  .collection-showcase,
  .closing-panel,
  .final-story-grid,
  .section-head-split {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-stage,
  .hero-proof {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signature-metrics,
  .steps {
    grid-template-columns: 1fr;
  }

  .product-showcase-layout {
    grid-template-columns: 1fr;
  }

  .product-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-dark-panel .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-side-note {
    max-width: 100%;
  }

  .editorial-visual {
    min-height: 300px;
  }
}

.nav-mobile-top,
.nav-mobile-rule,
.nav-mobile-cta,
.nav-mobile-socials {
  display: none;
}

@media (max-width: 860px) {
  .site-nav {
    width: calc(100% - 20px);
    top: 10px;
    padding: 14px 16px;
    border-radius: 28px;
  }

  .nav-hamburger {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: linear-gradient(160deg, rgba(24, 38, 22, 0.99), rgba(12, 18, 11, 0.99));
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 101;
    overflow-y: auto;
    padding: 60px 32px;
  }

  .nav-links::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 20% 15%, rgba(196, 132, 74, 0.07), transparent 45%),
      radial-gradient(circle at 85% 85%, rgba(51, 80, 48, 0.18), transparent 45%);
    pointer-events: none;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: all;
  }

  .nav-links li {
    width: 100%;
    text-align: center;
    position: relative;
  }

  .nav-links a {
    font-size: 0.92rem;
    letter-spacing: 0.28em;
    color: rgba(248, 241, 231, 0.78);
    display: block;
    padding: 13px 32px;
    transition: color 0.2s ease, letter-spacing 0.2s ease;
  }

  .nav-links a:hover {
    color: var(--bronze-soft);
    letter-spacing: 0.32em;
  }

  .nav-cta {
    display: none;
  }

  .nav-mobile-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-bottom: 24px;
    width: 100%;
  }

  .nav-mobile-logo {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(196, 132, 74, 0.4);
    box-shadow: 0 0 0 4px rgba(196, 132, 74, 0.08);
  }

  .nav-mobile-brand-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.18rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: rgba(248, 241, 231, 0.95);
  }

  .nav-mobile-tagline {
    font-size: 0.58rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--bronze-soft);
  }

  .nav-mobile-rule {
    display: block;
    width: 100%;
    max-width: 180px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(196, 132, 74, 0.3), transparent);
    margin: 10px auto;
  }

  .nav-mobile-cta {
    display: block;
    padding-top: 6px;
    width: 100%;
  }

  .nav-mobile-cta a {
    display: inline-block;
    background: linear-gradient(135deg, rgba(74, 103, 65, 0.9), rgba(50, 72, 42, 0.9));
    border: 1px solid rgba(196, 132, 74, 0.35);
    color: rgba(248, 241, 231, 0.95) !important;
    padding: 13px 44px;
    border-radius: 999px;
    font-size: 0.68rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-weight: 600;
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  .nav-mobile-cta a:hover {
    background: linear-gradient(135deg, rgba(90, 125, 79, 0.95), rgba(64, 90, 55, 0.95));
    border-color: rgba(196, 132, 74, 0.6);
    letter-spacing: 0.24em;
  }

  .nav-mobile-socials {
    display: flex;
    gap: 14px;
    justify-content: center;
    padding-top: 16px;
    width: 100%;
  }

  .nav-mobile-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(248, 241, 231, 0.18);
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: rgba(248, 241, 231, 0.65);
    transition: border-color 0.2s ease, color 0.2s ease;
  }

  .nav-mobile-socials a:hover {
    border-color: rgba(196, 132, 74, 0.5);
    color: var(--bronze-soft);
    letter-spacing: 0;
  }

  .nav-mobile-socials svg {
    width: 15px;
    height: 15px;
  }

  .section-shell {
    width: calc(100% - 20px);
  }

  .hero {
    padding-top: 100px;
    gap: 22px;
  }

  .hero-stage {
    display: block;
    grid-column: 1;
  }

  .hero-panel {
    padding: 16px;
    gap: 10px;
  }

  .hero-panel-header {
    padding: 12px 14px;
  }

  .hero-panel-header p {
    font-size: 1rem;
  }

  .hero-essence-card {
    padding: 16px 14px;
    gap: 8px;
  }

  .hero-essence-icon {
    font-size: 1.6rem;
  }

  .hero-essence-title {
    font-size: 1.4rem;
  }

  .hero-essence-text {
    font-size: 0.72rem;
  }

  .hero-value-card {
    padding: 12px 10px;
  }

  /* fix especificidade do essence .section-head-split */
  .essence .section-head-split,
  .section-head-split {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .hero-title,
  .section-title,
  .closing-panel h2 {
    max-width: none;
  }

  .hero-title {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .hero-panel,
  .manifesto-quote,
  .editorial-panel,
  .collection-showcase,
  .closing-panel,
  .service-card,
  .story-bio-card,
  .contact-card,
  .product-card {
    padding: 22px 20px;
  }

  .services-dark-panel .services-grid,
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-dark-panel {
    padding: 36px 24px;
  }

  .product-tabs-wrap {
    position: relative;
  }

  .product-tabs-wrap::before {
    content: "← arraste para o lado →";
    display: block;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-soft, #6b7280);
    text-align: center;
    padding-bottom: 8px;
    opacity: 0.65;
    white-space: nowrap;
  }

  .product-tabs-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 64px;
    background: linear-gradient(to right, transparent, #eef3ee);
    pointer-events: none;
  }

  .product-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
  }

  .product-tabs::-webkit-scrollbar {
    display: none;
  }

  .editorial-visual {
    min-height: 260px;
    max-height: 320px;
  }

  .footer-links {
    gap: 16px;
    flex-wrap: wrap;
  }

  .footer-shell {
    gap: 24px;
  }

  .cart-bar {
    grid-template-columns: auto 1fr;
  }

  .cart-total,
  .cart-cta,
  .cart-clear {
    grid-column: 1 / -1;
  }

  .cart-cta,
  .cart-clear,
  .product-button {
    width: 100%;
  }

  .modal {
    padding: 22px 18px;
    border-radius: 28px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .modal-header,
  .modal-item,
  .modal-summary,
  .product-footer {
    grid-template-columns: 1fr;
  }

  .modal-header {
    position: relative;
    padding-right: 52px;
  }

  .modal-close {
    position: absolute;
    top: 0;
    right: 0;
  }

  .modal-item-total,
  .modal-qty {
    justify-self: flex-start;
  }
}

@media (max-width: 560px) {
  .product-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .porque-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof,
  .signature-metrics,
  .steps,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .signature-copy,
  .signature-metrics,
  .manifesto-quote,
  .editorial-panel,
  .value-card,
  .step,
  .service-card,
  .story-bio-card,
  .contact-card,
  .product-card,
  .closing-panel {
    padding: 20px 18px;
    border-radius: 24px;
  }

  .product-media,
  .collection-showcase-media,
  .manifesto-founder-media {
    min-height: 260px;
  }

  .product-card h3,
  .service-card h3 {
    font-size: 1.72rem;
  }

  .product-footer,
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-music {
    padding-left: 0;
    justify-content: center;
  }

  .button-music {
    width: 100%;
    justify-content: center;
  }

  .modal-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .button,
  .nav-cta,
  .modal-button,
  .contact-button {
    width: 100%;
  }

  .product-stepper {
    justify-content: center;
  }

  .porque-card {
    min-height: auto;
  }

  .section-title {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
  }

  .footer-links {
    gap: 12px 20px;
  }
}
