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

:root {
  --ink: #191716;
  --paper: #fbf8f3;
  --paper-2: #f0e9dd;
  --moss: #315648;
  --moss-dark: #20392f;
  --berry: #943d52;
  --amber: #d69c38;
  --muted: #716b63;
  --line: rgba(25, 23, 22, 0.12);
  --white: #ffffff;
  --radius: 8px;
  --max: 1120px;
}

html { scroll-behavior: smooth; }

body {
  font-family: Inter, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 248, 243, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--moss-dark);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-links a:hover { color: var(--moss); }

.nav-cta {
  color: var(--paper) !important;
  background: var(--moss);
  padding: 10px 16px;
  border-radius: var(--radius);
}

.hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1501612780327-45045538702b?auto=format&fit=crop&w=1800&q=82");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(25,23,22,0.86), rgba(25,23,22,0.58) 42%, rgba(25,23,22,0.18)), linear-gradient(0deg, rgba(25,23,22,0.72), transparent 46%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 140px 0 86px;
  max-width: 780px;
}

.eyebrow,
.section-kicker {
  color: var(--amber);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
  margin-bottom: 14px;
}

.hero h1,
h2 {
  font-family: "Playfair Display", serif;
  line-height: 1.04;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(3rem, 8vw, 5.8rem);
  max-width: 780px;
  margin-bottom: 24px;
}

.hero-lead {
  max-width: 620px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  color: rgba(255,255,255,0.88);
  margin-bottom: 34px;
}

.hero-actions,
.contact-panel {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: var(--amber);
  color: var(--ink);
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.36);
  color: var(--white);
}

section { padding: 92px 0; }

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 8vw, 100px);
  align-items: start;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  color: var(--moss-dark);
}

.intro-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  margin-bottom: 22px;
}

.work {
  background: var(--moss-dark);
  color: var(--paper);
}

.work h2 { color: var(--paper); }

.section-heading {
  max-width: 680px;
  margin-bottom: 40px;
}

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

.work-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.055);
}

.card-number {
  color: var(--amber);
  font-weight: 800;
  font-size: 0.82rem;
}

.work-card h3 {
  font-size: 1.35rem;
  margin: 42px 0 12px;
}

.work-card p { color: rgba(255,255,255,0.76); }

.events { background: var(--paper-2); }

.events-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 7vw, 86px);
  align-items: center;
}

.events-image {
  min-height: 520px;
  border-radius: var(--radius);
  background-image: url("https://images.unsplash.com/photo-1516280440614-37939bbacd81?auto=format&fit=crop&w=1200&q=82");
  background-size: cover;
  background-position: center;
}

.events-copy p,
.instagram-copy p,
.contact p {
  color: var(--muted);
  margin: 20px 0 28px;
  font-size: 1.05rem;
}

.instagram {
  background: var(--paper);
}

.instagram-inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: clamp(32px, 7vw, 84px);
  align-items: center;
}

.instagram-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 16px;
  padding: 32px;
  border-radius: var(--radius);
  color: var(--white);
  background: linear-gradient(145deg, rgba(148,61,82,0.92), rgba(49,86,72,0.94)), url("https://images.unsplash.com/photo-1501386761578-eac5c94b800a?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
  box-shadow: 0 22px 60px rgba(25, 23, 22, 0.18);
}

.instagram-mark {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.26);
  font-weight: 800;
  font-size: 1.5rem;
}

.instagram-card strong {
  font-size: 1.5rem;
  line-height: 1.1;
}

.instagram-card span:last-child {
  color: rgba(255,255,255,0.78);
}

.reverse { direction: rtl; }
.reverse > * { direction: ltr; }

.contact {
  background: var(--berry);
  color: var(--white);
}

.contact h2 { color: var(--white); }
.contact .section-kicker { color: var(--paper-2); }
.contact p { color: rgba(255,255,255,0.82); }

.contact-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.contact-panel {
  flex-direction: column;
  min-width: 300px;
}

.contact-link {
  display: block;
  padding: 18px 20px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  font-weight: 800;
}

.footer {
  background: var(--ink);
  color: rgba(255,255,255,0.72);
  padding: 24px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

@media (max-width: 820px) {
  .nav-inner { height: auto; padding: 18px 0; align-items: flex-start; }
  .nav-links { gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
  .hero { min-height: 760px; }
  .split,
  .events-grid,
  .instagram-inner,
  .contact-inner { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  .events-image { min-height: 340px; }
  .contact-panel { min-width: 0; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav-links { display: none; }
  .hero-content { padding: 120px 0 60px; }
  section { padding: 68px 0; }
  .hero-actions .btn { width: 100%; }
}