:root {
  --paper: #f2ede4;
  --ink: #0e0e0c;
  --ink-2: #1a1a17;
  --mute: #6b6459;
  --rule: #1a1a17;
  --accent: #0e0e0c;
  --display: 'Instrument Serif', 'EB Garamond', Georgia, serif;
  --body: 'Inter Tight', -apple-system, system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body { font-size: 16px; line-height: 1.5; font-weight: 400; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

.wrap { max-width: 1440px; margin: 0 auto; padding: 0 48px; }
@media (max-width: 720px){ .wrap{ padding: 0 24px; } }

/* ---------- TOP BAR ---------- */
.topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 22px 48px;
  border-bottom: 1px solid var(--rule);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.topbar .left { display: flex; gap: 24px; }
.topbar .right { display: flex; gap: 24px; justify-content: flex-end; }
.topbar .mark { font-family: var(--display); font-style: italic; font-size: 22px; letter-spacing: -0.01em; text-transform: none; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); display: inline-block; vertical-align: middle; margin-right: 8px; }
.topbar a:hover { color: var(--accent); }
@media (max-width: 820px){
  .topbar { grid-template-columns: 1fr auto; padding: 16px 24px; }
  .topbar .left { display: none; }
  .topbar .mark { font-size: 18px; }
  .topbar .right { gap: 16px; }
}

/* ---------- HERO ---------- */
.hero { padding: 56px 0 24px; }
.hero-eyebrow {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: baseline;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--rule);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
}
.hero-eyebrow .center { text-align: center; }
.hero-eyebrow .right { text-align: right; }
.hero-head h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(56px, 10vw, 160px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-align: center;
}
.hero-head h1 em { font-style: italic; color: var(--accent); }
.hero-tagline {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(20px, 2vw, 26px);
  text-align: center;
  color: var(--ink-2);
  margin: 24px 0 32px;
}
.hero-cta { display: flex; justify-content: center; margin-bottom: 32px; }
.hero-basedat {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  color: var(--mute);
  margin-top: 12px;
}
.hero-basedat strong { font-weight: 500; color: var(--ink); letter-spacing: 0.24em; }
.hero-moving {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  color: var(--accent);
  margin-top: 8px;
}
.hero-foot {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: end;
  padding-top: 28px;
  margin-top: 40px;
  border-top: 1px solid var(--rule);
}
.hero-foot p {
  font-size: 15px;
  line-height: 1.5;
  max-width: 58ch;
  color: var(--mute);
}
.cta-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
@media (max-width: 900px){
  .hero-foot { grid-template-columns: 1fr; gap: 20px; }
}

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 22px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background .2s, color .2s, transform .2s;
}
.btn:hover { background: var(--accent); border-color: var(--accent); transform: translate(-1px, -1px); }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.ghost:hover { background: var(--ink); color: var(--paper); }
.btn .arrow { transition: transform .2s; }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- PHOTO MARQUEE ---------- */
.photo-banner {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 18px 0;
  overflow: hidden;
  background: var(--paper);
}
.photo-marquee {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: slide 45s linear infinite;
}
.photo-marquee:hover { animation-play-state: paused; }
.photo-marquee .pm-tile {
  position: relative;
  width: 220px;
  height: 280px;
  flex: 0 0 auto;
  overflow: hidden;
  cursor: zoom-in;
}
.photo-marquee .pm-tile .ph {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background-size: cover;
  background-position: center;
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
}
.photo-marquee .pm-tile:hover .ph { transform: scale(1.05); }
.photo-marquee .pm-tile .num {
  position: absolute;
  right: 10px; top: 10px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #fff;
  mix-blend-mode: difference;
  opacity: 0.9;
}
@media (max-width: 720px){
  .photo-marquee .pm-tile { width: 160px; height: 200px; }
}
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- PORTFOLIO ---------- */
.section-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: baseline;
  padding: 72px 0 28px;
}
.section-head .num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--mute);
}
.section-head h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.015em;
}
.section-head h2 em { font-style: italic; }
.section-head .count {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--rule);
}
.filter {
  padding: 8px 14px;
  border: 1px solid transparent;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
  border-radius: 999px;
  transition: all .2s;
}
.filter:hover { color: var(--ink); }
.filter.active { background: var(--ink); color: var(--paper); }

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 28px 0 0;
}
.gallery.dense { grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery.sparse { grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 980px){ .gallery, .gallery.dense { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .gallery, .gallery.dense, .gallery.sparse { grid-template-columns: 1fr; } }

.tile {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #d6cfc0;
  cursor: zoom-in;
  transition: transform .4s cubic-bezier(.2,.7,.2,1);
}
.tile .ph {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  background-size: cover; background-position: center;
  filter: grayscale(0.08) contrast(1.02);
  transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s;
}
.tile:hover .ph { transform: scale(1.04); filter: grayscale(0) contrast(1.06); }
.tile .tag {
  position: absolute;
  left: 14px; bottom: 14px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 10px;
  background: rgba(14,14,12,0.65);
  backdrop-filter: blur(6px);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .3s, transform .3s;
}
.tile:hover .tag { opacity: 1; transform: translateY(0); }
.tile .num {
  position: absolute;
  right: 12px; top: 12px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #fff;
  mix-blend-mode: difference;
  opacity: 0.9;
}
.tile video.ph {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(0.08) contrast(1.02);
  transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s;
}
.tile:hover video.ph { transform: scale(1.04); filter: grayscale(0) contrast(1.06); }
.tile .play-badge {
  position: absolute;
  left: 12px; top: 12px;
  width: 28px; height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(14,14,12,0.65);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 10px;
  z-index: 2;
  pointer-events: none;
}
.tile .play-badge::before {
  content: "";
  width: 0; height: 0;
  border-left: 7px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-left: 2px;
}

/* ---------- ABOUT ---------- */
.about {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  padding: 40px 0 80px;
  align-items: start;
}
.about-portrait {
  aspect-ratio: 4 / 5;
  background-image: url('../photos/marvin-portrait.jpg');
  background-size: cover;
  background-position: center 15%;
  position: relative;
  overflow: hidden;
}
.about-portrait .caption {
  position: absolute;
  bottom: 16px; left: 16px; right: 16px;
  display: flex; justify-content: space-between;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
.about-copy h3 {
  font-family: var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin-bottom: 28px;
}
.about-copy h3 em { font-style: normal; }
.about-copy p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 54ch;
  margin-bottom: 18px;
}
.about-copy p.pull {
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.35;
  color: var(--ink);
  margin: 24px 0;
  padding-left: 20px;
  border-left: 2px solid var(--accent);
}

/* ---------- FAQ ---------- */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--rule);
  margin: 24px 0 80px;
}
.faq-item {
  border-bottom: 1px solid var(--rule);
  padding: 0;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 40px 24px 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.3;
  color: var(--ink);
  position: relative;
  transition: color .2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--mono);
  font-size: 22px;
  font-weight: 300;
  color: var(--ink-2);
  transition: transform .25s ease;
}
.faq-item[open] summary::after {
  content: "\2212";
  color: var(--accent);
}
.faq-item summary:hover { color: var(--accent); }
.faq-item p {
  padding: 0 40px 28px 0;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 68ch;
}
.faq-item p a {
  color: var(--ink);
  border-bottom: 1px solid var(--accent);
}
.faq-item p a:hover { color: var(--accent); }
@media (max-width: 720px){
  .faq-item summary { padding: 18px 32px 18px 0; font-size: 19px; }
  .faq-item p { padding: 0 0 22px 0; font-size: 15px; }
}

.specialties {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--rule);
}
.specialty {
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--display);
  font-size: 22px;
  gap: 16px;
}
.specialty:nth-child(odd) { padding-right: 20px; border-right: 1px solid var(--rule); }
.specialty:nth-child(even) { padding-left: 20px; }
.specialty .k {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--mute);
}
@media (max-width: 900px){
  .about { grid-template-columns: 1fr; gap: 40px; }
  .specialties { grid-template-columns: 1fr; }
  .specialty:nth-child(odd) { padding-right: 0; border-right: 0; }
  .specialty:nth-child(even) { padding-left: 0; }
}

/* ---------- INSTAGRAM STRIP ---------- */
.ig-head {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 40px 0 20px;
  border-top: 1px solid var(--rule);
}
.ig-head .left { display: flex; align-items: baseline; gap: 18px; }
.ig-head h4 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
}
.ig-head .handle {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--mute);
}
.ig-head .handle a:hover { color: var(--accent); }
.ig-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  padding: 0 0 24px;
}
@media (max-width: 900px){ .ig-strip { grid-template-columns: repeat(3, 1fr); } }
.ig-tile {
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.ig-tile .ph {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
.ig-tile:hover .ph { transform: scale(1.06); }
.ig-tile::before {
  content: "";
  position: absolute; inset: 0;
  background: rgba(14,14,12,0);
  transition: background .25s;
  z-index: 1;
}
.ig-tile::after {
  content: "♡";
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  color: #fff;
  font-size: 22px;
  opacity: 0;
  transition: opacity .25s, transform .25s;
  z-index: 2;
}
.ig-tile:hover::before { background: rgba(14,14,12,0.35); }
.ig-tile:hover::after { opacity: 1; transform: translate(-50%, -50%) scale(1); }

/* ---------- CONTACT / FOOTER ---------- */
.contact {
  margin-top: 24px;
  padding: 80px 0 40px;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
}
.contact h5 {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 16px;
}
.contact .big {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.contact-card p {
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.3;
}
.contact-card p a:hover { color: var(--accent); }
.contact-card .sub {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--mute);
  margin-top: 8px;
}
@media (max-width: 900px){ .contact { grid-template-columns: 1fr; gap: 32px; padding: 48px 0 24px; } }

.footbar {
  padding: 28px 0 36px;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
}
.footbar .center { text-align: center; }
.footbar .right { text-align: right; }

/* ---------- LIGHTBOX ---------- */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(14,14,12,0.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 48px;
  animation: fade .25s ease;
}
.lightbox.on { display: flex; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.lightbox .stage {
  max-width: 900px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 28px;
  color: #e8e2d6;
}
.lightbox .img {
  aspect-ratio: 3 / 4;
  position: relative;
  overflow: hidden;
  background: #1a1410;
}
.lightbox .img .ph {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.lightbox .img video.ph {
  width: 100%; height: 100%;
  object-fit: cover;
}
.lightbox .info { padding-top: 8px; }
.lightbox .info .n {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 12px;
}
.lightbox .info h6 {
  font-family: var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 16px;
}
.lightbox .info .meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.7);
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin: 16px 0;
  display: flex;
  justify-content: space-between;
}
.lightbox .lb-note {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 1.5;
}
.lightbox .lb-book { margin-top: 20px; }
.lightbox .close {
  position: absolute;
  top: 20px; right: 24px;
  color: #e8e2d6;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
}
.lightbox .nav {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  color: #e8e2d6;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
}
.lightbox .nav button { padding: 8px 14px; border: 1px solid rgba(255,255,255,0.25); color: #e8e2d6; }
.lightbox .nav button:hover { background: var(--accent); border-color: var(--accent); }
@media (max-width: 720px){
  .lightbox { padding: 24px; }
  .lightbox .stage { grid-template-columns: 1fr; }
}

/* ---------- MOBILE ---------- */
@media (max-width: 720px){
  body { font-size: 15px; }

  .topbar { padding: 14px 20px; grid-template-columns: 1fr auto; }
  .topbar .left { display: none; }
  .topbar .mark { font-size: 17px; }
  .topbar .right { gap: 14px; font-size: 10px; }
  .topbar .right a:nth-child(1),
  .topbar .right a:nth-child(2),
  .topbar .right a:nth-child(3) { display: none; }
  .topbar .right a.book-link {
    padding: 8px 14px;
    background: var(--ink);
    color: var(--paper);
    letter-spacing: 0.14em;
  }

  .hero { padding: 28px 0 12px; }
  .hero-eyebrow {
    grid-template-columns: 1fr;
    gap: 6px;
    text-align: center;
    margin-bottom: 28px;
    padding-bottom: 16px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }
  .hero-eyebrow .center,
  .hero-eyebrow .right { text-align: center; }
  .hero-eyebrow .right { color: var(--accent); }

  .hero-head h1 {
    font-size: clamp(48px, 15vw, 84px);
    line-height: 0.92;
  }
  .hero-tagline {
    font-size: 18px;
    margin: 20px 0 24px;
    padding: 0 12px;
    text-wrap: balance;
  }
  .hero-cta { margin-bottom: 24px; }
  .hero-cta .btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    padding: 18px 22px;
    font-size: 12px;
  }
  .hero-basedat, .hero-moving { font-size: 10px; }

  .hero-foot {
    padding-top: 20px;
    margin-top: 28px;
    gap: 16px;
  }
  .hero-foot p { font-size: 14px; }
  .hero-foot .btn { width: 100%; justify-content: center; }

  .photo-banner { padding: 14px 0; }
  .photo-marquee { gap: 10px; animation-duration: 60s; }
  .photo-marquee .pm-tile { width: 140px; height: 180px; }

  .section-head {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 56px 0 20px;
  }
  .section-head h2 { font-size: 38px; }
  .section-head .count { opacity: 0.8; }

  .filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .filters::-webkit-scrollbar { display: none; }
  .filter { flex: 0 0 auto; white-space: nowrap; }

  .tile .tag { opacity: 1; transform: none; }

  .about { padding: 24px 0 56px; gap: 28px; }
  .about-copy h3 { font-size: 30px; margin-bottom: 20px; }
  .about-copy p { font-size: 15px; }
  .about-copy p.pull { font-size: 19px; padding-left: 16px; }
  .specialty { font-size: 19px; padding: 14px 0; }

  .ig-head { padding: 32px 0 16px; flex-wrap: wrap; gap: 8px; }
  .ig-head .left { flex-wrap: wrap; gap: 8px 14px; }
  .ig-head h4 { font-size: 28px; }
  .ig-head > .handle:last-child { display: none; }
  .ig-strip { grid-template-columns: repeat(3, 1fr); gap: 4px; }

  .contact { padding: 40px 0 20px; gap: 28px; }
  .contact .big { font-size: clamp(44px, 12vw, 72px); }
  .contact-card p { font-size: 19px; }
  .contact .btn { width: 100%; justify-content: center; }

  .footbar {
    grid-template-columns: 1fr;
    gap: 6px;
    text-align: center;
    padding: 24px 0 32px;
    font-size: 9px;
  }
  .footbar .center, .footbar .right, .footbar .left { text-align: center; }

  .lightbox { padding: 16px; }
  .lightbox .stage { grid-template-columns: 1fr; gap: 16px; }
  .lightbox .img { aspect-ratio: 4 / 5; max-height: 50vh; }
  .lightbox .info h6 { font-size: 28px; }
  .lightbox .close { top: 12px; right: 16px; font-size: 10px; }
  .lightbox .nav { bottom: 12px; }
}

@media (max-width: 380px){
  .hero-head h1 { font-size: 46px; }
  .photo-marquee .pm-tile { width: 120px; height: 160px; }
  .wrap { padding: 0 18px; }
}

@media (prefers-reduced-motion: reduce){
  .photo-marquee, .marquee { animation: none; }
}
