:root {
    --ink: #2f2723;
    --paper: #fbf7f2;
    --white: #fffdfb;
    --sand: #eee2da;
    --sand-deep: #d8beb2;
    --olive: #8a665c;
    --line: rgba(82, 61, 53, .16);
    --muted: #756a65;
    --blush: #ead3cc;
    --blush-soft: #f6e9e5;
    --champagne: #e8d8ca;
    --rose-gold: #b77d6b;
    --taupe: #816d65;
    --sage: #dce5d7;
    --coral: #eaa08f;
    --lavender: #e4dded;
    --shadow-soft: 0 22px 55px rgba(75, 52, 43, .09);
    --shadow-card: 0 14px 35px rgba(75, 52, 43, .075);
}

/* Home refinada 2026-08-16 */
.nm-home-refined .section{padding-top:64px;padding-bottom:64px}
.nm-refined-hero{padding:clamp(72px,9vw,128px) 0 56px;background:linear-gradient(145deg,#fbf8f4 0%,#f4ece6 100%);text-align:center}
.nm-refined-hero__inner{max-width:820px;margin:auto}
.nm-refined-hero h1{margin:10px 0 20px;font-size:clamp(3rem,7vw,6.25rem);line-height:.96;letter-spacing:-.045em}
.nm-refined-hero__inner>p:not(.eyebrow){max-width:610px;margin:0 auto 28px;color:#675e58;font-size:1.06rem;line-height:1.65}
.nm-refined-hero .button-row{justify-content:center}
.nm-trip-signature--compact{min-height:0;margin-top:54px;margin-bottom:18px;padding:24px 28px;grid-template-columns:128px 1fr auto}
.nm-trip-signature--compact .nm-trip-signature__visual{height:118px}
.nm-trip-signature--compact .nm-trip-signature__copy h2{font-size:clamp(1.9rem,3vw,2.7rem)}
.nm-category-grid--refined{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.nm-category-card--refined{min-height:108px;padding:18px;background:#fff;border-radius:16px}
.nm-category-card--refined strong{font-size:1.12rem}.nm-category-card--refined span{color:#776b64}
.nm-category-card--refined.is-luxury{background:#28211e;color:#fff;border-color:#28211e}.nm-category-card--refined.is-luxury span{color:#dfd2c7}
.nm-view-all{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding:22px 26px;border-radius:16px;background:#efe7e1;color:#211c19;text-decoration:none;font-size:1.05rem}.nm-view-all strong{font-size:.86rem}
.nm-curated-block .nm-section-heading,.nm-luxury-home .nm-section-heading{margin-bottom:24px}
.nm-home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nm-home-product-grid .nm-product-card:nth-child(n+7){display:none}
.nm-luxury-home{background:#ede7e2}.nm-home-product-grid--luxury{grid-template-columns:repeat(4,minmax(0,1fr))}
.nm-tag--luxury{background:#27201d!important;color:#fff!important;letter-spacing:.04em}
.nm-how--compact{text-align:center}.nm-how--compact .nm-section-heading{justify-content:center}.nm-how--compact .nm-how__grid{grid-template-columns:repeat(3,1fr);margin-bottom:28px}.nm-how--compact .button{display:inline-flex}
.nm-ready-empty{display:flex;flex-wrap:wrap;align-items:center;gap:14px;padding:24px;border:1px solid #e1d9d2;border-radius:16px;background:#fbf8f5}.nm-ready-empty span{color:#716760}.nm-ready-empty a{margin-left:auto;color:#29211e;font-weight:700;text-decoration:none}

@media(max-width:980px){.nm-category-grid--refined{grid-template-columns:repeat(3,1fr)}.nm-home-product-grid,.nm-home-product-grid--luxury{grid-template-columns:repeat(2,1fr)}.nm-trip-signature--compact{grid-template-columns:104px 1fr}.nm-trip-signature--compact .nm-trip-signature__actions{grid-column:1/-1;flex-direction:row}}
@media(max-width:620px){.nm-home-refined .section{padding-top:42px;padding-bottom:42px}.nm-refined-hero{padding:54px 0 38px}.nm-refined-hero h1{font-size:2.9rem}.nm-refined-hero .button-row{display:grid;grid-template-columns:1fr}.nm-trip-signature--compact{margin:24px 16px 0;padding:18px;grid-template-columns:82px 1fr;gap:15px;border-radius:20px}.nm-trip-signature--compact .nm-trip-signature__visual{height:82px}.nm-trip-signature--compact .nm-trip-signature__copy h2{font-size:1.65rem}.nm-trip-signature--compact .nm-trip-signature__copy p:last-child{font-size:.86rem}.nm-trip-signature--compact .nm-trip-signature__actions{align-items:stretch;flex-direction:column}.nm-trip-signature--compact .button{width:100%}.nm-category-grid--refined{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.nm-category-card--refined{min-height:82px;padding:14px}.nm-category-card--refined strong{font-size:1rem}.nm-view-all{padding:18px}.nm-home-product-grid,.nm-home-product-grid--luxury{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:8px}.nm-home-product-grid .nm-product-card{min-width:78vw;scroll-snap-align:start}.nm-how--compact .nm-how__grid{grid-template-columns:1fr;text-align:left}.nm-section-heading{gap:12px}.nm-section-heading .arrow-link{align-self:flex-start}}

body {
    overflow-x: hidden;
    background: var(--paper);
    color: var(--ink);
}

.shell {
    width: min(100% - 40px, 1240px);
}

.site-header {
    border-color: rgba(89, 67, 58, .12);
    background: rgba(251, 247, 242, .92);
    box-shadow: 0 7px 24px rgba(65, 47, 39, .035);
}

.header-main {
    min-height: 74px;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: -.045em;
}

.brand-lockup__mark {
    flex: 0 0 auto;
    width: 37px;
    height: 37px;
}

.desktop-nav a {
    color: #5f514b;
    font-weight: 600;
}

.icon-link {
    border-color: rgba(65, 48, 41, .5);
}

.whatsapp-header {
    min-height: 43px;
    border: 0;
    border-radius: 999px;
    background: var(--ink);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    padding: 10px 17px;
    font-weight: 700;
}

.mobile-menu summary {
    min-width: 54px;
    min-height: 44px;
    border-color: rgba(66, 47, 41, .5);
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 253, 251, .72);
}

.mobile-menu nav {
    border: 1px solid rgba(83, 61, 52, .13);
    border-radius: 20px;
    background: #fffdfb;
    box-shadow: var(--shadow-soft);
}

.eyebrow {
    color: var(--rose-gold);
}

.button {
    min-height: 50px;
    border-radius: 999px;
    padding-inline: 24px;
}

.button-dark {
    border-color: var(--ink);
    background: var(--ink);
}

.button-dark:hover {
    border-color: #795b52;
    background: #795b52;
}

.button-light {
    border-color: rgba(64, 47, 41, .34);
    background: rgba(255, 253, 251, .54);
}

.arrow-link,
.text-link {
    border-color: rgba(50, 38, 33, .45);
    font-weight: 650;
}

.nm-section-heading {
    margin-bottom: 28px;
}

.nm-section-heading > div > p:not(.eyebrow) {
    max-width: 610px;
    margin: 16px 0 0;
    color: var(--muted);
}

/* Hero da campanha */
.nm-premium-hero {
    position: relative;
    isolation: isolate;
    min-height: calc(100svh - 78px);
    display: grid;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 15%, rgba(255, 255, 255, .92), transparent 31%),
        linear-gradient(118deg, #fbf7f2 0%, #f8eee9 48%, #ead5cd 100%);
}

.nm-premium-hero::before,
.nm-premium-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(176, 121, 103, .13);
    border-radius: 50%;
    pointer-events: none;
}

.nm-premium-hero::before {
    width: 560px;
    height: 560px;
    left: -330px;
    top: -210px;
}

.nm-premium-hero::after {
    width: 760px;
    height: 760px;
    right: -520px;
    bottom: -460px;
}

.nm-premium-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr);
    align-items: center;
    gap: clamp(40px, 6vw, 90px);
    padding-block: clamp(54px, 6vw, 88px);
}

.nm-premium-hero__copy {
    position: relative;
    z-index: 2;
}

.nm-premium-hero__copy .eyebrow {
    margin-bottom: 18px;
    color: #9e6f60;
}

.nm-premium-hero__copy h1 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(82px, 9.3vw, 145px);
    font-weight: 400;
    letter-spacing: -.075em;
    line-height: .82;
}

.nm-premium-hero__lead {
    max-width: 570px;
    margin: 34px 0 0;
    color: #685a54;
    font-size: clamp(18px, 1.65vw, 23px);
    line-height: 1.55;
}

.nm-premium-hero__actions {
    margin-top: 32px;
}

.nm-premium-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 35px;
    padding-top: 22px;
    border-top: 1px solid rgba(70, 51, 44, .15);
    color: var(--muted);
    font-size: 11px;
}

.nm-premium-hero__meta span {
    position: relative;
    padding-left: 14px;
}

.nm-premium-hero__meta span::before {
    content: "";
    position: absolute;
    top: .55em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--rose-gold);
}

.nm-premium-hero__meta strong {
    color: var(--ink);
}

.nm-premium-hero__media {
    position: relative;
    margin: 0;
}

.nm-premium-hero__image-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .76);
    border-radius: clamp(28px, 4vw, 52px);
    background: #f5e8e1;
    box-shadow: 0 36px 80px rgba(88, 56, 45, .16);
}

.nm-premium-hero__image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(112, 78, 65, .06);
    pointer-events: none;
}

.nm-premium-hero__image-frame img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.nm-premium-hero__media figcaption {
    position: static;
    width: fit-content;
    min-width: 205px;
    margin: 13px 8px 0 auto;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 16px;
    background: rgba(255, 253, 251, .84);
    box-shadow: 0 16px 38px rgba(80, 55, 46, .13);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.nm-premium-hero__media figcaption span,
.nm-premium-hero__media figcaption strong {
    display: block;
}

.nm-premium-hero__media figcaption span {
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 9px;
}

.nm-premium-hero__media figcaption strong {
    margin-top: 4px;
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 400;
}

/* Próxima mala */
.nm-next-trip {
    display: grid;
    grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(45px, 8vw, 110px);
}

.nm-next-trip__visual {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: var(--blush-soft);
    box-shadow: var(--shadow-card);
}

.nm-next-trip__visual img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.nm-next-trip__seal {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 102px;
    height: 102px;
    display: grid;
    place-content: center;
    text-align: center;
    border: 1px solid rgba(127, 89, 77, .24);
    border-radius: 50%;
    background: rgba(255, 250, 246, .85);
    color: var(--taupe);
    box-shadow: 0 12px 30px rgba(64, 45, 38, .12);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.nm-next-trip__seal span {
    font-family: var(--serif);
    font-size: 27px;
    line-height: 1;
}

.nm-next-trip__seal small {
    margin-top: 5px;
    letter-spacing: .15em;
    font-size: 7px;
}

.nm-next-trip__copy h2 {
    max-width: 700px;
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(46px, 5.3vw, 74px);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .98;
}

.nm-section-lead {
    max-width: 660px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 17px;
}

.nm-trip-flow {
    margin: 30px 0 0;
    padding: 0;
    border-top: 1px solid var(--line);
}

.nm-trip-flow li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: start;
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
}

.nm-trip-flow li > span {
    color: var(--rose-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}

.nm-trip-flow strong,
.nm-trip-flow small {
    display: block;
}

.nm-trip-flow strong {
    font-family: var(--serif);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.1;
}

.nm-trip-flow small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 12px;
}

.nm-next-trip__copy .button-row {
    align-items: center;
    margin-top: 27px;
}

/* Assinatura compacta da viagem ativa */
.nm-trip-signature {
    display: grid;
    grid-template-columns: 136px minmax(0, 1fr) minmax(225px, auto);
    align-items: center;
    gap: clamp(22px, 3.6vw, 48px);
    margin-top: clamp(48px, 6vw, 78px);
    margin-bottom: 0;
    padding: clamp(22px, 2.8vw, 34px);
    border: 1px solid rgba(95, 69, 59, .12);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 255, 255, .9), transparent 31%),
        linear-gradient(125deg, rgba(255, 253, 251, .96), #f1e3dc);
    box-shadow: 0 14px 36px rgba(72, 49, 41, .06);
}

.nm-trip-signature__visual {
    width: 136px;
    overflow: hidden;
    border: 1px solid rgba(119, 82, 68, .11);
    border-radius: 22px;
    background: #f7e9e4;
}

.nm-trip-signature__visual img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.nm-trip-signature__copy h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 400;
    letter-spacing: -.05em;
    line-height: .98;
}

.nm-trip-signature__copy > p:not(.eyebrow) {
    max-width: 670px;
    margin: 11px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.nm-trip-signature__concept {
    display: inline-flex;
    margin-top: 13px;
    color: #8d6a5e;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 8px;
    font-weight: 750;
}

.nm-trip-signature__actions {
    min-width: 225px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 13px;
}

.nm-trip-signature__actions .arrow-link {
    align-self: center;
    text-align: center;
    font-size: 10px;
}

/* Coleções de destino */
.nm-collections-section {
    background: linear-gradient(180deg, #f3ebe5, #eee1da);
}

.nm-collection-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.nm-collection-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(104, 77, 66, .12);
    border-radius: 25px;
    background: rgba(255, 253, 251, .78);
    box-shadow: 0 10px 28px rgba(78, 53, 44, .055);
    transition: transform .25s ease, box-shadow .25s ease;
}

.nm-collection-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}

.nm-mini-case {
    position: relative;
    height: 235px;
    overflow: hidden;
    background: #f1e2dc;
}

.nm-collection-card__photo {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f7e9e4;
}

.nm-collection-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nm-collection-card__copy {
    padding: 19px 20px 22px;
}

.nm-collection-status {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 999px;
    background: #ead3ca;
    color: #795448;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 8px;
    font-weight: 800;
}

.nm-collection-status--soon {
    background: rgba(125, 105, 96, .1);
    color: var(--taupe);
}

.nm-collection-card h3 {
    margin: 10px 0 13px;
    font-family: var(--serif);
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1;
}

.nm-collection-card__copy a,
.nm-collection-link-muted {
    color: #705c54;
    font-size: 11px;
    font-weight: 650;
}

.nm-collection-card__copy a {
    border-bottom: 1px solid rgba(112, 92, 84, .45);
    padding-bottom: 2px;
}

.nm-collection-link-muted {
    color: #988982;
    font-weight: 500;
}

.nm-mini-case {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
}

.nm-mini-case__handle {
    position: absolute;
    top: 27px;
    left: 50%;
    width: 42px;
    height: 30px;
    transform: translateX(-50%);
    border: 3px solid #876d64;
    border-bottom: 0;
    border-radius: 11px 11px 0 0;
}

.nm-mini-case__body {
    position: relative;
    width: 130px;
    height: 165px;
    display: grid;
    place-content: center;
    text-align: center;
    border: 2px solid #876d64;
    border-radius: 26px;
    background:
        linear-gradient(90deg, transparent 12%, rgba(124, 87, 75, .12) 12% 14%, transparent 14% 86%, rgba(124, 87, 75, .12) 86% 88%, transparent 88%),
        linear-gradient(145deg, #f4ddd7, #dfbbb1);
    box-shadow: 0 18px 28px rgba(74, 51, 44, .13);
}

.nm-mini-case__body::before,
.nm-mini-case__body::after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #876d64;
}

.nm-mini-case__body::before { left: 25px; }
.nm-mini-case__body::after { right: 25px; }

.nm-mini-case__body strong {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin: 0 auto 12px;
    border: 1px solid rgba(132, 92, 79, .45);
    border-radius: 50%;
    background: rgba(255, 250, 247, .58);
    color: #795e55;
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 700;
}

.nm-mini-case__body small {
    min-width: 72px;
    padding: 4px 6px;
    border-radius: 999px;
    background: rgba(255, 252, 249, .72);
    color: #745c54;
    letter-spacing: .13em;
    font-size: 7px;
    font-weight: 800;
}

.nm-mini-case__body i {
    position: absolute;
    top: 42px;
    right: -12px;
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff8f3;
    color: var(--rose-gold);
    box-shadow: 0 6px 14px rgba(74, 51, 44, .14);
    font-size: 12px;
    font-style: normal;
}

.nm-collection-card--paris .nm-mini-case {
    background: linear-gradient(145deg, #eee9f4, #dcd1e9);
}

.nm-collection-card--paris .nm-mini-case__body {
    background: linear-gradient(145deg, #f2e8f4, #d9c7e0);
}

.nm-collection-card--new-york .nm-mini-case {
    background: linear-gradient(145deg, #e3e2e0, #c9c7c3);
}

.nm-collection-card--new-york .nm-mini-case__body {
    background: linear-gradient(145deg, #e7e3e1, #beb7b2);
}

.nm-collection-card--milano .nm-mini-case {
    background: linear-gradient(145deg, #e4ebe1, #ccd9c8);
}

.nm-collection-card--milano .nm-mini-case__body {
    background: linear-gradient(145deg, #e6eee3, #c2d1bd);
}

/* Categorias */
.nm-category-grid--premium {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
}

.nm-category-card--premium {
    position: relative;
    min-height: 136px;
    padding: 18px;
    display: grid;
    grid-template-columns: 47px minmax(0, 1fr) auto;
    align-items: end;
    gap: 14px;
    border: 1px solid rgba(92, 69, 59, .13);
    border-radius: 22px;
    background: rgba(255, 253, 251, .88);
    box-shadow: 0 7px 24px rgba(72, 50, 42, .035);
}

.nm-category-card--premium:hover {
    border-color: rgba(182, 124, 106, .35);
    background: #fffdfb;
    box-shadow: var(--shadow-card);
}

.nm-category-card--premium .nm-category-icon {
    align-self: start;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--blush-soft);
    color: #976c5e;
    font-size: inherit;
}

.nm-category-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nm-category-card--premium .nm-category-card__copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 0;
    font-size: inherit;
}

.nm-category-card--premium .nm-category-card__copy strong {
    font-size: 20px;
    line-height: 1.05;
}

.nm-category-card--premium .nm-category-card__copy small {
    margin-top: 6px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.35;
}

.nm-category-card--premium .nm-category-card__arrow {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(92, 69, 59, .16);
    border-radius: 50%;
    color: #81655c;
    font-size: 13px;
}

.nm-category-card--coral .nm-category-icon { background: #f8dfd8; color: #be6755; }
.nm-category-card--lavender .nm-category-icon { background: #ece6f2; color: #7d6a91; }
.nm-category-card--taupe .nm-category-icon { background: #ebe5e2; color: #78655d; }

/* Produtos premium, sem etiquetas cobrindo a foto */
.product-grid {
    row-gap: 42px;
}

.product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.product-image-wrap {
    position: relative;
    padding: 9px;
    overflow: hidden;
    border: 1px solid rgba(96, 71, 61, .11);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(72, 49, 41, .045);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.product-card:hover .product-image-wrap {
    transform: translateY(-3px);
    border-color: rgba(183, 125, 107, .26);
    box-shadow: 0 16px 36px rgba(72, 49, 41, .075);
}

.product-image {
    border-radius: 16px;
    background: #fff;
    object-fit: contain;
}

.product-copy {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 14px 3px 0;
}

.nm-card-labels {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.nm-card-labels .stock-badge {
    position: static;
    inset: auto;
    max-width: 100%;
    min-height: 27px;
    display: inline-flex;
    align-items: center;
    padding: 6px 9px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: #eee6df;
    color: #6e5c55;
    white-space: normal;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.nm-card-labels .stock-badge.trip {
    border-color: rgba(181, 125, 107, .14);
    background: #edd6ce;
    color: #855b4e;
}

.nm-card-labels .stock-badge.order {
    border-color: rgba(123, 100, 89, .12);
    background: #ece6e2;
    color: #6d5d56;
}

.nm-card-labels .stock-badge.ready {
    border-color: rgba(89, 117, 84, .12);
    background: var(--sage);
    color: #53694f;
}

.nm-card-labels .stock-badge.unavailable {
    background: #dedbd8;
    color: #67625f;
}

.nm-card-labels .nm-card-tags {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
}

.nm-card-labels .nm-tag {
    min-height: 27px;
    display: inline-flex;
    align-items: center;
    padding: 6px 9px;
    border: 1px solid transparent;
    border-radius: 999px;
    box-shadow: none;
    font-size: 8px;
    letter-spacing: .04em;
}

.nm-tag--viral { background: #f7d9d2; color: #a64f3f; }
.nm-tag--new { background: var(--lavender); color: #756287; }
.nm-tag--popular { background: #e9cdc4; color: #865648; }

.product-summary-link {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.product-brand {
    color: #826d65;
}

.product-card h3 {
    font-size: clamp(21px, 1.55vw, 26px);
}

.product-category {
    margin-top: 9px;
}

.product-meta {
    margin-top: auto;
    padding-top: 14px;
}

.product-meta strong {
    font-size: 14px;
    line-height: 1.35;
}

.product-meta--consult strong {
    color: #664c44;
}

.product-actions {
    margin-top: 18px;
}

.product-actions .button-small {
    min-height: 43px;
    border-radius: 999px;
}

.trip-dot { background: var(--rose-gold); }

/* Transparência de importação */
.nm-import-premium {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #f5eee9, #eadbd2);
}

.nm-import-premium::after {
    content: "NM";
    position: absolute;
    right: -35px;
    top: 10px;
    color: rgba(255, 255, 255, .16);
    font-family: var(--serif);
    font-size: clamp(130px, 20vw, 300px);
    letter-spacing: -.12em;
    line-height: 1;
    pointer-events: none;
}

.nm-import-premium > .shell {
    position: relative;
    z-index: 1;
}

.nm-import-premium__heading {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    column-gap: 50px;
    align-items: end;
}

.nm-import-premium__heading .eyebrow {
    grid-column: 1 / -1;
}

.nm-import-premium__heading h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(52px, 6vw, 88px);
    font-weight: 400;
    letter-spacing: -.06em;
    line-height: .9;
}

.nm-import-premium__heading > p:last-child {
    max-width: 700px;
    margin: 0;
    color: #655852;
    font-size: clamp(17px, 2vw, 24px);
    line-height: 1.5;
}

.nm-import-premium__comparison {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: clamp(18px, 3vw, 40px);
    margin-top: 34px;
    padding: clamp(22px, 2.9vw, 34px);
    border: 1px solid rgba(98, 70, 60, .11);
    border-radius: 24px;
    background: rgba(255, 253, 251, .83);
    color: var(--ink);
    box-shadow: 0 18px 42px rgba(67, 43, 35, .08);
}

.nm-import-premium__comparison > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nm-import-premium__comparison span {
    color: #8b7971;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 9px;
    font-weight: 700;
}

.nm-import-premium__comparison strong {
    font-family: var(--serif);
    font-size: clamp(35px, 4.3vw, 58px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: 1;
    white-space: nowrap;
}

.nm-import-premium__arrow {
    color: #d7a897 !important;
    font-size: clamp(25px, 4vw, 48px) !important;
    font-weight: 300 !important;
}

.nm-import-premium__final {
    padding: 17px 21px;
    border-radius: 18px;
    background: #342a26;
    color: #fffaf7;
}

.nm-import-premium__final span {
    color: #d7c5bd;
}

.nm-import-premium__increase {
    display: flex;
    align-items: center;
    gap: 11px;
    max-width: 850px;
    margin: 16px 0 0;
    color: #6b5c55;
    font-size: 13px;
}

.nm-import-premium__increase strong {
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--rose-gold);
    color: #fff;
    font-size: 11px;
}

.nm-cost-parts {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
}

.nm-cost-parts > div {
    min-height: 103px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 13px;
    border: 1px solid rgba(91, 67, 58, .12);
    border-radius: 17px;
    background: rgba(255, 252, 249, .66);
}

.nm-cost-parts span {
    color: #ae7e6f;
    font-size: 9px;
    font-weight: 800;
}

.nm-cost-parts small {
    color: var(--muted);
    font-size: 10px;
}

.nm-cost-parts strong {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}

.nm-cost-parts__total {
    background: #fff9f5 !important;
    box-shadow: 0 10px 26px rgba(77, 54, 46, .07);
}

.nm-import-premium__details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 18px;
}

.nm-import-premium__details details {
    align-self: start;
    border: 1px solid rgba(93, 68, 59, .14);
    border-radius: 17px;
    background: rgba(255, 253, 251, .62);
    overflow: hidden;
}

.nm-import-premium__details summary {
    min-height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    list-style: none;
    font-size: 12px;
    font-weight: 750;
}

.nm-import-premium__details summary::-webkit-details-marker { display: none; }
.nm-import-premium__details summary span:last-child { transition: transform .2s ease; }
.nm-import-premium__details details[open] summary span:last-child { transform: rotate(45deg); }

.nm-import-premium__detail-body {
    padding: 0 18px 18px;
    color: var(--muted);
    font-size: 12px;
}

.nm-import-premium__detail-body p {
    margin: 0 0 14px;
}

.nm-import-premium__detail-body ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    padding: 0;
}

.nm-import-premium__detail-body li {
    position: relative;
    padding-left: 14px;
}

.nm-import-premium__detail-body li::before {
    content: "·";
    position: absolute;
    left: 2px;
    color: var(--rose-gold);
    font-weight: 900;
}

.nm-import-proof-card {
    margin: 0;
    padding: 0 18px 18px;
}

.nm-import-proof-card img {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    border-radius: 13px;
    background: #fff;
}

.nm-import-proof-card figcaption {
    margin-top: 9px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.45;
}

.nm-import-premium__assurance {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(88, 65, 57, .15);
}

.nm-import-premium__assurance strong {
    font-family: var(--serif);
    font-size: clamp(24px, 3vw, 37px);
    font-weight: 400;
    letter-spacing: -.03em;
}

.nm-import-premium__assurance span {
    color: #8c5d50;
    font-weight: 750;
}

.nm-import-premium__note {
    max-width: 900px;
    margin: 15px 0 0;
    color: #776a64;
    font-size: 10px;
    line-height: 1.5;
}

/* Como funciona */
.nm-how__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
}

.nm-how__grid li {
    position: relative;
    min-height: 278px;
    padding: 21px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fffdfb;
}

.nm-how__grid li > span {
    color: var(--rose-gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
}

.nm-how__icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    margin-top: 32px;
    border-radius: 16px;
    background: var(--blush-soft);
    color: #8c6559;
    font-family: var(--serif);
    font-size: 18px;
}

.nm-how__grid h3 {
    margin: auto 0 9px;
    font-family: var(--serif);
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 1.08;
}

.nm-how__grid p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}

.nm-how__notes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 23px;
}

.nm-how__notes span {
    position: relative;
    padding: 8px 12px 8px 27px;
    border-radius: 999px;
    background: #f1e9e4;
    color: #6c5d57;
    font-size: 10px;
}

.nm-how__notes span::before {
    content: "✓";
    position: absolute;
    left: 11px;
    color: #799071;
    font-weight: 900;
}

/* Pedido fora do catálogo */
.nm-outside-catalog {
    margin-bottom: clamp(65px, 8vw, 110px);
    padding: clamp(30px, 4vw, 52px);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(22px, 4vw, 45px);
    border: 1px solid rgba(95, 69, 59, .12);
    border-radius: 30px;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 255, 255, .6), transparent 33%),
        linear-gradient(125deg, #ecdbd2, #e3cdc3);
    box-shadow: var(--shadow-card);
}

.nm-outside-catalog__mark {
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
    border-radius: 26px;
    background: rgba(255, 251, 248, .62);
}

.nm-outside-catalog__mark img {
    width: 76px;
    height: 76px;
}

.nm-outside-catalog__copy h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(37px, 4vw, 58px);
    font-weight: 400;
    letter-spacing: -.05em;
    line-height: .98;
}

.nm-outside-catalog__copy p:last-child {
    max-width: 680px;
    margin: 13px 0 0;
    color: #6f5f58;
    font-size: 13px;
}

.nm-outside-catalog > .button {
    white-space: nowrap;
}

/* Rodapé claro e sofisticado */
.site-footer {
    padding: 60px 0 24px;
    background: #e8d9cf;
    color: var(--ink);
}

.footer-wordmark {
    font-size: 42px;
}

.footer-grid p {
    color: #71635d;
}

.footer-links a {
    color: #685850;
}

.footer-links a:hover {
    color: #2f2723;
}

.brand-disclaimer {
    color: #786a64;
}

.footer-bottom {
    color: #806f67;
    border-color: rgba(71, 50, 43, .15);
}

@media (max-width: 1080px) {
    .nm-premium-hero__grid {
        grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
        gap: 38px;
    }

    .nm-premium-hero__copy h1 {
        font-size: clamp(78px, 10vw, 112px);
    }

    .nm-trip-signature {
        grid-template-columns: 120px minmax(0, 1fr) minmax(210px, auto);
        gap: 24px;
    }

    .nm-trip-signature__visual {
        width: 120px;
    }

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

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

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

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

    .nm-outside-catalog {
        grid-template-columns: auto 1fr;
    }

    .nm-outside-catalog > .button {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 820px) {
    .shell {
        width: min(100% - 26px, 1240px);
    }

    .brand-lockup__mark {
        width: 36px;
        height: 36px;
    }

    .nm-premium-hero {
        min-height: auto;
    }

    .nm-premium-hero__grid {
        grid-template-columns: 1fr;
        gap: 42px;
        padding-top: 64px;
        padding-bottom: 30px;
    }

    .nm-premium-hero__copy {
        text-align: center;
    }

    .nm-premium-hero__copy h1 {
        font-size: clamp(74px, 22vw, 112px);
    }

    .nm-premium-hero__lead {
        max-width: 610px;
        margin-inline: auto;
        font-size: 18px;
    }

    .nm-premium-hero__actions,
    .nm-premium-hero__meta {
        justify-content: center;
    }

    .nm-premium-hero__media {
        width: min(100%, 620px);
        margin-inline: auto;
    }

    .nm-premium-hero__media figcaption {
        margin-right: 0;
    }

    .nm-trip-signature {
        grid-template-columns: 108px minmax(0, 1fr);
        gap: 18px 22px;
    }

    .nm-trip-signature__visual {
        width: 108px;
    }

    .nm-trip-signature__actions {
        min-width: 0;
        grid-column: 1 / -1;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .nm-next-trip {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .nm-next-trip__visual {
        width: min(100%, 570px);
        margin-inline: auto;
    }

    .nm-import-premium__heading {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .nm-import-premium__heading .eyebrow {
        grid-column: auto;
    }

    .nm-import-premium__comparison strong {
        font-size: clamp(31px, 7vw, 49px);
    }

    .nm-import-premium__details {
        grid-template-columns: 1fr;
    }

    .nm-outside-catalog {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .nm-outside-catalog__mark,
    .nm-outside-catalog > .button {
        grid-column: auto;
        justify-self: center;
    }

    .footer-grid {
        grid-template-columns: 1.4fr 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .header-main {
        min-height: 68px;
    }

    .brand-lockup {
        gap: 7px;
        font-size: 27px;
    }

    .nm-premium-hero__grid {
        padding-top: 48px;
    }

    .nm-premium-hero__copy h1 {
        font-size: clamp(62px, 18.5vw, 74px);
        letter-spacing: -.06em;
    }

    .nm-premium-hero__lead {
        margin-top: 24px;
        font-size: 16px;
    }

    .nm-premium-hero__actions {
        margin-top: 25px;
    }

    .nm-premium-hero__meta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 9px 13px;
        margin-top: 26px;
    }

    .nm-premium-hero__meta span:last-child {
        grid-column: 1 / -1;
    }

    .nm-premium-hero__media figcaption {
        min-width: 175px;
        padding: 11px 13px;
    }

    .nm-premium-hero__media figcaption strong {
        font-size: 15px;
    }

    .nm-trip-signature {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 16px;
        margin-top: 42px;
        padding: 22px 18px;
        text-align: center;
    }

    .nm-trip-signature__visual {
        width: 92px;
        border-radius: 18px;
    }

    .nm-trip-signature__copy h2 {
        font-size: 38px;
    }

    .nm-trip-signature__concept {
        justify-content: center;
        line-height: 1.45;
    }

    .nm-trip-signature__actions {
        width: 100%;
        grid-column: auto;
        flex-direction: column;
    }

    .nm-trip-signature__actions .button {
        width: 100%;
    }

    .nm-next-trip__copy h2 {
        font-size: 46px;
    }

    .nm-next-trip__seal {
        right: 14px;
        bottom: 14px;
        width: 82px;
        height: 82px;
    }

    .nm-collection-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        margin-inline: -13px;
        padding: 0 13px 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .nm-collection-grid::-webkit-scrollbar { display: none; }

    .nm-collection-card {
        flex: 0 0 min(82vw, 315px);
        scroll-snap-align: start;
    }

    .nm-category-grid--premium {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .nm-category-card--premium {
        min-height: 132px;
        grid-template-columns: 1fr auto;
        align-content: space-between;
        padding: 15px;
        gap: 12px;
    }

    .nm-category-card--premium .nm-category-icon {
        grid-column: 1 / -1;
        width: 41px;
        height: 41px;
    }

    .nm-category-card--premium .nm-category-card__copy strong {
        font-size: 19px;
    }

    .nm-category-card--premium .nm-category-card__copy small {
        font-size: 9px;
    }

    .product-grid,
    .catalog-product-grid,
    .related-products .product-grid {
        gap: 36px 10px;
    }

    .product-image-wrap {
        padding: 5px;
        border-radius: 16px;
    }

    .product-image {
        border-radius: 12px;
    }

    .product-copy {
        padding-top: 10px;
    }

    .nm-card-labels {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 9px;
    }

    .nm-card-labels .stock-badge {
        min-height: 24px;
        padding: 5px 7px;
        font-size: 7px;
        line-height: 1.25;
    }

    .nm-card-labels .nm-tag {
        min-height: 23px;
        padding: 5px 7px;
        font-size: 7px;
    }

    .product-card h3 {
        min-height: 2.2em;
        font-size: 18px;
    }

    .product-meta {
        align-items: flex-start;
        gap: 3px;
    }

    .product-meta strong {
        font-size: 13px;
    }

    .product-actions {
        align-items: stretch;
    }

    .product-actions .button {
        min-height: 43px;
        padding-inline: 7px;
        font-size: 10px;
    }

    .product-actions .text-link {
        display: inline-flex;
        align-self: flex-start;
        font-size: 10px;
    }

    .nm-import-premium__comparison {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 23px 18px;
    }

    .nm-import-premium__arrow {
        justify-self: start;
        transform: rotate(90deg);
    }

    .nm-import-premium__final {
        padding: 15px;
    }

    .nm-import-premium__increase {
        align-items: flex-start;
        font-size: 12px;
        line-height: 1.5;
    }

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

    .nm-cost-parts > div {
        min-height: 115px;
        padding: 13px;
    }

    .nm-cost-parts__total {
        grid-column: 1 / -1;
    }

    .nm-import-premium__detail-body ul {
        grid-template-columns: 1fr;
    }

    .nm-import-premium__assurance {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .nm-how__grid {
        grid-template-columns: 1fr;
    }

    .nm-how__grid li {
        min-height: 225px;
    }

    .nm-outside-catalog {
        width: min(100% - 26px, 1240px);
        padding: 29px 20px;
        border-radius: 23px;
    }

    .nm-outside-catalog__mark {
        width: 82px;
        height: 82px;
    }

    .nm-outside-catalog__mark img {
        width: 64px;
        height: 64px;
    }

    .nm-outside-catalog__copy h2 {
        font-size: 39px;
    }

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

    .footer-grid > div:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 390px) {
    .shell {
        width: min(100% - 20px, 1240px);
    }

    .brand-lockup__mark {
        width: 33px;
        height: 33px;
    }

    .brand-lockup {
        font-size: 25px;
    }

    .nm-premium-hero__copy h1 {
        font-size: 68px;
    }

    .nm-premium-hero__meta {
        grid-template-columns: 1fr;
    }

    .nm-premium-hero__meta span:last-child {
        grid-column: auto;
    }

    .nm-category-card--premium {
        min-height: 128px;
        padding: 13px;
    }

    .nm-category-card--premium .nm-category-card__copy strong {
        font-size: 17px;
    }

    .product-card h3 {
        font-size: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nm-collection-card,
    .product-image-wrap,
    .nm-import-premium__details summary span:last-child {
        transition: none;
    }

    .product-card:hover .product-image-wrap {
        transform: none;
    }
}

/* Orlando is a destination illustration, so it must remain fully framed. */
.nm-trip-signature--compact .nm-trip-signature__visual {
    width: 128px;
    height: 128px;
    aspect-ratio: 1;
    padding: 8px;
    box-sizing: border-box;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.nm-trip-signature--compact .nm-trip-signature__visual img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    display: block;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 980px) {
    .nm-trip-signature--compact .nm-trip-signature__visual {
        width: 104px;
        height: 104px;
    }
}

@media (max-width: 620px) {
    .nm-trip-signature--compact .nm-trip-signature__visual {
        width: 82px;
        height: 82px;
        padding: 5px;
    }
}
