/* ============================================================
   Château de Montfrin — TOP page
   ============================================================ */

/* placeholder image block (until real photos arrive) */
.ph {
  position: relative;
  background: linear-gradient(135deg, var(--olive-dark), var(--olive) 55%, #7d8f5c);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.ph::after {
  content: attr(data-ph);
  font-family: var(--sans); font-size: .58rem; font-weight: 300;
  letter-spacing: .35em; text-transform: uppercase;
  color: rgba(255,255,255,.5);
}
.ph--gold { background: linear-gradient(135deg, #2a2620, #4a3f2a 60%, var(--gold)); }

/* ── Hero ── */
.hero {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  position: relative; background: var(--charcoal); overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 28% 45%, rgba(92,107,60,.28) 0%, transparent 58%),
    radial-gradient(ellipse at 72% 62%, rgba(184,149,62,.16) 0%, transparent 52%),
    var(--charcoal);
}
.hero__content { position: relative; z-index: 2; text-align: center; padding: 2rem; }
.hero__eyebrow {
  font-family: var(--sans); font-size: .62rem; font-weight: 300;
  letter-spacing: .5em; text-transform: uppercase; color: var(--gold-light);
  margin-bottom: 2.8rem; opacity: 0; animation: fadeUp 1s .3s forwards;
}
.hero__title {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(3.2rem, 8.5vw, 7.5rem);
  color: var(--cream); letter-spacing: .06em; line-height: 1.08;
  margin-bottom: 1.6rem; opacity: 0; animation: fadeUp 1s .6s forwards;
}
.hero__title em { font-style: italic; color: var(--gold-light); }
.hero__sub {
  font-family: var(--serif); font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 300;
  color: rgba(250,248,244,.55); letter-spacing: .22em;
  margin-bottom: 3.6rem; opacity: 0; animation: fadeUp 1s .9s forwards;
}
.hero__cta { opacity: 0; animation: fadeUp 1s 1.2s forwards; }
.hero__scroll {
  position: absolute; bottom: 2.6rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: .8rem;
  color: rgba(250,248,244,.3); font-size: .58rem; letter-spacing: .3em; text-transform: uppercase;
  animation: pulse 2.4s infinite;
}
.hero__scroll .l { width: 1px; height: 44px; background: linear-gradient(to bottom, rgba(184,149,62,.55), transparent); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0%,100% { opacity: .3; } 50% { opacity: .7; } }

/* ── Intro statement ── */
.intro { text-align: center; }
.intro .divider { margin-bottom: 3.5rem; }
.intro h2 { font-size: clamp(1.9rem, 4vw, 3.1rem); margin-bottom: 2.4rem; }
.intro .lead { max-width: 46rem; margin: 0 auto; font-size: .92rem; }

/* ── Products ── */
.products .eyebrow { display: block; text-align: center; margin-bottom: 1rem; }
.products h2 { text-align: center; font-size: clamp(1.8rem, 3.6vw, 2.7rem); margin-bottom: clamp(3.5rem, 7vw, 6rem); }
.product {
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: clamp(2.5rem, 6vw, 7rem);
  margin-bottom: clamp(5rem, 10vw, 9rem);
}
.product:last-child { margin-bottom: 0; }
.product:nth-child(even) .product__media { order: 2; }
.product__media {
  aspect-ratio: 4 / 5;
  background: radial-gradient(ellipse at 50% 40%, var(--gold-pale), var(--cream) 70%);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line);
}
.product__media img { width: auto; max-height: 80%; object-fit: contain; }
.product__body { max-width: 30rem; }
.product__no { font-family: var(--serif); font-style: italic; font-size: 1rem; color: var(--gold); margin-bottom: 1rem; }
.product__body h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--charcoal); letter-spacing: .03em; line-height: 1.3; }
.product__jp { font-family: var(--jp-serif); font-size: .82rem; font-weight: 300; color: var(--gold); margin: .5rem 0 1.8rem; letter-spacing: .08em; }
.product__body p { font-family: var(--jp); font-size: .9rem; font-weight: 300; line-height: 2.3; color: var(--text-light); margin-bottom: 1.6rem; }
.product__meta { font-size: .68rem; letter-spacing: .18em; color: var(--text-faint); text-transform: uppercase; margin-bottom: 2rem; }

/* ── Numbers band ── */
.numbers { background: var(--charcoal); position: relative; overflow: hidden; }
.numbers::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(184,149,62,.09), transparent 60%); }
.numbers .wrap { position: relative; }
.numbers .eyebrow { display: block; text-align: center; color: var(--gold-light); margin-bottom: 1.2rem; }
.numbers h2 { text-align: center; color: var(--cream); font-size: clamp(1.8rem, 3.6vw, 2.7rem); margin-bottom: clamp(3.5rem, 7vw, 5.5rem); }
.numbers h2 em { color: var(--gold-light); font-style: italic; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 5vw, 4rem); }
.stat { text-align: center; }
.stat .fig { font-family: var(--serif); font-weight: 300; font-size: clamp(2.8rem, 6vw, 4.6rem); color: var(--gold-light); line-height: 1; letter-spacing: .02em; }
.stat .fig small { font-size: .35em; letter-spacing: .1em; }
.stat .cap { font-family: var(--jp); font-size: .76rem; font-weight: 300; line-height: 1.8; color: rgba(250,248,244,.55); margin-top: 1.2rem; }

/* ── Story teaser ── */
.story-teaser { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 78vh; }
.story-teaser__media { min-height: 48vh; }
.story-teaser__text { display: flex; align-items: center; padding: clamp(3rem, 8vw, 8rem); background: var(--cream-dark); }
.story-teaser__inner { max-width: 30rem; }
.story-teaser__inner .eyebrow { display: block; margin-bottom: 1.6rem; }
.story-teaser__inner h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); margin-bottom: 2rem; }
.story-teaser__inner h2 em { color: var(--olive); }
.story-teaser__inner p { font-family: var(--jp); font-size: .84rem; font-weight: 300; line-height: 2.3; color: var(--text-light); margin-bottom: 2.6rem; }
.story-teaser__inner .txtlink { color: var(--olive); }

/* ── Gift teaser ── */
.gift-teaser { text-align: center; background: var(--white); }
.gift-teaser .eyebrow { display: block; margin-bottom: 1.2rem; }
.gift-teaser h2 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); margin-bottom: 1.4rem; }
.gift-teaser > .wrap > p { font-family: var(--jp); font-size: .84rem; font-weight: 300; line-height: 2.2; color: var(--text-light); max-width: 38rem; margin: 0 auto clamp(3rem, 6vw, 4.5rem); }
.occasions { display: flex; justify-content: center; gap: clamp(2rem, 5vw, 3.5rem); flex-wrap: wrap; margin-bottom: clamp(3rem, 6vw, 4rem); }
.occasion { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.occasion .o-ico { width: 60px; height: 60px; border: 1px solid var(--gold-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; transition: background .3s; }
.occasion:hover .o-ico { background: var(--gold-pale); }
.occasion span { font-family: var(--jp); font-size: .72rem; font-weight: 300; letter-spacing: .1em; color: var(--text-light); }

/* ── About teaser (link to hub) ── */
.about-teaser { background: var(--cream); }
.about-teaser .eyebrow { display: block; text-align: center; margin-bottom: 1.2rem; }
.about-teaser h2 { text-align: center; font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin-bottom: clamp(3rem, 6vw, 4.5rem); }
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.about-card { background: var(--cream); padding: clamp(2rem, 4vw, 3.2rem); text-decoration: none; transition: background .4s ease; }
.about-card:hover { background: var(--white); }
.about-card .ac-no { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: .85rem; margin-bottom: 1rem; }
.about-card h3 { font-family: var(--jp); font-weight: 400; font-size: 1rem; color: var(--charcoal); margin-bottom: .8rem; letter-spacing: .04em; }
.about-card p { font-family: var(--jp); font-size: .76rem; font-weight: 300; line-height: 2; color: var(--text-light); }

/* ── CTA band ── */
.cta-band { text-align: center; background: var(--cream-dark); }
.cta-band h2 { font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: 1.4rem; }
.cta-band p { font-family: var(--jp); font-size: .84rem; font-weight: 300; line-height: 2.2; color: var(--text-light); margin-bottom: 2.8rem; }

/* ── Responsive ── */
@media (max-width: 860px) {
  .product { grid-template-columns: 1fr; gap: 2.5rem; }
  .product:nth-child(even) .product__media { order: 0; }
  .product__media { aspect-ratio: 3 / 4; max-width: 22rem; margin: 0 auto; }
  .product__body { max-width: none; text-align: center; margin: 0 auto; }
  .stats { grid-template-columns: 1fr; gap: 3rem; }
  .story-teaser { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
}
