:root {
  --cream: #f0eeef;
  --gold: #e7c13f;
  --gold-soft: #d4bf65;
  --ink: #1d1b1a;
  --ink-soft: #5f5a54;
  --white: #fff;
  --line: #d6d0cb;
  --whatsapp: #d8be8a;
  --whatsapp-cta-start: #3f7f59;
  --whatsapp-cta-end: #2f6646;
  --green-whatsapp: #25d366;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: linear-gradient(160deg, var(--cream) 0%, #f7f4ef 44%, #f3f0e8 100%);
}

body.no-scroll {
  overflow: hidden;
}

body.holding-page-is-active {
  overflow: hidden;
}

body.holding-page-is-active > *:not(.holding-page) {
  pointer-events: none;
  user-select: none;
  visibility: hidden;
}

.holding-page {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 24px;
  color: #fff;
  background:
    linear-gradient(rgba(14, 12, 11, 0.74), rgba(14, 12, 11, 0.78)),
    url("assets/conjunto Mf canelado vinho.jpeg") center / cover no-repeat;
}

.holding-page-card {
  width: min(640px, 100%);
  padding: clamp(28px, 6vw, 52px);
  text-align: center;
  background: rgba(18, 15, 13, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
}

.holding-page-logo {
  display: block;
  width: auto;
  height: 88px;
  margin: 0 auto 18px;
}

.holding-page-kicker {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--gold);
}

.holding-page h1 {
  max-width: 560px;
  margin: 0 auto 18px;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.04;
}

.holding-page p:not(.holding-page-kicker) {
  max-width: 520px;
  margin: 0 auto 18px;
  font-size: clamp(16px, 2.4vw, 19px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.holding-page span {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f1d67a;
}

h1,
h2,
h3,
h4 {
  font-family: "Prata", serif;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

.navbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background 0.25s ease, box-shadow 0.25s ease;
  color: #fff;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.navbar.scrolled {
  background: rgba(240, 238, 239, 0.95);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  color: var(--ink);
}

.nav-inner {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  width: auto;
  height: 68px;
  display: block;
}

.desktop-nav {
  display: flex;
  gap: 24px;
}

.desktop-nav a,
.mobile-nav a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.desktop-nav a:hover,
.mobile-nav a:hover {
  color: #6e5f28;
}

.menu-btn {
  display: none;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(12, 10, 8, 0.34);
  font-size: 24px;
  color: #fff;
  line-height: 1;
  align-items: center;
  justify-content: center;
}

.navbar.scrolled .menu-btn {
  border: 1px solid rgba(29, 27, 26, 0.2);
  background: #fff;
  color: var(--ink);
}

.cart-toggle {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(16, 13, 11, 0.28);
  color: #fff;
  min-height: 38px;
  border-radius: 999px;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.cart-toggle-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cart-toggle-icon {
  width: 15px;
  height: 15px;
  display: block;
}

.navbar.scrolled .cart-toggle {
  border: 1px solid rgba(29, 27, 26, 0.2);
  background: var(--white);
  color: var(--ink);
}

.cart-toggle.mobile {
  margin-top: 10px;
  justify-content: center;
  width: 100%;
}

.cart-count {
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #161413;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.cart-toggle.bump {
  animation: cartBump 0.35s ease;
}

.cart-fly-clone {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  object-fit: cover;
  border-radius: 12px;
  pointer-events: none;
  z-index: 450;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

@keyframes cartBump {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

.navbar.scrolled .cart-count {
  background: var(--ink);
  color: var(--white);
}

.mobile-nav {
  display: none;
  background: rgba(240, 238, 239, 0.98);
  border-top: 1px solid var(--line);
  padding: 6px 4vw 14px;
  color: var(--ink);
}

.mobile-nav.open {
  display: grid;
}

.mobile-nav a {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.mobile-nav .cart-toggle {
  border: 1px solid rgba(29, 27, 26, 0.2);
  background: var(--white);
  color: var(--ink);
}

.mobile-nav .cart-count {
  background: var(--ink);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 82vh;
  display: block;
  overflow: hidden;
  padding: 112px 0 72px;
  background: linear-gradient(130deg, #0f0d0b 0%, #1d1915 46%, #2a2219 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.5;
}

.hero-glow-a {
  width: 460px;
  height: 460px;
  top: -140px;
  left: -120px;
  background: radial-gradient(circle, rgba(212, 191, 101, 0.34) 0%, rgba(212, 191, 101, 0) 70%);
}

.hero-glow-b {
  width: 380px;
  height: 380px;
  right: -80px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(160, 126, 70, 0.42) 0%, rgba(160, 126, 70, 0) 72%);
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 18%, rgba(212, 191, 101, 0.12), rgba(212, 191, 101, 0) 46%),
    linear-gradient(112deg, rgba(12, 10, 8, 0.84), rgba(12, 10, 8, 0.4));
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 28px;
  align-items: center;
}

.hero-content {
  color: var(--white);
  max-width: 640px;
  animation: riseIn 0.75s ease both;
}

.hero-kicker {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(212, 191, 101, 0.72);
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  color: #f3dfac;
  border-radius: 999px;
}

.hero-content h1 {
  font-size: clamp(34px, 5.2vw, 58px);
  line-height: 1.02;
  margin-bottom: 12px;
  text-wrap: balance;
}

.hero-sub {
  max-width: 58ch;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.hero-cta-wrap {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-visual {
  position: relative;
  min-height: 470px;
  animation: riseIn 0.95s ease 0.1s both;
}

.hero-card {
  position: absolute;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(212, 191, 101, 0.5);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.34);
}

.hero-card-main {
  width: 68%;
  left: 16%;
  top: 2%;
  transform: rotate(-1.6deg);
  animation: cardFloatA 5.6s ease-in-out infinite;
}

.hero-card-top {
  width: 34%;
  right: -2%;
  top: 10%;
  transform: rotate(3.2deg);
  opacity: 0.95;
  animation: cardFloatB 5.2s ease-in-out infinite;
}

.hero-card-bottom {
  width: 38%;
  left: 2%;
  bottom: 6%;
  transform: rotate(-4deg);
  opacity: 0.94;
  animation: cardFloatC 6.1s ease-in-out infinite;
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-chip {
  position: absolute;
  right: 4%;
  bottom: 2%;
  background: linear-gradient(130deg, rgba(212, 191, 101, 0.96), rgba(120, 92, 48, 0.92));
  color: #fff8e7;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.primary-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.primary-btn {
  color: #fff;
  background: linear-gradient(140deg, #d6bd72 0%, #b6944c 52%, #8d6d36 100%);
  box-shadow: 0 10px 24px rgba(141, 109, 54, 0.34);
}

.primary-btn:hover {
  transform: translateY(-1px);
}

.map-btn {
  color: #fff;
  background: var(--green-whatsapp);
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.36);
}

.map-btn:hover {
  filter: brightness(0.96);
}

.ghost-btn {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.promo-bar {
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.promo-grid {
  border-radius: 18px;
  background: var(--white);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border: 1px solid rgba(212, 191, 101, 0.45);
  box-shadow: 0 14px 38px rgba(29, 27, 26, 0.08);
  padding: 16px;
}

.promo-grid article {
  text-align: center;
  padding: 12px 8px;
}

.promo-grid strong {
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}

.promo-grid span {
  color: var(--ink-soft);
  font-size: 13px;
}

.section {
  padding: 84px 0;
}

.section-offers {
  padding-top: 96px;
}

.section-head {
  text-align: center;
  margin-bottom: 30px;
}

.section-head.left {
  text-align: left;
}

.tag {
  color: #6e5f28;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 10px;
}

.section-head h2 {
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: 8px;
}

.offer-note {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  background: #fff6de;
  border: 1px solid rgba(212, 191, 101, 0.5);
  border-radius: 12px;
  padding: 9px 12px;
}

.offer-note strong {
  font-size: 12px;
  font-weight: 800;
}

.offer-note span {
  font-size: 12px;
  color: var(--ink-soft);
}

.offer-note a {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  border-radius: 999px;
  border: 1px solid rgba(212, 191, 101, 0.65);
  padding: 6px 10px;
  background: linear-gradient(140deg, var(--gold) 0%, var(--gold-soft) 100%);
  color: var(--ink);
}

.offer-note a:hover {
  border-color: rgba(29, 27, 26, 0.35);
}

.text {
  color: var(--ink-soft);
  line-height: 1.5;
}

.countdown {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f7f4e8;
  border: 1px solid rgba(212, 191, 101, 0.5);
  border-radius: 999px;
  padding: 6px 10px;
}

.countdown span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.count-parts {
  display: flex;
  gap: 4px;
}

.count-parts b {
  min-width: 40px;
  text-align: center;
  font-size: 12px;
  background: var(--ink);
  color: var(--white);
  border-radius: 999px;
  padding: 5px 8px;
}

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

.product-card {
  position: relative;
  background: var(--white);
  border-radius: 18px;
  padding: 12px;
  border: 1px solid rgba(193, 165, 105, 0.34);
  box-shadow:
    0 10px 24px rgba(29, 27, 26, 0.08),
    0 0 0 1px rgba(193, 165, 105, 0.22),
    0 0 24px rgba(175, 144, 84, 0.15);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(231, 214, 176, 0.32), rgba(187, 157, 98, 0.1) 40%, rgba(210, 191, 141, 0.22));
  opacity: 0.55;
}

.product-card > * {
  position: relative;
  z-index: 1;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(193, 165, 105, 0.62);
  box-shadow:
    0 18px 34px rgba(29, 27, 26, 0.14),
    0 0 0 1px rgba(193, 165, 105, 0.36),
    0 0 32px rgba(175, 144, 84, 0.26);
}

.product-click {
  cursor: pointer;
}

.product-image-wrap {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 12px;
  background: #ece8e3;
}

.product-image-wrap::before {
  content: "";
  position: absolute;
  inset: -18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 191, 101, 0.24) 0%, rgba(212, 191, 101, 0) 66%);
  z-index: 0;
  pointer-events: none;
}

.product-image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.product-click:hover img {
  transform: scale(1.04);
}

.product-badges {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  z-index: 2;
  pointer-events: none;
  max-width: 82%;
}

.badge {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  border-radius: 999px;
  padding: 5px 9px;
  text-transform: uppercase;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.14);
  border: 1px solid transparent;
  backdrop-filter: blur(4px);
}

.badge.offer {
  background: linear-gradient(135deg, rgba(255, 77, 45, 0.92) 0%, rgba(255, 122, 0, 0.92) 100%);
  color: #fff8ea;
  border-color: rgba(255, 255, 255, 0.45);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.badge.best {
  background: linear-gradient(135deg, rgba(38, 34, 29, 0.94) 0%, rgba(78, 64, 43, 0.94) 100%);
  color: #f6e3b5;
  border-color: rgba(246, 227, 181, 0.5);
}

.product-name {
  margin: 10px 0 6px;
  font-size: 15px;
  line-height: 1.25;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.product-prices {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}

.old-price {
  color: #d12a2a;
  text-decoration-color: #d12a2a;
  text-decoration: line-through;
  font-size: 13px;
}

.price {
  font-size: 17px;
  font-weight: 800;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  cursor: pointer;
  min-height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--whatsapp-cta-start) 0%, var(--whatsapp-cta-end) 100%);
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 8px 18px rgba(47, 102, 70, 0.28);
}

.whatsapp-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 12px 22px rgba(47, 102, 70, 0.34);
}

.whatsapp-btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.size-title.error,
.color-title.error {
  color: #c63d3d;
}

.sizes.error,
.colors.error {
  border: 1px solid #e59b9b;
  background: #fff3f3;
  border-radius: 10px;
  padding: 8px;
}

.product-actions {
  display: grid;
  gap: 8px;
}

.cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(29, 27, 26, 0.2);
  background: #fff6de;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  box-shadow: 0 6px 12px rgba(29, 27, 26, 0.08);
}

.cart-btn:hover {
  transform: translateY(-1px);
  filter: brightness(0.99);
  border-color: rgba(212, 191, 101, 0.8);
  box-shadow: 0 10px 16px rgba(29, 27, 26, 0.14);
}

.cart-btn.added {
  background: #dff2e7;
  border-color: #9cc9af;
  color: #1f4d33;
  box-shadow: 0 10px 16px rgba(47, 102, 70, 0.18);
}

.whatsapp-btn::after,
.cart-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -110%;
  width: 60%;
  height: 100%;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.45) 48%, transparent 100%);
  transform: skewX(-18deg);
}

.whatsapp-btn:hover::after,
.cart-btn:hover::after {
  animation: shineSweep 0.55s ease;
}

.section-map {
  background: linear-gradient(180deg, rgba(240, 238, 239, 0.15), rgba(231, 193, 63, 0.12));
}

.map-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 22px;
  align-items: stretch;
}

.map-info {
  background: var(--white);
  border: 1px solid rgba(212, 191, 101, 0.4);
  border-radius: 16px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.map-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(212, 191, 101, 0.45);
  min-height: 340px;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.footer {
  background: #161413;
  color: #f8f4e8;
  padding-top: 54px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 16px;
  padding-bottom: 30px;
}

.footer section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-logo {
  width: auto;
  max-width: 170px;
  max-height: 62px;
  height: auto;
  object-fit: contain;
  margin-bottom: 8px;
}

.footer h4 {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-family: "Manrope", sans-serif;
  margin: 0 0 4px;
}

.footer p,
.footer a {
  color: #d8d2cb;
}

.footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  text-align: center;
  font-size: 12px;
  color: #bab1a7;
  padding: 13px 0 18px;
}

.footer-copy a {
  color: #f4e4a2;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.2, 0.65, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 90;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--green-whatsapp);
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.38);
}

.cart-floating-mobile {
  display: none;
  position: fixed;
  left: 16px;
  bottom: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 0;
  background: #1d1b1a;
  color: #fff;
  align-items: center;
  justify-content: center;
  z-index: 92;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
}

.cart-floating-count {
  position: absolute;
  right: -3px;
  top: -3px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #f4d36f;
  color: #1d1b1a;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1d1b1a;
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
}

.campaign-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(14, 12, 11, 0.52);
  z-index: 240;
}

.campaign-popup {
  position: fixed;
  right: 18px;
  bottom: 86px;
  width: min(420px, calc(100vw - 24px));
  border-radius: 16px;
  padding: 16px;
  background: linear-gradient(145deg, #fdf8ef 0%, #f7efdf 52%, #f4ebd8 100%);
  border: 1px solid rgba(193, 165, 105, 0.34);
  box-shadow: 0 20px 42px rgba(56, 41, 20, 0.26);
  z-index: 245;
  animation: campaignPopupIn 0.32s ease both;
}

.campaign-popup-kicker {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #5b4726;
  background: #f4ead4;
  border: 1px solid #dbc18d;
  border-radius: 999px;
  padding: 6px 10px;
  margin-bottom: 10px;
}

.campaign-popup h3 {
  font-family: "Prata", serif;
  font-size: clamp(22px, 3.5vw, 28px);
  line-height: 1.1;
  color: #2b2114;
  margin-bottom: 8px;
}

.campaign-popup-text {
  color: #5b4a2d;
  line-height: 1.5;
  margin-bottom: 12px;
}

.campaign-popup-actions {
  display: grid;
  gap: 8px;
}

.campaign-popup-actions .primary-btn,
.campaign-popup-actions .ghost-btn {
  width: 100%;
}

.campaign-popup-actions .primary-btn {
  color: #fff;
  background: linear-gradient(140deg, #d8c27e 0%, #b89754 52%, #8f6f3b 100%);
  border: 0;
}

.campaign-popup-actions .campaign-popup-wa {
  color: #2f4e3a;
  border-color: rgba(44, 170, 98, 0.42);
  background: #edfff4;
}

.campaign-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #d9c79d;
  background: #fff;
  color: #5e4a28;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

/* Home — Tinder */
.section-tinder {
  padding-top: clamp(26px, 4vw, 44px);
}

.tinder-wrap {
  display: grid;
  gap: 18px;
  align-items: start;
  grid-template-areas:
    "copy"
    "embed";
}

.section-tinder .section-head {
  grid-area: copy;
}

.tinder-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tinder-embed {
  grid-area: embed;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 13, 11, 0.12);
  box-shadow: 0 24px 70px rgba(15, 13, 11, 0.16);
  overflow: hidden;
}

.tinder-embed iframe {
  width: 100%;
  height: min(78vh, 720px);
  border: 0;
  display: block;
  background: transparent;
}

@media (min-width: 980px) {
  .tinder-wrap {
    grid-template-columns: 1fr 420px;
    grid-template-areas: "copy embed";
    align-items: center;
  }

  .tinder-embed {
    max-width: none;
  }

  .tinder-embed iframe {
    height: min(70vh, 680px);
  }
}

@media (max-width: 520px) {
  .tinder-actions {
    flex-direction: column;
  }

  .tinder-actions .primary-btn,
  .tinder-actions .ghost-btn {
    width: 100%;
    justify-content: center;
  }

  .tinder-embed {
    border-radius: 18px;
  }

  .tinder-embed iframe {
    height: min(72vh, 620px);
  }
}

.product-dialog {
  width: min(900px, 92vw);
  max-height: 92vh;
  border: 0;
  border-radius: 14px;
  padding: 0;
  overflow-y: auto;
}

.product-dialog::backdrop {
  background: rgba(0, 0, 0, 0.48);
}

#dialogContent {
  background: var(--white);
  padding: 24px;
}

.dialog-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.dialog-layout img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 10px;
}

.dialog-info h3 {
  font-size: 32px;
  margin: 6px 0 10px;
}

.dialog-info .category {
  display: inline-block;
  color: #6f6028;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.dialog-info .description {
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 16px;
}

.size-title {
  margin-top: 14px;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 800;
}

.sizes {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}

.color-title {
  margin-top: 2px;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 800;
}

.colors {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.color-note {
  margin: -4px 0 14px;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.4;
}

.dialog-feedback {
  margin: -2px 0 10px;
  min-height: 18px;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.dialog-feedback.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.dialog-feedback.is-error {
  color: #b43b3b;
}

.dialog-feedback.is-success {
  color: #2f6646;
}

.size-btn {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid #ddd5c8;
  background: var(--white);
  font-weight: 700;
  cursor: pointer;
}

.size-btn.active {
  border-color: #1d1b1a;
  background: #1d1b1a;
  color: var(--white);
}

.size-btn.unavailable {
  opacity: 0.45;
  cursor: not-allowed;
}

.color-btn {
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid #ddd5c8;
  background: var(--white);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.color-btn.active {
  border-color: #1d1b1a;
  background: #1d1b1a;
  color: var(--white);
}

.dialog-close {
  position: fixed;
  right: 16px;
  top: 16px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #1d1b1a;
  color: var(--white);
  font-size: 20px;
  cursor: pointer;
}

.dialog-actions {
  display: grid;
  gap: 8px;
}

.cart-panel {
  position: fixed;
  right: 0;
  top: 0;
  width: min(420px, 92vw);
  height: 100vh;
  background: var(--white);
  border-left: 1px solid rgba(212, 191, 101, 0.45);
  box-shadow: -10px 0 28px rgba(0, 0, 0, 0.14);
  transform: translateX(102%);
  transition: transform 0.25s ease;
  z-index: 210;
  display: flex;
  flex-direction: column;
}

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

.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.36);
  z-index: 205;
}

.cart-header {
  padding: 16px;
  border-bottom: 1px solid #ece6da;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-header h3 {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.cart-close {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #ddd5c8;
  background: var(--white);
  font-size: 20px;
  cursor: pointer;
}

.cart-items {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  padding: 14px 16px;
  display: grid;
  gap: 10px;
  align-content: start;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.cart-empty {
  color: var(--ink-soft);
}

.cart-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 10px;
  border: 1px solid #ece6da;
  border-radius: 12px;
  padding: 8px;
}

.cart-item img {
  width: 100%;
  height: 98px;
  border-radius: 10px;
  object-fit: cover;
}

.cart-item-info h4 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.cart-item-info p {
  font-size: 12px;
  color: var(--ink-soft);
  margin-bottom: 4px;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.cart-qty-btn {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  border: 1px solid #ddd5c8;
  background: var(--white);
  cursor: pointer;
}

.cart-remove-btn {
  border: 0;
  background: transparent;
  color: #b43b3b;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.cart-footer {
  border-top: 1px solid #ece6da;
  padding: 14px 16px 16px;
  background: var(--white);
  display: grid;
  gap: 10px;
}

.cart-options {
  display: grid;
  gap: 6px;
}

.cart-label {
  font-size: 12px;
  font-weight: 700;
}

.cart-select {
  min-height: 40px;
  border-radius: 10px;
  border: 1px solid #ddd5c8;
  background: var(--white);
  font-size: 13px;
  padding: 0 10px;
}

.cart-textarea {
  border-radius: 10px;
  border: 1px solid #ddd5c8;
  background: var(--white);
  font-size: 13px;
  padding: 8px 10px;
  resize: vertical;
  font-family: "Manrope", sans-serif;
}

.cart-hint {
  font-size: 12px;
  color: var(--ink-soft);
  line-height: 1.4;
}

.cart-subtotal,
.cart-shipping,
.cart-total {
  font-size: 15px;
}

.cart-progress {
  margin: -3px 0 2px;
  font-size: 12px;
  color: #7a5d2a;
  font-weight: 700;
}

.cart-progress.is-positive {
  color: #2f6646;
}

.cart-warning {
  font-size: 12px;
  color: #7a5d2a;
  background: #fff6de;
  border: 1px solid #ecd8a7;
  border-radius: 10px;
  padding: 8px 10px;
  line-height: 1.4;
}

.cart-finish-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.feedback-toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 14px);
  background: rgba(29, 27, 26, 0.94);
  color: var(--white);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  z-index: 260;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

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

.about-page {
  background: linear-gradient(160deg, #f2efea 0%, #f8f5ef 46%, #f4efe4 100%);
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 138px 0 86px;
  background: linear-gradient(125deg, #161310 0%, #2c2318 50%, #42321d 100%);
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(231, 193, 63, 0.2) 0%, rgba(231, 193, 63, 0) 42%),
    linear-gradient(180deg, rgba(16, 14, 12, 0.18), rgba(16, 14, 12, 0.45));
}

.about-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 34px;
  align-items: center;
}

.about-hero-content {
  color: var(--white);
  max-width: 620px;
}

.about-hero-content h1 {
  font-size: clamp(34px, 5.5vw, 60px);
  line-height: 1.06;
  margin-bottom: 12px;
}

.about-hero-visual {
  position: relative;
  min-height: 460px;
}

.about-hero-card {
  position: absolute;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(231, 193, 63, 0.5);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.32);
}

.about-hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-hero-card-main {
  width: 70%;
  height: 92%;
  left: 8%;
  top: 0;
}

.about-hero-card-side {
  width: 40%;
  height: 52%;
  right: 0;
  bottom: 0;
}

.about-logo-card {
  background: rgba(255, 255, 255, 0.97);
  display: grid;
  place-items: center;
  padding: 16px;
}

.about-logo-card img {
  object-fit: contain;
}

.about-hero-chip {
  position: absolute;
  left: 10%;
  bottom: -10px;
  display: inline-block;
  background: rgba(240, 238, 239, 0.95);
  color: var(--ink);
  border: 1px solid rgba(212, 191, 101, 0.72);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.about-story {
  padding-top: 76px;
}

.about-card {
  background: var(--white);
  border: 1px solid rgba(212, 191, 101, 0.42);
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(29, 27, 26, 0.08);
  padding: clamp(20px, 3vw, 34px);
}

.about-card .text {
  max-width: 860px;
  margin-bottom: 14px;
  line-height: 1.72;
}

.about-card .text:last-child {
  margin-bottom: 0;
}

.about-location {
  margin-top: 8px;
  font-weight: 700;
  color: #6e5f28;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cardFloatA {
  0%, 100% {
    transform: rotate(-2deg) translateY(0);
  }
  50% {
    transform: rotate(-2deg) translateY(-7px);
  }
}

@keyframes cardFloatB {
  0%, 100% {
    transform: rotate(4deg) translateY(0);
  }
  50% {
    transform: rotate(4deg) translateY(-9px);
  }
}

@keyframes cardFloatC {
  0%, 100% {
    transform: rotate(-5deg) translateY(0);
  }
  50% {
    transform: rotate(-5deg) translateY(-6px);
  }
}

@keyframes shineSweep {
  from {
    left: -110%;
  }
  to {
    left: 125%;
  }
}

@keyframes campaignPopupIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .map-wrap {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 761px) and (max-width: 1366px) {
  .cart-panel {
    width: clamp(320px, 36vw, 390px);
  }

  .cart-header {
    padding: 14px;
  }

  .cart-items {
    padding: 12px 14px;
    gap: 8px;
  }

  .cart-item {
    grid-template-columns: 68px 1fr;
    gap: 8px;
    padding: 7px;
  }

  .cart-item img {
    height: 86px;
  }

  .cart-footer {
    padding: 12px 14px 14px;
    gap: 8px;
    max-height: 56vh;
    overflow-y: auto;
  }

  .cart-select {
    min-height: 36px;
    font-size: 12px;
  }

  .cart-textarea {
    font-size: 12px;
    padding: 7px 9px;
  }

  .cart-hint,
  .cart-warning {
    font-size: 11px;
  }

  .cart-subtotal,
  .cart-shipping,
  .cart-total {
    font-size: 14px;
  }

  .cart-finish-btn {
    min-height: 40px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }
}

@media (min-width: 761px) and (max-height: 820px) {
  .cart-footer {
    max-height: 52vh;
    overflow-y: auto;
  }
}

@media (min-width: 761px) and (max-width: 1200px) and (max-height: 900px) {
  .cart-panel {
    width: clamp(300px, 34vw, 360px);
  }

  .cart-header h3 {
    font-size: 16px;
  }

  .cart-items {
    padding: 10px 12px;
  }

  .cart-item {
    grid-template-columns: 60px 1fr;
    padding: 6px;
  }

  .cart-item img {
    height: 76px;
  }

  .cart-item-info h4 {
    font-size: 13px;
  }

  .cart-item-info p {
    font-size: 11px;
    margin-bottom: 3px;
  }

  .cart-qty-btn {
    width: 24px;
    height: 24px;
  }

  .cart-remove-btn {
    font-size: 11px;
  }

  .cart-footer {
    padding: 10px 12px 12px;
    max-height: 48vh;
  }
}

@media (max-width: 760px) {
  .nav-inner {
    min-height: 90px;
  }

  .brand-logo {
    height: 60px;
  }

  .desktop-nav {
    display: none;
  }

  .nav-inner .cart-toggle {
    display: none;
  }

  .menu-btn {
    display: inline-flex;
  }

  .cart-floating-mobile {
    display: inline-flex;
  }

  .hero {
    min-height: 80vh;
    padding: 106px 0 64px;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .about-hero {
    padding: 118px 0 66px;
  }

  .about-hero-shell {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-hero-visual {
    min-height: 350px;
  }

  .about-hero-card-main {
    width: 66%;
    left: 15%;
    height: 90%;
  }

  .about-hero-card-side {
    width: 38%;
    height: 48%;
    right: 2%;
  }

  .about-hero-chip {
    left: 16%;
    font-size: 10px;
  }

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

  .hero-card-main {
    width: 64%;
    left: 18%;
    top: 0;
  }

  .hero-card-top {
    width: 36%;
    right: 4%;
    top: 12%;
  }

  .hero-card-bottom {
    width: 40%;
    left: 4%;
    bottom: 8%;
  }

  .hero-chip {
    right: 8%;
    bottom: 0;
  }

  .hero-cta-wrap {
    width: 100%;
  }

  .primary-btn,
  .ghost-btn {
    width: 100%;
  }

  .promo-grid,
  .products-grid,
  .footer-grid,
  .dialog-layout {
    grid-template-columns: 1fr;
  }

  .products-grid {
    gap: 12px;
  }

  .product-card {
    padding: 10px;
    border-radius: 14px;
  }

  .product-name {
    font-size: 14px;
    margin: 8px 0 5px;
  }

  .product-prices {
    margin-bottom: 8px;
  }

  .price {
    font-size: 16px;
  }

  .badge {
    font-size: 8px;
    padding: 4px 7px;
  }

  .cart-panel {
    width: 100vw;
    max-width: 100vw;
    border-left: 0;
  }

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

  .cart-footer {
    gap: 8px;
    padding-bottom: 12px;
  }

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

  .cart-item img {
    height: 84px;
  }

  .cart-item-info h4 {
    font-size: 13px;
  }

  .cart-item-info p {
    font-size: 11px;
  }

  .cart-item-controls {
    gap: 4px;
  }

  .cart-select {
    font-size: 12px;
  }

  .cart-textarea {
    font-size: 12px;
    padding: 7px 9px;
  }

  .cart-hint {
    font-size: 11px;
  }

  .cart-warning {
    font-size: 11px;
    padding: 7px 9px;
  }

  .cart-finish-btn {
    min-height: 40px;
    font-size: 10px;
    letter-spacing: 0.06em;
    position: sticky;
    bottom: 0;
    z-index: 2;
  }

  .dialog-layout img {
    max-height: 220px;
    object-position: center top;
  }

  .campaign-popup {
    left: 12px;
    right: 12px;
    bottom: 80px;
    width: auto;
    padding: 14px;
  }

  .campaign-popup h3 {
    font-size: 24px;
  }

  .dialog-info h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .sizes {
    margin-bottom: 10px;
  }

  .colors {
    margin-bottom: 10px;
  }

  .size-btn {
    width: 38px;
    height: 38px;
  }

  .color-btn {
    min-height: 30px;
    font-size: 11px;
    padding: 0 8px;
  }

  .section {
    padding: 64px 0;
  }
}
