/* ============================================================
   LARA EVELYN — home page styles (hero + sections)
   ============================================================ */

/* shared hero */
.hero { position: relative; }
.hero-h { font-size: clamp(46px, 7.4vw, 104px); font-weight: 500; }
.hero-sub { max-width: 44ch; margin-top: 22px; }
.hero-cta { display: flex; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
.on-img { color: #f6f1e7 !important; }
.center-cta { justify-content: center; }

/* ---- SPLIT HERO ---- */
.hero-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; align-items: center; gap: 0; }
.hero-split-text { padding: 160px clamp(40px, 6vw, 96px) 80px; }

/* ---- Asymmetric photo mosaic (replaces single hero image) ---- */
.hero-mosaic {
  position: relative; height: 100vh;
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.9fr;
  grid-template-rows: 1.15fr 0.85fr;
  gap: 10px;
  padding: 28px 28px 28px 10px;
}
.hm-tile { position: relative; overflow: hidden; border-radius: var(--radius); }
.hm-tile .ph { height: 100%; }
.hm-tile .ph.fill { position: absolute; inset: 0; aspect-ratio: auto; }
.hm-tile .ph img { transition: transform 1.1s var(--ease); }
.hm-tile:hover .ph img { transform: scale(1.05); }
.hm-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.hm-a { grid-column: 1; grid-row: 1 / 3; }
.hm-b { grid-column: 2; grid-row: 1; margin-top: 34px; }
.hm-c { grid-column: 3; grid-row: 1; margin-top: -22px; }
.hm-d { grid-column: 2 / 4; grid-row: 2; }
.hero-float {
  position: absolute; left: 38px; bottom: 48px; background: var(--bg); padding: 16px 22px;
  display: flex; flex-direction: column; gap: 4px; box-shadow: var(--shadow); border-radius: var(--radius);
  z-index: 4;
}
.hero-float .mono { font-size: 10px; letter-spacing: 0.18em; color: var(--accent); }
.hero-float .serif { font-size: 20px; }
.hero-meta { display: flex; gap: 44px; margin-top: 54px; }
.hero-meta div { display: flex; flex-direction: column; gap: 3px; }
.hero-meta strong { font-family: var(--font-display); font-size: 22px; font-weight: 600; }
.hero-meta span { font-size: 12.5px; color: var(--ink-soft); letter-spacing: 0.04em; }

/* ---------- Trust bar ---------- */
.trustbar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.trustbar-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 22px 10px; color: var(--ink); }
.trust-item:not(:last-child) { border-right: 1px solid var(--line); }
.trust-item svg { color: var(--accent); flex: none; }
.trust-t { display: block; font-size: 13.5px; font-weight: 500; letter-spacing: 0.02em; }
.trust-s { display: block; font-size: 12px; color: var(--ink-soft); }

/* ---------- Category strip ---------- */
.cat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cat-card { display: block; }
.cat-card-btn { display: block; width: 100%; text-align: left; position: relative; border-radius: var(--radius); overflow: hidden; }
.cat-card-btn .ph { transition: transform 1.1s var(--ease); }
.cat-card-btn:hover .ph { transform: scale(1.05); }
.cat-card-btn::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; height: 46%;
  background: linear-gradient(to top, rgba(5,5,5,.68) 0%, rgba(5,5,5,.0) 100%);
  border-radius: inherit;
  pointer-events: none;
}
.cat-card-cap { position: absolute; left: 16px; bottom: 16px; z-index: 3; display: flex; flex-direction: column; gap: 4px; color: #f6f1e7; }
.cat-card-cap .mono { font-size: 10px; letter-spacing: 0.2em; color: var(--accent-bright); }
.cat-card-cap .serif { font-size: 22px; }

/* ---------- Story ---------- */
.story-sec { background: var(--surface); }
.story-grid { display: grid; grid-template-columns: 0.85fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.story-media .ph { border-radius: var(--radius); overflow: hidden; }
.story-h { font-size: clamp(38px, 5vw, 68px); font-weight: 500; line-height: 1.02; margin: 18px 0 22px; }

/* ---------- Bespoke band ---------- */
.bespoke-band { background: var(--c-deep); color: var(--c-paper); padding: clamp(60px, 8vw, 110px) 0; }
.bespoke-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.bespoke-media .ph { border-radius: var(--radius); overflow: hidden; }
.bespoke-body .eyebrow { color: var(--accent); }
.bespoke-body .lede { color: rgba(244,239,228,0.74); }
.bespoke-h { font-size: clamp(34px, 4.4vw, 60px); font-weight: 500; line-height: 1.04; margin: 18px 0 22px; color: var(--c-paper); max-width: 18ch; }
.bespoke-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 32px; max-width: 460px; }
.bespoke-step { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-top: 1px solid rgba(244,239,228,0.18); }
.bespoke-step .mono { color: var(--accent); font-size: 13px; }
.bespoke-step span:last-child { font-size: 14px; color: rgba(244,239,228,0.86); }
.bespoke-band .btn { --b-bg: var(--accent); --b-ink: var(--c-deep); }
.bespoke-band .btn:hover { background: var(--c-paper); border-color: var(--c-paper); color: var(--c-deep); }

/* ---------- Testimonials ---------- */
.testi-sec { background: var(--surface); }
.testi-inner { max-width: 880px; }
.testi-quote { font-size: clamp(26px, 3.6vw, 46px); font-weight: 500; line-height: 1.28; margin: 26px 0; font-style: italic; }
.testi-author { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; }
.testi-author span { color: var(--ink-soft); }
.testi-dots { display: flex; gap: 8px; justify-content: center; margin-top: 30px; }
.tdot { width: 8px; height: 8px; border-radius: 50%; background: var(--line-2); transition: all .3s; }
.tdot.on { background: var(--accent); width: 26px; border-radius: 100px; }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.faq-head { position: sticky; top: 120px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0; text-align: left; font-family: var(--font-display); font-size: clamp(20px, 2.2vw, 27px); color: var(--ink); transition: color .3s; }
.faq-q:hover { color: var(--accent); }
.faq-q svg { flex: none; color: var(--accent); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.faq-item.open .faq-a { max-height: 240px; }
.faq-a p { padding-bottom: 26px; color: var(--ink-soft); max-width: 60ch; font-size: 15px; }

/* ---------- Responsive home ---------- */
@media (max-width: 1080px) {
  .hero-split { grid-template-columns: 1fr; min-height: auto; }
  .hero-mosaic { height: 74vh; order: -1; grid-template-columns: 1.3fr 1fr; grid-template-rows: 1fr 0.8fr; }
  .hm-c { display: none; }
  .hm-d { grid-column: 1 / 3; }
  .hero-split-text { padding: 130px 24px 60px; }
  .cat-strip { grid-template-columns: repeat(2, 1fr); }
  .story-grid, .faq-grid, .bespoke-grid { grid-template-columns: 1fr; }
  .faq-head { position: static; }
  .trustbar-inner { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: none; }
}
@media (max-width: 600px) {
  .cat-strip { grid-template-columns: 1fr; }
  .hero-meta { gap: 28px; }
  .bespoke-steps { grid-template-columns: 1fr; }
}
