/* ============================================================
   株式会社UNIT0 — コーポレートサイト共通スタイル
   白基調・藍鉄1色・細罫線。全4ページ共通(このファイルのみ)。
   ============================================================ */

:root {
  --white: #ffffff;
  --paper: #f6f7f8;
  --ink: #1c232c;
  --sub: #646c77;
  --rule: #e2e5e9;
  --navy: #1d3d5c;
  --navy-deep: #14293e;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --latin: "Inter", "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
ol, ul { list-style: none; }
img { max-width: 100%; display: block; }

:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 3px;
}

.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- ヘッダー ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}

.site-header.scrolled { border-bottom-color: var(--rule); }

.header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 0.7em;
}

.brand-jp {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--sub);
  letter-spacing: 0.1em;
}

.brand-mark {
  font-family: var(--latin);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--ink);
}

.brand-mark span { color: var(--navy); }

.nav {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}

.nav a {
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--ink);
  padding: 0.4em 0;
  border-bottom: 1px solid transparent;
  transition: color 0.25s, border-color 0.25s;
}

.nav a:hover { color: var(--navy); }
.nav a.current { border-bottom-color: var(--navy); color: var(--navy); }

.nav-tel {
  font-family: var(--latin);
  font-size: 0.94rem !important;
  font-weight: 600;
  letter-spacing: 0.04em !important;
}

.nav-tel small {
  display: block;
  font-size: 0.62rem;
  font-weight: 400;
  color: var(--sub);
  letter-spacing: 0.14em;
  line-height: 1.2;
}

.nav-contact {
  border: 1px solid var(--ink);
  padding: 0.55em 1.6em !important;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.nav-contact:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff !important;
}

/* ---------- トップページ:ヒーロー ---------- */
.hero {
  position: relative;
  padding: 200px 0 140px;
  overflow: hidden;
}

/* ---------- 左端固定のネオンサークル ---------- */
.side-neon {
  position: fixed;
  left: -170px;
  top: 50%;
  transform: translateY(-50%);
  width: 480px;
  height: 480px;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}

.side-neon circle { fill: none; }

.nb-glow {
  stroke: #2f6bff;
  stroke-width: 10;
  opacity: 0.45;
  filter: blur(9px);
}

.nb-core { stroke: #5d8dff; stroke-width: 2; opacity: 0.95; }

.na-glow {
  stroke: #2f6bff;
  stroke-width: 14;
  opacity: 0.8;
  filter: blur(11px);
  stroke-dasharray: 210 1022;
  stroke-linecap: round;
}

.na-core {
  stroke: #cdddff;
  stroke-width: 3;
  stroke-dasharray: 210 1022;
  stroke-linecap: round;
}

.ng-glow {
  stroke: #a7b0bc;
  stroke-width: 8;
  opacity: 0.4;
  filter: blur(7px);
  stroke-dasharray: 6 14;
}

.ng-core { stroke: #949ea9; stroke-width: 1.8; opacity: 0.9; stroke-dasharray: 6 14; }

.neon-spin, .neon-spin-rev { transform-origin: 240px 240px; }

/* 760px だと見出しの2行目（約866px）が入りきらず、「る。」だけが3行目へ落ちる。 */
.hero-body { position: relative; z-index: 1; max-width: 920px; }

.hero-en {
  font-family: var(--latin);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  color: var(--navy);
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}

.hero-title {
  font-size: clamp(2rem, 5.2vw, 3.4rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 1.8rem;
}

.hero-lead {
  color: var(--sub);
  max-width: 540px;
  margin-bottom: 2.8rem;
}

.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 1em;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--navy);
}

.hero-link::after {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--navy);
  transition: width 0.3s;
}

.hero-link:hover::after { width: 72px; }

/* ---------- 下層ページ:ページヘッダー ---------- */
.page-header {
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  padding: 150px 0 64px;
}

.breadcrumb {
  font-size: 0.78rem;
  color: var(--sub);
  letter-spacing: 0.06em;
  margin-bottom: 1.6rem;
}

.breadcrumb a:hover { color: var(--navy); }
.breadcrumb span { margin: 0 0.7em; color: var(--rule); }

.page-title {
  font-size: clamp(1.5rem, 3.6vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.9rem;
}

.page-lead { color: var(--sub); max-width: 640px; }

/* ---------- セクション共通 ---------- */
.section { padding: 110px 0; }
.section.alt { background: var(--paper); }

.sec-head { margin-bottom: 3.4rem; }

.sec-en {
  font-family: var(--latin);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: var(--navy);
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.sec-title {
  font-size: clamp(1.4rem, 3.2vw, 1.9rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.sec-note {
  color: var(--sub);
  margin-top: 1.1rem;
  max-width: 620px;
}

/* ---------- 事業(トップ:3カラム) ---------- */
.biz-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 48px;
}

.biz {
  display: block;
  border-top: 1px solid var(--ink);
  padding: 1.8rem 0 1.2rem;
}

.biz-en {
  font-family: var(--latin);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--sub);
  text-transform: uppercase;
  margin-bottom: 1.1rem;
  display: flex;
  align-items: baseline;
  gap: 1em;
}

.biz-idx {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--navy);
  line-height: 1;
}

.biz-tags {
  font-size: 0.78rem !important;
  color: var(--sub);
  letter-spacing: 0.06em;
  border-top: 1px solid var(--rule);
  padding-top: 0.9rem;
  margin-bottom: 1.3rem !important;
}

.biz h3 {
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.8rem;
  transition: color 0.25s;
}

.biz:hover h3 { color: var(--navy); }

.biz p { font-size: 0.9rem; color: var(--sub); margin-bottom: 1.4rem; }

.biz-more {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
}

.biz-more::after {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--navy);
  transition: width 0.3s;
}

.biz:hover .biz-more::after { width: 44px; }

/* ---------- タブ(理念・会社概要) ---------- */
.anchor {
  display: block;
  height: 0;
  scroll-margin-top: 90px;
}

.tab-bar {
  display: flex;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 3rem;
}

.tab-btn {
  appearance: none;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  padding: 0.9em 2.4em;
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--sub);
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}

.tab-btn:hover { color: var(--ink); }

.tab-btn.active {
  color: var(--navy);
  border-bottom-color: var(--navy);
  font-weight: 700;
}

.tab-panel { display: none; }
.tab-panel.active { display: block; animation: tabIn 0.4s ease; }

@keyframes tabIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- 理念 ---------- */
.philosophy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.phil-name {
  border-top: 1px solid var(--rule);
  padding-top: 1.4rem;
}

.phil-name + .phil-name { margin-top: 2.2rem; }

.phil-name h3 {
  font-family: var(--latin);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.phil-name p { font-size: 0.92rem; color: var(--sub); }

.phil-creed li {
  position: relative;
  padding: 0 0 0 1.8em;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.phil-creed li + li { margin-top: 1.6rem; }

.phil-creed li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.65em;
  height: 0.65em;
  border: 1px solid var(--navy);
  border-radius: 50%;
}

.phil-creed .creed-sub {
  display: block;
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--sub);
  margin-top: 0.3rem;
}

/* ---------- 実績 ---------- */
.works-list { border-top: 1px solid var(--rule); }

.works-list li {
  display: grid;
  grid-template-columns: 9.5em 13em 1fr;
  gap: 24px;
  padding: 1.5rem 0.2rem;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}

.work-cat {
  font-family: var(--latin);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--navy);
  text-transform: uppercase;
}

.work-title { font-size: 1rem; font-weight: 700; letter-spacing: 0.04em; }

.work-text { font-size: 0.9rem; color: var(--sub); }

/* ---------- 会社概要 ---------- */
.company-table {
  border-top: 1px solid var(--rule);
  max-width: 820px;
}

.company-table > div {
  display: grid;
  grid-template-columns: 10em 1fr;
  gap: 24px;
  padding: 1.35rem 0.2rem;
  border-bottom: 1px solid var(--rule);
}

.company-table dt {
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--sub);
  letter-spacing: 0.08em;
  padding-top: 0.1em;
}

.company-table dd { font-size: 0.95rem; }

/* ---------- 提供内容・分野(下層ページ:行リスト) ---------- */
.svc-list { border-top: 1px solid var(--rule); max-width: 880px; }

.svc-list li {
  display: grid;
  grid-template-columns: 15em 1fr;
  gap: 24px;
  padding: 1.7rem 0.2rem;
  border-bottom: 1px solid var(--rule);
}

.svc-list h3 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.svc-list p { font-size: 0.92rem; color: var(--sub); }

/* ---------- 本文ブロック ---------- */
.prose { max-width: 640px; }
.prose p { color: var(--sub); }
.prose p + p { margin-top: 1.5rem; }

/* ---------- お問い合わせ(藍鉄バンド) ---------- */
.sec-contact {
  text-align: center;
  background: var(--navy-deep);
  color: #fff;
}

.sec-contact .sec-head { margin-bottom: 2.2rem; }
.sec-contact .sec-en { color: rgba(255, 255, 255, 0.55); }
.sec-contact .sec-note { color: rgba(255, 255, 255, 0.72); }

.contact-tel {
  font-family: var(--latin);
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.4rem;
}

.contact-tel:hover { opacity: 0.8; }

.contact-tel-note {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2.6rem;
}

.btn {
  display: inline-block;
  padding: 1em 3.2em;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  border: 1px solid var(--ink);
  color: var(--ink);
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.btn:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.sec-contact .btn,
.cta-band .btn {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.sec-contact .btn:hover,
.cta-band .btn:hover {
  background: #fff;
  border-color: #fff;
  color: var(--navy-deep);
}

/* ---------- CTAバンド(下層ページ末尾・藍鉄) ---------- */
.cta-band {
  background: var(--navy-deep);
  color: #fff;
  padding: 96px 0;
  text-align: center;
}

.cta-band .sec-title { margin-bottom: 1rem; }
.cta-band .sec-note {
  margin: 0 auto 2.6rem;
  color: rgba(255, 255, 255, 0.72);
}

/* ---------- フッター ---------- */
.site-footer {
  background: var(--ink);
  color: #fff;
  padding: 72px 0 48px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: start;
  margin-bottom: 3.5rem;
}

.footer-brand .brand-mark { color: #fff; font-size: 1.35rem; }
.footer-brand .brand-jp { color: rgba(255, 255, 255, 0.55); }

.footer-address {
  margin-top: 1.2rem;
  font-size: 0.82rem;
  font-style: normal;
  color: rgba(255, 255, 255, 0.65);
  line-height: 2;
}

.footer-nav {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.7rem 3rem;
}

.footer-nav a {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.25s;
}

.footer-nav a:hover { color: #fff; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 1.6rem;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
}

/* ---------- スクロール出現(控えめ) ---------- */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---------- レスポンシブ ----------
   方針: 横並びで設計したものはスマホでも横並びのまま、
   文字サイズと余白を縮めて収める。 ---------- */

@media (max-width: 1180px) {
  /* ネオンは細いスリバー表示にして本文の邪魔をしない */
  .side-neon {
    width: 300px;
    height: 300px;
    left: -190px;
    opacity: 0.5;
  }
}

@media (max-width: 960px) {
  .nav-tel { display: none !important; }
  .biz-grid { gap: 0 24px; }
  .philosophy-grid { gap: 36px; }
}

@media (max-width: 720px) {
  .wrap { padding: 0 16px; }
  .hero { padding: 130px 0 80px; }
  .section { padding: 60px 0; }
  .page-header { padding: 112px 0 40px; }
  .sec-head { margin-bottom: 2.2rem; }

  /* ナビは縮小して全項目を表示 */
  .nav { gap: 0.9rem; }
  .nav a { font-size: 0.7rem; letter-spacing: 0.04em; }
  .nav-contact { padding: 0.5em 1em !important; }
  .brand-jp { display: none; }

  /* 事業: 3カラム維持 */
  .biz-grid { grid-template-columns: repeat(3, 1fr); gap: 0 12px; }
  .biz { padding: 1.1rem 0 0.9rem; }
  .biz-en { font-size: 0.54rem; letter-spacing: 0.12em; gap: 0.5em; margin-bottom: 0.7rem; }
  .biz-idx { font-size: 0.95rem; }
  .biz h3 { font-size: 0.8rem; margin-bottom: 0.5rem; }
  .biz p { font-size: 0.64rem; line-height: 1.7; margin-bottom: 0.8rem; }
  .biz-tags { font-size: 0.56rem !important; padding-top: 0.6rem; margin-bottom: 0.8rem !important; }
  .biz-more { font-size: 0.6rem; }
  .biz-more::after { width: 18px; }

  /* 理念: 2カラム維持 */
  .philosophy-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .phil-name h3 { font-size: 0.88rem; }
  .phil-name p { font-size: 0.7rem; }
  .phil-creed li { font-size: 0.82rem; padding-left: 1.5em; }
  .phil-creed .creed-sub { font-size: 0.68rem; }

  /* 実績: 3列グリッド維持 */
  .works-list li { grid-template-columns: 5.5em 8.5em 1fr; gap: 10px; padding: 1rem 0; }
  .work-cat { font-size: 0.58rem; letter-spacing: 0.1em; }
  .work-title { font-size: 0.74rem; }
  .work-text { font-size: 0.68rem; }

  /* 提供内容: 2列維持 */
  .svc-list li { grid-template-columns: 8.5em 1fr; gap: 12px; padding: 1.1rem 0.1rem; }
  .svc-list h3 { font-size: 0.78rem; }
  .svc-list p { font-size: 0.7rem; }

  /* 会社概要: 2列維持 */
  .company-table > div { grid-template-columns: 6.5em 1fr; gap: 10px; padding: 1rem 0.1rem; }
  .company-table dt { font-size: 0.7rem; }
  .company-table dd { font-size: 0.76rem; }

  /* タブ */
  .tab-btn { padding: 0.8em 1.5em; font-size: 0.82rem; }

  /* フッター: 横組み維持 */
  .footer-grid { grid-template-columns: 1fr auto; gap: 20px; }
  .footer-nav { gap: 0.4rem 1.2rem; }
  .footer-nav a { font-size: 0.68rem; }
  .footer-address { font-size: 0.68rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}


/* ---------- お問い合わせフォーム ----------
   WordPress 版にあったフォームの置き換え。送信先は Netlify Forms が持つ。 */
.contact-form {
  max-width: 720px;
  margin: 3.4rem auto 0;
  text-align: left;
}
.cf-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem 2rem;
}
.cf-field { display: block; }
.cf-field.wide { grid-column: 1 / -1; }
.cf-field > span {
  display: block;
  margin-bottom: 0.6em;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--sub);
}
.cf-field i {
  margin-left: 0.7em;
  padding: 0.15em 0.5em;
  font-style: normal;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  color: var(--navy);
  border: 1px solid var(--navy);
}
.cf-field input,
.cf-field select,
.cf-field textarea {
  width: 100%;
  padding: 0.85em 0.9em;
  font-family: var(--sans);
  font-size: 0.95rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 0;
  transition: border-color 0.25s;
}
.cf-field textarea { resize: vertical; line-height: 1.9; }
.cf-field input:focus,
.cf-field select:focus,
.cf-field textarea:focus { outline: 0; border-color: var(--navy); }

/* 罠の欄。人には見せない。埋まっていれば機械とみなす。 */
.cf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.cf-send { margin-top: 2.4rem; text-align: center; }
.cf-send button {
  font-family: var(--sans);
  background: transparent;
  cursor: pointer;
}
.cf-note {
  margin-top: 1.4rem;
  font-size: 0.78rem;
  line-height: 1.9;
  color: var(--sub);
  text-align: center;
}

/* 問い合わせ節は紺地。既定の灰色ラベルと紺の「必須」札は、地に沈んで読めない。
   入力欄そのものは白いので、周りの文字だけ明るいほうへ寄せる。 */
.sec-contact .cf-field > span { color: rgba(255, 255, 255, 0.82); }
.sec-contact .cf-field i {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
.sec-contact .cf-note { color: rgba(255, 255, 255, 0.62); }

@media (max-width: 720px) {
  /* 2列だと1欄が短くなりすぎ、入力中に文字が隠れる。 */
  .cf-grid { grid-template-columns: 1fr; }
}


/* ---------- 歴代のイベント（流れる写真） ----------
   文字は置かない。会場の絵だけを、ゆっくり一方向へ流し続ける。

   同じ並びを JS でもう一組足し、一組ぶん進んだら先頭へ戻す。折り返した
   瞬間の絵が開始時と同じになるので継ぎ目は見えない。一周の秒数は写真の
   実寸から決める（--reel）。秒数を決め打ちにすると、窓が広いほど速く流れる。 */
.reel {
  margin-top: 2.6rem;
  overflow: hidden;
  /* 両端を白へ溶かして、流れの出入りを見せない */
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.reel-track {
  display: flex;
  gap: 1.2rem;
  width: max-content;
  padding: 0.6rem 0;          /* 拡大したぶんが上下で切れないように */
  will-change: transform;
  animation: reel-flow var(--reel, 80s) linear infinite;
}
@keyframes reel-flow { to { transform: translateX(calc(-50% - 0.6rem)); } }

/* 見ているあいだは止める。動いたままだと、狙った写真に合わせられない。 */
.reel:hover .reel-track { animation-play-state: paused; }

.shot {
  flex: 0 0 auto;
  margin: 0;
  height: clamp(200px, 26vw, 340px);
  overflow: hidden;           /* 枠は動かさず、中の写真だけ寄る */
  border: 1px solid var(--rule);
  background: var(--paper);
}
.shot img {
  display: block;
  height: 100%;
  width: auto;                /* 縦横比はそのまま。切り取らない。 */
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.shot:hover img { transform: scale(1.12); }

@media (prefers-reduced-motion: reduce) {
  .reel-track { animation: none; }
  .reel { overflow-x: auto; }
  .shot img { transition: none; }
  .shot:hover img { transform: none; }
}
