/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; }
body { font-family: 'DM Sans', sans-serif; background: #F6F0E6; color: #1F2522; -webkit-font-smoothing: antialiased; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3 { font-family: 'Playfair Display', serif; font-weight: 500; line-height: 1.15; }
.section__label { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: #034D3A; font-weight: 500; margin-bottom: 1.25rem; }
em { font-style: italic; }

/* ===== NAV ===== */
.nav { padding: 1.5rem 2rem; border-bottom: 1px solid rgba(3,77,58,0.12); }
.nav__inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.nav__logo { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 600; letter-spacing: 0.12em; color: #034D3A; }
.nav__tagline { font-size: 0.8rem; color: #6F533F; letter-spacing: 0.05em; }

/* ===== HERO ===== */
.hero {
  position: relative;
  background: #034D3A;
  overflow: hidden;
  padding: 6rem 2rem 5rem;
  min-height: 85vh;
  display: flex;
  align-items: center;
}
.hero__bg-texture {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 60px, rgba(255,255,255,0.03) 60px, rgba(255,255,255,0.03) 61px),
    repeating-linear-gradient(90deg, transparent, transparent 60px, rgba(255,255,255,0.03) 60px, rgba(255,255,255,0.03) 61px);
}
.hero__content { position: relative; max-width: 1200px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero__eyebrow { font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; color: #D7B46A; margin-bottom: 1.5rem; font-weight: 400; }
.hero__headline { font-size: clamp(2.5rem, 4.5vw, 4rem); color: #F6F0E6; font-weight: 500; margin-bottom: 1.75rem; line-height: 1.1; }
.hero__sub { font-size: 1.05rem; color: rgba(246,240,230,0.72); line-height: 1.7; max-width: 480px; font-weight: 300; }

/* Binder Visual */
.hero__right { display: flex; justify-content: center; }
.hero__visual { }
.binder {
  display: flex;
  width: 280px;
  height: 360px;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.3));
}
.binder__spine { width: 20px; background: #1a1a1a; border-radius: 4px 0 0 4px; }
.binder__body {
  flex: 1;
  background: #F6F0E6;
  border-radius: 0 4px 4px 0;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.binder__label { background: #034D3A; padding: 0.75rem; display: flex; flex-direction: column; gap: 0.1rem; }
.binder__label span { font-family: 'Playfair Display', serif; font-size: 0.9rem; color: #D7B46A; font-weight: 500; letter-spacing: 0.08em; line-height: 1.2; }
.binder__rings { display: flex; gap: 0.4rem; }
.ring { width: 18px; height: 18px; border: 2px solid #034D3A; border-radius: 50%; }
.binder__tabs { display: flex; flex-direction: column; gap: 0.3rem; }
.tab { background: rgba(3,77,58,0.08); padding: 0.3rem 0.6rem; font-size: 0.7rem; color: #034D3A; border-radius: 2px; letter-spacing: 0.04em; }
.tab--active { background: #034D3A; color: #F6F0E6; }
.binder__page { background: #fff; border: 1px solid rgba(3,77,58,0.12); padding: 0.75rem; flex: 1; }
.page__header { font-family: 'Playfair Display', serif; font-size: 0.8rem; color: #034D3A; margin-bottom: 0.5rem; }
.page__rule { height: 1px; background: #D7B46A; margin-bottom: 0.5rem; width: 60%; }
.page__item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.65rem; color: #1F2522; margin-bottom: 0.3rem; line-height: 1.4; }
.page__dot { width: 6px; height: 6px; background: #034D3A; border-radius: 50%; flex-shrink: 0; }

/* ===== STATS ===== */
.stats { background: #1F2522; padding: 3rem 2rem; }
.stats__inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.stat { text-align: center; }
.stat__number { display: block; font-family: 'Playfair Display', serif; font-size: 2.25rem; color: #D7B46A; font-weight: 500; line-height: 1; }
.stat__label { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(246,240,230,0.5); margin-top: 0.5rem; display: block; }
.stat__divider { width: 1px; height: 48px; background: rgba(246,240,230,0.15); }

/* ===== PHILOSOPHY ===== */
.philosophy { padding: 7rem 2rem; }
.philosophy__inner { max-width: 1200px; margin: 0 auto; }
.philosophy__header { max-width: 640px; margin-bottom: 4rem; }
.philosophy__headline { font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.3; color: #1F2522; font-weight: 400; }

/* Contrast */
.philosophy__contrast { display: flex; align-items: center; gap: 2.5rem; flex-wrap: wrap; }
.contrast__item { flex: 1; min-width: 220px; }
.contrast__label { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: #6F533F; margin-bottom: 1rem; display: block; }
.contrast__visual { display: flex; flex-direction: column; gap: 0.6rem; }
.contrast__arrow { color: #D7B46A; flex-shrink: 0; }

/* Bad cards (pastel) */
.bad__card {
  padding: 0.75rem 1rem;
  font-size: 0.8rem;
  border-radius: 6px;
  font-family: 'Comic Sans MS', cursive, sans-serif;
}
.bad__card--pastel:nth-child(1) { background: #FFD1DC; color: #8B4557; }
.bad__card--pastel:nth-child(2) { background: #B5EAD7; color: #2D6A4F; }
.bad__card--pastel:nth-child(3) { background: #FFCAD4; color: #9B4D5E; }

/* Good cards (architectural) */
.contrast__visual--good { flex-direction: row; }
.good__card { flex: 1; background: #fff; border: 1px solid rgba(3,77,58,0.15); padding: 1rem 0.75rem; display: flex; flex-direction: column; gap: 0.5rem; min-width: 80px; }
.good__accent { width: 40px; height: 3px; background: #034D3A; border-radius: 2px; }
.good__lines { display: flex; flex-direction: column; gap: 0.35rem; }
.good__line { height: 5px; background: rgba(3,77,58,0.15); border-radius: 2px; }
.good__line--short { width: 65%; }

/* ===== PRODUCTS ===== */
.products { background: #fff; padding: 7rem 2rem; }
.products__inner { max-width: 1200px; margin: 0 auto; }
.products__headline { font-size: clamp(2rem, 3.5vw, 3rem); color: #1F2522; margin-bottom: 4rem; font-weight: 400; line-height: 1.2; }
.products__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2.5rem; }
.product { display: flex; flex-direction: column; gap: 1rem; }
.product__visual { height: 220px; display: flex; align-items: center; justify-content: center; }

/* Stack visual */
.product__stack { display: flex; flex-direction: column; align-items: center; gap: 0; }
.stack__page { width: 140px; height: 28px; border-radius: 2px; }
.stack__page--1 { background: rgba(3,77,58,0.9); width: 148px; }
.stack__page--2 { background: rgba(3,77,58,0.7); width: 144px; }
.stack__page--3 { background: rgba(3,77,58,0.5); width: 140px; }
.stack__page--4 { background: rgba(3,77,58,0.3); width: 136px; }

/* Binder visual */
.product__binder { display: flex; gap: 0; width: 160px; height: 200px; filter: drop-shadow(0 8px 20px rgba(0,0,0,0.12)); }
.prod-binder__cover { width: 40px; background: #034D3A; border-radius: 4px 0 0 4px; display: flex; align-items: center; justify-content: center; }
.prod-binder__cover .prod-binder__title { writing-mode: vertical-rl; text-orientation: mixed; font-family: 'Playfair Display', serif; font-size: 0.75rem; color: #D7B46A; letter-spacing: 0.1em; line-height: 1.4; }
.prod-binder__page { flex: 1; background: #F6F0E6; border-radius: 0 4px 4px 0; padding: 0.75rem; display: flex; flex-direction: column; gap: 0.4rem; }
.page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem; flex: 1; align-content: start; }
.page-grid__item { height: 28px; background: rgba(3,77,58,0.1); border-radius: 2px; }

/* Pantry visual */
.product__pantry { display: flex; flex-direction: column; gap: 0.5rem; width: 100%; max-width: 180px; }
.pantry__shelf { display: flex; align-items: flex-end; gap: 0.4rem; }
.pantry__item { background: #034D3A; border-radius: 2px 2px 0 0; }
.pantry__item--tall { width: 32px; height: 60px; }
.pantry__item--med { width: 32px; height: 40px; }
.pantry__item--short { width: 32px; height: 24px; }
.pantry__label { font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: #D7B46A; margin-left: 0.5rem; }

/* Label visual */
.product__labels { display: flex; flex-direction: column; gap: 0.4rem; width: 100%; max-width: 200px; }
.label { padding: 0.5rem 0.75rem; font-family: 'DM Sans', sans-serif; font-size: 0.7rem; border-radius: 2px; }
.label--a { background: #034D3A; color: #F6F0E6; }
.label--b { background: rgba(3,77,58,0.7); color: #F6F0E6; }
.label--c { background: rgba(3,77,58,0.5); color: #F6F0E6; }
.label--d { background: rgba(3,77,58,0.3); color: #034D3A; }
.label--e { background: rgba(3,77,58,0.15); color: #034D3A; }

/* Calendar visual */
.product__calendar { background: #F6F0E6; border: 1px solid rgba(3,77,58,0.2); padding: 1.25rem; width: 200px; border-radius: 4px; }
.cal__header { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: #034D3A; margin-bottom: 1rem; font-weight: 500; }
.cal__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; margin-bottom: 1rem; }
.cal__season { background: rgba(3,77,58,0.08); padding: 0.6rem; border-radius: 3px; display: flex; align-items: center; gap: 0.5rem; }
.cal__icon { font-size: 0.9rem; color: #034D3A; }
.cal__label { font-size: 0.65rem; color: #034D3A; font-weight: 500; }
.cal__price { font-family: 'Playfair Display', serif; font-size: 1.25rem; color: #034D3A; }

.product__name { font-family: 'Playfair Display', serif; font-size: 1.15rem; color: #1F2522; font-weight: 500; }
.product__desc { font-size: 0.85rem; color: #4a524d; line-height: 1.65; flex: 1; }
.product__tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.tag { font-size: 0.7rem; letter-spacing: 0.06em; padding: 0.3rem 0.6rem; border: 1px solid rgba(3,77,58,0.2); border-radius: 2px; color: #034D3A; }
.product--featured { background: #F6F0E6; border: 1px solid rgba(3,77,58,0.15); padding: 1.5rem; border-radius: 4px; }
.product__badge { font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: #D7B46A; background: #034D3A; padding: 0.25rem 0.6rem; display: inline-block; border-radius: 2px; align-self: flex-start; }

/* ===== DIFFERENTIATORS ===== */
.diff { background: #034D3A; padding: 7rem 2rem; }
.diff__inner { max-width: 1200px; margin: 0 auto; }
.diff .section__label { color: #D7B46A; }
.diff__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 3rem; }
.diff__item { display: flex; flex-direction: column; gap: 1rem; }
.diff__icon { width: 48px; height: 48px; border: 1px solid rgba(215,180,106,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.diff__title { font-family: 'Playfair Display', serif; font-size: 1.15rem; color: #F6F0E6; font-weight: 500; }
.diff__desc { font-size: 0.85rem; color: rgba(246,240,230,0.65); line-height: 1.7; }

/* ===== CLOSING ===== */
.closing { padding: 7rem 2rem; background: #F6F0E6; }
.closing__inner { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 3.5rem; }
.closing__quote { border-left: 3px solid #D7B46A; padding-left: 2rem; }
.closing__text { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 2.5vw, 2rem); color: #034D3A; font-weight: 400; font-style: italic; line-height: 1.5; }
.closing__manifesto { display: flex; flex-direction: column; gap: 1.25rem; }
.manifesto__line { font-size: 1.05rem; color: #1F2522; line-height: 1.75; font-weight: 300; }

/* ===== FOOTER ===== */
.footer { border-top: 1px solid rgba(3,77,58,0.12); padding: 2.5rem 2rem; }
.footer__inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer__logo { font-family: 'Playfair Display', serif; font-size: 0.9rem; letter-spacing: 0.12em; color: #034D3A; display: block; }
.footer__tagline { font-size: 0.75rem; color: #6F533F; }
.footer__meta { font-size: 0.75rem; color: rgba(31,37,34,0.5); display: flex; align-items: center; gap: 0.5rem; }
.footer__sep { color: #D7B46A; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero { padding: 4rem 1.5rem 3.5rem; min-height: auto; }
  .hero__content { grid-template-columns: 1fr; gap: 3rem; }
  .hero__right { display: none; }
  .stats__inner { flex-wrap: wrap; justify-content: center; }
  .stat__divider { display: none; }
  .products__grid { grid-template-columns: 1fr; }
  .philosophy__contrast { flex-direction: column; }
  .contrast__arrow { display: none; }
  .contrast__visual--good { flex-wrap: wrap; }
  .footer__inner { flex-direction: column; align-items: flex-start; }
  .diff__grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .nav__tagline { display: none; }
  .products__grid { grid-template-columns: 1fr; }
}