:root {
  --black: #080807;
  --charcoal: #141412;
  --wood: #9b642e;
  --wood-dark: #5f3519;
  --mate: #496b3a;
  --mate-deep: #24381f;
  --gold: #d5aa55;
  --sky: #8ec8ef;
  --white: #ffffff;
  --cream: #f6f0e4;
  --muted: #c8bca4;
  --line: rgba(213, 170, 85, 0.22);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--cream);
  background:
    linear-gradient(180deg, rgba(142, 200, 239, 0.06), transparent 22%),
    radial-gradient(circle at 18% 18%, rgba(73, 107, 58, 0.24), transparent 28%),
    linear-gradient(135deg, var(--black), #1a120d 52%, var(--mate-deep));
  line-height: 1.6;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px clamp(18px, 4vw, 48px);
  background: rgba(8, 8, 7, 0.72);
  border-bottom: 1px solid rgba(142, 200, 239, 0.2);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-logo {
  display: inline-flex;
  align-items: baseline;
  color: #fff9ee;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 0 22px rgba(213, 170, 85, 0.2);
}

.brand-logo::after {
  content: "";
  width: 34px;
  height: 1px;
  margin-left: 10px;
  background: linear-gradient(90deg, var(--sky), var(--white), var(--gold));
}

.brand-copy strong,
.site-footer strong {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
}

.brand-copy small {
  display: block;
  max-width: 260px;
  color: var(--muted);
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  padding: 8px 7px;
  color: rgba(246, 240, 228, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
}

.site-nav a:hover {
  color: var(--gold);
}

.site-nav a[aria-current="page"] {
  color: var(--gold);
}

.nav-cta {
  color: var(--black) !important;
  background: var(--gold);
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--cream);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 132px clamp(18px, 6vw, 72px) 64px;
}

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

.hero-photo {
  object-fit: cover;
  object-position: center;
}

.photo-slot {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 240px;
  overflow: hidden;
  border: 1px solid rgba(213, 170, 85, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(73, 107, 58, 0.42), rgba(155, 100, 46, 0.24)),
    repeating-linear-gradient(45deg, rgba(246, 240, 228, 0.05), rgba(246, 240, 228, 0.05) 10px, transparent 10px, transparent 20px),
    var(--charcoal);
  color: rgba(246, 240, 228, 0.72);
  text-align: center;
}

.photo-slot::before {
  content: "";
  width: min(46%, 180px);
  aspect-ratio: 1;
  border: 1px solid rgba(213, 170, 85, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(213, 170, 85, 0.16), transparent 58%),
    linear-gradient(135deg, rgba(246, 240, 228, 0.06), rgba(73, 107, 58, 0.12));
  box-shadow: 0 0 50px rgba(213, 170, 85, 0.12);
}

.photo-slot::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(213, 170, 85, 0.45), transparent);
}

.photo-slot span {
  max-width: 240px;
  padding: 12px 14px;
  border: 1px solid rgba(213, 170, 85, 0.24);
  border-radius: var(--radius);
  background: rgba(8, 8, 7, 0.46);
  font-weight: 800;
}

.photo-slot-large {
  min-height: 100%;
  border: 0;
  border-radius: 0;
}

.hero-overlay {
  background:
    linear-gradient(135deg, rgba(142, 200, 239, 0.14), transparent 36%),
    linear-gradient(90deg, rgba(8, 8, 7, 0.92) 0%, rgba(8, 8, 7, 0.7) 38%, rgba(8, 8, 7, 0.12) 100%),
    linear-gradient(0deg, rgba(8, 8, 7, 0.82) 0%, transparent 35%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
}

.eyebrow,
.section-kicker,
.product-tag {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 16px;
  font-size: 7.6rem;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.5rem;
}

h3 {
  margin-bottom: 10px;
  color: #fff9ee;
  font-size: 1.25rem;
  line-height: 1.25;
}

.hero-slogan {
  margin-bottom: 14px;
  color: #f0d58b;
  font-size: 1.8rem;
  font-weight: 800;
}

.hero-copy,
.section-heading p,
.intro-grid p,
.shipping p,
.contact p,
.site-footer p {
  color: rgba(246, 240, 228, 0.78);
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 14px;
}

.hero-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  width: min(680px, 100%);
  margin: 0 0 24px;
}

.hero-social-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  min-width: 150px;
  padding: 8px 11px;
  color: var(--cream);
  border: 1px solid rgba(213, 170, 85, 0.26);
  border-radius: 999px;
  background: rgba(8, 8, 7, 0.48);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.hero-social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(213, 170, 85, 0.58);
  background: rgba(213, 170, 85, 0.12);
  box-shadow: 0 18px 36px rgba(213, 170, 85, 0.14);
}

.hero-social-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: var(--gold);
  border: 1px solid rgba(213, 170, 85, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.065);
}

.hero-social-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.hero-social-link strong,
.hero-social-link small {
  display: block;
}

.hero-social-link strong {
  color: #fff9ee;
  font-size: 0.82rem;
}

.hero-social-link small {
  color: rgba(246, 240, 228, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  color: var(--black);
  background: linear-gradient(135deg, var(--gold), #f0d58b);
  box-shadow: 0 14px 32px rgba(213, 170, 85, 0.24);
}

.button.ghost {
  color: var(--cream);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.07);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-stats span {
  min-width: 150px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 8, 7, 0.42);
}

.hero-stats strong {
  display: block;
  color: var(--gold);
  line-height: 1.2;
}

.section,
.section-band {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 4vw, 48px);
}

.section-band {
  background:
    linear-gradient(90deg, rgba(142, 200, 239, 0.12), transparent 28%, rgba(255, 255, 255, 0.04) 50%, transparent 72%, rgba(142, 200, 239, 0.08)),
    linear-gradient(135deg, rgba(36, 56, 31, 0.92), rgba(95, 53, 25, 0.72));
  border-block: 1px solid var(--line);
}

.visual-banner {
  position: relative;
  min-height: 420px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.visual-banner-image,
.visual-banner-image::after,
.visual-banner-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.visual-banner-image img {
  object-fit: cover;
  object-position: center;
}

.visual-banner-image::after {
  content: "";
  background:
    linear-gradient(180deg, rgba(8, 8, 7, 0.2), rgba(8, 8, 7, 0.9)),
    linear-gradient(90deg, rgba(8, 8, 7, 0.86), transparent 64%);
}

.visual-banner-content {
  position: relative;
  z-index: 1;
  padding-block: 72px;
}

.visual-banner h2 {
  max-width: 700px;
}

.flag-ribbon {
  display: block;
  width: 148px;
  height: 8px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sky) 0 33%, var(--white) 33% 66%, var(--sky) 66% 100%);
  box-shadow: 0 0 28px rgba(142, 200, 239, 0.26);
}

.section-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.intro-grid,
.shipping-grid,
.order-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.section-heading p {
  max-width: 520px;
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.catalog-banner,
.catalog-notes {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(20, 20, 18, 0.84);
}

.catalog-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 14px;
  padding: 18px 20px;
  box-shadow: var(--shadow);
}

.catalog-banner strong {
  color: #fff9ee;
  font-size: 1.02rem;
}

.catalog-banner span {
  flex: 0 0 auto;
  padding: 9px 13px;
  color: var(--black);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #f0d58b);
  font-weight: 900;
}

.catalog-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  padding: 12px 14px;
  color: rgba(246, 240, 228, 0.76);
  font-size: 0.94rem;
}

.catalog-notes span {
  padding-right: 12px;
}

.catalog-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.complete-catalog,
.sets-section,
.tazas-section,
.tazas-preview,
.more-designs {
  background:
    radial-gradient(circle at 12% 18%, rgba(116, 181, 214, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(8, 8, 7, 0.78), rgba(15, 15, 13, 0.94));
}

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

.catalog-category-card {
  overflow: hidden;
  border: 1px solid rgba(213, 170, 85, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 32%),
    rgba(20, 20, 18, 0.9);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.catalog-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(213, 170, 85, 0.52);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.catalog-category-image,
.catalog-category-visual {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  background: var(--charcoal);
}

.catalog-category-image::after,
.catalog-category-visual::after {
  content: none;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 46%, rgba(8, 8, 7, 0.74)),
    radial-gradient(circle at 78% 22%, rgba(116, 181, 214, 0.18), transparent 30%);
  pointer-events: none;
}

.catalog-category-image img {
  width: 100%;
  height: 100%;
  min-height: 245px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.catalog-category-card:hover .catalog-category-image img {
  transform: scale(1.04);
}

.catalog-category-visual {
  display: grid;
  place-items: center;
  min-height: 245px;
  border-bottom: 1px solid rgba(213, 170, 85, 0.18);
}

.catalog-category-visual span {
  position: relative;
  z-index: 1;
  color: rgba(255, 249, 238, 0.88);
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.55);
}

.taza-visual {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 249, 238, 0.13) 0 19%, transparent 20%),
    radial-gradient(circle at 60% 38%, transparent 0 17%, rgba(213, 170, 85, 0.22) 18% 23%, transparent 24%),
    linear-gradient(135deg, rgba(116, 181, 214, 0.18), rgba(31, 54, 43, 0.26)),
    #10100e;
}

.catalog-category-body {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.catalog-category-label {
  width: max-content;
  max-width: 100%;
  padding: 6px 10px;
  color: var(--gold);
  border: 1px solid rgba(213, 170, 85, 0.35);
  border-radius: 999px;
  background: rgba(213, 170, 85, 0.08);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-category-body h3 {
  margin: 0;
  color: #fff9ee;
  font-size: 1.2rem;
}

.catalog-category-body p,
.more-designs-grid p,
.catalog-benefit-grid span {
  color: rgba(246, 240, 228, 0.74);
}

.more-designs-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.catalog-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.catalog-benefit-grid article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(213, 170, 85, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(116, 181, 214, 0.08), transparent 44%),
    rgba(20, 20, 18, 0.86);
  box-shadow: var(--shadow);
}

.catalog-benefit-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #fff9ee;
  font-size: 1.02rem;
}

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

.set-card {
  display: block;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(213, 170, 85, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%),
    rgba(20, 20, 18, 0.92);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.set-card:hover {
  transform: translateY(-4px);
  border-color: rgba(213, 170, 85, 0.52);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.set-image {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  min-height: 0;
  margin: 0;
  padding: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(116, 181, 214, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(8, 8, 7, 0.92), rgba(31, 54, 43, 0.22)),
    #10100e;
}

.set-image > :not(img),
.taza-image > :not(img),
.product-image > :not(img) {
  display: none !important;
}

.set-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: calc(var(--radius) - 4px);
  box-shadow: none;
}

.sets-info-banner {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin: 0 auto 28px;
  padding: 22px 24px;
  text-align: center;
  border: 1px solid rgba(213, 170, 85, 0.42);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top, rgba(213, 170, 85, 0.14), transparent 56%),
    linear-gradient(135deg, rgba(213, 170, 85, 0.12), rgba(116, 181, 214, 0.07)),
    rgba(12, 12, 10, 0.88);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.3);
}

.sets-info-banner p {
  max-width: none;
  margin: 0;
  color: rgba(246, 240, 228, 0.8);
}

.sets-price-list {
  display: grid;
  gap: 8px;
}

.sets-price-list span {
  color: var(--gold);
  font-size: clamp(1rem, 2.2vw, 1.36rem);
  line-height: 1.1;
}

.sets-info-banner .quote-link {
  justify-self: center;
}

.tazas-grid,
.tazas-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.taza-card {
  display: block;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(213, 170, 85, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%),
    rgba(20, 20, 18, 0.92);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.taza-card:hover {
  transform: translateY(-4px);
  border-color: rgba(213, 170, 85, 0.52);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.tazas-price-banner {
  display: grid;
  gap: 8px;
  max-width: 640px;
  margin: 0 auto 28px;
  padding: 20px 24px;
  border: 1px solid rgba(213, 170, 85, 0.42);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top, rgba(213, 170, 85, 0.18), transparent 54%),
    linear-gradient(135deg, rgba(213, 170, 85, 0.14), rgba(116, 181, 214, 0.06)),
    rgba(8, 8, 7, 0.72);
  text-align: center;
  box-shadow: var(--shadow);
}

.tazas-price-banner strong {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.tazas-price-banner span {
  color: rgba(255, 249, 238, 0.88);
  font-weight: 800;
}

.taza-image {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(116, 181, 214, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(8, 8, 7, 0.92), rgba(31, 54, 43, 0.22)),
    #10100e;
}

.taza-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.tab {
  min-height: 42px;
  padding: 9px 14px;
  color: var(--cream);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.tab.active,
.tab:hover {
  color: var(--black);
  background: var(--gold);
}

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

.product-grid.is-compact {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 340px));
  justify-content: center;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(20, 20, 18, 0.88);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.product-card.is-hidden {
  display: none;
}

.product-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--charcoal);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.22);
}

.product-image.is-horizontal-premium img {
  transform: scale(1.06);
}

.product-image.is-real-mate img {
  transform: scale(1);
}

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

.product-body h3,
.product-body p {
  margin-top: 0;
}

.product-body p,
.faq p,
.shipping-steps span,
.contact-card span {
  color: rgba(246, 240, 228, 0.72);
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 18px 0;
  color: var(--gold);
}

.product-price {
  display: grid;
  gap: 3px;
}

.product-meta strong {
  font-size: 1.08rem;
}

.product-price small {
  color: rgba(216, 242, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 600;
}

.product-status {
  display: grid;
  gap: 4px;
  text-align: right;
}

.product-status span {
  color: var(--muted);
  font-size: 0.88rem;
}

.product-link {
  display: inline-flex;
  color: #f0d58b;
  font-weight: 800;
}

.quote-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: 100%;
  margin-top: 12px;
  padding: 10px 14px;
  color: var(--black);
  border-radius: 999px;
  background: rgba(213, 170, 85, 0.9);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.quote-link:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--gold), #f0d58b);
  box-shadow: 0 12px 28px rgba(213, 170, 85, 0.2);
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: auto;
}

.product-actions .quote-link {
  margin-top: 0;
}

.quote-link-secondary {
  color: var(--cream);
  border: 1px solid rgba(213, 170, 85, 0.34);
  background: rgba(255, 255, 255, 0.04);
}

.quote-link-secondary:hover {
  color: var(--black);
}

.featured-work,
.testimonials,
.personalized-reserve,
.bombillas-feature,
.client-gallery {
  background: rgba(8, 8, 7, 0.42);
}

.bombillas-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.real-photo-card,
.work-photo {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--charcoal);
  box-shadow: var(--shadow);
}

.real-photo-card::after,
.work-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(213, 170, 85, 0.14), transparent 28%),
    linear-gradient(0deg, rgba(8, 8, 7, 0.18), transparent 45%);
}

.real-photo-card img,
.work-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.real-photo-card {
  aspect-ratio: 1.12 / 1;
}

.work-photo {
  min-height: 240px;
}

.mate-photo {
  min-height: 300px;
}

.work-card.large .work-photo {
  min-height: 520px;
}

.feature-copy p {
  color: rgba(246, 240, 228, 0.78);
}

.price-highlight {
  display: inline-grid;
  gap: 2px;
  margin: 10px 10px 12px 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.price-highlight span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.price-highlight strong {
  color: var(--gold);
  font-size: 1.22rem;
}

.price-highlight.secondary strong {
  color: #fff9ee;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 20px;
}

.badge-list span {
  padding: 9px 12px;
  color: var(--black);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #f0d58b);
  font-size: 0.9rem;
  font-weight: 900;
}

.feature-cta {
  width: fit-content;
  min-width: min(100%, 340px);
}

.feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.secondary-cta {
  color: var(--cream);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.secondary-cta:hover {
  color: var(--black);
}

.subpage-hero {
  padding: 132px clamp(18px, 4vw, 48px) 72px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(142, 200, 239, 0.12), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(213, 170, 85, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(8, 8, 7, 0.96), rgba(36, 56, 31, 0.78));
}

.subpage-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.subpage-hero h1 {
  max-width: 760px;
  font-size: clamp(3.4rem, 7vw, 6.2rem);
}

.subpage-hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(213, 170, 85, 0.3);
  border-radius: var(--radius);
  background: var(--charcoal);
  box-shadow: var(--shadow);
}

.subpage-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(213, 170, 85, 0.16), transparent 34%),
    linear-gradient(0deg, rgba(8, 8, 7, 0.24), transparent 42%);
}

.subpage-hero-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bombillas-catalog {
  background:
    linear-gradient(90deg, rgba(142, 200, 239, 0.06), transparent 28%, rgba(213, 170, 85, 0.06)),
    rgba(8, 8, 7, 0.44);
}

.page-notes {
  margin-bottom: clamp(34px, 5vw, 56px);
}

.bombilla-section-heading {
  margin-top: clamp(56px, 8vw, 88px);
}

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

.bombilla-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(20, 20, 18, 0.88);
  box-shadow: var(--shadow);
}

.bombilla-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--charcoal);
}

.bombilla-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.bombilla-card-body h3,
.bombilla-card-body p {
  margin-top: 0;
}

.bombilla-card-body .quote-link {
  margin-top: auto;
}

.bombilla-price {
  display: grid;
  gap: 3px;
  margin: 16px 0 10px;
}

.bombilla-price strong {
  color: var(--gold);
  font-size: 1.16rem;
}

.bombilla-price small {
  color: rgba(216, 242, 255, 0.74);
  font-size: 0.82rem;
  font-weight: 600;
}

.bombilla-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.bombilla-terms span {
  padding: 7px 9px;
  color: rgba(246, 240, 228, 0.78);
  border: 1px solid rgba(213, 170, 85, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.82rem;
  font-weight: 700;
}

.yerbero-info,
.yerbero-catalog {
  background:
    linear-gradient(90deg, rgba(142, 200, 239, 0.06), transparent 30%, rgba(213, 170, 85, 0.06)),
    rgba(8, 8, 7, 0.46);
}

.yerbero-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: start;
  margin-bottom: 24px;
}

.yerbero-info p,
.yerbero-card p {
  color: rgba(246, 240, 228, 0.74);
}

.use-card {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(20, 20, 18, 0.88);
  box-shadow: var(--shadow);
}

.use-card strong {
  display: block;
  margin-bottom: 16px;
  color: #fff9ee;
  font-size: 1.2rem;
}

.use-list,
.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.use-list span,
.feature-list span {
  padding: 9px 12px;
  color: var(--black);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #f0d58b);
  font-size: 0.9rem;
  font-weight: 900;
}

.feature-list {
  margin-bottom: 26px;
}

.feature-list span {
  color: rgba(246, 240, 228, 0.86);
  border: 1px solid rgba(213, 170, 85, 0.2);
  background: rgba(255, 255, 255, 0.045);
}

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

.yerbero-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(20, 20, 18, 0.88);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.yerbero-card:hover {
  transform: translateY(-4px);
  border-color: rgba(213, 170, 85, 0.46);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(142, 200, 239, 0.08);
}

.yerbero-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--charcoal);
}

.yerbero-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.yerbero-card-body h3,
.yerbero-card-body p {
  margin-top: 0;
}

.yerbero-card-body .quote-link {
  margin-top: auto;
}

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

.champions-grid.two-items {
  grid-template-columns: repeat(2, minmax(280px, 420px));
  justify-content: center;
}

.reserved-card,
.champions-grid article,
.argentina-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(20, 20, 18, 0.84);
  box-shadow: var(--shadow);
}

.reserved-card {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.reserved-card h3 {
  margin-bottom: 0;
}

.argentina-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(142, 200, 239, 0.14), transparent 30%, rgba(255, 255, 255, 0.05) 50%, transparent 72%, rgba(142, 200, 239, 0.1)),
    linear-gradient(135deg, rgba(8, 8, 7, 0.96), rgba(36, 56, 31, 0.82));
}

.argentina-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.argentina-card {
  padding: clamp(24px, 4vw, 40px);
}

.argentina-card strong {
  display: block;
  color: #fff9ee;
  font-size: 1.35rem;
  line-height: 1.2;
}

.argentina-card p {
  margin: 14px 0 0;
  color: rgba(246, 240, 228, 0.72);
}

.champions-section {
  background:
    linear-gradient(135deg, rgba(142, 200, 239, 0.14), rgba(213, 170, 85, 0.08)),
    var(--charcoal);
}

.champions-grid article {
  overflow: hidden;
}

.champions-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.champions-grid h3,
.champions-grid p {
  padding-inline: 20px;
}

.champions-grid h3 {
  margin-top: 18px;
}

.champions-grid p {
  color: rgba(246, 240, 228, 0.72);
  padding-bottom: 20px;
}

.work-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.work-card {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(20, 20, 18, 0.84);
}

.work-card.large {
  grid-row: span 2;
}

.work-card.wide {
  grid-column: span 2;
}

.premium-work-grid {
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
}

.showcase-card {
  overflow: hidden;
  padding: 0;
}

.showcase-photo {
  min-height: 420px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.showcase-photo img {
  object-position: center;
}

.showcase-copy {
  padding: 20px 22px 22px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(142, 200, 239, 0.08), transparent 45%),
    rgba(8, 8, 7, 0.5);
}

.showcase-copy p,
.work-detail span {
  margin: 0;
  color: rgba(246, 240, 228, 0.72);
}

.work-detail {
  display: grid;
  align-content: center;
  min-height: 170px;
  gap: 8px;
  padding: 18px;
}

.work-detail strong {
  color: #fff9ee;
  font-size: 1.15rem;
}

.work-card h3 {
  margin-bottom: 0;
}

.shipping,
.order-section,
.payments {
  background:
    linear-gradient(90deg, rgba(142, 200, 239, 0.08), transparent 32%, rgba(255, 255, 255, 0.03) 50%, transparent 72%, rgba(142, 200, 239, 0.06)),
    linear-gradient(135deg, rgba(73, 107, 58, 0.3), rgba(155, 100, 46, 0.22)),
    var(--charcoal);
}

.steps-list {
  display: grid;
  gap: 14px;
}

.shipping-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.shipping-methods span {
  padding: 10px 14px;
  color: var(--black);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #f0d58b);
  font-weight: 900;
}

.shipping-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.shipping-benefits div {
  min-height: 130px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.shipping-benefits strong {
  display: block;
  color: #fff9ee;
}

.shipping-benefits span {
  color: rgba(246, 240, 228, 0.72);
}

.shipping-notes {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
  margin-top: 18px;
}

.shipping-note {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 8, 7, 0.42);
  color: rgba(246, 240, 228, 0.82);
  font-weight: 800;
}

.shipping-note.featured {
  color: var(--black);
  background: linear-gradient(135deg, rgba(213, 170, 85, 0.92), #f0d58b);
}

.steps-list div,
.contact-card,
.social-card,
.faq details,
.payment-grid article,
.testimonial-grid blockquote {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.steps-list div {
  padding: 18px;
}

.steps-list strong,
.contact-card strong,
.payment-grid strong {
  display: block;
  color: #fff9ee;
}

.payment-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.payment-grid article,
.testimonial-grid blockquote {
  margin: 0;
  padding: 20px;
}

.payment-grid span,
.testimonial-grid p {
  color: rgba(246, 240, 228, 0.72);
}

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

.testimonial-grid p {
  font-size: 1rem;
}

.testimonial-grid cite {
  color: var(--gold);
  font-style: normal;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq summary {
  padding: 18px 20px;
  color: #fff9ee;
  font-weight: 800;
  cursor: pointer;
}

.faq details p {
  margin: 0;
  padding: 0 20px 18px;
}

.contact {
  background: linear-gradient(180deg, rgba(8, 8, 7, 0.18), rgba(8, 8, 7, 0.68));
}

.contact-card,
.social-card {
  width: min(420px, 100%);
  margin-top: 24px;
  padding: 18px;
}

.social-card {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-card a {
  display: inline-block;
  margin: 6px 0;
  color: var(--gold);
  font-weight: 800;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
  padding: 10px 12px;
  color: var(--cream);
  border: 1px solid rgba(213, 170, 85, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(142, 200, 239, 0.48);
  background: rgba(142, 200, 239, 0.08);
}

.social-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  color: var(--black);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #f0d58b);
}

.social-icon svg,
.whatsapp-float svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.social-link strong,
.social-link small {
  display: block;
}

.social-link strong {
  color: #fff9ee;
  font-size: 0.94rem;
}

.social-link small {
  color: rgba(246, 240, 228, 0.68);
  font-size: 0.8rem;
}

.social-card > span {
  flex-basis: 100%;
  color: rgba(246, 240, 228, 0.72);
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(20, 20, 18, 0.84);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #fff9ee;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(213, 170, 85, 0.28);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--cream);
  background: rgba(8, 8, 7, 0.7);
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(213, 170, 85, 0.14);
}

.form-button {
  width: 100%;
  cursor: pointer;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--gold);
  font-weight: 700;
}

.site-footer {
  padding: 28px clamp(18px, 4vw, 48px);
  border-top: 1px solid var(--line);
  background: var(--black);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 22px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--muted);
  font-weight: 800;
}

.footer-social {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.footer-social .social-link {
  width: 100%;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: #1fa855;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 42px rgba(31, 168, 85, 0.28);
}

@media (max-width: 980px) {
  h1 {
    font-size: 5.2rem;
  }

  h2 {
    font-size: 2.7rem;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(8, 8, 7, 0.96);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 14px;
  }

  .intro-grid,
  .shipping-grid,
  .order-grid,
  .contact-grid,
  .section-heading {
    grid-template-columns: 1fr;
    display: grid;
  }

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

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

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

  .work-grid,
  .reserved-grid,
  .champions-grid,
  .argentina-grid,
  .complete-catalog-grid,
  .bombillas-grid,
  .more-designs-grid,
  .subpage-hero-grid,
  .yerbero-info-grid,
  .shipping-benefits,
  .shipping-notes,
  .payment-grid,
  .footer-social,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .work-card.large,
  .work-card.wide {
    grid-row: auto;
    grid-column: auto;
  }

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

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

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

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

@media (max-width: 620px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .hero-slogan {
    font-size: 1.35rem;
  }

  .site-header {
    padding: 12px 14px;
  }

  .brand-copy small {
    max-width: 176px;
  }

  .brand-copy {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding: 112px 18px 44px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(8, 8, 7, 0.93), rgba(8, 8, 7, 0.68)),
      linear-gradient(0deg, rgba(8, 8, 7, 0.88), transparent 42%);
  }

  .hero-actions,
  .hero-stats,
  .footer-grid {
    flex-direction: column;
  }

  .button,
  .hero-stats span,
  .catalog-banner span,
  .social-link {
    width: 100%;
  }

  .hero-socials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 20px;
  }

  .hero-social-link {
    min-width: 0;
    padding: 8px;
    border-radius: 14px;
  }

  .hero-social-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .hero-social-link strong {
    font-size: 0.78rem;
  }

  .hero-social-link small {
    font-size: 0.68rem;
  }

  .catalog-banner {
    align-items: flex-start;
    flex-direction: column;
  }

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

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

  .tazas-grid,
  .tazas-preview-grid {
    grid-template-columns: 1fr;
  }

  .set-image,
  .taza-image {
    min-height: 230px;
  }

  .bombilla-gallery {
    grid-template-columns: 1fr;
  }

  .yerbero-gallery {
    grid-template-columns: 1fr;
  }

  .catalog-benefit-grid {
    grid-template-columns: 1fr;
  }

  .catalog-category-image,
  .catalog-category-visual,
  .catalog-category-image img {
    min-height: 220px;
  }

  .product-meta {
    flex-direction: column;
  }

  .product-status {
    text-align: left;
  }

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

  .tab {
    width: 100%;
  }

  .work-card .photo-slot {
    min-height: 220px;
  }

  .real-photo-card,
  .work-photo,
  .work-card.large .work-photo {
    min-height: 260px;
    aspect-ratio: 4 / 3;
  }

  .showcase-photo {
    min-height: 260px;
  }

  .feature-cta {
    width: 100%;
  }

  .subpage-hero {
    padding-top: 112px;
  }
}
