:root {
  --bg: #0a0a0a;
  --fg: #f5f0e8;
  --accent: #e84c3d;
  --accent-dim: #c0392b;
  --muted: #6b6560;
  --surface: #141414;
  --surface2: #1e1e1e;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 8vw 60px;
  position: relative;
  background:
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(232,76,61,0.12) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 80% 20%, rgba(232,76,61,0.06) 0%, transparent 70%),
    var(--bg);
}

.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 24px;
  font-weight: 500;
}

.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(80px, 14vw, 180px);
  line-height: 0.9;
  letter-spacing: -0.01em;
  color: var(--fg);
  margin-bottom: 32px;
}

.hero-title .accent {
  color: var(--accent);
}

.hero-sub {
  font-size: clamp(16px, 2vw, 20px);
  color: #b8b0a4;
  max-width: 520px;
  margin-bottom: 40px;
  font-weight: 300;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid rgba(245,240,232,0.15);
  border-radius: 100px;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.05em;
}

/* WHAT */
.what {
  padding: 120px 8vw;
  background: var(--surface);
  border-top: 1px solid rgba(245,240,232,0.06);
}

.what-inner { max-width: 1100px; }

.what-label {
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
  font-weight: 500;
}

.what h2 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 300;
  line-height: 1.2;
  max-width: 540px;
  margin-bottom: 60px;
  color: var(--fg);
}

.what-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.what-card {
  border-left: 2px solid var(--accent);
  padding-left: 28px;
}

.what-icon {
  color: var(--accent);
  font-size: 10px;
  margin-bottom: 16px;
}

.what-card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--fg);
}

.what-card p {
  font-size: 15px;
  color: #7a746c;
  line-height: 1.7;
}

/* PARTNERS */
.partners {
  padding: 100px 8vw;
  background: var(--bg);
}

.partners-inner { max-width: 1100px; }

.partners-label {
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 40px;
  font-weight: 500;
}

.venue-types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.venue-type {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  color: #a8a09a;
  font-weight: 300;
}

.venue-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

/* MANIFESTO */
.manifesto {
  padding: 100px 8vw;
  background: var(--surface);
  border-top: 1px solid rgba(245,240,232,0.06);
}

.manifesto-inner { max-width: 860px; }

blockquote {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 300;
  line-height: 1.5;
  color: #d8d0c4;
  font-style: italic;
  border-left: 3px solid var(--accent);
  padding-left: 32px;
}

/* CLOSING */
.closing {
  padding: 120px 8vw 140px;
  background: var(--bg);
  position: relative;
}

.closing-inner { max-width: 1100px; }

.closing-city {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(60px, 10vw, 120px);
  color: rgba(245,240,232,0.06);
  line-height: 1;
  margin-bottom: 32px;
  letter-spacing: 0.02em;
}

.closing h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 8vw, 100px);
  line-height: 1;
  color: var(--fg);
  letter-spacing: 0.01em;
}

/* FOOTER */
footer {
  padding: 48px 8vw;
  border-top: 1px solid rgba(245,240,232,0.06);
  background: var(--surface);
}

.footer-inner { max-width: 1100px; }

.footer-brand {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  color: var(--fg);
  margin-bottom: 8px;
}

.footer-tagline {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 6px;
}

.footer-meta {
  font-size: 12px;
  color: rgba(107,101,96,0.5);
}

/* INSTAGRAM FEED */
.instagram-feed {
  padding: 100px 8vw;
  background: var(--bg);
  border-top: 1px solid rgba(245,240,232,0.06);
}

.instagram-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 40px;
}

.instagram-label {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

.instagram-handle {
  color: var(--accent);
  text-decoration: none;
  transition: opacity 0.2s;
}
.instagram-handle:hover { opacity: 0.8; }

.instagram-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px;
  border: 1px solid var(--accent);
  border-radius: 100px;
  color: var(--accent);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}
.instagram-follow-btn:hover {
  background: var(--accent);
  color: var(--bg);
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.instagram-card {
  position: relative;
  aspect-ratio: 1;
  cursor: pointer;
}

.instagram-thumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.instagram-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.instagram-card:hover .instagram-thumb { transform: scale(1.04); }

.instagram-type-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.instagram-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.instagram-card:hover .instagram-overlay { opacity: 1; }

.instagram-stat {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* FEATURED WORK */
.featured-work {
  padding: 100px 8vw;
  background: var(--surface);
  border-top: 1px solid rgba(245,240,232,0.06);
}

.featured-work-inner { max-width: 1100px; }

.featured-work-header {
  margin-bottom: 48px;
}

.featured-work-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  font-weight: 500;
}

.featured-work-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 6vw, 72px);
  color: var(--fg);
  line-height: 1;
  letter-spacing: 0.01em;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.featured-card {
  cursor: pointer;
}

.featured-thumb-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 3/2;
}

.featured-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.featured-card:hover .featured-thumb { transform: scale(1.04); }

.featured-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}

.featured-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.featured-card:hover .featured-overlay { opacity: 1; }

.featured-metric {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.featured-info {
  padding: 16px 4px 0;
}

.featured-venue {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}

.featured-caption {
  font-size: 14px;
  color: #8a847c;
  line-height: 1.5;
  font-weight: 300;
}

.featured-cta {
  margin-top: 48px;
  text-align: center;
}

.featured-view-all {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid var(--accent);
  border-radius: 100px;
  color: var(--accent);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: background 0.2s, color 0.2s;
}
.featured-view-all:hover {
  background: var(--accent);
  color: var(--bg);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero { padding: 60px 6vw 48px; }
  .what { padding: 80px 6vw; }
  .partners { padding: 80px 6vw; }
  .manifesto { padding: 80px 6vw; }
  .closing { padding: 80px 6vw 100px; }
  footer { padding: 40px 6vw; }
  .what-grid { grid-template-columns: 1fr; }
  .venue-types { grid-template-columns: 1fr; }
  .instagram-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-work { padding: 80px 6vw; }
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .featured-grid { grid-template-columns: 1fr; }
}