:root {
  --cream: #f5f0e5;
  --paper: #fffaf0;
  --ink: #25211d;
  --muted: #6e675e;
  --orange: #ef5d38;
  --blue: #70b8d2;
  --yellow: #f2cf58;
  --purple: #a99bd7;
  --green: #9fbd81;
  --line: rgba(37, 33, 29, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button { font: inherit; color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  min-height: 76px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; background: var(--cream); border-bottom: 1px solid var(--line);
}
.brand { display: flex; gap: 11px; align-items: center; text-decoration: none; font-weight: 850; }
.brand-dot { width: 16px; height: 16px; border-radius: 50%; background: var(--orange); box-shadow: 7px 6px 0 var(--yellow); }
nav { display: flex; gap: 32px; }
nav a { font-size: 13px; font-weight: 750; text-decoration: none; }
.local-badge {
  justify-self: end; padding: 8px 12px; border: 1px solid var(--line);
  border-radius: 999px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em;
}

.hero { min-height: 730px; position: relative; overflow: hidden; display: flex; align-items: end; }
.hero-image { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 58%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,24,32,.8), rgba(20,24,32,.08)); }
.hero-content { width: min(850px, 82vw); position: relative; z-index: 1; padding: 85px 6vw; color: white; }
.kicker { margin: 0 0 17px; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .18em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 25px; font-size: clamp(62px, 8.5vw, 122px); line-height: .86; letter-spacing: -.07em; }
.hero-content > p:not(.kicker) { max-width: 650px; font-size: clamp(18px, 2vw, 23px); line-height: 1.5; }
.hero-content > a {
  display: inline-flex; align-items: center; gap: 28px; margin-top: 18px; padding: 15px 20px;
  border-radius: 999px; background: var(--orange); color: white; font-weight: 800; text-decoration: none;
}
.hero-note {
  position: absolute; z-index: 2; right: 3vw; bottom: 34px; max-width: 260px; padding: 14px 16px;
  border-radius: 7px; background: var(--paper); transform: rotate(2deg); box-shadow: 5px 6px 0 rgba(0,0,0,.28);
}
.hero-note span, .hero-note strong { display: block; }
.hero-note span { margin-bottom: 4px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.hero-note strong { font-size: 14px; }

.collections-section { padding: 100px 4vw 120px; }
.section-intro { max-width: 750px; margin-bottom: 47px; }
h2 { margin-bottom: 20px; font-size: clamp(48px, 6vw, 86px); line-height: .95; letter-spacing: -.06em; }
.section-intro > p:last-child { max-width: 600px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.shelf { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.collection-tile {
  min-height: 250px; padding: 18px; position: relative; overflow: hidden; display: flex; flex-direction: column;
  align-items: start; justify-content: end; border: 1.5px solid var(--ink); border-radius: 14px;
  background: var(--tile); text-align: left; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease;
}
.collection-tile::before {
  content: ""; width: 165px; height: 165px; position: absolute; right: -55px; top: -55px;
  border: 2px solid var(--ink); border-radius: 50%;
}
.collection-tile:hover, .collection-tile.selected { transform: translateY(-7px); box-shadow: 7px 8px 0 var(--ink); }
.tomato { --tile: #f08a6e; } .blue { --tile: var(--blue); } .yellow { --tile: var(--yellow); }
.purple { --tile: var(--purple); } .green { --tile: var(--green); }
.tile-label { margin-bottom: auto; padding: 6px 8px; border: 1px solid var(--ink); border-radius: 6px; background: var(--paper); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.collection-tile strong { font-size: clamp(24px, 2.2vw, 36px); letter-spacing: -.04em; }
.tile-count { margin-top: 5px; color: rgba(37,33,29,.7); font-size: 12px; }
.tile-arrow { position: absolute; right: 15px; bottom: 12px; font-size: 24px; }

.drawer {
  margin-top: 24px; padding: 48px; border: 1.5px solid var(--ink); border-radius: 18px;
  background: color-mix(in srgb, var(--tile) 32%, var(--paper)); box-shadow: 8px 9px 0 var(--ink);
}
.drawer-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.drawer-heading p { margin-bottom: 5px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.drawer-heading h3 { margin-bottom: 0; font-size: clamp(42px, 5vw, 72px); letter-spacing: -.06em; }
.drawer-stats { display: flex; gap: 28px; }
.drawer-stats span { display: flex; flex-direction: column; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.drawer-stats strong { color: var(--ink); font-size: 19px; text-transform: none; letter-spacing: 0; }
.drawer-intro { max-width: 670px; margin: 27px 0 31px; font-size: 19px; line-height: 1.55; }
.film-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.film-list li { min-height: 57px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); }
.film-list li > span:first-child { color: var(--muted); font-size: 11px; }
.film-list strong { font-size: 15px; }
.film-play { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); font-size: 10px; text-decoration: none; }
.play-note { margin: 22px 0 0; color: var(--muted); font-size: 12px; }
.empty-photo-drawer { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.empty-photo-drawer img { aspect-ratio: 16/9; width: 100%; object-fit: cover; border-radius: 10px; }
.empty-photo-drawer p { max-width: 430px; margin: 0; font-size: 20px; line-height: 1.5; }

.featured { display: grid; grid-template-columns: 1.2fr .8fr; background: var(--ink); color: white; }
.featured-image-wrap { min-height: 650px; position: relative; }
.featured-image-wrap img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.image-sticker { position: absolute; left: 25px; top: 25px; padding: 10px 13px; background: var(--yellow); color: var(--ink); font-size: 11px; font-weight: 850; transform: rotate(-2deg); }
.featured-copy { padding: 80px 6vw; align-self: center; }
.featured-copy > p:not(.kicker) { color: #d2cdc5; font-size: 18px; line-height: 1.6; }
blockquote { margin: 40px 0 0; padding-left: 22px; border-left: 4px solid var(--orange); font-size: 22px; font-weight: 750; line-height: 1.4; }

.about { padding: 120px 7vw; background: var(--yellow); }
.about h2 { max-width: 950px; }
.about > p:last-child { max-width: 650px; margin: 35px 0 0 auto; font-size: 22px; line-height: 1.55; }
footer { padding: 28px 4vw; display: flex; justify-content: space-between; background: var(--cream); font-size: 12px; font-weight: 700; }
button:focus-visible, a:focus-visible { outline: 3px solid #1d66d1; outline-offset: 3px; }

@media (max-width: 1000px) {
  .shelf { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .featured { grid-template-columns: 1fr; }
  .featured-image-wrap { min-height: 520px; }
}
@media (max-width: 700px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .local-badge { max-width: 110px; text-align: center; }
  .hero { min-height: 700px; }
  .hero-content { width: 100%; padding: 70px 6vw 115px; }
  .hero-note { right: 5vw; bottom: 20px; }
  .shelf { grid-template-columns: 1fr 1fr; }
  .collection-tile { min-height: 210px; }
  .drawer { padding: 30px 22px; }
  .drawer-heading { align-items: start; flex-direction: column; }
  .empty-photo-drawer { grid-template-columns: 1fr; }
  .featured-image-wrap { min-height: 420px; }
  footer { flex-direction: column; gap: 8px; }
}
@media (max-width: 440px) {
  h1 { font-size: 56px; }
  .shelf { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .collection-tile { transition: none; }
}
