:root {
  --wine: #4b0f1c;
  --wine-2: #5e1f25;
  --cream: #f6f1ea;
  --paper: #fbf8f4;
  --ink: #1c1315;
  --muted: #6e6264;
  --line: rgba(28, 19, 21, 0.12);
  --serif: 'Instrument Serif', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  --script: 'Beth Ellen', cursive;
  --gutter: clamp(16px, 4vw, 48px);
  --max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.6 var(--sans);
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 24px; }
.logo { font: 400 28px/1 var(--script); color: var(--wine); text-decoration: none; padding-top: 6px; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-size: 14px; text-decoration: none; color: var(--ink); opacity: 0.75; transition: opacity .2s; }
.nav a:hover { opacity: 1; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 999px;
  background: var(--wine); color: var(--cream);
  font: 500 14px/1 var(--sans); text-decoration: none;
  transition: background .2s, transform .2s;
}
.btn:hover { background: var(--wine-2); }
.btn.ghost { background: transparent; color: inherit; box-shadow: inset 0 0 0 1px currentColor; }
.btn.ghost:hover { background: rgba(255,255,255,0.08); }
.nav .btn { opacity: 1; color: var(--cream); padding: 10px 18px; }

/* Hero */
.hero { padding: clamp(56px, 9vw, 120px) 0 clamp(40px, 6vw, 72px); }
.eyebrow { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin: 0 0 20px; }
.hero h1 {
  font: 400 clamp(48px, 9vw, 128px)/0.95 var(--serif);
  letter-spacing: -0.02em; margin: 0; color: var(--ink);
}
.hero h1 em { color: var(--wine); }
.hero-foot { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 32px; margin-top: clamp(32px, 5vw, 56px); }
.hero-foot p { max-width: 460px; margin: 0; font-size: 17px; color: var(--muted); }
.hero-foot p strong { color: var(--ink); font-weight: 500; }
.hero-img { margin-top: clamp(40px, 6vw, 72px); border-radius: 4px; overflow: hidden; aspect-ratio: 1170 / 520; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; }

/* Marquee strip */
.strip { overflow: hidden; padding: clamp(40px, 6vw, 80px) 0; }
.strip-track { display: flex; gap: 16px; width: max-content; animation: slide 60s linear infinite; }
.strip-track img { height: clamp(260px, 34vw, 440px); width: auto; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 4px; filter: grayscale(1); }
.strip:hover .strip-track { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-50%); } }

/* Sections */
section { scroll-margin-top: 68px; }
.section { padding: clamp(64px, 10vw, 140px) 0; }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: end; margin-bottom: clamp(40px, 6vw, 72px); }
.section-head h2 { font: 400 clamp(40px, 6vw, 80px)/1 var(--serif); letter-spacing: -0.02em; margin: 0; }
.section-head h2 em { color: var(--wine); }
.section-head p { margin: 0; color: var(--muted); max-width: 440px; justify-self: end; }

/* Services */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 3vw, 40px); }
.service figure { margin: 0 0 24px; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 4px; background: var(--cream); }
.service figure img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter .5s, transform .8s; }
.service:hover figure img { filter: grayscale(0); transform: scale(1.03); }
.service .num { font: italic 400 20px/1 var(--serif); color: var(--wine); }
.service h3 { font: 400 32px/1.1 var(--serif); margin: 8px 0 16px; }
.service ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.service li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; color: var(--muted); }

/* Projects */
.projects-bg { background: var(--cream); }
.projects { columns: 3; column-gap: 16px; }
.projects img { width: 100%; margin-bottom: 16px; border-radius: 4px; break-inside: avoid; }

/* Events */
.events { background: var(--wine); color: var(--cream); }
.events-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.events video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 4px; background: #000; }
.events h2 { font: 400 clamp(44px, 6vw, 84px)/1 var(--serif); letter-spacing: -0.02em; margin: 0 0 24px; }
.events h2 em { opacity: 0.7; }
.events p { color: rgba(246, 241, 234, 0.75); margin: 0 0 32px; max-width: 420px; }
.events .btn { background: var(--cream); color: var(--wine); }
.events .btn:hover { background: #fff; }

.community { position: relative; color: #fff; min-height: clamp(420px, 55vw, 640px); display: grid; place-items: center; text-align: center; overflow: hidden; }
.community img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) brightness(0.55); }
.community .inner { position: relative; padding: 64px var(--gutter); }
.community h2 { font: 400 clamp(44px, 7vw, 96px)/1 var(--serif); letter-spacing: -0.02em; margin: 0 0 16px; }
.community p { margin: 0 0 32px; opacity: 0.85; }

/* Testimonial */
.quote { text-align: center; }
.quote blockquote { margin: 0 auto; max-width: 900px; font: 400 clamp(28px, 4vw, 48px)/1.2 var(--serif); letter-spacing: -0.01em; }
.quote blockquote::before { content: '\201C'; display: block; font-size: 2.2em; line-height: 0.6; color: var(--wine); margin-bottom: 16px; }
.quote cite { display: block; margin-top: 32px; font: 500 13px/1 var(--sans); letter-spacing: 0.14em; text-transform: uppercase; font-style: normal; color: var(--muted); }

/* Contact */
.contact { border-top: 1px solid var(--line); }
.contact h2 { font: 400 clamp(48px, 9vw, 128px)/0.95 var(--serif); letter-spacing: -0.02em; margin: 0 0 clamp(40px, 6vw, 64px); }
.contact h2 em { color: var(--wine); }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; border-top: 1px solid var(--line); padding-top: 32px; }
.contact-grid .label { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.contact-grid a { font: 400 clamp(22px, 2.4vw, 30px)/1.2 var(--serif); text-decoration: none; }
.contact-grid a:hover { color: var(--wine); }
.contact-cta { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 12px; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); padding: 32px 0; font-size: 13px; color: var(--muted); }
.site-footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; }
.site-footer nav { display: flex; gap: 24px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--ink); }

/* Legal pages */
.legal { padding: clamp(56px, 8vw, 104px) 0; }
.legal .wrap { max-width: 760px; }
.legal h1 { font: 400 clamp(40px, 6vw, 72px)/1 var(--serif); letter-spacing: -0.02em; margin: 0 0 40px; }
.legal h2 { font: 500 15px/1.4 var(--sans); margin: 32px 0 8px; }
.legal p { margin: 0 0 16px; color: #3b3033; }

@media (max-width: 860px) {
  .nav a:not(.btn) { display: none; }
  .section-head { grid-template-columns: 1fr; }
  .section-head p { justify-self: start; }
  .services { grid-template-columns: 1fr; gap: 56px; }
  .projects { columns: 2; column-gap: 10px; }
  .projects img { margin-bottom: 10px; }
  .events-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .strip-track { animation: none; }
  html { scroll-behavior: auto; }
}
