/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  background: linear-gradient(160deg, #F5EFE6 0%, #EDE4D6 50%, #E8DCCF 100%);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 60% 40% at 80% 50%, rgba(196,120,90,0.08) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 20% 80%, rgba(138,158,124,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.hero-inner {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 80px 60px 40px;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.hero-text { flex: 1; min-width: 0; }
.hero-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C4785A;
  font-weight: 500;
  margin-bottom: 20px;
}
.hero-headline {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 700;
  color: #1E1A17;
  margin-bottom: 28px;
  font-style: italic;
  line-height: 1.05;
}
.hero-sub {
  font-size: 1.1rem;
  color: #5C4F44;
  max-width: 380px;
  font-weight: 300;
  line-height: 1.7;
}

/* Hero Visual */
.hero-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.hero-card-stack {
  position: relative;
  width: 340px;
  height: 320px;
}
.hero-card {
  position: absolute;
  border-radius: 12px;
}
.hero-card-back {
  width: 280px; height: 220px;
  background: #D4BAA5;
  top: 30px; left: 30px;
  opacity: 0.4;
}
.hero-card-mid {
  width: 280px; height: 220px;
  background: #C4A07E;
  top: 15px; left: 50px;
  opacity: 0.6;
}
.hero-card-front {
  width: 300px; height: 240px;
  background: #F0E6D3;
  top: 0; left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1.5px solid rgba(196,120,90,0.2);
  overflow: visible;
}
.hero-coaster {
  width: 80px; height: 100px;
  border-radius: 8px;
  background: linear-gradient(135deg, #C4785A, #A85F42);
  position: relative;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  transition: transform 0.3s ease;
}
.hero-coaster:hover { transform: rotate(-3deg) translateY(-4px); }
.hero-coaster::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 4px;
}
.hero-coaster-1 { transform: rotate(-5deg); }
.hero-coaster-2 { transform: rotate(2deg); }
.hero-coaster-3 { transform: rotate(-2deg) scale(0.95); }
.hero-fringe {
  position: absolute;
  top: -8px;
  height: 8px;
  background: repeating-linear-gradient(90deg, #F0E6D3 0px, #F0E6D3 4px, transparent 4px, transparent 7px);
  border-radius: 4px 4px 0 0;
  width: 300px;
  left: 40px;
}
.hero-fringe-l, .hero-fringe-r {
  position: absolute;
  width: 8px;
  height: 240px;
  background: repeating-linear-gradient(0deg, #F0E6D3 0px, #F0E6D3 4px, transparent 4px, transparent 7px);
  left: 40px;
  top: 0;
}
.hero-fringe-r { left: 332px; }

/* Ticker */
.hero-ticker {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 18px 60px;
  background: #1E1A17;
  color: #F5EFE6;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  overflow: hidden;
  white-space: nowrap;
}
.hero-ticker span { padding: 0 20px; }
.hero-ticker .dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: #C4785A;
  padding: 0;
  flex-shrink: 0;
}

/* ===== MANIFESTO ===== */
.manifesto {
  background: #1E1A17;
  color: #F5EFE6;
  padding: 100px 60px;
}
.manifesto-inner {
  max-width: 900px;
  margin: 0 auto;
}
.manifesto-rule {
  width: 60px;
  height: 2px;
  background: #C4785A;
  margin-bottom: 40px;
}
.manifesto-quote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 48px;
  color: #F5EFE6;
}
.manifesto-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 64px;
}
.manifesto-body p {
  font-size: 1rem;
  line-height: 1.8;
  color: #C4B8A8;
  font-weight: 300;
}
.manifesto-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  border-top: 1px solid rgba(245,239,230,0.1);
  padding-top: 48px;
}
.pillar-num {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: #C4785A;
  margin-bottom: 12px;
  font-weight: 500;
}
.pillar h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.pillar p {
  font-size: 0.875rem;
  color: #8A7E72;
  line-height: 1.7;
  font-weight: 300;
}

/* ===== COLLECTION ===== */
.collection {
  background: #F5EFE6;
  padding: 100px 60px;
}
.collection-inner { max-width: 1100px; margin: 0 auto; }
.collection-header { margin-bottom: 64px; }
.section-label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C4785A;
  margin-bottom: 16px;
  font-weight: 500;
}
.collection-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #1E1A17;
  font-style: italic;
}
.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.product-card {
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(30,26,23,0.12);
}
.product-card-terracotta { background: #F9F3EC; }
.product-card-sage { background: #F0F3EC; }
.product-card-dusk { background: #F3EEF0; }
.product-visual {
  padding: 36px 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.product-pattern {
  width: 100%;
  height: 160px;
  border-radius: 10px;
  background: linear-gradient(135deg, #C4785A 0%, #9B6247 40%, #C4785A 60%, #E8A882 100%);
  position: relative;
  overflow: hidden;
}
.product-pattern::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.06) 0px, rgba(255,255,255,0.06) 2px, transparent 2px, transparent 12px),
    repeating-linear-gradient(-45deg, rgba(255,255,255,0.04) 0px, rgba(255,255,255,0.04) 2px, transparent 2px, transparent 12px);
}
.product-pattern::after {
  content: '';
  position: absolute;
  inset: 20px;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 6px;
}
.product-pattern-sage {
  background: linear-gradient(135deg, #8A9E7C 0%, #6B7E60 40%, #8A9E7C 60%, #A4B896 100%);
}
.product-pattern-dusk {
  background: linear-gradient(135deg, #7A4F5A 0%, #5C3842 40%, #7A4F5A 60%, #9E6B78 100%);
}
.product-fringe-row {
  display: flex;
  gap: 8px;
}
.fringe-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #C4785A;
}
.fringe-dot-sage { background: #8A9E7C; }
.fringe-dot-dusk { background: #7A4F5A; }
.product-info {
  padding: 0 28px 28px;
}
.product-info h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1E1A17;
}
.product-info p {
  font-size: 0.85rem;
  color: #6B5D52;
  line-height: 1.6;
  margin-bottom: 12px;
  font-weight: 300;
}
.product-tag {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C4785A;
  border: 1px solid rgba(196,120,90,0.3);
  padding: 4px 10px;
  border-radius: 20px;
}

/* ===== GIFTING ===== */
.gifting {
  background: #E8DCCF;
  padding: 100px 60px;
}
.gifting-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}
.gifting-text { flex: 1; }
.gifting-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-style: italic;
  margin-bottom: 20px;
  color: #1E1A17;
}
.gifting-text p {
  font-size: 1rem;
  color: #6B5D52;
  line-height: 1.8;
  margin-bottom: 36px;
  font-weight: 300;
}
.gifting-occasions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.occasion {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #5C4F44;
  font-weight: 500;
}
.occasion-icon {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #C4785A;
  flex-shrink: 0;
}
.gifting-visual {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gift-box-lid {
  width: 140px; height: 20px;
  background: #C4785A;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.gift-box-lid::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px; height: 16px;
  background: #9B6247;
  border-radius: 4px 4px 0 0;
}
.gift-box-body {
  width: 140px; height: 100px;
  background: #C4785A;
  border-radius: 0 0 6px 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift-band {
  width: 20px; height: 100%;
  background: #9B6247;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* ===== CLOSING ===== */
.closing {
  background: #1E1A17;
  padding: 100px 60px;
  text-align: center;
}
.closing-inner { max-width: 600px; margin: 0 auto; }
.closing-headline {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 700;
  font-style: italic;
  color: #C4785A;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.closing-body {
  font-size: 1.1rem;
  color: #8A7E72;
  font-weight: 300;
  margin-bottom: 48px;
}
.closing-rule {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #C4785A, transparent);
  margin: 0 auto;
}

/* ===== FOOTER ===== */
.footer {
  background: #141110;
  padding: 40px 60px;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-style: italic;
  color: #F5EFE6;
  display: block;
  margin-bottom: 4px;
}
.footer-tagline {
  font-size: 0.75rem;
  color: #5C4F44;
  font-weight: 300;
}
.footer-nav {
  display: flex;
  gap: 28px;
}
.footer-nav a {
  font-size: 0.8rem;
  color: #8A7E72;
  transition: color 0.2s;
}
.footer-nav a:hover { color: #C4785A; }
.footer-copy {
  font-size: 0.75rem;
  color: #5C4F44;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(245,239,230,0.06);
  margin-top: 8px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .hero-inner { flex-direction: column; padding: 60px 32px 32px; }
  .hero-visual { min-height: 260px; }
  .hero-card-stack { transform: scale(0.8); transform-origin: center; }
  .manifesto-body { grid-template-columns: 1fr; gap: 24px; }
  .manifesto-pillars { grid-template-columns: 1fr; }
  .collection-grid { grid-template-columns: 1fr; gap: 20px; }
  .gifting-inner { flex-direction: column; }
  .gifting-visual { display: none; }
}
@media (max-width: 600px) {
  .hero-inner { padding: 48px 24px 24px; }
  .hero-headline { font-size: 2.8rem; }
  .manifesto, .collection, .gifting, .closing { padding: 60px 24px; }
  .footer { padding: 40px 24px; }
  .footer-nav { gap: 16px; }
  .hero-ticker { padding: 14px 24px; }
}