/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #F5F0EB;
  --bg-alt: #EDE6DD;
  --dark: #2C1810;
  --dark-mid: #3D2215;
  --accent: #C8956C;
  --accent-warm: #B07850;
  --cream: #FAF7F3;
  --ink: #1A0F08;
  --muted: #7A5C44;
  --rule: #D4C4B0;
}

html { font-size: 16px; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Lora', Georgia, serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* === NAVIGATION === */
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  border-bottom: 1px solid var(--rule);
}
.nav-brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 900;
  font-size: 1.25rem;
  color: var(--dark);
  letter-spacing: -0.02em;
}
.nav-tagline {
  font-size: 0.8rem;
  color: var(--muted);
  font-style: italic;
  letter-spacing: 0.05em;
}

/* === HERO === */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
  border-bottom: 1px solid var(--rule);
}
.hero-left {
  padding: 5rem 4rem 5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--bg);
}
.hero-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-bottom: 2rem;
  font-family: 'Lora', serif;
}
.hero-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 900;
  line-height: 1.05;
  color: var(--dark);
  margin-bottom: 1.75rem;
  letter-spacing: -0.03em;
}
.hero-sub {
  font-size: 1.05rem;
  color: var(--dark-mid);
  max-width: 38ch;
  margin-bottom: 2rem;
  line-height: 1.75;
}
.hero-divider {
  width: 48px;
  height: 1px;
  background: var(--accent);
  margin-bottom: 1.5rem;
}
.hero-detail {
  font-size: 0.85rem;
  color: var(--muted);
  font-style: italic;
}

.hero-right {
  background: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.wood-grain-panel {
  width: 100%;
  max-width: 380px;
  aspect-ratio: 3/4;
  background: #1A0F08;
  border-radius: 2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* wood grain texture via CSS */
.wood-grain-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    87deg,
    transparent 0px,
    transparent 18px,
    rgba(255,255,255,0.015) 18px,
    rgba(255,255,255,0.015) 20px
  ),
  repeating-linear-gradient(
    93deg,
    transparent 0px,
    transparent 35px,
    rgba(0,0,0,0.08) 35px,
    rgba(0,0,0,0.08) 36px
  ),
  repeating-linear-gradient(
    89deg,
    transparent 0px,
    transparent 70px,
    rgba(200,149,108,0.04) 70px,
    rgba(200,149,108,0.04) 72px
  );
  pointer-events: none;
}

.grain-line {
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: rgba(200,149,108,0.08);
}
.grain-line:nth-child(1) { top: 12%; }
.grain-line:nth-child(2) { top: 24%; }
.grain-line:nth-child(3) { top: 48%; }
.grain-line:nth-child(4) { top: 65%; }
.grain-line:nth-child(5) { top: 82%; }

.grain-texture {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 40%, rgba(200,149,108,0.12) 0%, transparent 60%),
              radial-gradient(ellipse at 75% 80%, rgba(0,0,0,0.3) 0%, transparent 50%);
}

.engraving-mark {
  position: absolute;
  font-family: 'Playfair Display', serif;
  font-size: 0.7rem;
  font-style: italic;
  color: rgba(200,149,108,0.55);
  letter-spacing: 0.02em;
  padding: 0 1.5rem;
  text-align: center;
  line-height: 1.4;
}
.engraving-mark-1 {
  top: 30%;
  transform: rotate(-2deg);
}
.engraving-mark-2 {
  bottom: 22%;
  transform: rotate(1deg);
  font-style: normal;
  font-weight: 700;
  font-size: 0.8rem;
  color: rgba(200,149,108,0.35);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* === MANIFESTO === */
.manifesto {
  background: var(--dark);
  color: var(--cream);
  padding: 7rem 3rem;
}
.manifesto-inner {
  max-width: 760px;
  margin: 0 auto;
}
.manifesto-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 1.5rem;
}
.manifesto-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--cream);
  margin-bottom: 3rem;
  letter-spacing: -0.02em;
}
.manifesto-body p {
  font-size: 1rem;
  color: rgba(245,240,235,0.72);
  margin-bottom: 1.25rem;
  line-height: 1.85;
}
.manifesto-body em {
  color: var(--cream);
  font-style: italic;
}

/* === PRODUCTS === */
.products {
  background: var(--bg);
  padding: 7rem 3rem;
  border-bottom: 1px solid var(--rule);
}
.products-header {
  text-align: center;
  margin-bottom: 4rem;
}
.section-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted);
  margin-bottom: 1rem;
}
.products-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.02em;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1100px;
  margin: 0 auto;
  background: var(--rule);
  border: 1px solid var(--rule);
}
.product-card {
  background: var(--bg);
  display: flex;
  flex-direction: column;
}
.product-visual {
  background: var(--dark);
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 2rem;
}
.product-engraving {
  text-align: center;
}
.engraving-icon {
  color: rgba(200,149,108,0.4);
  margin-bottom: 1.5rem;
}
.product-quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.9rem;
  color: rgba(200,149,108,0.75);
  line-height: 1.5;
  max-width: 24ch;
  margin: 0 auto;
}
.product-info {
  padding: 2rem;
  flex: 1;
}
.product-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.75rem;
}
.product-info p {
  font-size: 0.88rem;
  color: var(--dark-mid);
  margin-bottom: 1rem;
  line-height: 1.75;
}
.product-detail {
  font-size: 0.78rem;
  color: var(--muted);
  font-style: italic;
}

/* === MOOD === */
.mood {
  background: var(--dark);
  color: var(--cream);
  padding: 7rem 3rem;
  border-bottom: 1px solid rgba(200,149,108,0.15);
}
.mood-inner {
  max-width: 900px;
  margin: 0 auto;
}
.mood-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 3rem;
  text-align: center;
}
.mood-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.mood-item {
  text-align: center;
}
.mood-icon {
  color: var(--accent);
  margin-bottom: 1.25rem;
}
.mood-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 0.75rem;
}
.mood-desc {
  font-size: 0.85rem;
  color: rgba(245,240,235,0.55);
  line-height: 1.7;
}

/* === CLOSING === */
.closing {
  background: var(--bg-alt);
  padding: 7rem 3rem;
  border-bottom: 1px solid var(--rule);
}
.closing-inner {
  max-width: 680px;
  margin: 0 auto;
}
.closing-quote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-style: italic;
  font-weight: 400;
  color: var(--dark);
  line-height: 1.3;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
}
.closing-quote::before {
  content: '\201C';
  font-size: 6rem;
  color: var(--accent);
  position: absolute;
  top: -2rem;
  left: -2rem;
  line-height: 1;
  font-style: normal;
  font-family: 'Playfair Display', serif;
}
.closing-body p {
  font-size: 1rem;
  color: var(--dark-mid);
  line-height: 1.85;
  margin-bottom: 1.25rem;
}

/* === FOOTER === */
.site-footer {
  background: var(--dark);
  color: rgba(245,240,235,0.4);
  padding: 3rem;
  text-align: center;
}
.footer-inner {
  max-width: 500px;
  margin: 0 auto;
}
.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--cream);
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}
.footer-tagline {
  font-size: 0.85rem;
  color: var(--accent);
  margin-bottom: 0.75rem;
}
.footer-note {
  font-size: 0.75rem;
  font-style: italic;
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 4rem 2rem; }
  .hero-right { min-height: 320px; }
  .wood-grain-panel { max-width: 260px; aspect-ratio: 1/1; }
  .products-grid { grid-template-columns: 1fr; }
  .mood-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .site-nav { padding: 1.25rem 1.5rem; }
}
@media (max-width: 600px) {
  .hero-headline { font-size: 2.5rem; }
  .manifesto, .products, .mood, .closing { padding: 5rem 1.5rem; }
  .closing-quote { font-size: 1.8rem; }
  .closing-quote::before { font-size: 4rem; top: -1.5rem; left: -0.5rem; }
}