/* ============================================================
   HOME PAGE STYLES
   ============================================================ */

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: var(--nav-h);
  overflow: hidden;
}
.hero-content {
  display: flex; flex-direction: column;
  justify-content: center;
  padding: 80px 64px 80px 80px;
  position: relative; z-index: 2;
}
.hero-eyebrow {
  font-size: 11px; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 24px;
}
.hero-heading {
  font-family: var(--ff-display);
  font-size: clamp(44px, 5.5vw, 80px);
  font-weight: 300; line-height: 1.05;
  color: var(--ink); margin-bottom: 28px;
  letter-spacing: -0.01em;
}
.hero-heading em {
  font-style: italic; color: var(--accent);
}
.hero-body {
  font-size: 15px; line-height: 1.8; color: var(--ink-soft);
  max-width: 420px; margin-bottom: 44px;
}
.hero-actions { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }

.hero-visual {
  position: relative; overflow: hidden;
}
.hero-visual img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform 8s var(--ease);
}
.hero-visual:hover img { transform: scale(1.04); }
.hero-visual-badge {
  position: absolute; bottom: 28px; left: 28px;
  background: rgba(250,249,246,0.92);
  backdrop-filter: blur(4px);
  padding: 10px 16px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--ink-soft);
}
.hero-scroll-hint {
  position: absolute; bottom: 28px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-muted); z-index: 2;
  animation: scroll-hint-fade 3s 2s both;
}
@keyframes scroll-hint-fade {
  0% { opacity: 0; transform: translateX(-50%) translateY(6px); }
  30% { opacity: 1; transform: translateX(-50%) translateY(0); }
  80% { opacity: 1; }
  100% { opacity: 0; }
}
.hero-scroll-hint .arrow { 
  width: 1px; height: 32px; background: var(--accent-light);
  position: relative; overflow: hidden;
}
.hero-scroll-hint .arrow::after {
  content: ''; position: absolute; top: -100%; left: 0;
  width: 100%; height: 100%; background: var(--accent);
  animation: arrow-fall 1.5s 2.5s ease-in-out infinite;
}
@keyframes arrow-fall {
  0% { top: -100%; } 100% { top: 100%; }
}

/* ── INTRO STRIP ── */
.intro-strip {
  background: var(--ink); color: var(--white);
  padding: 56px 40px;
}
.intro-strip-inner {
  max-width: var(--max); margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2px 1fr 2px 1fr;
  gap: 48px; align-items: center;
}
.intro-strip-divider {
  background: rgba(255,255,255,0.1);
  height: 48px;
}
.intro-stat strong {
  font-family: var(--ff-display);
  font-size: 44px; font-weight: 300;
  color: white; display: block; line-height: 1;
  margin-bottom: 6px;
}
.intro-stat p {
  font-size: 12px; letter-spacing: 0.04em;
  color: rgba(255,255,255,0.5); line-height: 1.5;
}
.intro-tagline {
  font-family: var(--ff-display);
  font-size: 20px; font-weight: 300; font-style: italic;
  color: rgba(255,255,255,0.65); line-height: 1.5;
  text-align: center;
}

/* ── LIFESTYLE FEATURE ── */
.lifestyle-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
}
.lifestyle-feature.reverse { direction: rtl; }
.lifestyle-feature.reverse > * { direction: ltr; }

.lifestyle-img {
  position: relative; overflow: hidden;
}
.lifestyle-img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 6s var(--ease);
}
.lifestyle-img:hover img { transform: scale(1.03); }

.lifestyle-content {
  display: flex; flex-direction: column;
  justify-content: center;
  padding: 72px 64px;
  background: var(--linen);
}
.lifestyle-feature:nth-child(even) .lifestyle-content {
  background: var(--stone);
}
.lifestyle-label {
  font-size: 11px; font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 20px;
}
.lifestyle-content h2 {
  font-family: var(--ff-display);
  font-size: clamp(30px, 3.5vw, 50px);
  font-weight: 300; line-height: 1.15;
  margin-bottom: 20px;
}
.lifestyle-content h2 em { font-style: italic; color: var(--accent); }
.lifestyle-content p {
  font-size: 14.5px; line-height: 1.8; color: var(--ink-soft);
  max-width: 400px; margin-bottom: 14px;
}
.lifestyle-content .btn { margin-top: 24px; }

/* ── APPROACH ── */
.approach { background: var(--stone); }
.approach-inner {
  max-width: var(--max); margin: 0 auto;
}
.approach-head {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: end;
  margin-bottom: 64px;
}
.approach-head h2 {
  font-family: var(--ff-display);
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 300; line-height: 1.15;
}
.approach-head h2 em { font-style: italic; color: var(--accent); }
.approach-head p {
  font-size: 14.5px; line-height: 1.8; color: var(--ink-soft);
}
.approach-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--stone-mid);
  border: 1px solid var(--stone-mid);
}
.approach-card {
  background: var(--stone);
  padding: 44px 40px;
  transition: background 0.2s;
}
.approach-card:hover { background: var(--linen); }
.approach-roman {
  font-family: var(--ff-display);
  font-size: 56px; font-weight: 300; line-height: 1;
  color: var(--stone-mid); margin-bottom: 20px;
  user-select: none; transition: color 0.3s;
}
.approach-card:hover .approach-roman { color: var(--accent-light); }
.approach-card h3 {
  font-family: var(--ff-display);
  font-size: 22px; font-weight: 400; font-style: italic;
  color: var(--ink); margin-bottom: 12px;
}
.approach-card p {
  font-size: 13.5px; line-height: 1.75; color: var(--ink-soft);
}

/* ── SERVICES ── */
.services { background: var(--linen); }
.services-head { margin-bottom: 56px; }
.services-head h2 {
  font-family: var(--ff-display);
  font-size: clamp(28px, 3.5vw, 50px);
  font-weight: 300; line-height: 1.15; margin-bottom: 14px;
}
.services-head h2 em { font-style: italic; color: var(--accent); }
.services-head p {
  font-size: 14.5px; line-height: 1.75; color: var(--ink-soft);
  max-width: 480px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  background: var(--stone);
  padding: 36px 30px;
  border-top: 2px solid var(--accent-light);
  transition: border-color 0.2s;
}
.service-card:hover { border-top-color: var(--accent); }
.service-icon {
  width: 36px; height: 36px;
  color: var(--accent); margin-bottom: 20px;
  flex-shrink: 0;
}
.service-card h3 {
  font-family: var(--ff-display);
  font-size: 19px; font-weight: 400;
  color: var(--ink); margin-bottom: 10px;
}
.service-card p {
  font-size: 13.5px; line-height: 1.75; color: var(--ink-soft);
}

/* ── AUDIENCE ── */
.audience { background: var(--ink); }
.audience h2 {
  font-family: var(--ff-display);
  font-size: clamp(28px, 3.5vw, 50px);
  font-weight: 300; font-style: italic;
  color: white; text-align: center; margin-bottom: 48px;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,0.07);
}
.audience-card {
  background: var(--ink); padding: 32px 28px;
  transition: background 0.2s;
}
.audience-card:hover { background: #252525; }
.audience-card h4 {
  font-family: var(--ff-display);
  font-size: 18px; font-weight: 400; font-style: italic;
  color: white; margin-bottom: 8px;
}
.audience-card p {
  font-size: 13px; line-height: 1.65;
  color: rgba(255,255,255,0.45);
}

/* ── LIFESTYLE GALLERY STRIP ── */
.gallery-strip {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
  height: 360px; gap: 2px;
  background: var(--stone-mid);
}
.gallery-strip-img {
  overflow: hidden; position: relative;
}
.gallery-strip-img img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
  transition: transform 5s var(--ease);
  filter: brightness(0.92);
}
.gallery-strip-img:hover img {
  transform: scale(1.06);
  filter: brightness(1);
}

/* ── HOME CTA ── */
.home-cta {
  background: var(--stone);
  padding: 112px 40px;
  text-align: center;
}
.home-cta h2 {
  font-family: var(--ff-display);
  font-size: clamp(30px, 4vw, 62px);
  font-weight: 300; line-height: 1.15;
  margin-bottom: 18px;
}
.home-cta h2 em { font-style: italic; color: var(--accent); }
.home-cta p {
  font-size: 15px; color: var(--ink-soft); max-width: 460px;
  margin: 0 auto 40px; line-height: 1.8;
}
.home-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── RESPONSIVE HOME ── */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { height: 55vw; min-height: 300px; }
  .hero-content { padding: 64px 40px; }
  .intro-strip-inner {
    grid-template-columns: 1fr;
    text-align: center; gap: 24px;
  }
  .intro-strip-divider { width: 48px; height: 1px; margin: 0 auto; }
  .intro-tagline { font-size: 17px; }
  .lifestyle-feature { grid-template-columns: 1fr; direction: ltr !important; }
  .lifestyle-feature.reverse > * { direction: ltr; }
  .lifestyle-img { height: 55vw; min-height: 280px; }
  .lifestyle-content { padding: 56px 40px; }
  .approach-head { grid-template-columns: 1fr; gap: 20px; }
  .approach-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .gallery-strip { grid-template-columns: 1fr 1fr; height: auto; }
  .gallery-strip-img { height: 44vw; }
}
@media (max-width: 600px) {
  .hero-content { padding: 48px 20px; }
  .lifestyle-content { padding: 48px 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .gallery-strip { grid-template-columns: 1fr 1fr; }
  .gallery-strip-img { height: 50vw; }
}
