/** Shopify CDN: Minification failed

Line 522:0 Unexpected "`"
Line 535:0 Expected identifier but found "`"
Line 539:0 Unexpected "}"

**/
/* ============================================
   AMBER STUDIO — Luxury Minimal Theme
   v1.0
   ============================================ */

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--color-cream);
  color: var(--color-espresso);
  font-family: 'Inter', -apple-system, sans-serif;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, picture, video, canvas, svg { display: block; max-width: 100%; height: auto; }
input, button, textarea, select { font: inherit; color: inherit; }
button { background: none; border: none; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

::selection { background: var(--color-amber); color: var(--color-espresso); }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0,0,0,0);
  height: 1px; width: 1px;
  margin: -1px; padding: 0;
  border: 0;
}

.skip-to-content-link:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 9999;
  padding: 1rem;
  background: var(--color-espresso);
  color: var(--color-cream);
  clip: auto !important;
  height: auto;
  width: auto;
}

/* ---------- TYPOGRAPHY ---------- */
.type-display {
  font-family: 'Italiana', 'Playfair Display', serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.95;
}
.type-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
}
.type-accent {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}
.type-body {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color-amber);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.005em;
}

p { font-weight: 300; }

/* ---------- LAYOUT ---------- */
.page-width {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4rem;
}
.section-padding { padding: 8rem 0; }
.section-padding-sm { padding: 4rem 0; }

@media (max-width: 900px) {
  .page-width { padding: 0 1.5rem; }
  .section-padding { padding: 5rem 0; }
}

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  padding: 1.1rem 2.5rem;
  border: 1px solid var(--color-amber);
  color: var(--color-amber);
  background: transparent;
  cursor: pointer;
  transition: all 0.4s ease;
  font-weight: 400;
  text-align: center;
}
.btn:hover {
  background: var(--color-amber);
  color: var(--color-espresso);
}
.btn-solid {
  background: var(--color-espresso);
  color: var(--color-cream);
  border-color: var(--color-espresso);
}
.btn-solid:hover {
  background: var(--color-amber);
  border-color: var(--color-amber);
  color: var(--color-espresso);
}
.btn-minimal {
  border: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--color-amber);
  color: var(--color-espresso);
}
.btn-minimal:hover {
  background: transparent;
  color: var(--color-amber);
}
.btn-light {
  border-color: rgba(245, 241, 232, 0.4);
  color: var(--color-cream);
}
.btn-light:hover {
  background: var(--color-cream);
  color: var(--color-espresso);
  border-color: var(--color-cream);
}

/* ---------- HEADER ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-cream);
  border-bottom: 1px solid rgba(212, 175, 122, 0.15);
  backdrop-filter: blur(12px);
}
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem 4rem;
}
.header-nav {
  display: flex;
  gap: 2rem;
}
.header-nav a {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-espresso);
  position: relative;
  padding: 0.5rem 0;
  transition: color 0.3s;
}
.header-nav a:hover { color: var(--color-amber); }
.header-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--color-amber);
  transition: all 0.3s;
  transform: translateX(-50%);
}
.header-nav a:hover::after { width: 100%; }

.header-logo {
  text-align: center;
}
.header-logo a {
  font-family: 'Italiana', serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  color: var(--color-espresso);
}
.header-logo img { max-width: 140px; margin: 0 auto; }

.header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  align-items: center;
}
.header-actions a {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-espresso);
}
.header-actions a:hover { color: var(--color-amber); }
.cart-count {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  margin-left: 0.25rem;
  color: var(--color-amber);
}

.menu-toggle { display: none; }

@media (max-width: 900px) {
  .header-inner { grid-template-columns: auto 1fr auto; padding: 1rem 1.5rem; }
  .header-nav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--color-cream);
    flex-direction: column;
    padding: 2rem;
    border-bottom: 1px solid rgba(212, 175, 122, 0.15);
    z-index: 99;
  }
  .header-nav.is-open { display: flex; }
  .menu-toggle {
    display: block;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }
  .header-logo a { font-size: 24px; }
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 90vh;
  background: var(--color-espresso);
  color: var(--color-cream);
  overflow: hidden;
  display: grid;
  place-items: center;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-media img, .hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}
.hero-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(212, 175, 122, 0.2) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
  animation: heroGlow 8s ease-in-out infinite alternate;
}
@keyframes heroGlow {
  0% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1.15); }
}
.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 6rem 2rem;
  max-width: 800px;
}
.hero .eyebrow {
  display: block;
  margin-bottom: 2rem;
  opacity: 0.85;
}
.hero h1 {
  font-family: 'Italiana', serif;
  font-size: clamp(60px, 10vw, 140px);
  line-height: 0.95;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
  color: var(--color-cream);
}
.hero-divider {
  width: 60px;
  height: 1px;
  background: var(--color-amber);
  margin: 2rem auto;
  opacity: 0.7;
}
.hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(18px, 2.5vw, 28px);
  color: var(--color-amber);
  font-weight: 300;
  margin-bottom: 3rem;
}

/* ---------- MANIFESTO / PHILOSOPHY ---------- */
.philosophy {
  background: var(--color-bone);
  text-align: center;
}
.philosophy-eyebrow { margin-bottom: 3rem; display: inline-block; }
.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  max-width: 1100px;
  margin: 4rem auto 0;
}
.philosophy-col h3 {
  font-family: 'Italiana', serif;
  font-size: 36px;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.philosophy-col p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.75;
}

@media (max-width: 900px) {
  .philosophy-grid { grid-template-columns: 1fr; gap: 3rem; }
}

/* ---------- FOUNDERS SECTION ---------- */
.founders {
  background: var(--color-espresso);
  color: var(--color-cream);
}
.founders-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.founders-text .eyebrow { color: var(--color-amber); margin-bottom: 1.5rem; display: block; }
.founders-text h2 {
  font-family: 'Italiana', serif;
  font-size: clamp(40px, 5vw, 64px);
  color: var(--color-cream);
  margin-bottom: 2rem;
  line-height: 1;
}
.founders-text h2 em {
  font-family: 'Cormorant Garamond', serif;
  color: var(--color-amber);
  font-weight: 300;
}
.founders-text p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  line-height: 1.7;
  color: rgba(245, 241, 232, 0.85);
  margin-bottom: 1.5rem;
}
.founders-text p strong {
  color: var(--color-amber);
  font-weight: 400;
}
.founders-promise {
  border-left: 1px solid var(--color-amber);
  padding: 1rem 0 1rem 2rem;
  margin-top: 2rem;
}
.founders-promise p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 22px;
  margin: 0;
  color: var(--color-cream);
}
.founders-image {
  background: rgba(212, 175, 122, 0.08);
  border: 1px solid rgba(212, 175, 122, 0.2);
  aspect-ratio: 3/4;
  position: relative;
  overflow: hidden;
}
.founders-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.founders-image-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}
.founders-image-fallback .mark {
  font-family: 'Italiana', serif;
  font-size: 120px;
  color: var(--color-amber);
  line-height: 1;
  margin-bottom: 1rem;
}
.founders-image-fallback p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: rgba(245, 241, 232, 0.6);
  max-width: 280px;
}

@media (max-width: 900px) {
  .founders-inner { grid-template-columns: 1fr; gap: 3rem; }
}

/* ---------- FEATURED SERVICES ---------- */
.featured-services {
  background: var(--color-cream);
}
.section-intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  margin-bottom: 5rem;
  align-items: end;
}
.section-intro .label {
  border-top: 1px solid rgba(212, 175, 122, 0.4);
  padding-top: 1rem;
}
.section-intro .label .num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--color-amber);
  display: block;
  margin-bottom: 0.5rem;
}
.section-intro h2 {
  font-family: 'Italiana', serif;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.005em;
}
.section-intro h2 em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--color-amber);
  font-weight: 300;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.service-card {
  background: var(--color-espresso);
  color: var(--color-cream);
  padding: 3rem 2.5rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease;
  display: flex;
  flex-direction: column;
  min-height: 480px;
}
.service-card-image {
  margin: -3rem -2.5rem 2rem;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  
.service-card-image img {
  width: auto;
  max-width: 100%;
  max-height: 400px;
  height: auto;
  object-fit: contain;
  transition: transform 1s ease;
}
```

**Reemplázalo completamente con:**

```css
.service-card-image img {
  width: auto;
  max-width: 100%;
  max-height: 400px;
  height: auto;
  object-fit: contain;
  transition: transform 1s ease;
}
```

Click **"Save"** 👍
}
}
}
.service-card:hover .service-card-image img { transform: scale(1.05); }
.service-card .eyebrow {
  color: var(--color-amber);
  margin-bottom: 1rem;
}
.service-card h3 {
  font-family: 'Italiana', serif;
  font-size: 32px;
  color: var(--color-cream);
  margin-bottom: 1rem;
  line-height: 1.1;
}
.service-card p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: rgba(245, 241, 232, 0.7);
  margin-bottom: 1.5rem;
  flex: 1;
}
.service-card .meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(212, 175, 122, 0.8);
}
.service-card .meta span:not(:last-child)::after {
  content: ' · ';
  margin-left: 1rem;
}

@media (max-width: 900px) {
  .section-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .services-grid { grid-template-columns: 1fr; }
}

/* ---------- RITUAL QUIZ ---------- */
.ritual-quiz {
  background: var(--color-bone);
  text-align: center;
}
.quiz-container {
  max-width: 700px;
  margin: 0 auto;
}
.quiz-question {
  display: none;
}
.quiz-question.active { display: block; }
.quiz-question h3 {
  font-family: 'Italiana', serif;
  font-size: clamp(32px, 5vw, 56px);
  margin-bottom: 3rem;
  line-height: 1.1;
}
.quiz-options {
  display: grid;
  gap: 1rem;
}
.quiz-option {
  padding: 1.5rem 2rem;
  background: var(--color-cream);
  border: 1px solid rgba(212, 175, 122, 0.3);
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-style: italic;
  cursor: pointer;
  transition: all 0.3s;
  text-align: left;
}
.quiz-option:hover {
  border-color: var(--color-amber);
  background: var(--color-amber);
  color: var(--color-espresso);
}
.quiz-result {
  display: none;
}
.quiz-result.active { display: block; }
.quiz-result h3 {
  font-family: 'Italiana', serif;
  font-size: clamp(40px, 6vw, 64px);
  margin-bottom: 1.5rem;
  color: var(--color-amber-deep, #A88555);
}
.quiz-result p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 20px;
  max-width: 500px;
  margin: 0 auto 2.5rem;
  opacity: 0.8;
}
.quiz-progress {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 3rem;
}
.quiz-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(212, 175, 122, 0.25);
  transition: all 0.3s;
}
.quiz-dot.active {
  background: var(--color-amber);
  transform: scale(1.3);
}

/* ---------- TESTIMONIAL ---------- */
.testimonial-section {
  background: var(--color-espresso);
  color: var(--color-cream);
  text-align: center;
  padding: 8rem 2rem;
}
.testimonial-quote {
  font-family: 'Italiana', serif;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.3;
  max-width: 900px;
  margin: 0 auto 3rem;
  font-weight: 400;
  letter-spacing: -0.005em;
}
.testimonial-quote::before { content: '"'; color: var(--color-amber); }
.testimonial-quote::after { content: '"'; color: var(--color-amber); }
.testimonial-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--color-amber);
  letter-spacing: 0.05em;
}

/* ---------- EMAIL CAPTURE ---------- */
.email-capture {
  background: var(--color-cream);
  text-align: center;
  padding: 8rem 2rem;
}
.email-capture h2 {
  font-family: 'Italiana', serif;
  font-size: clamp(48px, 7vw, 84px);
  margin-bottom: 1rem;
  line-height: 0.95;
}
.email-capture p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 3rem;
  opacity: 0.7;
}
.email-form {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(212, 175, 122, 0.4);
  padding-bottom: 0.5rem;
}
.email-form input {
  flex: 1;
  background: transparent;
  border: none;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 20px;
  padding: 0.75rem 0;
  outline: none;
}
.email-form input::placeholder { color: rgba(26, 18, 8, 0.4); }
.email-form button {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-amber);
  padding: 0 1rem;
  font-weight: 400;
}
.email-form button:hover { color: var(--color-espresso); }

/* ---------- INSTAGRAM GRID ---------- */
.instagram-grid {
  background: var(--color-bone);
  padding: 6rem 0;
  text-align: center;
}
.instagram-grid .eyebrow { margin-bottom: 1rem; display: inline-block; }
.instagram-grid h3 {
  font-family: 'Italiana', serif;
  font-size: clamp(36px, 5vw, 56px);
  margin-bottom: 3rem;
}
.instagram-feed {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
}
.instagram-feed a {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: var(--color-espresso);
  position: relative;
}
.instagram-feed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s, transform 0.6s;
}
.instagram-feed a:hover img { opacity: 0.6; transform: scale(1.05); }

@media (max-width: 900px) {
  .instagram-feed { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- FOOTER ---------- */
.site-footer {
  background: var(--color-espresso);
  color: rgba(245, 241, 232, 0.65);
  padding: 6rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(212, 175, 122, 0.15);
}
.footer-brand .logo {
  font-family: 'Italiana', serif;
  font-size: 36px;
  color: var(--color-cream);
  margin-bottom: 1.5rem;
  display: block;
}
.footer-brand p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 17px;
  max-width: 300px;
  line-height: 1.6;
}
.footer-col h4 {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-amber);
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.footer-col ul li {
  margin-bottom: 0.75rem;
}
.footer-col ul li a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: rgba(245, 241, 232, 0.7);
  transition: color 0.3s;
}
.footer-col ul li a:hover { color: var(--color-amber); }
.footer-bottom {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.4);
}

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
}

/* ---------- PRODUCT / SERVICE PAGE ---------- */
.product-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 4rem 0;
}
.product-images {
  position: sticky;
  top: 100px;
  height: fit-content;
}
.product-image-main {
  aspect-ratio: 4/5;
  background: var(--color-bone);
  margin-bottom: 1rem;
  overflow: hidden;
}
.product-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
.product-thumbs img {
  aspect-ratio: 1/1;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.product-thumbs img:hover, .product-thumbs img.active { opacity: 1; }

.product-details .eyebrow { margin-bottom: 1rem; display: block; }
.product-details h1 {
  font-family: 'Italiana', serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
  margin-bottom: 1.5rem;
}
.product-meta {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(212, 175, 122, 0.2);
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-style: italic;
}
.product-meta .price { color: var(--color-amber); font-size: 22px; }
.product-description {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  opacity: 0.85;
}
.product-description p { margin-bottom: 1.5rem; }
.product-form-actions {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.product-treated-by {
  background: var(--color-bone);
  padding: 1.5rem;
  border-left: 1px solid var(--color-amber);
  margin-bottom: 2rem;
}
.product-treated-by .eyebrow { margin-bottom: 0.5rem; display: block; }
.product-treated-by p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-style: italic;
}

@media (max-width: 900px) {
  .product-page { grid-template-columns: 1fr; gap: 3rem; padding: 2rem 0; }
  .product-images { position: relative; top: 0; }
}

/* ---------- COLLECTION ---------- */
.collection-page { padding: 4rem 0; }
.collection-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 5rem;
}
.collection-header .eyebrow { margin-bottom: 1.5rem; display: inline-block; }
.collection-header h1 {
  font-family: 'Italiana', serif;
  font-size: clamp(56px, 8vw, 104px);
  line-height: 0.95;
  margin-bottom: 1.5rem;
}
.collection-header p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 20px;
  opacity: 0.7;
}
.collection-filter {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid rgba(212, 175, 122, 0.2);
  padding-bottom: 2rem;
}
.collection-filter a {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  padding: 0.5rem 0;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.collection-filter a.active, .collection-filter a:hover {
  border-bottom-color: var(--color-amber);
  color: var(--color-amber);
}
.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 900px) {
  .collection-filter { flex-wrap: wrap; gap: 1rem; }
  .collection-grid { grid-template-columns: 1fr; }
}

/* ---------- PRODUCT CARD ---------- */
.product-card {
  display: block;
  position: relative;
  text-align: left;
}
.product-card-image {
  aspect-ratio: 4/5;
  background: var(--color-bone);
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
.product-card:hover .product-card-image img { transform: scale(1.04); }
.product-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.product-card .meta {
  display: flex;
  gap: 1rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  opacity: 0.7;
}
.product-card .price { color: var(--color-amber); }

/* ---------- CART ---------- */
.cart-page { padding: 4rem 0 8rem; }
.cart-header {
  text-align: center;
  margin-bottom: 4rem;
}
.cart-header h1 {
  font-family: 'Italiana', serif;
  font-size: clamp(56px, 7vw, 96px);
  margin-bottom: 0.5rem;
}
.cart-header p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  opacity: 0.7;
}
.cart-items {
  border-top: 1px solid rgba(212, 175, 122, 0.2);
  margin-bottom: 3rem;
}
.cart-item {
  display: grid;
  grid-template-columns: 100px 1fr auto auto;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(212, 175, 122, 0.15);
}
.cart-item-image {
  aspect-ratio: 1/1;
  background: var(--color-bone);
  overflow: hidden;
}
.cart-item-details h4 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  margin-bottom: 0.25rem;
}
.cart-item-details .meta {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 15px;
  opacity: 0.7;
}
.cart-quantity {
  display: flex;
  align-items: center;
  border: 1px solid rgba(212, 175, 122, 0.3);
}
.cart-quantity button {
  width: 36px;
  height: 36px;
  font-size: 14px;
}
.cart-quantity input {
  width: 50px;
  text-align: center;
  background: transparent;
  border: none;
  font-family: 'Inter', sans-serif;
}
.cart-totals {
  max-width: 400px;
  margin-left: auto;
  text-align: right;
}
.cart-subtotal {
  font-family: 'Italiana', serif;
  font-size: 32px;
  margin-bottom: 0.5rem;
}
.cart-subtotal-label {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  margin-right: 1rem;
  opacity: 0.6;
}
.cart-tax-note {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 2rem;
}

@media (max-width: 900px) {
  .cart-item { grid-template-columns: 80px 1fr; gap: 1rem; }
  .cart-item-quantity, .cart-item-price { grid-column: 2; }
}

/* ---------- PAGE TEMPLATE ---------- */
.page-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 6rem 0;
}
.page-content h1 {
  font-family: 'Italiana', serif;
  font-size: clamp(48px, 6vw, 84px);
  margin-bottom: 3rem;
  text-align: center;
  line-height: 0.95;
}
.page-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin: 3rem 0 1rem;
}
.page-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  margin: 2rem 0 1rem;
}
.page-content p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.page-content ul {
  margin: 1rem 0 1.5rem 2rem;
}
.page-content ul li {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0.5rem;
  list-style: disc;
}

/* ---------- WHATSAPP FLOATING ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 56px;
  height: 56px;
  background: var(--color-espresso);
  color: var(--color-amber);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 90;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  transition: all 0.3s;
}
.whatsapp-float:hover {
  background: var(--color-amber);
  color: var(--color-espresso);
  transform: scale(1.1);
}
.whatsapp-float svg {
  width: 26px;
  height: 26px;
}

/* ---------- REVEAL ANIMATIONS ---------- */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- UTILITIES ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.divider {
  height: 1px;
  background: rgba(212, 175, 122, 0.2);
  margin: 4rem 0;
}
