/* ═══════════════════════════════════════════════════════════
   DHABA LAAL MIRCH — ABOUT PAGE CSS
   Import: tokens.css → base.css → loaders.css → dhaba-base.css → dhaba-about.css
   Desktop only — media queries later
═══════════════════════════════════════════════════════════ */

html, body { overflow-x: hidden; }

.dhaba-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--dred);
  display: block;
}
.da-section-headline {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: 700;
  color: var(--fg);
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.da-body {
  font-size: 15px;
  font-weight: 300;
  color: var(--fg-50);
  line-height: 1.9;
  margin-bottom: 20px;
  max-width: 540px;
}
.da-rule {
  width: 48px;
  height: 2px;
  background: var(--dred);
  margin-bottom: 36px;
}


/* ── Hero ── */
#about-hero {
  position: relative;
  height: 60vh;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  padding: 0 var(--margin-desktop) 64px;
  overflow: hidden;
  margin-top: 72px;
}
.da-hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 100%),
    url('../dhaba/assets/images/about/about-banner.png') center/cover no-repeat;
  filter: grayscale(0.1);
  transition: filter 1500ms ease-in-out;
}
#about-hero:hover .da-hero-bg { filter: grayscale(0); }
.da-hero-content { position: relative; z-index: 2; }
.da-hero-headline {
  font-family: var(--font-display);
  font-size: clamp(44px, 5.5vw, 80px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.05;
  letter-spacing: -2px;
  margin: 16px 0 14px;
}
.da-hero-sub {
  font-size: 17px; font-weight: 300;
  color: rgba(255,255,255,0.5);
  font-style: italic;
}

/* ── Origin Section ── */
#da-origin {
  background: var(--dcanvas);
  padding: 0;
}
.da-origin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}
.da-origin-text {
  padding: 100px 72px 100px var(--margin-desktop);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(89,101,42,0.12);
}
.da-origin-headline {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 700;
  color: var(--fg);
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 28px;
}
.da-origin-image {
  position: relative;
  overflow: hidden;
  background: #111;
}
.da-origin-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.da-origin-badge {
  position: absolute;
  bottom: 32px; right: 32px;
  background: var(--dred);
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.da-badge-top {
  font-size: 9px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.da-badge-year {
  font-family: var(--font-display);
  font-size: 36px; font-weight: 700;
  color: var(--white); line-height: 1;
  letter-spacing: -1px;
}
.da-badge-loc {
  font-size: 10px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/* ── Pillars ── */
#da-pillars {
  background: var(--dcanvas);
  padding: 100px var(--margin-desktop);
}
.da-pillars-header { margin-bottom: 56px; }
.da-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.da-pillar {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(89,101,42,0.12);
  background: var(--white);
}
.da-pillar-image {
  position: relative;
  overflow: hidden;
  background: #111;
  height: 260px;
}
.da-pillar-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.da-pillar-body {
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.da-pillar-num {
  font-size: 10px; font-weight: 600;
  letter-spacing: 2px; color: var(--dred);
}
.da-pillar-title {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 700;
  color: var(--fg); line-height: 1.2;
}
.da-pillar-desc {
  font-size: 13px; font-weight: 300;
  color: var(--fg-50); line-height: 1.8;
  margin-bottom: 8px;
}

/* ── Highway Section ── */
#da-highway {
  background: var(--dgreen);
  padding: 0;
}
.da-highway-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}
.da-highway-image {
  position: relative;
  overflow: hidden;
  background: #111;
}
.da-highway-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.da-highway-tag {
  position: absolute;
  bottom: 24px; left: 24px;
  background: rgba(0,0,0,0.6);
  color: rgba(255,255,255,0.85);
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.5px;
  padding: 10px 16px;
  display: flex; align-items: center; gap: 8px;
}
.da-highway-text {
  padding: 80px 80px 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.da-hw-headline {
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
#da-highway .da-body { color: rgba(255,255,255,0.55); max-width: 480px; }
.da-highway-stats {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.12);
  width: fit-content;
  margin-top: 8px;
}
.da-hw-stat {
  padding: 18px 28px;
  display: flex; flex-direction: column; gap: 4px;
}
.da-hw-num {
  font-family: var(--font-display);
  font-size: 30px; font-weight: 700;
  color: rgba(255,200,100,0.9);
  line-height: 1; letter-spacing: -1px;
}
.da-hw-label {
  font-size: 9px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  white-space: nowrap;
}
.da-hw-div {
  width: 1px; height: 56px;
  background: rgba(255,255,255,0.1);
  flex-shrink: 0;
}

/* ── CTA ── */
#da-cta {
  background: #1A1208;
  padding: 100px var(--margin-desktop);
  text-align: center;
  position: relative; overflow: hidden;
}
#da-cta::before {
  content: 'LAAL MIRCH';
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  font-family: var(--font-display);
  font-size: clamp(80px, 12vw, 180px);
  font-weight: 700;
  color: rgba(255,255,255,0.02);
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: -6px; user-select: none;
}
.da-cta-inner {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center;
}
.da-cta-headline {
  font-family: var(--font-display);
  font-size: var(--fs-h1); font-weight: 700;
  color: var(--white); line-height: 1.15;
  letter-spacing: -1px; margin-bottom: 16px;
}
.da-cta-sub {
  font-size: 15px; font-weight: 300;
  color: rgba(255,255,255,0.35);
  line-height: 1.7; max-width: 400px;
  margin-bottom: 36px;
}
.da-cta-actions { display: flex; gap: 16px; justify-content: center; }

/* ── Footer ── */


/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE 390px
═══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

  #about-hero { height: auto; min-height: 320px; padding: 0 20px 48px; margin-top: 72px; }
  .da-hero-headline { font-size: 36px; letter-spacing: -1px; }
  .da-hero-sub { font-size: 14px; }

  #da-origin { padding: 0; }
  .da-origin-grid { grid-template-columns: 1fr; min-height: unset; }
  .da-origin-text { padding: 48px 24px 40px 24px; border-right: none; }
  .da-origin-text.reveal-left,
.da-origin-text .reveal-left { transform: none !important; opacity: 1 !important; }
  .da-origin-headline { font-size: 28px; }
  .da-body { font-size: 14px; max-width: 100%; }
  .da-origin-image { height: 280px; }
  .da-origin-badge { bottom: 20px; right: 20px; padding: 14px 18px; }
  .da-badge-year { font-size: 28px; }

  hr.divider-line { margin: 0 20px !important; }

  #da-pillars { padding: 52px 20px; }
  .da-pillars-header { margin-bottom: 36px; }
  .da-pillars-grid { grid-template-columns: 1fr; gap: 16px; }
  .da-pillar-image { height: 220px; }
  .da-pillar-body { padding: 28px 24px; }
  .da-pillar-title { font-size: 20px; }

  #da-highway { padding: 0; }
  .da-highway-inner { grid-template-columns: 1fr; min-height: unset; }
  .da-highway-image { height: 260px; }
  .da-highway-text { padding: 48px 20px 52px; }
  /* Disable reveal transforms on mobile — JS not firing on file:// */
.reveal-right { transform: none !important; opacity: 1 !important; }
.reveal-left  { transform: none !important; opacity: 1 !important; }
.reveal       { transform: none !important; opacity: 1 !important; }
  .da-hw-headline { font-size: 28px; }
  .da-highway-stats { width: 100%; }
  .da-hw-stat { padding: 14px 20px; }
  .da-hw-num { font-size: 24px; }

  #da-cta { padding: 64px 20px; }
  .da-cta-headline { font-size: 28px; }
  .da-cta-actions { flex-direction: column; align-items: stretch; }
  .da-cta-actions .btn { width: 100%; }

  
}
