@font-face {
  font-family: 'Dream Avenue';
  src: url('fonts/DreamAvenue.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --fwea-coral: #fe4c19;
  --fwea-coral-dark: #c93a10;
  --fwea-paper: #f1e2c2;
  --fwea-paper-light: #faeed3;
  --fwea-sepia: #6b4423;
  --fwea-ink: #1d1410;
  --fwea-muted: #8b6f4d;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  color: var(--fwea-ink);
  background: var(--fwea-paper);
}

/* Aged paper texture via SVG noise */
.paper-bg {
  background-color: var(--fwea-paper);
  background-image:
    radial-gradient(ellipse at top left, rgba(196,80,43,0.08), transparent 60%),
    radial-gradient(ellipse at bottom right, rgba(29,20,16,0.12), transparent 60%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.42  0 0 0 0 0.27  0 0 0 0 0.13  0 0 0 0.18 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

::selection { background: var(--fwea-coral); color: var(--fwea-paper-light); }

/* Logo */
.fwea-logo {
  font-family: 'Dream Avenue', 'Playfair Display', serif;
  font-weight: 400;
  color: var(--fwea-coral) !important;
  letter-spacing: 0;
  font-size: 2.2rem;
  text-transform: lowercase;
  line-height: 1;
}
.fwea-logo.small-logo { font-size: 3rem; }

/* Nav */
.fwea-nav {
  background: rgba(232, 217, 184, 0.85);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(107,68,35,0.2);
}
.fwea-nav .nav-link {
  color: var(--fwea-ink);
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
}
.fwea-nav .nav-link:hover { color: var(--fwea-coral); }
.fwea-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 50%;
  width: 0; height: 1px;
  background: var(--fwea-coral);
  transition: all .3s;
}
.fwea-nav .nav-link:hover::after { width: 80%; left: 10%; }

/* Hero */
.hero {
  min-height: 92vh;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(107,68,35,0.25);
}
.hero::before, .hero::after {
  content: '';
  position: absolute;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(196,80,43,0.18), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero::before { top: -80px; left: -80px; }
.hero::after { bottom: -80px; right: -80px; }

.hero-eyebrow {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.4em;
  color: var(--fwea-sepia);
  font-size: 0.85rem;
}
.hero-logo {
  font-family: 'Dream Avenue', 'Playfair Display', serif;
  font-weight: 400;
  color: var(--fwea-coral);
  font-size: clamp(7rem, 22vw, 18rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: lowercase;
  margin: 0;
  text-shadow: 4px 4px 0 rgba(29,20,16,0.06);
}
.hero-tag {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--fwea-ink);
}
.hero-sub {
  max-width: 540px;
  font-size: 1.25rem;
  color: var(--fwea-sepia);
}
.stamp {
  position: absolute;
  top: 20px; right: 20px;
  border: 2px solid var(--fwea-coral);
  color: var(--fwea-coral);
  padding: 0.5rem 1rem;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  transform: rotate(-8deg);
  opacity: 0.8;
}
.stamp em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  text-transform: lowercase;
  font-size: 1.4rem;
  margin-left: 0.4rem;
}

/* Buttons */
.btn-fwea {
  background: var(--fwea-coral);
  color: var(--fwea-paper-light);
  border: 2px solid var(--fwea-coral);
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.85rem;
  border-radius: 0;
  transition: all .25s;
}
.btn-fwea:hover { background: var(--fwea-coral-dark); border-color: var(--fwea-coral-dark); color: var(--fwea-paper-light); transform: translateY(-2px); }
.btn-outline-fwea {
  background: transparent;
  color: var(--fwea-ink);
  border: 2px solid var(--fwea-ink);
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.85rem;
  border-radius: 0;
}
.btn-outline-fwea:hover { background: var(--fwea-ink); color: var(--fwea-paper); }

/* Sections */
.py-section { padding: 6rem 0; }
.kicker {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8rem;
  color: var(--fwea-coral);
  margin-bottom: 0.5rem;
}
.kicker.light { color: var(--fwea-paper); }
.section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
}
.section-title.light { color: var(--fwea-paper); }
.script {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  text-transform: none;
  color: var(--fwea-coral);
  letter-spacing: 0;
}
.script-lg {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 2rem;
  color: var(--fwea-coral);
}
.lead-serif {
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--fwea-ink);
}
.lead-serif.light { color: rgba(232,217,184,0.85); }
.lead-serif strong { color: var(--fwea-coral); }

/* Vintage frame */
.vintage-frame {
  border: 1px solid rgba(107,68,35,0.4);
  background: var(--fwea-paper-light);
  box-shadow: 0 30px 60px -30px rgba(29,20,16,0.4), inset 0 0 60px rgba(107,68,35,0.15);
  position: relative;
}
.vintage-frame::before {
  content: ''; position: absolute; inset: 8px;
  border: 1px dashed rgba(107,68,35,0.3);
  pointer-events: none;
}
.frame-inner {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 2rem; text-align: center;
}
.frame-stat { display: flex; flex-direction: column; align-items: center; }
.frame-stat .num {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(3rem, 8vw, 5.5rem);
  line-height: 1;
  color: var(--fwea-coral);
}
.frame-stat .num small { font-size: 0.4em; vertical-align: super; }
.frame-stat .lbl {
  font-family: 'Caveat', cursive;
  font-size: 1.3rem;
  color: var(--fwea-sepia);
}
.frame-divider { width: 50%; height: 1px; background: rgba(107,68,35,0.4); margin: 0.8rem 0; }
.frame-caption {
  font-family: 'Caveat', cursive;
  font-size: 1.1rem;
  color: var(--fwea-muted);
  margin-top: 1rem; margin-bottom: 0;
}

/* Dark strip */
.dark-strip {
  background: var(--fwea-ink);
  color: var(--fwea-paper);
  position: relative;
}
.dark-strip::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.9  0 0 0 0 0.85  0 0 0 0 0.7  0 0 0 0.06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  pointer-events: none;
}
.dark-strip > .container { position: relative; z-index: 1; }
.dark-strip.soft { background: #2a1d15; }

/* Element cards */
.element-card {
  border: 1px solid rgba(232,217,184,0.2);
  padding: 2rem 1.5rem;
  height: 100%;
  background: rgba(232,217,184,0.04);
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.element-card:hover {
  border-color: var(--fwea-coral);
  background: rgba(196,80,43,0.08);
  transform: translateY(-4px);
}
.element-card i {
  font-size: 2rem;
  color: var(--fwea-coral);
  margin-bottom: 0.8rem;
  display: block;
}
.element-card h5 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1rem;
  color: var(--fwea-paper);
}
.element-card p {
  color: rgba(232,217,184,0.7);
  font-size: 1rem;
  margin: 0;
}
.element-card.fifth {
  background: linear-gradient(135deg, rgba(196,80,43,0.15), rgba(196,80,43,0.05));
  border: 1px solid var(--fwea-coral);
  padding: 2.5rem;
}
.element-card.fifth h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 900;
  color: var(--fwea-coral);
  font-size: 2.5rem;
}
.element-card.fifth p { color: rgba(232,217,184,0.85); font-size: 1.15rem; }
.badge-5 {
  position: absolute;
  top: 1.2rem; right: 1.5rem;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 6rem;
  font-weight: 900;
  color: rgba(196,80,43,0.3);
  line-height: 0.8;
}

/* Pillars */
.pillar {
  border-top: 2px solid var(--fwea-coral);
  padding: 1.5rem 0.5rem 0.5rem;
}
.pillar h4 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  color: var(--fwea-ink);
  margin-bottom: 0.8rem;
}
.pillar p { color: var(--fwea-sepia); }

/* Swatches */
.swatches .swatch {
  aspect-ratio: 4/3;
  border: 1px solid rgba(107,68,35,0.25);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1rem;
  color: var(--fwea-paper-light);
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.swatches .swatch span { font-weight: 700; font-size: 0.9rem; }
.swatches .swatch small { opacity: 0.8; font-size: 0.75rem; letter-spacing: 0.2em; }

/* Type cards */
.type-card {
  border: 1px solid rgba(107,68,35,0.25);
  padding: 1.5rem;
  text-align: center;
  background: var(--fwea-paper-light);
}
.type-card .t-sample {
  display: block;
  font-size: 5rem;
  line-height: 1;
  color: var(--fwea-coral);
  margin-bottom: 0.8rem;
}
.type-card h6 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
}
.type-card small { color: var(--fwea-sepia); font-style: italic; }

/* Product cards */
.product-card {
  background: rgba(232,217,184,0.06);
  border: 1px solid rgba(232,217,184,0.15);
  padding: 1rem;
  height: 100%;
  transition: all .3s;
}
.product-card:hover { border-color: var(--fwea-coral); transform: translateY(-4px); }
.product-img {
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
  position: relative;
}
.product-img::after {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.5  0 0 0 0 0.3  0 0 0 0 0.15  0 0 0 0.15 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay;
}
.product-card h5 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--fwea-paper);
  margin-bottom: 0.2rem;
}
.product-card .meta {
  font-family: 'Caveat', cursive;
  color: var(--fwea-coral);
  margin-bottom: 0.2rem;
}
.product-card .price {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.1em;
  color: rgba(232,217,184,0.7);
  margin: 0;
  font-size: 0.9rem;
}

/* Form */
.input-fwea {
  background: var(--fwea-paper-light);
  border: 2px solid var(--fwea-ink);
  border-radius: 0;
  font-family: 'Cormorant Garamond', serif;
}
.input-fwea:focus { background: var(--fwea-paper-light); border-color: var(--fwea-coral); box-shadow: none; }

/* Contact card */
.contact-card {
  background: var(--fwea-ink);
  color: var(--fwea-paper);
  padding: 2rem;
  border: 1px solid var(--fwea-coral);
}
.contact-card h5 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 900;
  color: var(--fwea-coral);
  font-size: 1.6rem;
}
.contact-card a { color: var(--fwea-paper); transition: color .2s; }
.contact-card a:hover { color: var(--fwea-coral); }

/* Footer */
.fwea-footer {
  background: var(--fwea-ink);
  color: rgba(232,217,184,0.7);
  border-top: 1px solid rgba(196,80,43,0.3);
}
.fwea-footer .fwea-logo { color: var(--fwea-coral) !important; }

/* Reduce padding mobile */
@media (max-width: 767px) {
  .py-section { padding: 4rem 0; }
  .stamp { display: none; }
}
