/* Claysino event post — Figma v4 (RzeLtCm9OafORGhYPS7w1d), frame 2081:780
   (1440 x 2498). The navigation sits in flow above the hero, as in the Figma
   frame, so the site nav band stays a normal 88px section. */

/* ---- Hero (2081:789) — 1440 x 600, photo under a 40% black scrim ---- */
.cs-hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  box-shadow: inset 0 -2px 0 var(--obsidian);
  padding: 120px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.cs-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cs-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.cs-hero__bg::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.4); }

.cs-hero__stack { position: relative; width: 800px; display: flex; flex-direction: column; gap: 16px; }

.cs-tag {
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 100px;
  background: var(--lime);
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--obsidian);
  white-space: nowrap;
}

.cs-tag > span { display: block; transform: translateY(var(--figma-baseline-shift-inter)); }

.cs-hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.05;
  color: var(--white);
  transform: translateY(var(--figma-baseline-shift));
}

.cs-hero__sub {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--off-white);
  transform: translateY(var(--figma-baseline-shift));
}

/* ---- Event core info (2081:795) — 1440 x 450 ---- */
.cs-core {
  display: flex;
  gap: 80px;
  align-items: stretch;
  padding: 0 80px;
  background: var(--off-white);
  box-shadow: inset 0 -1px 0 var(--obsidian);
}

.cs-core__about { flex: 1 0 0; min-width: 0; display: flex; flex-direction: column; gap: 24px; padding: 80px 0; }

.cs-share { display: flex; gap: 12px; }

.cs-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 100px;
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--obsidian);
}

.cs-share img { width: 18px; height: 18px; }
.cs-share a:nth-child(n + 2) img { width: 16px; height: 16px; }
.cs-share a:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }

.cs-core__about h2 {
  margin: 0;
  font-family: var(--font-inter);
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  color: var(--obsidian);
  transform: translateY(var(--figma-baseline-shift-inter));
}

.cs-core__about p:nth-of-type(1) {
  margin: 0;
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--obsidian);
  transform: translateY(var(--figma-baseline-shift-inter));
}

.cs-core__about p:nth-of-type(n + 2) {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--muted);
  transform: translateY(var(--figma-baseline-shift));
}

.cs-meta {
  flex: 0 0 480px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 40px 0;
  background: var(--white);
  box-shadow: inset 2px 0 0 var(--obsidian), inset -2px 0 0 var(--obsidian);
}

.cs-meta__block { display: flex; flex-direction: column; gap: 8px; padding: 0 40px; }

.cs-meta__block b {
  font-family: var(--font-inter);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--orange);
  transform: translateY(var(--figma-baseline-shift-inter));
}

.cs-meta__block strong {
  font-family: var(--font-inter);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--obsidian);
  transform: translateY(var(--figma-baseline-shift-inter));
}

.cs-meta__block span {
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--muted);
  transform: translateY(var(--figma-baseline-shift-inter));
}

/* A Figma `Line` node: zero height in the layout, its 2px stroke painted
   above the baseline, so it costs the card no vertical space. */
.cs-meta hr {
  width: 100%;
  height: 0;
  /* The border paints the 2px rule; the negative margin gives the box back
     to the column, so the line costs no height — as the Figma Line node. */
  margin: 0 0 -2px;
  border: 0;
  border-top: 2px solid var(--obsidian);
}

/* ---- Photo gallery (2081:815) — 1440 x 320 ---- */
.cs-gallery {
  height: 320px;
  padding: 0 80px;
  background: var(--off-white);
  box-shadow: inset 0 -2px 0 var(--obsidian);
  display: flex;
}

.cs-gallery > * {
  height: 320px;
  box-shadow: inset 0 0 0 1.5px var(--obsidian);
  overflow: hidden;
}

.cs-gallery img.cs-gallery__shot { flex: 1 0 0; min-width: 0; width: 100%; height: 100%; object-fit: cover; }
.cs-gallery figure { flex: 1 0 0; min-width: 0; margin: 0; }

/* The third tile is a video still in the design: an empty frame with a play
   affordance, kept as a button so it can be wired to the recording later. */
.cs-gallery__video {
  position: relative;
  flex: 0 0 426.667px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--off-white);
}

.cs-gallery__video span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--obsidian);
  transform: translateX(0.33px);
}

.cs-gallery__video img { width: 24px; height: 24px; }

/* ---- Second core block (2063:1417) — 1440 x 268 ---- */
.cs-notes {
  padding: 80px;
  background: var(--off-white);
  box-shadow: inset 0 -1px 0 var(--obsidian);
}

.cs-notes p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--muted);
  transform: translateY(var(--figma-baseline-shift));
}

/* ---- CTA (2081:846) — 1440 x 362, lime ---- */
.cs-cta {
  height: 362px;
  background: var(--lime);
  box-shadow: inset 0 -2px 0 var(--obsidian);
  padding: 100px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.cs-cta__copy { flex: 1 0 0; min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 8px; }

.cs-cta__copy h2 {
  margin: 0;
  font-family: var(--font-inter);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--obsidian);
  transform: translateY(var(--figma-baseline-shift-inter));
}

.cs-cta__copy p {
  margin: 0;
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--muted);
  transform: translateY(var(--figma-baseline-shift-inter));
}

.cs-cta__form { flex: 1 0 0; min-width: 0; display: flex; align-items: center; justify-content: center; gap: 12px; }

.cs-cta__form input {
  flex: 1 0 0;
  min-width: 0;
  max-width: 400px;
  padding: 14px 16px;
  border: 0;
  border-radius: 100px;
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--muted);
  font-family: var(--font-inter);
  font-size: 13px;
  line-height: 1.4;
  color: var(--obsidian);
}

.cs-cta__form input::placeholder { color: var(--muted); }
.cs-cta__form input:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }

.cs-cta__form .btn {
  padding: 14px 28px;
  font-family: var(--font-inter);
  font-size: 13px;
  line-height: 1.4;
  color: var(--off-white);
}

.cs-cta__form .btn > span { transform: translateY(var(--figma-baseline-shift-inter)); }

/* Photo credit under the gallery — not in the Figma frame, added with the
   event copy so the photographer is named where the photos are. */
.cs-caption {
  margin: 0;
  padding: 20px 80px 40px;
  background: var(--off-white);
  box-shadow: inset 0 -1px 0 var(--obsidian);
  font-family: var(--font-inter);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--muted);
  transform: translateY(var(--figma-baseline-shift-inter));
}
