:root {
    --ink: #111111;
    --muted: #6f6f6f;
    --paper: #f5f5f3;
    --surface: #ffffff;
    --line: #dedede;
    --wine: #050505;
    --wine-soft: #242424;
    --blush: #d4af37;
    --rose: #a98224;
    --sage: #111111;
    --whatsapp: #25d366;
    --shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    background: var(--paper);
    color: var(--ink);
}

body.cart-open {
    overflow: hidden;
}

button,
a,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

img {
    display: block;
    width: 100%;
}

.utility-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    padding: 0 6vw;
    color: #ffffff;
    background: var(--sage);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.site-header {
    position: fixed;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 20;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 6vw;
    color: #ffffff;
    background: rgba(5, 5, 5, 0.88);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(16px);
}

.brand {
    color: var(--blush);
    text-decoration: none;
    font-size: 1.38rem;
    font-weight: 900;
    white-space: nowrap;
}

.brand span {
    color: var(--blush);
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.main-nav a {
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
    font-size: 0.9rem;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
    color: #ffffff;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-favorites {
    position: relative;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.header-favorites svg,
.product-favorite svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header-favorites > span {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #171713;
    background: var(--home-gold, #d4af37);
    font-size: 0.62rem;
    font-weight: 900;
}

.header-favorites:hover,
.header-favorites:focus-visible,
.header-favorites.active {
    color: var(--home-gold, #d4af37);
    border-color: currentColor;
}

.header-whatsapp {
    width: 42px;
    height: 42px;
    display: none;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--whatsapp);
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.22);
}

.header-whatsapp svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cart-trigger {
    position: relative;
    width: 42px;
    min-width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.cart-mark {
    display: grid;
    place-items: center;
}

.cart-mark svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cart-count {
    position: absolute;
    top: -9px;
    right: -9px;
    min-width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--wine);
    background: var(--blush);
    font-size: 0.78rem;
    font-weight: 800;
}

.hero {
    min-height: 92svh;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
    align-items: center;
    gap: 48px;
    padding: 160px 6vw 72px;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(5, 5, 5, 0.98), rgba(20, 20, 20, 0.94)),
        var(--wine);
    overflow: hidden;
}

.hero-copy {
    max-width: 680px;
    animation: rise-in 650ms ease both;
}

.eyebrow {
    margin-bottom: 12px;
    color: var(--rose);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hero .eyebrow,
.service-band .eyebrow {
    color: var(--blush);
}

.hero h1 {
    max-width: 700px;
    font-size: clamp(3rem, 7vw, 5.6rem);
    line-height: 0.94;
    margin-bottom: 20px;
}

.hero-copy p:not(.eyebrow) {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.08rem;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.hero-meta span {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.86rem;
}

.hero-meta strong {
    color: #ffffff;
}

.hero-visual {
    position: relative;
    align-self: stretch;
    min-height: 520px;
    display: grid;
    place-items: center;
}

.hero-visual img {
    width: min(100%, 560px);
    max-height: 620px;
    object-fit: contain;
    filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.26));
    animation: float-card 5.5s ease-in-out infinite;
}

.hero-note {
    position: absolute;
    left: 0;
    bottom: 54px;
    display: grid;
    gap: 4px;
    max-width: 260px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
}

.hero-note strong {
    color: #ffffff;
    font-size: 0.92rem;
}

.hero-note span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
}

.button,
.checkout-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, border 180ms ease;
}

.button:hover,
.checkout-button:hover,
.cart-trigger:hover,
.icon-button:hover,
.quantity-button:hover,
.add-button:hover,
.clear-filter-button:hover {
    transform: translateY(-2px);
}

.primary {
    color: var(--wine);
    background: var(--blush);
}

.ghost {
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.dark {
    color: #ffffff;
    background: var(--wine);
}

.whatsapp,
.checkout-button {
    color: #102116;
    background: var(--whatsapp);
}

.about-section,
.category-rail,
.shop-section,
.gallery-strip,
.service-band {
    max-width: 1180px;
    margin: 0 auto;
}

.about-section {
    padding: 82px 6vw 34px;
}

.category-rail {
    display: grid;
    grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr);
    gap: 24px;
    align-items: end;
    padding: 34px 6vw 20px;
}

.category-rail-copy h2 {
    max-width: 520px;
    font-size: clamp(1.55rem, 3vw, 2.4rem);
    line-height: 1.08;
}

.category-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.category-card {
    position: relative;
    min-height: 178px;
    display: grid;
    align-items: end;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #ffffff;
    background: var(--wine);
    font-weight: 900;
    text-decoration: none;
    transition: transform 180ms ease, border 180ms ease, box-shadow 180ms ease;
}

.category-card img {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    opacity: 0.82;
    transition: transform 500ms ease;
}

.category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.78));
}

.category-card::after {
    content: ">";
    position: absolute;
    right: 16px;
    bottom: 16px;
    color: var(--blush);
    font-weight: 900;
}

.category-card span {
    position: relative;
    display: grid;
    gap: 4px;
    padding: 16px 38px 16px 16px;
    line-height: 1.12;
}

.category-card small {
    color: var(--blush);
    font-size: 0.68rem;
    text-transform: uppercase;
}

.category-card:hover,
.category-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.category-card:hover img,
.category-card:focus-visible img {
    transform: scale(1.05);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.section-heading.narrow {
    max-width: 820px;
}

.section-heading h2,
.service-band h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.04;
    margin-bottom: 14px;
}

.section-heading p:not(.eyebrow),
.service-band p,
.value-grid p {
    color: var(--muted);
    line-height: 1.7;
}

.text-link {
    display: inline-flex;
    margin-top: 14px;
    color: var(--rose);
    font-weight: 900;
    text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
    color: var(--wine);
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.value-grid article {
    min-height: 178px;
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
}

.value-grid span {
    color: var(--rose);
    font-weight: 900;
}

.value-grid h3 {
    font-size: 1.05rem;
}

.shop-section {
    padding: 54px 6vw 82px;
}

.shop-page-main {
    min-height: 100vh;
    padding-top: 104px;
}

.shop-page-section {
    padding-top: 72px;
}

.shop-page-section .section-heading {
    max-width: 860px;
}

.shop-page-section h1 {
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    line-height: 1;
    margin-bottom: 14px;
}

.product-tools {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(180px, 220px) auto;
    gap: 18px;
    align-items: end;
    margin-bottom: 18px;
}

.search-field,
.select-field {
    display: grid;
    gap: 8px;
}

.search-field span,
.select-field span {
    color: var(--wine);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.search-field input,
.select-field select {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0 16px;
    color: var(--ink);
    background: var(--surface);
    outline: 0;
}

.select-field select {
    cursor: pointer;
}

.search-field input:focus,
.select-field select:focus {
    border-color: var(--rose);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
}

.clear-filter-button {
    min-height: 48px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0 18px;
    color: var(--wine);
    background: #ffffff;
    font-weight: 900;
    cursor: pointer;
    transition: transform 180ms ease, border 180ms ease, background 180ms ease;
}

.clear-filter-button:hover,
.clear-filter-button:focus-visible {
    border-color: rgba(212, 175, 55, 0.5);
    background: #ffffff;
}

.clear-filter-button:disabled {
    cursor: not-allowed;
    opacity: 0.54;
    transform: none;
}

.result-count {
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: 0.9rem;
    white-space: nowrap;
}

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

.product-card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: var(--surface);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transform: translateY(16px);
    opacity: 0;
    transition: transform 500ms ease, opacity 500ms ease, box-shadow 180ms ease;
}

.product-card.visible {
    transform: translateY(0);
    opacity: 1;
}

.product-card:hover {
    box-shadow: var(--shadow);
}

.product-media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f3ece8;
}

.product-media img {
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.product-card:hover img {
    transform: scale(1.035);
}

.product-tag {
    position: absolute;
    left: 12px;
    top: 12px;
    padding: 7px 10px;
    border-radius: 8px;
    color: #ffffff;
    background: rgba(5, 5, 5, 0.82);
    font-size: 0.72rem;
    font-weight: 800;
}

.product-favorite {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #171713;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    z-index: 2;
}

.product-favorite:hover,
.product-favorite:focus-visible,
.product-favorite.active {
    color: #9e2434;
}

.product-favorite.active svg {
    fill: currentColor;
}

.product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
}

.product-info {
    display: grid;
    gap: 6px;
}

.product-category {
    color: var(--rose);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.product-info h3 {
    font-size: 1.02rem;
}

.product-info p {
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.product-price {
    color: var(--wine-soft);
    font-size: 1.08rem;
    font-weight: 900;
}

.size-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

.size-option {
    height: 36px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: #fffaf7;
    cursor: pointer;
}

.size-option.active {
    color: #ffffff;
    background: var(--sage);
    border-color: var(--sage);
}

.add-button {
    width: 100%;
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    background: var(--wine);
    font-weight: 800;
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease;
}

.add-button:hover {
    background: var(--rose);
}

.empty-products {
    grid-column: 1 / -1;
    display: grid;
    place-items: center;
    min-height: 260px;
    padding: 32px;
    border: 1px dashed var(--line);
    border-radius: 8px;
    color: var(--muted);
    text-align: center;
    background: rgba(255, 255, 255, 0.56);
}

.empty-products h2 {
    color: var(--ink);
    font-size: 1.35rem;
    margin-bottom: 8px;
}

.gallery-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 0 6vw 82px;
}

.gallery-strip img {
    aspect-ratio: 1;
    height: 100%;
    object-fit: cover;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f5ede9;
}

.service-band {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(260px, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin-bottom: 84px;
    padding: 34px;
    border-radius: 8px;
    color: #ffffff;
    background: var(--wine);
}

.service-band p {
    color: rgba(255, 255, 255, 0.72);
}

.support-page-main {
    min-height: 100vh;
    padding-top: 104px;
}

.support-hero {
    min-height: 520px;
    display: grid;
    align-items: center;
    padding: 82px 6vw;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.54)),
        url("fotos nova/WhatsApp Image 2026-07-13 at 20.09.42 (1).jpeg") center / cover;
}

.support-hero > div {
    width: min(100%, 1180px);
    margin: 0 auto;
}

.support-hero h1 {
    max-width: 760px;
    font-size: clamp(2.6rem, 5vw, 4.6rem);
    line-height: 0.98;
    margin-bottom: 18px;
}

.support-hero p:not(.eyebrow) {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

.support-home-link {
    color: #ffffff;
}

.support-steps {
    max-width: 1180px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 auto;
    padding: 34px 6vw 82px;
}

.support-steps article {
    min-height: 178px;
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.support-steps span {
    color: var(--rose);
    font-weight: 900;
}

.support-steps h2 {
    font-size: 1.1rem;
}

.support-steps p {
    color: var(--muted);
    line-height: 1.65;
}

.cart-overlay {
    position: fixed;
    inset: 0;
    z-index: 30;
    background: rgba(27, 23, 24, 0.54);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.cart-drawer {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 40;
    width: min(440px, 100%);
    transform: translateX(100%);
    transition: transform 240ms ease;
}

.cart-open .cart-overlay {
    opacity: 1;
    pointer-events: auto;
}

.cart-open .cart-drawer {
    transform: translateX(0);
}

.cart-panel {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 24px;
    border-bottom: 1px solid var(--line);
}

.cart-header h2 {
    font-size: 1.6rem;
}

.icon-button {
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: #ffffff;
    font-weight: 900;
    cursor: pointer;
}

.cart-items {
    display: grid;
    align-content: start;
    gap: 14px;
    overflow-y: auto;
    padding: 18px;
}

.cart-empty {
    display: grid;
    place-items: center;
    min-height: 240px;
    padding: 22px;
    border: 1px dashed var(--line);
    border-radius: 8px;
    color: var(--muted);
    text-align: center;
}

.cart-item {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 14px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.cart-item img {
    height: 94px;
    border-radius: 8px;
    object-fit: cover;
}

.cart-item h3 {
    font-size: 0.98rem;
    margin-bottom: 4px;
}

.cart-item p {
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.5;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
}

.quantity-control {
    display: grid;
    grid-template-columns: 34px 34px 34px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
}

.quantity-button {
    height: 34px;
    border: 0;
    background: #f5f5f3;
    cursor: pointer;
}

.quantity-control span {
    text-align: center;
    font-weight: 800;
}

.remove-button {
    border: 0;
    color: var(--rose);
    background: transparent;
    font-weight: 800;
    cursor: pointer;
}

.cart-footer {
    display: grid;
    gap: 14px;
    padding: 20px 24px 24px;
    border-top: 1px solid var(--line);
}

.cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
}

.cart-total strong {
    font-size: 1.35rem;
}

.checkout-button {
    width: 100%;
}

.checkout-button.disabled {
    pointer-events: none;
    color: #89817e;
    background: #ede7e3;
}

.cart-footer p {
    color: var(--muted);
    font-size: 0.86rem;
    text-align: center;
}

.toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    z-index: 60;
    max-width: min(420px, calc(100% - 32px));
    padding: 13px 18px;
    border-radius: 8px;
    color: #ffffff;
    background: var(--wine);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translate(-50%, 18px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
}

@keyframes rise-in {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float-card {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
    }
}

@media (max-width: 1100px) {
    .hero {
        grid-template-columns: 1fr;
        padding-top: 148px;
    }

    .hero-visual {
        min-height: 420px;
        align-self: auto;
    }

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

    .category-rail {
        grid-template-columns: 1fr;
    }

    .service-band {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .utility-bar {
        display: none;
    }

    .site-header {
        top: 0;
        height: 64px;
        padding: 0 18px;
    }

    .header-whatsapp {
        display: grid;
    }

    .main-nav {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        height: 44px;
        display: flex;
        gap: 20px;
        overflow-x: auto;
        padding: 0 18px;
    background: rgba(5, 5, 5, 0.94);
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(16px);
        scrollbar-width: none;
    }

    .main-nav::-webkit-scrollbar {
        display: none;
    }

    .main-nav a {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        font-size: 0.84rem;
    }

    .hero {
        min-height: auto;
        gap: 32px;
        padding: 140px 18px 58px;
    }

    .hero h1 {
        font-size: 3.2rem;
    }

    .hero-copy p:not(.eyebrow) {
        font-size: 1rem;
    }

    .hero-visual {
        min-height: 330px;
    }

    .hero-note {
        left: 12px;
        bottom: 18px;
    }

    .about-section,
    .category-rail,
    .shop-section,
    .gallery-strip {
        padding-left: 18px;
        padding-right: 18px;
    }

    .about-section {
        padding-top: 62px;
    }

    .shop-section {
        padding-top: 48px;
        padding-bottom: 62px;
    }

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

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

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

    .result-count {
        white-space: normal;
    }

    .shop-page-main,
    .support-page-main {
        padding-top: 140px;
    }

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

    .gallery-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-bottom: 62px;
    }

    .service-band {
        margin: 0 18px 62px;
        padding: 24px;
    }

    .support-hero {
        min-height: auto;
        padding: 72px 18px;
    }

    .support-steps {
        grid-template-columns: 1fr;
        padding: 24px 18px 62px;
    }

}

@media (max-width: 560px) {
    .brand {
        font-size: 1.06rem;
    }

    .cart-trigger {
        min-width: 78px;
    }

    .hero h1 {
        font-size: 2.55rem;
    }

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

    .hero-meta {
        display: grid;
        grid-template-columns: 1fr;
    }

    .button {
        width: 100%;
    }

    .category-links {
        grid-template-columns: 1fr;
    }

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

    .cart-item {
        grid-template-columns: 64px 1fr;
    }

    .cart-header,
    .cart-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

}

/* Área do cliente */

.hidden {
    display: none !important;
}

body.modal-open {
    overflow: hidden;
}

.header-client-button {
    min-height: 40px;
    padding: 0 16px;
    color: var(--wine);
    background: var(--blush);
    font-size: 0.82rem;
}

.account-page-main {
    min-height: 100vh;
    padding: 154px 6vw 84px;
    background:
        radial-gradient(circle at 86% 12%, rgba(212, 175, 55, 0.13), transparent 28%),
        var(--paper);
}

.account-intro,
.account-shell,
.customer-dashboard {
    width: min(100%, 1180px);
    margin: 0 auto;
}

.account-intro {
    max-width: 1180px;
    margin-bottom: 34px;
}

.account-intro h1,
.customer-welcome h1 {
    max-width: 740px;
    margin-bottom: 14px;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 0.98;
}

.account-intro > p:last-child,
.customer-welcome > div > p:last-child {
    max-width: 620px;
    color: var(--muted);
    line-height: 1.7;
}

.account-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    background: var(--surface);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.07);
}

.auth-card {
    padding: clamp(24px, 5vw, 54px);
}

.auth-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 36px;
    padding: 5px;
    border-radius: 8px;
    background: var(--paper);
}

.auth-tab {
    min-height: 44px;
    border: 0;
    border-radius: 6px;
    color: var(--muted);
    background: transparent;
    font-weight: 900;
    cursor: pointer;
}

.auth-tab.active {
    color: var(--ink);
    background: var(--surface);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}

.auth-form,
.profile-form,
.product-admin-form,
.staff-admin-form {
    display: grid;
    gap: 18px;
}

.form-heading {
    display: grid;
    gap: 8px;
    margin-bottom: 6px;
}

.form-heading h2 {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
}

.form-heading p,
.admin-card-heading p,
.admin-page-heading > div > p:last-child {
    color: var(--muted);
    line-height: 1.55;
}

.form-grid {
    display: grid;
    gap: 14px;
}

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

.form-field {
    display: grid;
    gap: 8px;
}

.form-field > span,
.image-upload-field > span {
    color: var(--ink);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0 14px;
    color: var(--ink);
    background: #ffffff;
    outline: 0;
    font: inherit;
}

.form-field textarea {
    min-height: 92px;
    padding-top: 13px;
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: var(--rose);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.16);
}

.form-field input[readonly] {
    color: var(--muted);
    background: var(--paper);
}

.form-submit {
    width: 100%;
    margin-top: 2px;
}

.form-message {
    min-height: 0;
    color: #327a48;
    font-size: 0.86rem;
    font-weight: 800;
}

.form-message:not(:empty) {
    min-height: 20px;
}

.form-message.error {
    color: #a52f2f;
}

.local-data-note {
    margin-top: 20px;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.5;
    text-align: center;
}

.account-benefits {
    display: grid;
    align-content: center;
    padding: clamp(30px, 5vw, 58px);
    color: #ffffff;
    background:
        linear-gradient(145deg, rgba(5, 5, 5, 0.98), rgba(27, 27, 27, 0.94)),
        var(--wine);
}

.account-benefits .eyebrow {
    color: var(--blush);
}

.account-benefits h2 {
    max-width: 400px;
    margin-bottom: 34px;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.02;
}

.account-benefits ul {
    display: grid;
    gap: 0;
    list-style: none;
}

.account-benefits li {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.5;
}

.account-benefits li strong {
    color: var(--blush);
}

.customer-welcome {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.account-logout,
.modal-cancel {
    color: var(--ink);
    background: #ffffff;
    border: 1px solid var(--line);
}

.customer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 18px;
}

.customer-panel,
.admin-card {
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--surface);
    box-shadow: 0 12px 38px rgba(0, 0, 0, 0.045);
}

.customer-panel {
    padding: 26px;
}

.panel-heading,
.admin-card-heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.panel-heading h2,
.admin-card-heading h2 {
    font-size: 1.35rem;
}

.customer-orders {
    display: grid;
    gap: 12px;
}

.customer-order-card {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.order-card-top,
.order-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.order-card-top > div {
    display: grid;
    gap: 3px;
}

.order-card-top small,
.order-card-bottom span,
.customer-order-card > p {
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.5;
}

.customer-empty {
    min-height: 300px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    padding: 30px;
    border: 1px dashed var(--line);
    border-radius: 8px;
    text-align: center;
}

.customer-empty > span,
.customer-empty p {
    color: var(--muted);
}

.customer-empty .button {
    margin-top: 10px;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: 999px;
    padding: 0 10px;
    font-size: 0.7rem;
    font-weight: 900;
    white-space: nowrap;
}

.status-pill.confirmed {
    color: #25613a;
    background: #e4f4e9;
}

.status-pill.pending {
    color: #725b13;
    background: #fbf0c9;
}

.status-pill.cancelled {
    color: #8a3333;
    background: #f8e1e1;
}

/* Painel administrativo */

.admin-body {
    background: #f1f1ef;
}

.admin-login-page {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 0.65fr);
}

.admin-login-brand {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    min-height: 100vh;
    padding: clamp(32px, 7vw, 90px);
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(0, 0, 0, 0.95), rgba(20, 20, 20, 0.88)),
        url("assets/optimized/IMG_2767.jpg.webp") center / cover;
}

.admin-login-brand > div {
    max-width: 620px;
}

.admin-login-brand h1 {
    margin-bottom: 22px;
    font-size: clamp(3rem, 7vw, 6.4rem);
    line-height: 0.9;
}

.admin-login-brand p:not(.eyebrow) {
    max-width: 540px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.04rem;
    line-height: 1.7;
}

.admin-back-link {
    color: rgba(255, 255, 255, 0.76);
    font-weight: 800;
    text-decoration: none;
}

.admin-login-panel {
    display: grid;
    place-items: center;
    padding: 34px;
    background: #f5f5f3;
}

.admin-login-form {
    width: min(100%, 430px);
    display: grid;
    gap: 18px;
    padding: clamp(26px, 5vw, 46px);
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.08);
}

.admin-app {
    min-height: 100vh;
}

.admin-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 20;
    width: 250px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 38px;
    padding: 30px 20px 24px;
    color: #ffffff;
    background: #090909;
}

.admin-logo {
    display: grid;
    gap: 2px;
    padding: 0 10px;
    color: var(--blush);
    font-size: 1.24rem;
    font-weight: 900;
    text-decoration: none;
}

.admin-logo small {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.admin-menu {
    display: grid;
    align-content: start;
    gap: 7px;
}

.admin-menu button {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 0;
    border-radius: 8px;
    padding: 0 14px;
    color: rgba(255, 255, 255, 0.62);
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.admin-menu button span {
    color: rgba(212, 175, 55, 0.58);
    font-size: 0.7rem;
    font-weight: 900;
}

.admin-menu button:hover,
.admin-menu button.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.admin-sidebar-footer {
    display: grid;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 18px;
}

.admin-sidebar-footer a,
.admin-sidebar-footer button {
    border: 0;
    padding: 7px 10px;
    color: rgba(255, 255, 255, 0.64);
    background: transparent;
    font-size: 0.82rem;
    font-weight: 800;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.admin-sidebar-footer a:hover,
.admin-sidebar-footer button:hover {
    color: var(--blush);
}

.admin-content {
    min-height: 100vh;
    margin-left: 250px;
}

.admin-topbar {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 clamp(20px, 4vw, 54px);
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
}

.admin-topbar > div:first-child {
    display: grid;
    gap: 2px;
}

.admin-topbar p,
.admin-user small {
    color: var(--muted);
    font-size: 0.76rem;
}

.admin-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

button.admin-user {
    border: 0;
    font: inherit;
    text-align: left;
    cursor: pointer;
    padding: 7px 12px 7px 7px;
    border-radius: 999px;
    background: #f5f6f2;
    transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

button.admin-user:hover,
button.admin-user:focus-visible {
    background: #eceee8;
    outline: 2px solid rgba(177, 139, 45, 0.28);
    outline-offset: 2px;
    transform: translateY(-1px);
}

.admin-profile-modal-panel {
    width: min(540px, 100%);
}

.admin-user > span {
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(177, 139, 45, 0.22);
}

.admin-user > span img,
.admin-avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.admin-user > div {
    padding-right: 4px;
}

.admin-user small {
    color: #777a72;
    font-size: 0.66rem;
}

.admin-avatar-editor {
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 20px;
    align-items: center;
    padding: 18px;
    border: 1px solid var(--admin-border);
    border-radius: 14px;
    background: #f5f6f2;
}

.admin-avatar-preview {
    width: 104px;
    height: 104px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    color: #171713;
    background: #d9b84e;
    font-size: 1.25rem;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(177, 139, 45, 0.24);
}

.admin-avatar-editor p {
    margin: 5px 0 12px;
    color: #777a72;
    font-size: 0.78rem;
}

.admin-avatar-upload {
    display: inline-flex;
    cursor: pointer;
}

.admin-avatar-upload input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

@media (max-width: 560px) {
    .admin-avatar-editor {
        grid-template-columns: 78px 1fr;
        padding: 14px;
    }

    .admin-avatar-preview {
        width: 78px;
        height: 78px;
    }
}

.admin-user > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--wine);
    background: var(--blush);
    font-size: 0.78rem;
    font-weight: 900;
}

.admin-user > div {
    display: grid;
    gap: 2px;
}

.admin-mobile-menu {
    display: none;
}

.admin-view {
    display: none;
    padding: 38px clamp(20px, 4vw, 54px) 64px;
}

.admin-view.active {
    display: block;
    animation: rise-in 350ms ease both;
}

.admin-page-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.admin-page-heading h1 {
    margin-bottom: 8px;
    font-size: clamp(2.4rem, 4vw, 4.2rem);
    line-height: 0.95;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.metric-card {
    min-height: 152px;
    display: grid;
    align-content: space-between;
    gap: 9px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #ffffff;
}

.metric-card.featured {
    color: #ffffff;
    background: #111111;
    border-color: #111111;
}

.metric-card > span {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.metric-card.featured > span,
.metric-card.featured small {
    color: rgba(255, 255, 255, 0.62);
}

.metric-card strong {
    font-size: clamp(1.5rem, 2.4vw, 2.15rem);
}

.metric-card small {
    color: var(--muted);
    font-size: 0.72rem;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
    gap: 18px;
    margin-bottom: 18px;
}

.admin-card {
    padding: 22px;
}

.admin-card-heading > strong {
    font-size: 1.15rem;
}

.sales-chart {
    height: 240px;
    display: grid;
    grid-template-columns: repeat(7, minmax(36px, 1fr));
    gap: 12px;
    align-items: end;
    padding-top: 14px;
}

.chart-column {
    height: 100%;
    display: grid;
    grid-template-rows: 22px 1fr 22px;
    gap: 6px;
    text-align: center;
}

.chart-column > span {
    overflow: hidden;
    color: var(--muted);
    font-size: 0.66rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chart-track {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 6px;
    background: #f3f3f0;
    overflow: hidden;
}

.chart-track i {
    width: 100%;
    display: block;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(180deg, var(--blush), #917316);
    transition: height 500ms ease;
}

.chart-column small {
    color: var(--muted);
    font-size: 0.72rem;
    text-transform: capitalize;
}

.summary-list {
    display: grid;
}

.summary-list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 58px;
    border-top: 1px solid var(--line);
}

.summary-list span {
    color: var(--muted);
    font-size: 0.86rem;
}

.summary-list strong {
    font-size: 1.2rem;
}

.admin-table-card {
    padding: 0;
    overflow: hidden;
}

.admin-table-card .admin-card-heading {
    align-items: center;
    margin: 0;
    padding: 22px;
    border-bottom: 1px solid var(--line);
}

.text-button {
    border: 0;
    color: var(--rose);
    background: transparent;
    font-weight: 900;
    cursor: pointer;
}

.table-scroll {
    overflow-x: auto;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.admin-table th,
.admin-table td {
    padding: 14px 18px;
    border-bottom: 1px solid #ececea;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.admin-table th {
    color: var(--muted);
    background: #fafaf8;
    font-size: 0.68rem;
    text-transform: uppercase;
}

.admin-table tbody tr:last-child td {
    border-bottom: 0;
}

.table-actions {
    display: flex;
    gap: 6px;
}

.table-actions button {
    min-height: 30px;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 0 9px;
    color: var(--ink);
    background: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    cursor: pointer;
}

.table-actions button.confirm-action {
    color: #ffffff;
    background: #171717;
    border-color: #171717;
}

.empty-table-cell {
    height: 130px;
    color: var(--muted);
    text-align: center !important;
}

.admin-product-cell {
    min-width: 220px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.admin-product-cell img {
    width: 48px;
    height: 56px;
    border-radius: 6px;
    object-fit: cover;
    background: var(--paper);
}

.admin-product-cell > div {
    display: grid;
    gap: 4px;
}

.admin-product-cell small {
    color: var(--muted);
}

.manual-sale-card {
    margin-bottom: 18px;
}

.manual-sale-form {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) 110px minmax(180px, 0.8fr) minmax(190px, 0.8fr) 155px auto;
    gap: 12px;
    align-items: end;
}

.manual-sale-form .button {
    white-space: nowrap;
}

.admin-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    justify-items: end;
    visibility: hidden;
}

.admin-modal.open {
    visibility: visible;
}

.admin-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.56);
    opacity: 0;
    transition: opacity 180ms ease;
}

.admin-modal.open .admin-modal-backdrop {
    opacity: 1;
}

.admin-modal-panel {
    position: relative;
    width: min(610px, 100%);
    height: 100%;
    overflow-y: auto;
    padding: 26px;
    background: #ffffff;
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 240ms ease;
}

.admin-modal.open .admin-modal-panel {
    transform: translateX(0);
}

.admin-modal-panel > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
}

.admin-modal-panel > header h2 {
    font-size: 1.8rem;
}

.image-upload-field {
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px dashed var(--line);
    border-radius: 8px;
    cursor: pointer;
}

.image-upload-field input {
    font-size: 0.8rem;
}

.image-upload-field small {
    color: var(--muted);
    line-height: 1.45;
}

.product-image-preview {
    min-height: 140px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 8px;
    color: var(--muted);
    background: var(--paper);
}

.product-image-preview img {
    height: 190px;
    object-fit: contain;
}

.product-admin-form footer,
.staff-admin-form footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 6px;
}

@media (max-width: 1180px) {
    .metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 920px) {
    .account-page-main {
        padding: 142px 18px 64px;
    }

    .account-shell,
    .customer-grid {
        grid-template-columns: 1fr;
    }

    .account-benefits {
        min-height: 430px;
    }

    .admin-login-page {
        grid-template-columns: 1fr;
    }

    .admin-login-brand {
        min-height: 480px;
        padding: 44px 28px;
    }

    .admin-login-panel {
        padding: 54px 20px;
    }

    .admin-sidebar {
        width: 250px;
        transform: translateX(-100%);
        transition: transform 200ms ease;
    }

    .admin-app.menu-open .admin-sidebar {
        transform: translateX(0);
    }

    .admin-content {
        margin-left: 0;
    }

    .admin-mobile-menu {
        min-height: 38px;
        display: inline-flex;
        align-items: center;
        border: 1px solid var(--line);
        border-radius: 7px;
        padding: 0 12px;
        background: #ffffff;
        font-weight: 900;
    }

    .admin-topbar > div:first-child {
        display: none;
    }

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

@media (max-width: 680px) {
    .header-client-button {
        display: none;
    }

    .form-grid.two-columns,
    .metrics-grid,
    .manual-sale-form {
        grid-template-columns: 1fr;
    }

    .customer-welcome,
    .admin-page-heading,
    .panel-heading,
    .admin-card-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .customer-welcome .button,
    .admin-page-heading .button {
        width: 100%;
    }

    .customer-panel,
    .admin-card {
        padding: 18px;
    }

    .admin-table-card {
        padding: 0;
    }

    .admin-view {
        padding: 28px 14px 50px;
    }

    .admin-topbar {
        padding: 0 14px;
    }

    .admin-user > div {
        display: none;
    }

    .sales-chart {
        height: 200px;
        gap: 6px;
    }

    .chart-column > span {
        visibility: hidden;
    }

    .admin-modal-panel {
        padding: 20px 16px;
    }

    .product-admin-form footer,
    .staff-admin-form footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

/* Refinamento visual 2026 — home */

.storefront-page {
    --home-cream: #f5f1e9;
    --home-sand: #e6dccb;
    --home-charcoal: #151513;
    --home-gold: #c9a64c;
    --home-copy: #25241f;
    background: var(--home-cream);
    color: var(--home-copy);
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.storefront-page h1,
.storefront-page h2,
.storefront-page h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -0.035em;
}

.storefront-page .utility-bar {
    min-height: 30px;
    gap: 0;
    justify-content: space-between;
    padding-inline: clamp(24px, 5vw, 78px);
    color: rgba(255, 255, 255, 0.72);
    background: #0c0c0b;
    font-size: 0.65rem;
    letter-spacing: 0.15em;
}

.storefront-page .utility-bar span:nth-child(2) {
    color: var(--home-gold);
}

.storefront-page .site-header {
    top: 30px;
    height: 76px;
    padding-inline: clamp(24px, 5vw, 78px);
    background: rgba(14, 14, 13, 0.9);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
}

.storefront-page .brand {
    display: grid;
    gap: 2px;
    line-height: 1;
}

.storefront-page .brand span {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.42rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.storefront-page .brand small {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.54rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.storefront-page .main-nav {
    gap: clamp(20px, 2.5vw, 38px);
}

.storefront-page .main-nav a {
    position: relative;
    padding-block: 9px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.storefront-page .main-nav a::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    height: 1px;
    content: "";
    background: var(--home-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.storefront-page .main-nav a:hover::after,
.storefront-page .main-nav a[aria-current="page"]::after {
    transform: scaleX(1);
}

.storefront-page .header-client-button {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88);
    background: transparent;
    font-size: 0.76rem;
    font-weight: 700;
    text-decoration: none;
}

.storefront-page .cart-trigger {
    width: 42px;
    min-width: 42px;
    border-radius: 50%;
}

.home-page .hero {
    position: relative;
    min-height: 870px;
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.72fr);
    gap: clamp(44px, 6vw, 96px);
    padding: 166px clamp(24px, 6vw, 94px) 100px;
    background:
        radial-gradient(circle at 12% 15%, rgba(201, 166, 76, 0.16), transparent 29%),
        linear-gradient(120deg, #10100f 0%, #1b1a17 58%, #11110f 100%);
}

.home-page .hero::after {
    position: absolute;
    right: 7vw;
    bottom: 30px;
    color: rgba(255, 255, 255, 0.035);
    content: "PROSPERE";
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(5rem, 13vw, 12rem);
    letter-spacing: 0.08em;
    pointer-events: none;
}

.home-page .hero-copy {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.home-page .eyebrow {
    color: #987a30;
    font-size: 0.69rem;
    letter-spacing: 0.18em;
}

.home-page .hero .eyebrow {
    color: var(--home-gold);
}

.home-page .hero h1 {
    max-width: 760px;
    margin-bottom: 26px;
    font-size: clamp(3.8rem, 6.6vw, 7rem);
    line-height: 0.9;
}

.home-page .hero-copy p:not(.eyebrow) {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(1rem, 1.25vw, 1.16rem);
    line-height: 1.8;
}

.home-page .hero-actions {
    margin-top: 34px;
}

.home-page .button,
.home-page .checkout-button {
    min-height: 50px;
    border-radius: 999px;
    padding-inline: 25px;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
}

.home-page .primary {
    color: #14130f;
    background: linear-gradient(135deg, #dfc06d, #b99132);
    box-shadow: 0 14px 32px rgba(201, 166, 76, 0.18);
}

.home-page .ghost {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.04);
}

.home-page .hero-meta {
    gap: 0;
    margin-top: 54px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-page .hero-meta span {
    min-height: auto;
    padding: 18px 22px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.75rem;
}

.home-page .hero-meta strong {
    color: var(--home-gold);
    font-size: 0.66rem;
    letter-spacing: 0.12em;
}

.home-page .hero-visual {
    z-index: 2;
    min-height: 650px;
}

.home-page .hero-image-frame {
    position: relative;
    width: min(100%, 535px);
    height: min(68vw, 680px);
    min-height: 580px;
    overflow: hidden;
    border-radius: 240px 240px 20px 20px;
    box-shadow: 0 34px 74px rgba(0, 0, 0, 0.4);
}

.home-page .hero-image-frame::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.26));
}

.home-page .hero-visual img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center 22%;
    filter: saturate(0.9) contrast(1.02);
    animation: none;
}

.home-page .hero-stamp {
    position: absolute;
    top: 80px;
    right: -20px;
    width: 112px;
    height: 112px;
    display: grid;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(17, 17, 15, 0.52);
    text-align: center;
    backdrop-filter: blur(8px);
}

.home-page .hero-stamp span,
.home-page .hero-stamp strong {
    display: block;
    font-size: 0.66rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-page .hero-stamp strong {
    margin-top: 3px;
    color: var(--home-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.8rem;
}

.home-page .hero-note {
    right: -24px;
    bottom: 52px;
    left: auto;
    max-width: 250px;
    padding: 18px 20px;
    border: 0;
    border-left: 3px solid var(--home-gold);
    border-radius: 0;
    background: rgba(12, 12, 11, 0.88);
}

.home-page .home-benefits {
    position: relative;
    z-index: 5;
    width: min(calc(100% - 48px), 1240px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: -46px auto 0;
    border: 1px solid rgba(46, 42, 33, 0.1);
    background: #ffffff;
    box-shadow: 0 20px 48px rgba(45, 38, 24, 0.1);
}

.home-page .home-benefits article {
    min-height: 112px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 25px 30px;
    border-right: 1px solid rgba(46, 42, 33, 0.1);
}

.home-page .home-benefits article:last-child {
    border-right: 0;
}

.home-page .home-benefits article > span {
    color: #a68536;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5rem;
}

.home-page .home-benefits article > div {
    display: grid;
    gap: 5px;
}

.home-page .home-benefits strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 500;
}

.home-page .home-benefits small {
    color: #716e65;
    font-size: 0.76rem;
}

.home-page .category-rail,
.home-page .about-section,
.home-page .gallery-strip,
.home-page .service-band,
.home-page .editorial-story {
    max-width: 1280px;
}

.home-page .category-rail {
    display: block;
    padding: 104px 24px 88px;
}

.home-page .category-rail-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 8px 24px;
    margin-bottom: 34px;
}

.home-page .category-rail-copy .eyebrow {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.home-page .category-rail-copy h2 {
    max-width: 720px;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 1;
}

.home-page .category-rail-copy .text-link {
    align-self: center;
}

.home-page .category-rail-actions,
.category-scroll-controls {
    display: flex;
    align-items: center;
}

.home-page .category-rail-actions {
    gap: 20px;
}

.category-scroll-controls {
    gap: 7px;
}

.category-scroll-controls button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #d4cbbc;
    border-radius: 50%;
    color: #171713;
    background: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.category-scroll-controls button:hover,
.category-scroll-controls button:focus-visible {
    color: #171713;
    background: var(--home-gold);
    border-color: var(--home-gold);
}

.home-page .category-links {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--home-gold) rgba(35, 32, 26, 0.1);
    scrollbar-width: thin;
}

.home-page .category-card {
    flex: 0 0 clamp(190px, 16.2vw, 220px);
    min-height: 310px;
    border-radius: 0;
    scroll-snap-align: start;
}

.home-page .category-card::after {
    background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.72));
}

.home-page .category-card img {
    filter: saturate(0.84);
}

.home-page .category-card span {
    right: 16px;
    bottom: 18px;
    left: 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    letter-spacing: -0.02em;
}

.home-page .category-card small {
    margin-bottom: 6px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 0.58rem;
    letter-spacing: 0.14em;
}

.home-page .editorial-story {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
    min-height: 620px;
    margin: 0 auto;
    color: #ffffff;
    background: var(--home-charcoal);
}

.home-page .editorial-story-image {
    min-height: 620px;
    overflow: hidden;
}

.home-page .editorial-story-image img {
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    filter: saturate(0.76) contrast(1.03);
}

.home-page .editorial-story-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(42px, 6vw, 86px);
}

.home-page .editorial-story-copy .eyebrow {
    color: var(--home-gold);
}

.home-page .editorial-story-copy h2 {
    margin-bottom: 22px;
    font-size: clamp(2.6rem, 4.4vw, 4.8rem);
    line-height: 0.98;
}

.home-page .editorial-story-copy p:not(.eyebrow) {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.8;
}

.home-page .editorial-story .dark {
    color: #171610;
    background: var(--home-gold);
}

.home-page .about-section {
    padding: 112px 24px 82px;
}

.home-page .section-heading.narrow {
    max-width: 850px;
    margin-inline: auto;
    text-align: center;
}

.home-page .section-heading h2,
.home-page .service-band h2 {
    font-size: clamp(2.5rem, 4vw, 4.3rem);
    line-height: 1;
}

.home-page .section-heading p:not(.eyebrow) {
    max-width: 700px;
    margin: 20px auto 0;
    line-height: 1.75;
}

.home-page .value-grid {
    margin-top: 54px;
    gap: 0;
    border-top: 1px solid #d9d0c1;
    border-bottom: 1px solid #d9d0c1;
}

.home-page .value-grid article {
    min-height: 230px;
    padding: 34px;
    border: 0;
    border-right: 1px solid #d9d0c1;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-page .value-grid article:last-child {
    border-right: 0;
}

.home-page .value-grid h3 {
    margin: 24px 0 12px;
    font-size: 1.48rem;
}

.home-page .gallery-strip {
    height: 460px;
    grid-template-columns: 1.15fr 0.85fr 0.85fr 1.15fr;
    gap: 8px;
    padding: 0 24px 96px;
}

.home-page .gallery-strip img {
    height: 100%;
    filter: saturate(0.8);
}

.home-page .service-band {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr) auto;
    gap: 42px;
    margin: 0 auto 96px;
    padding: 50px 54px;
    border-radius: 0;
    background:
        linear-gradient(100deg, rgba(201, 166, 76, 0.08), transparent 42%),
        #151513;
}

.home-page .service-band p {
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1180px) {
    .home-page .hero {
        grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
        gap: 42px;
    }

    .home-page .category-card {
        flex-basis: min(32vw, 250px);
        min-height: 340px;
    }
}

@media (max-width: 900px) {
    .storefront-page .utility-bar {
        display: none;
    }

    .storefront-page .site-header {
        top: 0;
        height: 68px;
        padding-inline: 20px;
    }

    .storefront-page .main-nav {
        top: 68px;
        height: 46px;
        padding-inline: 20px;
    }

    .storefront-page .header-client-button {
        display: none;
    }

    .home-page .hero {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 164px 24px 96px;
    }

    .home-page .hero-copy {
        max-width: 760px;
    }

    .home-page .hero-visual {
        min-height: auto;
    }

    .home-page .hero-image-frame {
        width: min(100%, 620px);
        height: min(112vw, 720px);
    }

    .home-page .hero-stamp {
        right: 8%;
    }

    .home-page .home-benefits {
        grid-template-columns: 1fr;
        margin-top: -30px;
    }

    .home-page .home-benefits article {
        min-height: 92px;
        border-right: 0;
        border-bottom: 1px solid rgba(46, 42, 33, 0.1);
    }

    .home-page .home-benefits article:last-child {
        border-bottom: 0;
    }

    .home-page .editorial-story {
        grid-template-columns: 1fr;
        margin-inline: 24px;
    }

    .home-page .editorial-story-image {
        min-height: 560px;
    }

    .home-page .value-grid {
        grid-template-columns: 1fr;
    }

    .home-page .value-grid article {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #d9d0c1;
    }

    .home-page .value-grid article:last-child {
        border-bottom: 0;
    }

    .home-page .gallery-strip {
        height: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-page .gallery-strip img {
        height: 340px;
    }

    .home-page .service-band {
        grid-template-columns: 1fr;
        margin-inline: 24px;
    }
}

@media (max-width: 600px) {
    .storefront-page .brand span {
        font-size: 1.05rem;
    }

    .storefront-page .header-whatsapp {
        width: 38px;
        height: 38px;
    }

    .storefront-page .cart-trigger {
        width: 38px;
        min-width: 38px;
        height: 38px;
    }

    .home-page .hero {
        padding: 148px 18px 76px;
    }

    .home-page .hero h1 {
        font-size: clamp(3rem, 15vw, 4.4rem);
    }

    .home-page .hero-meta {
        display: grid;
    }

    .home-page .hero-image-frame {
        min-height: 470px;
        border-radius: 180px 180px 14px 14px;
    }

    .home-page .hero-stamp {
        top: 48px;
        right: -4px;
        width: 92px;
        height: 92px;
    }

    .home-page .hero-note {
        right: -4px;
        bottom: 24px;
        max-width: 220px;
    }

    .home-page .home-benefits {
        width: calc(100% - 36px);
    }

    .home-page .category-rail {
        padding: 84px 18px 70px;
    }

    .home-page .category-rail-copy {
        grid-template-columns: 1fr;
    }

    .home-page .category-rail-actions {
        justify-content: space-between;
    }

    .home-page .category-card {
        flex-basis: min(72vw, 260px);
        min-height: 260px;
    }

    .home-page .editorial-story {
        margin-inline: 18px;
    }

    .home-page .editorial-story-image {
        min-height: 430px;
    }

    .home-page .editorial-story-copy {
        padding: 42px 28px;
    }

    .home-page .about-section {
        padding: 86px 18px 62px;
    }

    .home-page .gallery-strip {
        gap: 6px;
        padding: 0 18px 70px;
    }

    .home-page .gallery-strip img {
        height: 240px;
    }

    .home-page .service-band {
        margin: 0 18px 70px;
        padding: 36px 28px;
    }

}

/* Refinamento visual 2026 — painel administrativo */

.admin-body {
    --admin-bg: #f4f5f2;
    --admin-panel: #ffffff;
    --admin-border: #e1e4dd;
    --admin-muted: #71766d;
    --admin-ink: #171914;
    --admin-gold: #c7a449;
    --admin-green: #2d7450;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 88% 0%, rgba(199, 164, 73, 0.08), transparent 28%),
        var(--admin-bg);
    color: var(--admin-ink);
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.admin-body .button {
    min-height: 46px;
    border-radius: 10px;
    padding-inline: 20px;
    font-size: 0.82rem;
    letter-spacing: 0.01em;
}

.admin-body .dark {
    background: linear-gradient(135deg, #171914, #050604);
    box-shadow: 0 10px 24px rgba(15, 16, 13, 0.14);
}

.admin-login-brand {
    position: relative;
    isolation: isolate;
    background: url("assets/optimized/IMG_2767.jpg.webp") center 28% / cover;
}

.admin-login-brand::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(130deg, rgba(4, 5, 4, 0.96) 4%, rgba(11, 12, 10, 0.76) 56%, rgba(9, 9, 8, 0.4)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.42), transparent 45%);
}

.admin-login-brand .brand span {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.admin-login-brand h1 {
    max-width: 700px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.admin-login-panel {
    background:
        linear-gradient(rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.74)),
        var(--admin-bg);
}

.admin-login-form {
    width: min(100%, 460px);
    gap: 20px;
    padding: clamp(30px, 5vw, 52px);
    border: 1px solid var(--admin-border);
    border-radius: 20px;
    box-shadow: 0 28px 70px rgba(33, 34, 29, 0.1);
}

.admin-login-form .form-heading h2 {
    font-size: clamp(2rem, 4vw, 2.7rem);
    letter-spacing: -0.045em;
}

.admin-login-form .form-field input {
    min-height: 54px;
    border-radius: 10px;
}

.admin-login-form .form-submit {
    min-height: 54px;
}

.admin-app {
    background: transparent;
}

.admin-sidebar {
    width: 270px;
    gap: 42px;
    padding: 34px 22px 26px;
    background:
        radial-gradient(circle at 40% -10%, rgba(199, 164, 73, 0.18), transparent 30%),
        linear-gradient(180deg, #131411, #080907);
    box-shadow: 18px 0 60px rgba(19, 20, 17, 0.08);
}

.admin-logo {
    gap: 5px;
    padding: 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.38rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.admin-logo small {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 0.56rem;
    letter-spacing: 0.22em;
}

.admin-menu {
    gap: 9px;
}

.admin-menu button {
    position: relative;
    min-height: 52px;
    gap: 14px;
    border: 1px solid transparent;
    border-radius: 11px;
    padding: 0 15px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.84rem;
    font-weight: 650;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.admin-menu button span {
    min-width: 25px;
    font-size: 0.64rem;
    letter-spacing: 0.08em;
}

.admin-menu button:hover,
.admin-menu button.active {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.075);
}

.admin-menu button.active::after {
    position: absolute;
    top: 13px;
    right: -23px;
    bottom: 13px;
    width: 3px;
    border-radius: 4px;
    content: "";
    background: var(--admin-gold);
}

.admin-sidebar-footer {
    gap: 7px;
    padding-top: 20px;
}

.admin-sidebar-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 10px 9px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.admin-sidebar-status i,
.admin-system-status i {
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background: #5ed28e;
    box-shadow: 0 0 0 4px rgba(94, 210, 142, 0.12);
}

.admin-content {
    min-width: 0;
    margin-left: 270px;
}

.admin-topbar {
    position: sticky;
    top: 0;
    z-index: 15;
    min-height: 82px;
    padding: 0 clamp(24px, 3.5vw, 58px);
    border-color: rgba(213, 217, 207, 0.88);
    background: rgba(250, 250, 248, 0.88);
    box-shadow: 0 8px 26px rgba(37, 39, 32, 0.035);
}

.admin-topbar-context {
    display: grid;
    gap: 3px;
}

.admin-topbar-context p {
    color: var(--admin-muted);
    font-size: 0.68rem;
    letter-spacing: 0.04em;
    text-transform: capitalize;
}

.admin-topbar-context strong {
    font-size: 0.9rem;
}

.admin-topbar-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.admin-system-status {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 13px;
    border: 1px solid #dfe7df;
    border-radius: 999px;
    color: #3f604d;
    background: #f3faf5;
    font-size: 0.68rem;
    font-weight: 750;
}

.admin-user {
    padding-left: 22px;
    border-left: 1px solid var(--admin-border);
}

.admin-user > span {
    width: 42px;
    height: 42px;
    color: #1b1a15;
    background: linear-gradient(135deg, #dfc36f, #b89438);
    box-shadow: 0 8px 20px rgba(190, 153, 60, 0.2);
}

.admin-user strong {
    font-size: 0.8rem;
}

.admin-view {
    width: min(100%, 1600px);
    margin-inline: auto;
    padding: 46px clamp(24px, 3.5vw, 58px) 74px;
}

.admin-page-heading {
    align-items: center;
    margin-bottom: 34px;
}

.admin-page-heading .eyebrow {
    margin-bottom: 9px;
    color: #9b7b2d;
    font-size: 0.66rem;
    letter-spacing: 0.14em;
}

.admin-page-heading h1 {
    margin-bottom: 9px;
    font-size: clamp(2.35rem, 4vw, 4rem);
    font-weight: 720;
    letter-spacing: -0.055em;
    line-height: 0.95;
}

.admin-page-heading > div > p:last-child {
    font-size: 0.92rem;
}

.metrics-grid {
    gap: 18px;
    margin-bottom: 22px;
}

.metric-card {
    position: relative;
    min-width: 0;
    min-height: 168px;
    padding: 22px 23px;
    border-color: var(--admin-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 28px rgba(41, 44, 36, 0.045);
    overflow: hidden;
}

.metric-card::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, var(--admin-gold), transparent 72%);
}

.metric-card.featured {
    border-color: #151612;
    background:
        radial-gradient(circle at 92% 12%, rgba(199, 164, 73, 0.24), transparent 38%),
        linear-gradient(135deg, #1a1b17, #0c0d0b);
    box-shadow: 0 18px 40px rgba(18, 19, 16, 0.15);
}

.metric-card.featured::after {
    background: var(--admin-gold);
}

.metric-card > span {
    font-size: 0.67rem;
    letter-spacing: 0.09em;
}

.metric-card strong {
    overflow: hidden;
    font-size: clamp(1.65rem, 2.4vw, 2.35rem);
    letter-spacing: -0.04em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.metric-card small {
    font-size: 0.7rem;
}

.dashboard-grid {
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.55fr);
    gap: 22px;
    margin-bottom: 22px;
}

.admin-card,
.customer-panel {
    border: 1px solid var(--admin-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 30px rgba(40, 43, 35, 0.045);
}

.admin-card {
    padding: 26px;
}

.admin-card-heading {
    gap: 18px;
}

.admin-card-heading h2 {
    font-size: 1.15rem;
    letter-spacing: -0.025em;
}

.admin-card-heading p {
    margin-top: 4px;
    font-size: 0.8rem;
}

.sales-chart {
    height: 270px;
    gap: 14px;
    padding-top: 20px;
}

.chart-track {
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(222, 225, 217, 0.42), rgba(246, 247, 244, 0.76));
}

.chart-track i {
    border-radius: 8px 8px 2px 2px;
    background: linear-gradient(180deg, #dcc16f, #a27d27);
}

.summary-list > div {
    min-height: 68px;
    border-color: var(--admin-border);
}

.summary-list strong {
    min-width: 38px;
    min-height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #f1f1ed;
    font-size: 1rem;
}

.admin-table-card {
    border-radius: 16px;
}

.admin-table-card .admin-card-heading {
    padding: 25px 26px;
    border-color: var(--admin-border);
}

.product-admin-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-product-search {
    width: min(100%, 330px);
}

.admin-product-search input {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--admin-border);
    border-radius: 10px;
    padding: 10px 14px;
    background: #fbfbf9;
    color: var(--admin-ink);
    font: inherit;
    font-size: 0.82rem;
    outline: none;
    transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.admin-product-search input:focus {
    border-color: #a98a42;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(169, 138, 66, 0.12);
}

.admin-table {
    font-size: 0.8rem;
}

.admin-table th,
.admin-table td {
    padding: 16px 20px;
}

.admin-table th {
    color: #777b73;
    background: #f8f9f6;
    font-size: 0.64rem;
    letter-spacing: 0.08em;
}

.admin-table tbody tr {
    transition: background 150ms ease;
}

.admin-table tbody tr:hover {
    background: #fcfcfa;
}

.admin-product-cell img {
    width: 52px;
    height: 62px;
    border: 1px solid #e6e7e2;
    border-radius: 10px;
}

.table-actions button {
    min-height: 33px;
    border-color: #dfe1dc;
    border-radius: 8px;
    padding-inline: 11px;
    background: #fbfbf9;
}

.table-actions button:hover {
    border-color: #bdbfb9;
    background: #ffffff;
}

.table-actions button.confirm-action {
    background: #181a16;
}

.status-pill {
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 750;
}

.catalog-cover-check {
    display: inline-grid;
    grid-template-columns: 24px auto;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}

.catalog-cover-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.catalog-cover-check > span {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border: 2px solid #c9cbc5;
    border-radius: 6px;
    background: #fff;
}

.catalog-cover-check input:checked + span {
    border-color: #b18b2d;
    background: #b18b2d;
}

.catalog-cover-check input:checked + span::after {
    content: "✓";
    color: #fff;
    font-size: 0.8rem;
    font-weight: 900;
}

.catalog-cover-check small {
    color: #686b64;
    font-size: 0.7rem;
    font-weight: 800;
}

.catalog-cover-check:has(input:disabled) {
    cursor: not-allowed;
    opacity: 0.62;
}

.manual-sale-card {
    margin-bottom: 22px;
    padding: 28px;
}

.manual-sale-form {
    min-width: 0;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.manual-sale-form .form-field {
    min-width: 0;
}

.manual-sale-form .form-field:nth-of-type(1) {
    grid-column: span 2;
}

.manual-sale-form .form-field:nth-of-type(2) {
    grid-column: span 2;
}

.manual-sale-form .form-field:nth-of-type(3),
.manual-sale-form .form-field:nth-of-type(4),
.manual-sale-form .form-field:nth-of-type(5),
.manual-sale-form .button {
    grid-column: span 2;
}

.manual-sale-form .button {
    width: 100%;
    min-width: 0;
}

.admin-body .form-field > span,
.admin-body .image-upload-field > span {
    color: #3d4039;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
}

.admin-body .form-field input,
.admin-body .form-field select,
.admin-body .form-field textarea {
    min-width: 0;
    min-height: 50px;
    border-color: #dcded8;
    border-radius: 10px;
    background: #ffffff;
    font-size: 0.9rem;
}

.admin-body .form-field input:focus,
.admin-body .form-field select:focus,
.admin-body .form-field textarea:focus {
    border-color: #b4933e;
    box-shadow: 0 0 0 4px rgba(199, 164, 73, 0.12);
}

.admin-modal-backdrop {
    background: rgba(12, 13, 11, 0.68);
    backdrop-filter: blur(4px);
}

.admin-modal-panel {
    width: min(680px, 100%);
    padding: 32px;
    background: #fbfcfa;
    box-shadow: -24px 0 80px rgba(12, 13, 11, 0.24);
}

.admin-modal-panel > header {
    margin-bottom: 30px;
    border-color: var(--admin-border);
}

.admin-modal-panel > header h2 {
    font-size: 2rem;
    letter-spacing: -0.045em;
}

.product-admin-form,
.staff-admin-form {
    gap: 20px;
}

.product-price-row {
    grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
    align-items: start;
}

.product-price-row .form-field {
    align-self: start;
}

@media (max-width: 560px) {
    .product-price-row {
        grid-template-columns: 1fr;
    }
}

.staff-access-note {
    padding: 17px 18px;
    border: 1px solid #e2d7b5;
    border-radius: 11px;
    background: #fbf7e9;
}

.staff-access-note strong {
    display: block;
    margin-bottom: 5px;
    color: #32342e;
    font-size: 0.78rem;
}

.staff-access-note p {
    color: #74766f;
    font-size: 0.78rem;
    line-height: 1.55;
}

.staff-admin-table {
    min-width: 940px;
}

.staff-member-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.staff-member-cell > span {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #171713;
    background: #e7d28f;
    font-size: 0.72rem;
    font-weight: 900;
}

.staff-member-cell > div {
    display: grid;
    gap: 3px;
}

.staff-member-cell small {
    color: #777a73;
}

.access-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border-radius: 999px;
    padding: 0 11px;
    font-size: 0.68rem;
    font-weight: 900;
}

.access-pill.admin {
    color: #6b5318;
    background: #f4e8bd;
}

.access-pill.collaborator {
    color: #3d4e67;
    background: #e7edf5;
}

.admin-option-picker {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.admin-option-picker legend {
    margin-bottom: 9px;
    padding: 0;
    color: #3d4039;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.admin-option-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 42px;
}

.admin-option-chip {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #d8dad4;
    border-radius: 999px;
    padding: 0 15px;
    color: #4d5049;
    background: #ffffff;
    font-size: 0.76rem;
    font-weight: 800;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.admin-option-chip:hover,
.admin-option-chip:focus-visible {
    border-color: #b4933e;
    transform: translateY(-1px);
}

.admin-option-chip.active {
    color: #171713;
    background: #d7b653;
    border-color: #d7b653;
    box-shadow: 0 7px 18px rgba(180, 147, 62, 0.2);
}

.admin-option-chip.active::before {
    content: "✓";
    font-size: 0.72rem;
    font-weight: 900;
}

.admin-option-add {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin-top: 10px;
}

.admin-body .admin-option-add input {
    min-height: 44px;
    border-radius: 9px;
    font-size: 0.82rem;
}

.admin-option-add button {
    min-height: 44px;
    border: 1px solid #c8aa54;
    border-radius: 9px;
    padding: 0 14px;
    color: #28271f;
    background: #f3e8c8;
    font-size: 0.72rem;
    font-weight: 900;
    cursor: pointer;
}

.admin-option-add button:hover,
.admin-option-add button:focus-visible {
    background: #dfc36f;
}

.admin-option-picker > small {
    color: #7d8079;
    font-size: 0.72rem;
    line-height: 1.45;
}

.table-actions button.delete-action {
    color: #a32820;
    border-color: #e8c7c3;
    background: #fff8f7;
}

.table-actions button.delete-action:hover,
.table-actions button.delete-action:focus-visible {
    color: #ffffff;
    border-color: #a32820;
    background: #a32820;
}

.sale-table-actions {
    min-width: 250px;
    flex-wrap: wrap;
}

.sale-modal-panel {
    width: min(720px, calc(100vw - 32px));
}

.sale-details-body {
    display: grid;
    gap: 20px;
    padding: 26px 30px 8px;
}

.sale-customer-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.sale-customer-summary > div {
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid #e1e2dd;
    border-radius: 12px;
    background: #fafaf7;
}

.sale-customer-summary span,
.sale-item-row small {
    color: #73766f;
    font-size: 0.74rem;
}

.sale-customer-summary small {
    color: #73766f;
}

.sale-items-list {
    overflow: hidden;
    border: 1px solid #e1e2dd;
    border-radius: 12px;
}

.sale-item-row {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto auto;
    align-items: center;
    gap: 18px;
    padding: 15px 16px;
    border-bottom: 1px solid #e8e9e4;
}

.sale-item-row:last-child { border-bottom: 0; }
.sale-item-row > div { display: grid; gap: 3px; }
.sale-item-row > span { color: #656861; font-size: 0.82rem; }
.sale-items-empty { padding: 22px; color: #73766f; text-align: center; }

.sale-details-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-radius: 12px;
    color: #fff;
    background: #20221e;
}

.sale-details-total strong { font-size: 1.25rem; }
.sale-modal-footer { display: flex; justify-content: flex-end; padding: 18px 30px 28px; }

@media (max-width: 640px) {
    .sale-customer-summary { grid-template-columns: 1fr; }
    .sale-item-row { grid-template-columns: 1fr auto; gap: 8px; }
    .sale-item-row > span { grid-column: 1; }
}

.admin-confirm-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    visibility: hidden;
    padding: 24px;
}

.admin-confirm-modal.open {
    visibility: visible;
}

.admin-confirm-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 13, 11, 0.7);
    opacity: 0;
    backdrop-filter: blur(5px);
    transition: opacity 180ms ease;
}

.admin-confirm-modal.open .admin-confirm-backdrop {
    opacity: 1;
}

.admin-confirm-dialog {
    position: relative;
    width: min(100%, 470px);
    padding: 38px;
    border: 1px solid rgba(163, 40, 32, 0.16);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 28px 90px rgba(12, 13, 11, 0.34);
    opacity: 0;
    transform: translateY(18px) scale(0.98);
    transition: opacity 180ms ease, transform 180ms ease;
}

.admin-confirm-modal.open .admin-confirm-dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.admin-confirm-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 50%;
    color: #ffffff;
    background: #a32820;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.65rem;
    font-weight: 700;
}

.admin-confirm-dialog .eyebrow {
    margin-bottom: 8px;
    color: #a32820;
}

.admin-confirm-dialog h2 {
    margin-bottom: 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 4vw, 2.35rem);
    letter-spacing: -0.035em;
}

.admin-confirm-dialog > p:not(.eyebrow, .admin-confirm-message) {
    color: #686b64;
    line-height: 1.65;
}

.admin-confirm-dialog > p strong {
    color: #282a25;
}

.admin-confirm-message {
    min-height: 22px;
    margin-top: 12px;
    color: #a32820;
    font-size: 0.8rem;
    font-weight: 800;
}

.admin-confirm-actions {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 10px;
    margin-top: 18px;
}

.admin-confirm-actions .button {
    width: 100%;
    min-height: 48px;
}

.admin-confirm-actions .danger {
    color: #ffffff;
    background: #a32820;
    border-color: #a32820;
}

.admin-confirm-actions .danger:hover,
.admin-confirm-actions .danger:focus-visible {
    background: #811e18;
}

.admin-confirm-actions .button:disabled {
    cursor: wait;
    opacity: 0.62;
}

.image-upload-field {
    min-height: 112px;
    align-content: center;
    padding: 20px;
    border: 1.5px dashed #c9b779;
    border-radius: 12px;
    background: #fbf8ed;
}

.image-upload-field:hover {
    border-color: #9c7c2e;
    background: #f8f2dd;
}

.product-image-preview {
    min-height: 190px;
    border: 1px solid var(--admin-border);
    border-radius: 12px;
    background:
        linear-gradient(45deg, #f4f5f1 25%, transparent 25%),
        linear-gradient(-45deg, #f4f5f1 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #f4f5f1 75%),
        linear-gradient(-45deg, transparent 75%, #f4f5f1 75%),
        #fafaf8;
    background-position: 0 0, 0 8px, 8px -8px, -8px 0;
    background-size: 16px 16px;
}

.product-image-preview img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.88);
}

.admin-catalog-cover-option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--admin-border);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
}

.admin-catalog-cover-option input {
    width: 19px;
    height: 19px;
    margin-top: 2px;
    accent-color: #9c7c2e;
}

.admin-catalog-cover-option span,
.admin-catalog-cover-option small {
    display: block;
}

.admin-catalog-cover-option.permission-locked {
    cursor: not-allowed;
    opacity: 0.58;
}

.admin-catalog-cover-option small {
    margin-top: 4px;
    color: var(--muted);
    line-height: 1.45;
}

.product-admin-form footer,
.staff-admin-form footer {
    position: sticky;
    bottom: -32px;
    margin: 8px -32px -32px;
    padding: 18px 32px;
    border-top: 1px solid var(--admin-border);
    background: rgba(251, 252, 250, 0.94);
    backdrop-filter: blur(12px);
}

@media (max-width: 1360px) {
    .metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .manual-sale-form {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .manual-sale-form .form-field:nth-of-type(1),
    .manual-sale-form .form-field:nth-of-type(3),
    .manual-sale-form .form-field:nth-of-type(4) {
        grid-column: span 3;
    }

    .manual-sale-form .form-field:nth-of-type(2),
    .manual-sale-form .form-field:nth-of-type(5),
    .manual-sale-form .button {
        grid-column: span 2;
    }
}

@media (max-width: 1040px) {
    .admin-sidebar {
        width: 270px;
    }

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

    .admin-system-status {
        display: none;
    }
}

@media (max-width: 920px) {
    .admin-content {
        margin-left: 0;
    }

    .admin-topbar {
        min-height: 72px;
    }

    .admin-topbar-context {
        display: none;
    }

    .admin-mobile-menu {
        min-height: 40px;
        border-radius: 9px;
        font-size: 0.78rem;
    }

    .admin-view {
        padding-top: 36px;
    }
}

@media (max-width: 720px) {
    .admin-topbar-actions {
        gap: 10px;
    }

    .admin-user {
        padding-left: 0;
        border-left: 0;
    }

    .admin-page-heading {
        align-items: stretch;
    }

    .metrics-grid,
    .manual-sale-form {
        grid-template-columns: 1fr;
    }

    .manual-sale-form .form-field:nth-of-type(n),
    .manual-sale-form .button {
        grid-column: auto;
    }

    .manual-sale-card {
        padding: 20px;
    }

    .admin-card {
        padding: 20px;
        border-radius: 13px;
    }

    .product-admin-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-product-search {
        width: 100%;
    }

    .admin-table-card {
        padding: 0;
        border-radius: 13px;
    }

    .admin-modal-panel {
        padding: 24px 18px;
    }

    .product-admin-form footer,
    .staff-admin-form footer {
        bottom: -24px;
        margin: 8px -18px -24px;
        padding: 16px 18px;
    }

    .admin-option-add {
        grid-template-columns: 1fr;
    }

    .admin-confirm-dialog {
        padding: 28px 22px;
        border-radius: 14px;
    }

    .admin-confirm-actions {
        grid-template-columns: 1fr;
    }
}

/* Acesso do cliente no cabecalho */

.account-entry {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 3px 12px 3px 4px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.055);
    text-decoration: none;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.account-entry:hover,
.account-entry:focus-visible {
    border-color: rgba(212, 175, 55, 0.55);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.account-entry-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #858781;
    background: #edeee9;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.account-entry-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.account-entry-icon img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.account-entry-icon b {
    color: #6d5721;
    font-size: 0.9rem;
}

.customer-avatar-editor {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 18px;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--line);
}

.customer-avatar-preview {
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    color: #6d5721;
    background: #eee9da;
    font-family: Georgia, serif;
    font-size: 2rem;
}

.customer-avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-avatar-editor p {
    margin: 5px 0 12px;
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.5;
}

.customer-avatar-button {
    display: inline-flex;
    cursor: pointer;
}

.customer-avatar-button input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

@media (max-width: 560px) {
    .customer-avatar-editor {
        grid-template-columns: 72px 1fr;
    }

    .customer-avatar-preview {
        width: 72px;
        height: 72px;
    }
}

.account-entry-copy {
    display: grid;
    gap: 1px;
    white-space: nowrap;
}

.account-entry-copy small {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.account-entry-copy strong {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.72rem;
    font-weight: 700;
}

@media (max-width: 1120px) {
    .account-entry {
        width: 42px;
        min-height: 42px;
        justify-content: center;
        padding: 2px;
    }

    .account-entry-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .account-entry-copy {
        display: none;
    }
}

@media (max-width: 560px) {
    .account-entry {
        width: 38px;
        min-height: 38px;
    }

    .account-entry-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .account-entry-icon svg {
        width: 20px;
        height: 20px;
    }
}

/* Área do cliente — login e cadastro refinados */

.client-page {
    --client-bg: #f3f1eb;
    --client-card: #ffffff;
    --client-line: #e2dfd6;
    --client-gold: #c8a448;
    --client-ink: #171713;
    overflow-x: hidden;
    background: var(--client-bg);
    color: var(--client-ink);
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.client-page .brand {
    display: grid;
    gap: 2px;
    line-height: 1;
}

.client-page .brand span {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.client-page .brand small {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.53rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.client-page .header-client-button {
    min-height: 42px;
    border-radius: 999px;
    padding-inline: 18px;
    color: #15140f;
    background: linear-gradient(135deg, #dec16e, #bd9637);
    box-shadow: 0 10px 24px rgba(199, 164, 73, 0.16);
    text-decoration: none;
}

.client-page .account-page-main {
    min-height: 100vh;
    padding: 146px clamp(22px, 5vw, 76px) 96px;
    background:
        radial-gradient(circle at 90% 12%, rgba(200, 164, 72, 0.12), transparent 24%),
        linear-gradient(180deg, #f7f6f2, var(--client-bg));
}

.client-page .account-intro,
.client-page .account-shell,
.client-page .customer-dashboard {
    width: min(100%, 1260px);
}

.client-page .account-intro {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.7fr);
    align-items: end;
    gap: clamp(34px, 7vw, 110px);
    margin-bottom: 30px;
    padding-inline: 4px;
}

.client-page .account-intro .eyebrow {
    margin-bottom: 9px;
    color: #96762b;
    font-size: 0.66rem;
    letter-spacing: 0.16em;
}

.client-page .account-intro h1 {
    max-width: 730px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.55rem, 4.4vw, 4.45rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.client-page .account-intro > p:last-child {
    max-width: 500px;
    margin-bottom: 4px;
    color: #6f716b;
    font-size: 0.95rem;
    line-height: 1.72;
}

.client-page .account-shell {
    grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.72fr);
    border: 1px solid rgba(40, 39, 33, 0.08);
    border-radius: 22px;
    background: var(--client-card);
    box-shadow: 0 32px 90px rgba(38, 35, 26, 0.11);
}

.client-page .auth-card {
    padding: clamp(30px, 4.2vw, 54px);
}

.auth-card-top {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 26px;
}

.auth-profile-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #777a73;
    background: #eff0ec;
}

.auth-profile-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.auth-card-top > div {
    display: grid;
    gap: 2px;
}

.auth-card-top small {
    color: #8c8e88;
    font-size: 0.58rem;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.auth-card-top strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 500;
}

.client-page .auth-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin-bottom: 30px;
    padding: 5px;
    border: 1px solid #e6e6e1;
    border-radius: 12px;
    background: #f3f3f0;
}

.sales-insights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.sales-insights .admin-card {
    min-width: 0;
    padding: 26px;
}

.period-revenue-card,
.items-per-order-card {
    grid-column: 1 / -1;
}

.period-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 22px;
}

.period-metrics > div {
    padding: 18px;
    border-radius: 12px;
    background: #f4f5f1;
}

.period-metrics small,
.status-metric small {
    display: block;
    margin-bottom: 7px;
    color: #777a72;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.period-metrics strong { font-size: clamp(1rem, 2vw, 1.45rem); }
.comparison-copy { margin-top: 16px; color: #686b64; font-size: 0.8rem; }
.trend-pill { padding: 7px 10px; border-radius: 999px; font-size: 0.72rem; font-weight: 900; }
.trend-pill.positive { color: #23683d; background: #e3f3e8; }
.trend-pill.negative { color: #9d2a23; background: #fae8e6; }

.insight-list,
.insight-bars { display: grid; gap: 12px; margin-top: 18px; }
.ranking-row { display: grid; grid-template-columns: 24px 42px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding-bottom: 11px; border-bottom: 1px solid var(--admin-border); }
.ranking-row > b { color: #a18131; }
.ranking-row img { width: 42px; height: 42px; border-radius: 8px; object-fit: cover; }
.ranking-row span,
.simple-insight-row span { display: grid; gap: 3px; }
.ranking-row small,
.simple-insight-row small { color: #858880; font-size: 0.68rem; }
.ranking-row em,
.simple-insight-row em { font-style: normal; font-size: 0.75rem; font-weight: 900; }
.simple-insight-row { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 11px; border-bottom: 1px solid var(--admin-border); }
.insight-bar-row { display: grid; gap: 7px; }
.insight-bar-row > div { display: flex; justify-content: space-between; gap: 10px; font-size: 0.75rem; }
.insight-bar-row > div strong { font-size: 0.7rem; }
.insight-bar-row > i { height: 8px; overflow: hidden; border-radius: 999px; background: #eceee8; }
.insight-bar-row > i b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #b28d32, #dfc66e); }
.status-metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.status-metric { padding: 16px 12px; border-radius: 12px; text-align: center; background: #f3f4f0; }
.status-metric strong { font-size: 1.5rem; }
.status-metric.pending { background: #fbf3d9; }.status-metric.confirmed { background: #e5f4e9; }.status-metric.cancelled { background: #fae9e7; }
.items-per-order-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; background: #181a16; }
.items-per-order-card p:last-child { margin-top: 7px; color: rgba(255,255,255,.62); }
.items-per-order-card > strong { color: #e0c46d; font-size: clamp(2.2rem, 5vw, 4rem); }
.insight-empty { padding: 18px; border-radius: 10px; color: #7b7e77; background: #f5f6f2; font-size: 0.78rem; text-align: center; }

@media (max-width: 780px) {
    .sales-insights { grid-template-columns: 1fr; }
    .period-revenue-card,
    .items-per-order-card { grid-column: auto; }
    .period-metrics { grid-template-columns: 1fr; }
}

.forgot-password-link {
    justify-self: end;
    margin-top: -4px;
    border: 0;
    padding: 2px 0;
    color: #8d6c1e;
    background: transparent;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
}

.forgot-password-link:hover,
.forgot-password-link:focus-visible {
    text-decoration: underline;
}

@media (max-width: 620px) {
    .client-page .auth-tabs { grid-template-columns: 1fr; }
}

.client-page .auth-tab {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 9px;
    font-size: 0.83rem;
    font-weight: 750;
}

.client-page .auth-tab span {
    color: #a1843b;
    font-size: 0.6rem;
    letter-spacing: 0.08em;
}

.client-page .auth-tab.active {
    box-shadow: 0 8px 24px rgba(31, 31, 26, 0.08);
}

.client-page .auth-form {
    gap: 17px;
}

.customer-consents {
    display: grid;
    gap: 12px;
    margin: 4px 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
}

.customer-consents legend {
    padding: 0 7px;
    color: var(--ink);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.customer-consents label,
.customer-terms-check {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    gap: 10px;
    color: #666a63;
    font-size: 0.8rem;
    line-height: 1.45;
    cursor: pointer;
}

.customer-consents input,
.customer-terms-check input {
    position: absolute;
    opacity: 0;
}

.customer-consents label > span,
.customer-terms-check > span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1.5px solid #bfc4bb;
    border-radius: 8px;
    background: #fff;
}

.customer-consents input:checked + span,
.customer-terms-check input:checked + span {
    border-color: #b18b2d;
    background: #b18b2d;
}

.customer-consents input:checked + span::after,
.customer-terms-check input:checked + span::after {
    content: "✓";
    color: #fff;
    font-weight: 900;
}

.customer-terms-check {
    color: #252720;
}

.customer-terms-check em {
    font-style: normal;
}

.customer-terms-check a {
    color: #8d6c1e;
    font-weight: 800;
}

.legal-page {
    width: min(880px, calc(100% - 32px));
    margin: 0 auto;
    padding: 80px 0 120px;
}

.legal-page section {
    margin-bottom: 32px;
    padding: clamp(24px, 5vw, 54px);
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
}

.legal-page h1,
.legal-page h2 {
    margin: 8px 0 20px;
}

.legal-page p:not(.eyebrow) {
    margin-top: 12px;
    color: var(--muted);
    line-height: 1.75;
}

.client-page .form-heading {
    gap: 6px;
    margin-bottom: 6px;
}

.client-page .form-heading h2 {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 720;
    letter-spacing: -0.045em;
}

.client-page .form-heading p {
    color: #767972;
    font-size: 0.9rem;
}

.client-page .form-field {
    position: relative;
    gap: 8px;
}

.client-page .form-field > span:first-child {
    color: #3f413b;
    font-size: 0.65rem;
    letter-spacing: 0.065em;
}

.client-page .form-field > input,
.client-page .password-input input {
    min-height: 52px;
    border-color: #dcddd7;
    border-radius: 11px;
    padding-inline: 16px;
    background: #fefefd;
    font-size: 0.92rem;
}

.client-page .form-field > input:focus,
.client-page .password-input input:focus {
    border-color: #aa8732;
    box-shadow: 0 0 0 4px rgba(200, 164, 72, 0.13);
}

.password-input {
    position: relative;
    display: block;
}

.password-input input {
    width: 100%;
    padding-right: 80px !important;
}

.password-input button {
    position: absolute;
    top: 50%;
    right: 10px;
    min-height: 32px;
    border: 0;
    border-radius: 8px;
    padding: 0 9px;
    color: #775f27;
    background: #f5f0e2;
    font-size: 0.66rem;
    font-weight: 800;
    cursor: pointer;
    transform: translateY(-50%);
}

.password-input button:hover,
.password-input button:focus-visible {
    background: #eee4c8;
}

.client-page .form-message:not(:empty) {
    padding: 10px 12px;
    border-radius: 9px;
    background: #eef8f1;
}

.client-page .form-message.error:not(:empty) {
    background: #fff0ef;
}

.client-page .form-submit {
    min-height: 52px;
    border-radius: 11px;
    color: #17150f;
    background: linear-gradient(135deg, #dfc36f, #bc9433);
    box-shadow: 0 13px 28px rgba(191, 150, 51, 0.18);
}

.client-page .local-data-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 22px;
    color: #81837d;
    font-size: 0.7rem;
}

.client-page .account-benefits {
    position: relative;
    isolation: isolate;
    align-content: end;
    min-height: 610px;
    padding: clamp(34px, 5vw, 64px);
    background: url("assets/optimized/IMG_2767.jpg.webp") center 32% / cover;
    overflow: hidden;
}

.client-page .account-benefits::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(180deg, rgba(8, 9, 8, 0.2) 0%, rgba(8, 9, 8, 0.55) 36%, rgba(8, 9, 8, 0.97) 100%),
        linear-gradient(120deg, rgba(11, 11, 10, 0.5), transparent);
}

.client-page .account-benefits .eyebrow {
    color: #e1be61;
    font-size: 0.64rem;
    letter-spacing: 0.16em;
}

.client-page .account-benefits h2 {
    max-width: 430px;
    margin-bottom: 28px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 0.96;
}

.client-page .account-benefits li {
    grid-template-columns: 34px 1fr;
    padding: 14px 0;
    border-color: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.84rem;
}

.client-page .account-benefits li strong {
    color: #dfbd60;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
}

.account-benefits-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.account-benefits-footer span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.account-benefits-footer strong {
    color: #dfbd60;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
}

.client-page .customer-dashboard {
    padding-top: 12px;
}

.client-page .customer-welcome h1 {
    font-weight: 720;
    letter-spacing: -0.05em;
}

@media (max-width: 980px) {
    .client-page .account-intro {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .client-page .account-intro > p:last-child {
        max-width: 680px;
    }

    .client-page .account-shell {
        grid-template-columns: 1fr;
    }

    .client-page .account-benefits {
        min-height: 520px;
    }
}

@media (max-width: 680px) {
    .client-page .account-page-main {
        padding: 138px 16px 70px;
    }

    .client-page .account-intro {
        margin-bottom: 24px;
    }

    .client-page .account-intro h1 {
        font-size: clamp(2.5rem, 13vw, 3.5rem);
    }

    .client-page .account-shell {
        border-radius: 16px;
    }

    .client-page .auth-card {
        padding: 24px 18px 28px;
    }

    .client-page .auth-card-top {
        margin-bottom: 20px;
    }

    .client-page .auth-tabs {
        margin-bottom: 24px;
    }

    .client-page .form-grid.two-columns {
        grid-template-columns: 1fr;
    }

    .client-page .account-benefits {
        min-height: 480px;
        padding: 34px 26px;
    }

    .client-page .account-benefits h2 {
        font-size: 2.75rem;
    }

    .client-page .local-data-note {
        align-items: flex-start;
        text-align: left;
    }
}

/* Rodape institucional e acesso flutuante ao WhatsApp */
.site-footer {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(280px, 1.15fr) minmax(190px, 0.65fr) minmax(280px, 0.9fr);
    gap: clamp(42px, 7vw, 100px);
    margin: 0;
    padding: 64px max(6vw, calc((100vw - 1180px) / 2)) 60px;
    border-top: 3px solid #cda83f;
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 10%, rgba(207, 170, 65, 0.12), transparent 24%),
        #0c0d0c;
}

.site-footer .footer-brand {
    display: inline-flex;
    margin-bottom: 16px;
    text-decoration: none;
}

.site-footer .footer-brand span {
    color: #dfb936;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.42rem;
    letter-spacing: 0.075em;
}

.site-footer .footer-about p,
.site-footer .footer-contact p {
    max-width: 380px;
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.94rem;
    line-height: 1.75;
}

.site-footer .footer-about small {
    display: block;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-footer nav,
.site-footer .footer-contact {
    display: grid;
    align-content: start;
    gap: 12px;
}

.site-footer .footer-heading {
    margin-bottom: 7px;
    color: #d9b444;
    font-size: 0.67rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.site-footer nav a,
.site-footer .footer-contact > a:not(.footer-whatsapp-link) {
    width: fit-content;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    font-weight: 650;
    text-decoration: none;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible,
.site-footer .footer-contact > a:not(.footer-whatsapp-link):hover,
.site-footer .footer-contact > a:not(.footer-whatsapp-link):focus-visible {
    color: #e2bd4c;
}

.site-footer .footer-whatsapp-link {
    width: fit-content;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    border-radius: 999px;
    padding: 7px 18px 7px 8px;
    color: #ffffff;
    background: #25d366;
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.18);
    font-size: 0.85rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.site-footer .footer-whatsapp-link:hover,
.site-footer .footer-whatsapp-link:focus-visible {
    color: #ffffff;
    background: #39df78;
    box-shadow: 0 17px 38px rgba(37, 211, 102, 0.28);
    transform: translateY(-2px);
}

.whatsapp-mark {
    width: 23px;
    height: 23px;
    flex: 0 0 auto;
    fill: currentColor;
}

.footer-whatsapp-link .whatsapp-mark {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    padding: 7px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.12);
}

.floating-whatsapp {
    position: fixed;
    left: auto;
    right: clamp(18px, 3vw, 34px);
    bottom: clamp(18px, 3vw, 30px);
    width: auto;
    height: 56px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 25;
    border: 2px solid rgba(255, 255, 255, 0.88);
    border-radius: 999px;
    padding: 7px 18px 7px 9px;
    color: #ffffff;
    background: #20c85a;
    box-shadow: 0 16px 42px rgba(17, 122, 57, 0.34);
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
    color: #ffffff;
    background: #16b94f;
    box-shadow: 0 20px 46px rgba(17, 122, 57, 0.42);
    transform: translateY(-3px);
}

.floating-whatsapp .whatsapp-mark {
    width: 34px;
    height: 34px;
}

@media (max-width: 820px) {
    .site-footer {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 48px 24px 100px;
    }

    .site-footer nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 22px;
    }

    .site-footer nav .footer-heading {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    .floating-whatsapp {
        right: 16px;
        bottom: 16px;
        width: 58px;
        height: 58px;
        min-height: 58px;
        padding: 0;
        border-radius: 50%;
        font-size: 0;
    }

    .floating-whatsapp span {
        display: none;
    }

    .floating-whatsapp .whatsapp-mark {
        width: 31px;
        height: 31px;
    }
}

/* Sistema visual compartilhado entre as paginas publicas */

.catalog-page,
.support-page {
    overflow-x: hidden;
    background: var(--home-cream);
}

.catalog-page .shop-page-main,
.support-page .support-page-main {
    padding-top: 106px;
    background:
        radial-gradient(circle at 90% 7%, rgba(201, 166, 76, 0.12), transparent 24%),
        var(--home-cream);
}

/* Catalogo */

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.catalog-page .shop-page-section {
    width: min(100%, 1380px);
    margin-inline: auto;
    padding: 40px clamp(24px, 5vw, 70px) 110px;
}

.catalog-page .product-tools {
    grid-template-columns: minmax(280px, 1fr) minmax(190px, 230px) minmax(190px, 230px) auto;
    gap: 16px;
    margin: 0 0 20px;
    padding: 26px;
    border: 1px solid #ded8cc;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
}

.catalog-page .search-field span,
.catalog-page .select-field span {
    color: #8f712c;
    font-size: 0.68rem;
    letter-spacing: 0.13em;
}

.catalog-page .search-field input,
.catalog-page .select-field select,
.catalog-page .clear-filter-button {
    min-height: 52px;
    border-color: #d8d1c4;
    border-radius: 12px;
    background: #ffffff;
}

.catalog-page .select-field select {
    transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.catalog-page .select-field select:hover,
.catalog-page .select-field select:focus-visible {
    color: #171713;
    background-color: #ffffff;
    border-color: var(--home-gold);
    box-shadow: inset 0 0 0 1px var(--home-gold), 0 8px 20px rgba(164, 124, 29, 0.16);
    transform: translateY(-2px);
}

.catalog-page .select-field option {
    color: #171713;
    background-color: #ffffff;
}

.catalog-page .clear-filter-button {
    padding-inline: 24px;
    color: #ffffff;
    background: #171713;
    border-color: #171713;
}

.catalog-page .clear-filter-button:hover,
.catalog-page .clear-filter-button:focus-visible {
    color: #171713;
    background: var(--home-gold);
    border-color: var(--home-gold);
}

.catalog-page .product-grid {
    gap: clamp(14px, 2vw, 26px);
}

.catalog-page .product-card {
    border: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(42, 37, 27, 0.07);
}

.catalog-page .product-card:hover {
    box-shadow: 0 22px 48px rgba(42, 37, 27, 0.14);
    transform: translateY(-4px);
}

.catalog-page .product-tag {
    border-radius: 0;
    padding: 8px 12px;
    color: #171713;
    background: var(--home-gold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-page .product-body {
    gap: 16px;
    padding: 20px;
}

.catalog-page .product-category {
    color: #99772b;
    letter-spacing: 0.1em;
}

.catalog-page .product-info h3 {
    font-size: 1.25rem;
    line-height: 1.15;
}

.catalog-page .product-price {
    color: #171713;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    font-weight: 600;
}

.catalog-page .size-option,
.catalog-page .add-button {
    border-radius: 0;
}

.catalog-page .size-option.active {
    color: #171713;
    background: var(--home-gold);
    border-color: var(--home-gold);
}

.catalog-page .add-button {
    min-height: 48px;
    background: #171713;
    letter-spacing: 0.04em;
}

.catalog-page .add-button:hover {
    color: #171713;
    background: var(--home-gold);
}

/* Atendimento */

.support-page .support-hero {
    position: relative;
    min-height: 680px;
    align-items: end;
    padding: clamp(88px, 10vw, 150px) clamp(24px, 6vw, 94px) clamp(100px, 10vw, 148px);
    background:
        linear-gradient(90deg, rgba(10, 10, 9, 0.97) 0%, rgba(10, 10, 9, 0.84) 46%, rgba(10, 10, 9, 0.34) 100%),
        url("fotos nova/WhatsApp Image 2026-07-13 at 20.09.42 (1).jpeg") center 36% / cover;
}

.support-page .support-hero::after {
    position: absolute;
    right: 5vw;
    bottom: 12px;
    color: rgba(255, 255, 255, 0.035);
    content: "ATENDIMENTO";
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4.5rem, 10vw, 9rem);
    letter-spacing: 0.06em;
    pointer-events: none;
}

.support-page .support-hero-content {
    position: relative;
    z-index: 1;
    width: min(100%, 1280px);
}

.support-page .support-hero .eyebrow {
    margin-bottom: 16px;
    color: var(--home-gold);
    font-size: 0.7rem;
    letter-spacing: 0.18em;
}

.support-page .support-hero h1 {
    max-width: 820px;
    margin-bottom: 24px;
    font-size: clamp(3.5rem, 7vw, 7rem);
    line-height: 0.9;
}

.support-page .support-hero p:not(.eyebrow) {
    max-width: 610px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.75;
}

.support-page .hero-actions {
    margin-top: 30px;
}

.support-page .hero-actions .button {
    min-height: 50px;
    border-radius: 999px;
    padding-inline: 24px;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
}

.support-page .hero-actions .primary {
    color: #171713;
    background: var(--home-gold);
}

.support-page .hero-actions .whatsapp {
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.support-page .hero-actions .ghost {
    color: rgba(255, 255, 255, 0.72);
    border-color: transparent;
}

.support-page .support-steps {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 48px), 1280px);
    max-width: none;
    gap: 0;
    margin: -48px auto 0;
    padding: 0 0 100px;
    background: #ffffff;
    border: 1px solid rgba(37, 36, 31, 0.08);
    box-shadow: 0 24px 56px rgba(42, 37, 27, 0.12);
}

.support-page .support-steps article {
    min-height: 220px;
    gap: 14px;
    padding: clamp(28px, 4vw, 46px);
    border: 0;
    border-right: 1px solid #e1dbcf;
    border-radius: 0;
    background: #ffffff;
}

.support-page .support-steps article:last-child {
    border-right: 0;
}

.support-page .support-steps span {
    color: var(--home-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    font-weight: 500;
}

.support-page .support-steps h2 {
    font-size: 1.55rem;
    line-height: 1.1;
}

.support-page .support-steps p {
    color: #6a665d;
}

/* Area do cliente: detalhes alinhados ao editorial da loja */

.client-page .account-shell,
.client-page .customer-dashboard {
    border-radius: 4px;
}

.client-page .auth-tab,
.client-page .auth-form input {
    border-radius: 2px;
}

@media (max-width: 1000px) {
    .catalog-page .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .catalog-page .shop-page-main,
    .support-page .support-page-main {
        padding-top: 114px;
    }

    .catalog-page .shop-page-section {
        padding: 34px 24px 84px;
    }

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

    .catalog-page .search-field,
    .catalog-page .result-count {
        grid-column: 1 / -1;
    }

    .support-page .support-hero {
        min-height: 620px;
    }

    .support-page .support-steps {
        grid-template-columns: 1fr;
        width: min(calc(100% - 36px), 680px);
    }

    .support-page .support-steps article {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #e1dbcf;
    }

    .support-page .support-steps article:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 680px) {
    .client-page .account-page-main {
        padding-top: 158px;
    }

    .catalog-page .product-tools {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .catalog-page .search-field,
    .catalog-page .result-count {
        grid-column: auto;
    }

    .catalog-page .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .catalog-page .product-body {
        padding: 14px;
    }

    .catalog-page .product-info p {
        display: none;
    }

    .support-page .support-hero {
        min-height: 570px;
        padding: 78px 22px 94px;
        background-position: 62% center;
    }

    .support-page .support-hero h1 {
        font-size: clamp(3rem, 14vw, 4.6rem);
    }

    .support-page .hero-actions {
        display: grid;
    }

    .support-page .hero-actions .button {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .catalog-page .shop-page-section {
        padding-inline: 14px;
    }

    .catalog-page .product-info h3 {
        font-size: 1.02rem;
    }

    .catalog-page .size-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Filtros da aba de metricas de vendas */
[data-manual-sale-item-editor][hidden],
[data-protected-sale-items-note][hidden] { display: none !important; }
.manual-sale-item-editor {
    margin: 0;
    padding: 18px;
    border: 1px solid #dcc98a;
    border-radius: 12px;
    background: #fbf8ed;
}
.manual-sale-item-editor legend {
    padding: 0 8px;
    font-size: 0.75rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.manual-sale-item-editor > p { margin-top: 10px; color: #6d6757; font-size: 0.76rem; }
.manual-sale-item-grid { grid-template-columns: minmax(220px, 1.5fr) minmax(120px, 0.8fr) minmax(100px, 0.5fr); }
@media (max-width: 640px) { .manual-sale-item-grid { grid-template-columns: 1fr; } }

.analytics-filter-card { margin-bottom: 20px; padding: 22px; }
.analytics-filter-card form { display: grid; gap: 18px; }
.analytics-presets { display: flex; flex-wrap: wrap; gap: 8px; }
.analytics-presets button {
    min-height: 40px;
    padding: 0 17px;
    border: 1px solid #dfe1dc;
    border-radius: 999px;
    color: #4c4f48;
    background: #fafaf8;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
}
.analytics-presets button:hover,
.analytics-presets button.active { color: #fff; border-color: #20221e; background: #20221e; }
.analytics-date-fields {
    display: grid;
    grid-template-columns: minmax(170px, 1fr) minmax(170px, 1fr) auto;
    align-items: end;
    gap: 12px;
}
.analytics-date-fields .button { min-height: 54px; }
.analytics-period-label {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e5e6e1;
    color: #666960;
    font-size: 0.82rem;
    font-weight: 750;
}
.analytics-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}
.analytics-chart-card { margin-bottom: 20px; }
.analytics-sales-chart {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #c6b06b #f0f1ed;
}
.analytics-sales-chart .chart-column { min-width: 44px; }
@media (max-width: 900px) {
    .analytics-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .analytics-date-fields,
    .analytics-summary-grid { grid-template-columns: 1fr; }
    .analytics-date-fields .button { width: 100%; }
}
