/* Sumida Drapery by Angel — white field, black seal, Quicksand */

:root {
  --black: #000000;
  --white: #ffffff;
  --ink: #161616;
  --line: #e6e6e6;
  --font: "Quicksand", "Segoe UI", system-ui, sans-serif;
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--black); text-underline-offset: 3px; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.nav-toggle-label:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}

h1, h2, h3 {
  font-family: var(--font);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.15;
  color: #000;
  margin: 0 0 0.9rem;
}
h1 { font-size: clamp(1.55rem, 3.6vw, 2.35rem); }
h2 { font-size: clamp(1.28rem, 2.7vw, 1.8rem); }
p { margin: 0 0 1rem; }

.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.kicker {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1.25rem;
  font: 700 0.72rem/1 var(--font);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  cursor: pointer;
}
.btn:hover { background: #000; color: #fff; }
.btn-fill { background: #000; color: #fff; }
.btn-fill:hover { background: #fff; color: #000; }

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: #000;
  color: #fff;
  padding: 0.4rem 0.7rem;
  z-index: 60;
}
.skip:focus { top: 0.6rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  color: #000;
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.2rem;
}
.logo { line-height: 0; }
.logo img {
  width: 4.25rem;
  height: 4.25rem;
  object-fit: cover;
  border-radius: 50%;
  background: #000;
}
.nav-toggle { position: absolute; opacity: 0; width: 1px; height: 1px; }
.nav-toggle-label {
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block;
  width: 1.15rem;
  height: 1.5px;
  background: currentColor;
  position: relative;
}
.nav-toggle-label span::before,
.nav-toggle-label span::after { content: ""; position: absolute; left: 0; }
.nav-toggle-label span::before { top: -6px; }
.nav-toggle-label span::after { top: 6px; }
.site-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 0.7rem 1.1rem 1.2rem;
  flex-direction: column;
}
.nav-toggle:checked ~ .site-nav { display: flex; }
.site-nav a {
  color: #000;
  text-decoration: none;
  padding: 0.5rem 0;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}
.site-nav a[aria-current="page"] { text-decoration: underline; }

.billboard {
  min-height: calc(100svh - 4.6rem);
  display: grid;
  place-items: center;
  text-align: center;
  background: #fff;
  color: #000;
  padding: 3.2rem 0 4rem;
}
.billboard .mark {
  width: min(78vw, 26rem);
  height: auto;
  margin: 0 auto 1.6rem;
  background: #000;
  border-radius: 50%;
}
.billboard h1 { color: #000; max-width: 16ch; margin-inline: auto; }
.billboard p { max-width: 34rem; margin-inline: auto; color: #333; }
.billboard-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.3rem;
}

.chapter { padding: 4.6rem 0; }
.chapter-tight { padding: 2.2rem 0 4.6rem; }
.pair { display: grid; gap: 1.5rem; }
.pair figure { margin: 0; }
.pair img,
.film img,
.gallery img {
  width: 100%;
  max-height: 28rem;
  object-fit: contain;
  object-position: center;
  background: #f6f6f6;
}

.stage {
  position: relative;
  min-height: min(58svh, 34rem);
  overflow: hidden;
  background: #f6f6f6;
}
.stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  animation: ken linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 60%;
}
.stage-copy {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  padding: 3.2rem 0;
  color: #fff;
  background: linear-gradient(180deg, transparent 42%, rgb(0 0 0 / 0.58));
}
.stage-copy h2,
.stage-copy .kicker { color: #fff; }
.stage-copy p { max-width: 36rem; color: rgb(255 255 255 / 0.9); }

.film { display: grid; gap: 0.7rem; }
.film figure { margin: 0; position: relative; background: #f6f6f6; }
.film img { aspect-ratio: 4 / 3; max-height: 22rem; }
.film figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 0.85rem 0.95rem;
  background: linear-gradient(transparent, rgb(0 0 0 / 0.78));
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery { display: grid; gap: 0.7rem; }
.gallery figure { margin: 0; background: #f6f6f6; }
.gallery img { aspect-ratio: 4 / 3; max-height: 26rem; }
.gallery figcaption {
  padding: 0.7rem 0 0.2rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.map-block iframe {
  width: 100%;
  height: 22rem;
  border: 1px solid var(--line);
  filter: grayscale(1);
}

.form { display: grid; gap: 0.85rem; }
.field { display: grid; gap: 0.28rem; }
.field label,
fieldset.field legend {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}
.field input,
.field textarea {
  font: inherit;
  color: #000;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 0.7rem 0;
  width: 100%;
}
.field textarea { min-height: 7rem; resize: vertical; }
.choice-row { display: flex; gap: 1.3rem; padding-top: 0.35rem; }
.choice {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
}
.choice input { width: auto; }
.biz-block { display: none; }
.local-field:has(#local-yes:checked) + .biz-block { display: grid; }
.honey { position: absolute; left: -9999px; }

.site-footer {
  background: #fff;
  color: #333;
  padding: 2.4rem 0 1.6rem;
  border-top: 1px solid var(--line);
}
.site-footer a { color: #000; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.foot-grid { display: grid; gap: 1.1rem; }
.foot-note {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

.rise {
  animation: rise linear both;
  animation-timeline: view();
  animation-range: entry 0% entry 38%;
}
.drift {
  animation: drift linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 45%;
}
.fade-late {
  animation: rise linear both;
  animation-timeline: view();
  animation-range: entry 12% entry 48%;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(2.6rem); }
  to { opacity: 1; transform: none; }
}
@keyframes drift {
  from { opacity: 0.72; transform: translateY(0.6rem); }
  to { opacity: 1; transform: none; }
}
@keyframes ken {
  from { opacity: 0.85; transform: translateY(0.8rem); }
  to { opacity: 1; transform: none; }
}

@media (min-width: 800px) {
  .pair {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 3rem;
  }
  .pair.reverse > :first-child { order: 2; }
  .film { grid-template-columns: repeat(3, 1fr); }
  .film img { aspect-ratio: 4 / 3; max-height: 20rem; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery .wide { grid-column: 1 / -1; }
  .gallery .wide img { aspect-ratio: 16 / 9; max-height: 28rem; }
  .pair img { max-height: 26rem; }
  .two { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4rem; }
  .foot-grid { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (min-width: 980px) {
  .nav-toggle,
  .nav-toggle-label { display: none; }
  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    gap: 1.35rem;
    padding: 0;
    background: transparent;
    border: 0;
  }
  .site-nav a { padding: 0; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .gallery .wide { grid-column: span 2; }
}

@media (prefers-reduced-motion: reduce) {
  .rise, .drift, .fade-late, .stage img { animation: none; }
}
