/* ============================================================
   HOME PAGE styles
   retold. | css/home.css
   ============================================================ */

/* ── HERO ─────────────────────────────────────────────────── */
.hero {
  min-height: 100vh; padding-top: 60px;
  background: var(--forest);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding-left: 24px; padding-right: 24px; padding-bottom: 64px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: 'retold.';
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(100px, 18vw, 200px);
  font-weight: 300; letter-spacing: -4px;
  color: rgba(122,155,126,.05);
  position: absolute; bottom: -10px; left: 50%;
  transform: translateX(-50%);
  pointer-events: none; user-select: none; white-space: nowrap;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(44px, 6.5vw, 88px);
  font-weight: 300; line-height: 1.02;
  color: var(--cream); margin-bottom: 20px; letter-spacing: -.5px;
}
.hero-title em { font-style: italic; color: var(--sage-lt); }
.hero-body {
  font-size: 13px; line-height: 1.9; color: rgba(242,237,227,.42);
  font-weight: 300; max-width: 400px; margin: 0 auto 44px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ── SERIES BAND ──────────────────────────────────────────── */
.band {
  background: var(--dark);
  display: grid; grid-template-columns: 1fr 1fr;
}
.band-left {
  padding: 64px 56px;
  border-right: 1px solid rgba(122,155,126,.1);
  display: flex; flex-direction: column; justify-content: center;
}
.band-left h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 300; color: var(--cream); line-height: 1.1; margin: 10px 0 18px;
}
.band-left p {
  font-size: 13px; line-height: 1.9;
  color: rgba(242,237,227,.42); font-weight: 300; max-width: 400px;
}
.band-right {
  padding: 64px 56px;
  display: flex; align-items: center; justify-content: space-around;
}
.stat { text-align: center; }
.stat-num {
  font-family: 'DM Sans', sans-serif;
  font-size: 40px; font-weight: 300; line-height: 1;
  letter-spacing: 2px; color: var(--sage); display: block;
}
.stat-label {
  font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(242,237,227,.3); margin-top: 6px; display: block;
}
.stat-sep {
  width: 1px; height: 48px;
  background: rgba(122,155,126,.15); align-self: center;
}

/* ── GALLERY ──────────────────────────────────────────────── */
.gallery { padding: 72px 40px; background: var(--bg); }
.gallery-head {
  display: flex; align-items: flex-end;
  justify-content: space-between; margin-bottom: 48px;
  padding-bottom: 20px; border-bottom: 1px solid var(--beige);
}
.gallery-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 40px); font-weight: 300; color: var(--dark);
}
.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 48px 40px; justify-items: center;
}
.g-item {
  display: block; width: 100%; max-width: 280px;
}
.g-item-link {
  display: block; text-decoration: none; color: inherit; cursor: pointer;
}
.g-item:hover .wood {
  transform: translateY(-5px);
  box-shadow:
    0 2px 0 1px #381604, 0 -2px 0 1px #381604,
    2px 0 0 1px #381604, -2px 0 0 1px #381604,
    inset 0 2px 8px rgba(0,0,0,.4),
    inset 0 -2px 8px rgba(0,0,0,.4),
    0 36px 72px rgba(0,0,0,.3),
    0 14px 36px rgba(0,0,0,.18);
}
.g-meta { margin-top: 18px; }
.g-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; font-weight: 400; color: var(--dark); margin-bottom: 4px;
}
.g-sub {
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted);
}
.g-link {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 10px; font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--green-mid); text-decoration: none; transition: gap .2s, color .2s;
}
.g-item:hover .g-link { gap: 13px; color: var(--sage); }
.canvas-ph {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
  background: linear-gradient(160deg, #E8E2D4, #DDD7C8);
}
.canvas-ph span {
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--muted); opacity: .4;
}
.g-enquire {
  width: 100%; margin-top: 12px; padding: 10px;
  background: transparent;
  border: 1px solid rgba(74,100,80,.2); color: var(--green-mid);
  font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase;
  font-family: 'DM Sans', sans-serif; cursor: pointer; transition: all .2s;
}
.g-enquire:hover { background: var(--green-mid); color: #fff; border-color: var(--green-mid); }

.g-coming { pointer-events: none; }
.g-coming .wood { opacity: .4; }
.g-coming .g-name, .g-coming .g-sub { opacity: .3; }

/* ── FEATURED STORY ───────────────────────────────────────── */
.story-spread {
  display: grid; grid-template-columns: 1fr 1fr; min-height: 78vh;
}
.story-art {
  background: var(--forest);
  display: flex; align-items: center; justify-content: center;
  padding: 64px 48px;
}
.story-art .a3 { width: min(260px, 100%); }
.story-text {
  background: var(--dark); padding: 72px 60px;
  display: flex; flex-direction: column; justify-content: center;
}
.story-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300; color: var(--cream); line-height: 1.12; margin: 10px 0 24px;
}
.pull {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; font-style: italic; font-weight: 300;
  color: var(--sage-lt); line-height: 1.75;
  padding-left: 20px; margin-bottom: 24px;
  border-left: 2px solid var(--sage);
}
.story-p {
  font-size: 13px; line-height: 2;
  color: rgba(242,237,227,.45); font-weight: 300; margin-bottom: 30px;
}
.tag-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.tag {
  font-size: 9px; letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 12px;
  border: 1px solid rgba(122,155,126,.25); color: var(--sage-lt);
  background: rgba(122,155,126,.06);
}
.read-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--sage); text-decoration: none; transition: gap .2s, color .2s;
  align-self: flex-start;
}
.read-link:hover { gap: 16px; color: var(--sage-lt); }

/* ── USP ──────────────────────────────────────────────────── */
.usp-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  background: var(--cream);
  border-top: 1px solid var(--beige); border-bottom: 1px solid var(--beige);
}
.usp-card {
  padding: 52px 40px; border-right: 1px solid var(--beige);
  position: relative; overflow: hidden;
}
.usp-card:last-child { border-right: none; }
.usp-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--sage); transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.usp-card:hover::before { transform: scaleX(1); }
.usp-num {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; font-weight: 500;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--sage); line-height: 1; margin-bottom: 18px;
  display: inline-block; padding-bottom: 10px;
  border-bottom: 1px solid var(--sage-lt);
}
.usp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; color: var(--dark); margin-bottom: 10px;
}
.usp-body { font-size: 13px; line-height: 1.85; color: var(--muted); font-weight: 300; }

/* ── SHOWCASE ─────────────────────────────────────────────── */
.showcase { display: grid; grid-template-columns: 1fr 1fr; }
.showcase-left {
  background: var(--forest); padding: 72px 56px;
  display: flex; flex-direction: column; justify-content: center;
}
.showcase-left h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 300; color: var(--cream); line-height: 1.1; margin: 10px 0 18px;
}
.showcase-left p {
  font-size: 13px; line-height: 1.9;
  color: rgba(242,237,227,.43); font-weight: 300;
  max-width: 380px; margin-bottom: 32px;
}
.showcase-right {
  background: var(--dark);
  display: flex; align-items: center; justify-content: center; padding: 56px 48px;
}
.showcase-right .a3 { width: min(240px, 100%); }

/* ── NEWSLETTER ───────────────────────────────────────────── */
.newsletter {
  background: var(--beige); padding: 72px 40px;
  display: flex; align-items: center; gap: 72px;
}
.nl-text { flex: 1; }
.nl-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 300; color: var(--dark); margin: 10px 0 12px;
}
.nl-text p { font-size: 13px; color: var(--muted); font-weight: 300; }
.nl-form { flex: 1; display: flex; max-width: 420px; }
.nl-input {
  flex: 1; padding: 13px 18px;
  background: var(--cream); border: 1px solid rgba(74,100,80,.2); border-right: none;
  color: var(--text); font-family: 'DM Sans', sans-serif; font-size: 13px; outline: none;
}
.nl-input::placeholder { color: rgba(122,112,96,.4); }
.nl-input:focus { border-color: var(--sage); }
.nl-btn {
  padding: 13px 22px; background: var(--green-mid); border: none;
  color: #fff; font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  font-family: 'DM Sans', sans-serif; cursor: pointer; transition: background .2s;
  white-space: nowrap;
}
.nl-btn:hover { background: var(--forest); }

/* ── HOME MOBILE ──────────────────────────────────────────── */
@media (max-width: 768px) {
  .hero { padding-bottom: 48px; }

  .band { grid-template-columns: 1fr; }
  .band-left { padding: 48px 24px; border-right: none; border-bottom: 1px solid rgba(122,155,126,.1); }
  .band-right { padding: 36px 24px; justify-content: space-around; }
  .stat-sep { display: none; }

  .gallery { padding: 48px 20px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .g-item { max-width: 100%; }

  .story-spread { grid-template-columns: 1fr; }
  .story-art { padding: 40px 24px; }
  .story-art .a3 { width: min(240px, 100%); }
  .story-text { padding: 48px 24px; }

  .usp-row { grid-template-columns: 1fr; }
  .usp-card { border-right: none; border-bottom: 1px solid var(--beige); padding: 40px 24px; }
  .usp-card:last-child { border-bottom: none; }

  .showcase { grid-template-columns: 1fr; }
  .showcase-left { padding: 48px 24px; }
  .showcase-right { padding: 40px 24px; }
  .showcase-right .a3 { width: min(240px, 100%); }

  .newsletter { flex-direction: column; padding: 52px 24px; gap: 28px; }
  .nl-form { max-width: 100%; width: 100%; }
}
