﻿/* ═══════════════════════════════════════════════════════════════
   PERTENUNAN ASTITI Landing Page Stylesheet
   Editorial Heritage style · for landing.php only
   ═══════════════════════════════════════════════════════════════ */

body.landing-body {
  font-size: 16px;
  line-height: 1.65;
}

body.landing-body h1,
body.landing-body h2,
body.landing-body h3,
body.landing-body h4,
body.landing-body h5,
body.landing-body h6 {
  letter-spacing: -0.5px;
}

.container { max-width: 1280px; margin: 0 auto; padding: 0 48px; }
.container-wide { max-width: 1440px; margin: 0 auto; padding: 0 48px; }

/* Landing overrides .btn (bigger) */
.landing-body .btn {
  padding: 14px 26px;
  font-size: 14px;
  gap: 10px;
}

/* ─── NAV ─── */
.topnav {
  padding: 24px 0;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(8px);
  background-color: rgba(245,239,227,0.92);
}
.topnav-inner { display: flex; align-items: center; gap: 48px; }
.topnav .brand {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 700;
  color: var(--ink); letter-spacing: -0.4px;
}
.topnav .brand .dot { color: var(--maroon); font-style: italic; font-weight: 600; }
.nav-links { display: flex; gap: 36px; margin: 0 auto; }
.nav-link {
  font-size: 14px; color: var(--brown);
  font-weight: 500;
  position: relative; padding: 4px 0;
}
.nav-link:hover { color: var(--maroon); }
.nav-link.active { color: var(--ink); }
.nav-link.active::after {
  content: ''; position: absolute;
  bottom: -2px; left: 0; right: 0; height: 1.5px;
  background: var(--maroon);
}
.nav-actions { display: flex; gap: 14px; align-items: center; }

/* ─── HERO ─── */
.hero { padding: 80px 0 100px; position: relative; overflow: hidden; }
.hero-grid {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 80px;
  align-items: center;
}
.landing-body .eyebrow {
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--maroon); font-weight: 600;
  display: inline-flex; align-items: center; gap: 14px;
  margin-bottom: 28px;
}
.landing-body .eyebrow::before {
  content: ''; width: 24px; height: 1px; background: var(--maroon);
}
.hero h1 {
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.02;
  margin-bottom: 28px;
  letter-spacing: -1.5px;
}
.hero h1 em {
  font-style: italic;
  color: var(--maroon);
  font-weight: 500;
}
.hero-lead {
  font-size: 18px;
  line-height: 1.65;
  color: var(--brown);
  margin-bottom: 40px;
  max-width: 480px;
}
.hero-cta { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.landing-body .text-link {
  font-size: 14px;
  padding-bottom: 4px;
}

.hero-image-wrap { position: relative; padding-top: 32px; }
.hero-image-meta {
  position: absolute;
  top: 0; right: 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 1.5px;
}
.hero-image {
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(135deg, rgba(91,44,44,0.85), rgba(31,24,22,0.95)),
    repeating-linear-gradient(45deg, rgba(201,164,100,0.08) 0, rgba(201,164,100,0.08) 1px, transparent 1px, transparent 14px),
    repeating-linear-gradient(-45deg, rgba(201,164,100,0.06) 0, rgba(201,164,100,0.06) 1px, transparent 1px, transparent 14px);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.hero-image-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(15,12,10,0.15) 0%, rgba(15,12,10,0.35) 60%, rgba(15,12,10,0.75) 100%);
  pointer-events: none;
}
.hero-image-caption {
  position: absolute;
  bottom: 28px; left: 28px; right: 28px;
  display: flex; justify-content: space-between;
  align-items: flex-end;
  color: var(--cream);
}
.hero-image-caption .cap-main {
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
  font-weight: 600; margin-bottom: 6px;
}
.hero-image-caption .cap-sub {
  font-size: 11px; color: var(--gold); letter-spacing: 1px;
  font-family: 'JetBrains Mono', monospace;
}
.hero-image .corner-mark {
  position: absolute;
  top: 28px; left: 28px;
  color: var(--gold);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 1.5px;
}
.hero-floating {
  position: absolute;
  bottom: -40px; left: -32px;
  background: var(--cream);
  padding: 18px 24px;
  border: 1px solid var(--line);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--brown);
  line-height: 1.7;
  box-shadow: 0 8px 32px rgba(31,24,22,0.05);
}
.hero-floating .num {
  font-family: 'Playfair Display', serif;
  font-size: 32px; color: var(--maroon); font-weight: 600;
  display: block; line-height: 1; margin-bottom: 4px;
  letter-spacing: -1px;
}

/* ─── SECTIONS ─── */
.section { padding: 110px 0; position: relative; }
.section-divider { border-top: 1px solid var(--line); }
.section-cream { background: var(--cream-light); }
.section-head { margin-bottom: 56px; max-width: 760px; }
.section-head h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  margin-bottom: 20px;
}
.section-head h2 em { font-style: italic; color: var(--maroon); }
.section-lead {
  font-size: 18px;
  line-height: 1.65;
  color: var(--brown);
  max-width: 620px;
}

/* ─── INTRO ─── */
.intro-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 96px;
  align-items: start;
}
.intro-text > p {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 22px;
  color: var(--brown);
}
.intro-text > p.lead {
  font-size: 22px;
  color: var(--ink);
  line-height: 1.5;
  margin-bottom: 32px;
  font-weight: 400;
}
.intro-text > p:last-child { margin-bottom: 0; }

.pullquote {
  padding: 32px 0 32px 40px;
  border-left: 2px solid var(--gold);
  margin-top: 8px;
}
.pullquote .quote-mark {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  line-height: 0.8;
  color: var(--gold);
  margin-bottom: 12px;
}
.pullquote .quote-text {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  line-height: 1.35;
  color: var(--ink);
  font-style: italic;
  margin-bottom: 24px;
  font-weight: 400;
}
.pullquote .quote-text em { color: var(--maroon); }
.pullquote .quote-source {
  font-size: 12px;
  color: var(--brown);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 600;
}
.pullquote .quote-source-name { color: var(--ink); }

/* ─── PROCESS LIST ─── */
.process-list { margin-top: 64px; }
.process-item {
  display: grid;
  grid-template-columns: 110px 1fr 180px 28px;
  gap: 40px;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.process-item:first-child { border-top: 1px solid var(--line); }
.process-item:hover { padding-left: 20px; }
.process-item:hover .process-num { color: var(--maroon); }
.process-item:hover .process-arrow { transform: translateX(6px); color: var(--maroon); }

.process-num {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 400;
  color: var(--gold-dark);
  letter-spacing: -1px;
  line-height: 1;
  transition: color 0.3s;
}
.process-body h3 { font-size: 28px; margin-bottom: 6px; font-weight: 600; }
.process-body .process-name-en {
  font-style: italic;
  color: var(--muted);
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  margin-left: 8px;
}
.process-body p {
  font-size: 14px;
  color: var(--brown-soft);
  line-height: 1.6;
  max-width: 540px;
}
.process-tags {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  line-height: 1.8;
}
.process-tags .tag-dot { color: var(--gold); margin: 0 6px; }
.process-arrow {
  color: var(--brown);
  transition: transform 0.35s, color 0.35s;
  justify-self: end;
}

/* ─── BIG QUOTE ─── */
.quote-section {
  background: var(--ink);
  color: var(--cream);
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
.quote-section::before {
  content: '';
  position: absolute;
  top: 0; right: 0; width: 320px; height: 100%;
  background:
    repeating-linear-gradient(45deg, rgba(201,164,100,0.05) 0, rgba(201,164,100,0.05) 1px, transparent 1px, transparent 12px),
    repeating-linear-gradient(-45deg, rgba(201,164,100,0.05) 0, rgba(201,164,100,0.05) 1px, transparent 1px, transparent 12px);
  opacity: 0.6;
}
.quote-section .container { position: relative; z-index: 1; }
.quote-section .eyebrow { color: var(--gold); }
.quote-section .eyebrow::before { background: var(--gold); }
.big-quote {
  max-width: 940px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.28;
  font-style: italic;
  letter-spacing: -0.5px;
  margin-bottom: 48px;
  color: var(--cream);
  font-weight: 400;
}
.big-quote em { color: var(--gold); font-style: italic; }
.quote-attribution { display: flex; gap: 20px; align-items: center; }
.quote-attr-line { width: 56px; height: 1px; background: var(--gold); }
.quote-attr-text {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}
.quote-attr-text .role {
  color: var(--gold);
  margin-left: 8px;
  font-weight: 400;
  text-transform: none;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.5px;
}

/* ─── CTA ─── */
.cta-section {
  background: var(--ink);
  color: var(--cream);
  padding: 140px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section h2 {
  font-size: clamp(36px, 4.5vw, 64px);
  color: var(--cream);
  line-height: 1.08;
  margin-bottom: 28px;
  max-width: 800px;
  margin-left: auto; margin-right: auto;
}
.cta-section h2 em { color: var(--gold); font-style: italic; }
.cta-section p {
  font-size: 18px;
  color: var(--cream);
  opacity: 0.78;
  max-width: 580px;
  margin: 0 auto 44px;
  line-height: 1.65;
}
.cta-section .eyebrow { color: var(--gold); justify-content: center; }
.cta-section .eyebrow::before { background: var(--gold); }

/* ─── FOOTER ─── */
.footer {
  background: #14100E;
  color: var(--cream);
  padding: 96px 0 36px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 64px;
}
.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 32px; font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.footer-brand .dot { color: var(--gold); font-style: italic; font-weight: 600; }
.footer-tagline {
  font-size: 14px;
  color: #B5A99A;
  line-height: 1.7;
  max-width: 340px;
  margin-bottom: 28px;
}
.footer-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 1.5px;
}
.footer-col h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
  font-weight: 600;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; font-size: 14px; }
.footer-col li a { color: #B5A99A; }
.footer-col li a:hover { color: var(--cream); }
.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid #2A211C;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.5px;
}
.footer-bottom .credit {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 1.5px;
}

@media (max-width: 1024px) {
  .hero-grid, .intro-grid, .footer-grid { grid-template-columns: 1fr; gap: 56px; }
  .container, .container-wide { padding: 0 28px; }
  .section { padding: 80px 0; }
  .process-item { grid-template-columns: 80px 1fr 28px; }
  .process-tags { display: none; }
}
@media (max-width: 640px) {
  .nav-links, .nav-actions .btn-ghost { display: none; }
  .hero { padding: 40px 0 60px; }
  .section { padding: 64px 0; }
  .quote-section, .cta-section { padding: 80px 0; }
  .process-item { grid-template-columns: 60px 1fr; padding: 24px 0; gap: 20px; }
  .process-arrow { display: none; }
  .process-num { font-size: 40px; }
  .process-body h3 { font-size: 22px; }
  .hero-floating { display: none; }
  .pullquote { padding: 24px 0 24px 24px; }
  .pullquote .quote-text { font-size: 20px; }
}
