/* =========================================================
   Phone.co.jp / 『電話』
   site.css
   Dark cinematic Japanese horror editorial system
   ========================================================= */

:root {
  --bg: #050505;
  --bg-2: #090909;
  --panel: rgba(15, 15, 15, 0.86);
  --panel-solid: #111;
  --panel-soft: rgba(255, 255, 255, 0.045);
  --paper: #e9e1d0;
  --text: #f4efe7;
  --muted: #b8aea2;
  --dim: #837970;
  --red: #b10f16;
  --red-2: #6e070c;
  --red-glow: rgba(177, 15, 22, 0.42);
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(255, 255, 255, 0.22);
  --shadow: rgba(0, 0, 0, 0.72);
  --max: 1180px;
  --serif: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  --sans: "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* =========================================================
   Base
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--text);
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 14%, rgba(177, 15, 22, 0.18), transparent 28rem),
    radial-gradient(circle at 20% 4%, rgba(255, 255, 255, 0.055), transparent 22rem),
    linear-gradient(180deg, #020202 0%, #090707 48%, #030303 100%);
  color: var(--text);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  background:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    radial-gradient(circle at center, transparent 42%, rgba(0,0,0,0.58) 100%);
  background-size: 100% 3px, auto;
  mix-blend-mode: overlay;
  opacity: 0.34;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration-color: rgba(177, 15, 22, 0.72);
  text-underline-offset: 0.22em;
}

a:hover {
  color: #fff;
  text-decoration-color: var(--red);
}

p {
  margin: 0 0 1.25rem;
}

strong {
  color: #fff;
  font-weight: 700;
}

small {
  color: var(--muted);
}

/* =========================================================
   Layout helpers
   ========================================================= */

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(850px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: clamp(54px, 7vw, 110px) 0;
}

.section-tight {
  padding: clamp(36px, 5vw, 70px) 0;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65em;
  color: #fff;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--red);
  box-shadow: 0 0 12px var(--red-glow);
}

.lead {
  color: var(--paper);
  font-size: clamp(1.1rem, 2.2vw, 1.42rem);
  line-height: 1.95;
}

.muted {
  color: var(--muted);
}

.red {
  color: #ff525c;
}

/* =========================================================
   Header / navigation
   ========================================================= */

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.88), rgba(0,0,0,0.38), transparent);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
}

.header-inner {
  width: min(var(--max), calc(100% - 34px));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  min-width: max-content;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--red);
  box-shadow: 0 0 22px rgba(177,15,22,0.18);
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 900;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-title {
  font-size: 1.18rem;
  letter-spacing: 0.08em;
}

.brand-sub {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 5px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  flex-wrap: wrap;
}

.nav a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: #fff;
  background: rgba(177,15,22,0.18);
  border-color: rgba(177,15,22,0.38);
  box-shadow: 0 0 18px rgba(177,15,22,0.13);
}

.menu-note {
  color: var(--dim);
  font-family: var(--sans);
  font-size: 0.72rem;
}

/* =========================================================
   Hero
   ========================================================= */

.hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: #000;
}

.hero.compact {
  min-height: 58vh;
}

.hero.full {
  min-height: 100vh;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero-image img,
.hero-image {
  width: 100%;
  height: 100%;
}

.hero-image img {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.08) brightness(0.68);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.68) 38%, rgba(0,0,0,0.18) 68%, rgba(0,0,0,0.82) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.58) 0%, rgba(0,0,0,0.12) 42%, rgba(0,0,0,0.88) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, var(--bg));
}

.hero-content {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 130px 0 clamp(52px, 8vw, 96px);
}

.hero-box {
  max-width: 760px;
  padding: clamp(24px, 4vw, 46px);
  background: linear-gradient(135deg, rgba(0,0,0,0.68), rgba(10,10,10,0.38));
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: 0 30px 90px rgba(0,0,0,0.58);
  backdrop-filter: blur(6px);
}

.hero-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.8rem, 12vw, 10rem);
  line-height: 0.95;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  text-shadow:
    0 0 22px rgba(177,15,22,0.28),
    0 8px 34px rgba(0,0,0,0.9);
}

.hero-title.small {
  font-size: clamp(2.6rem, 7vw, 6rem);
}

.hero-subtitle {
  margin: 1.2rem 0 0;
  max-width: 680px;
  color: var(--paper);
  font-size: clamp(1.15rem, 2.6vw, 1.75rem);
  line-height: 1.75;
  text-shadow: 0 2px 18px rgba(0,0,0,0.88);
}

.hero-line {
  width: 74px;
  height: 1px;
  background: var(--red);
  margin: 24px 0;
  box-shadow: 0 0 18px var(--red-glow);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(0,0,0,0.62);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 0 8px 26px rgba(0,0,0,0.34);
}

.pill:hover {
  background: rgba(177,15,22,0.26);
  border-color: rgba(255,255,255,0.3);
}

/* =========================================================
   Typography
   ========================================================= */

h1,
h2,
h3,
h4 {
  color: #fff;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.05em;
  margin: 0 0 1rem;
}

h1 {
  font-size: clamp(2.6rem, 7vw, 6rem);
}

h2 {
  font-size: clamp(2rem, 4.6vw, 4rem);
}

h3 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

h4 {
  font-size: 1.1rem;
}

.section-title {
  max-width: 820px;
  margin-bottom: 28px;
}

.section-title .kicker {
  margin-bottom: 14px;
}

.section-title p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 760px;
}

/* =========================================================
   Buttons / links
   ========================================================= */

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.055);
  color: #fff;
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(0,0,0,0.28);
}

.button.primary {
  background: linear-gradient(135deg, var(--red), var(--red-2));
  border-color: rgba(255,255,255,0.16);
  box-shadow: 0 14px 42px rgba(177,15,22,0.32);
}

.button:hover {
  transform: translateY(-1px);
  background: rgba(177,15,22,0.2);
}

.text-link {
  color: #fff;
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: 0.06em;
}

/* =========================================================
   Cards / grids
   ========================================================= */

.grid {
  display: grid;
  gap: 22px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02)),
    rgba(12,12,12,0.82);
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(0,0,0,0.42);
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  opacity: 0.5;
}

.card:hover {
  border-color: rgba(177,15,22,0.42);
  box-shadow: 0 30px 80px rgba(0,0,0,0.55), 0 0 34px rgba(177,15,22,0.1);
}

.card h3 {
  margin-bottom: 0.7rem;
}

.card p {
  color: var(--muted);
}

.card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.image-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: #000;
  border: 1px solid var(--line);
  box-shadow: 0 26px 78px rgba(0,0,0,0.48);
}

.image-card img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  filter: brightness(0.62) contrast(1.08);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.image-card:hover img {
  transform: scale(1.035);
  filter: brightness(0.76) contrast(1.08);
}

.image-card-content {
  position: absolute;
  inset: auto 0 0;
  padding: 28px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.92));
}

.image-card-content p {
  color: var(--muted);
}

/* =========================================================
   Story pages
   ========================================================= */

.story-shell {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(46px, 6vw, 90px) 0;
}

.story-body {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.052), rgba(255,255,255,0.018)),
    rgba(5,5,5,0.82);
  border: 1px solid var(--line);
  box-shadow: 0 28px 86px rgba(0,0,0,0.55);
  padding: clamp(28px, 5vw, 62px);
}

.story-body p {
  color: var(--paper);
  font-size: clamp(1.04rem, 1.6vw, 1.2rem);
  line-height: 2.25;
}

.story-body p:first-of-type::first-letter {
  float: left;
  color: #fff;
  font-size: 4.3rem;
  line-height: 0.9;
  padding: 0.12em 0.16em 0 0;
  text-shadow: 0 0 18px rgba(177,15,22,0.35);
}

.chapter-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.chapter-nav a {
  max-width: 48%;
}

/* =========================================================
   Evidence pages
   ========================================================= */

.evidence-panel {
  background:
    linear-gradient(135deg, rgba(233,225,208,0.08), rgba(255,255,255,0.025)),
    #080808;
  border: 1px solid rgba(233,225,208,0.14);
  box-shadow: 0 26px 80px rgba(0,0,0,0.5);
  padding: clamp(24px, 4vw, 46px);
  position: relative;
}

.evidence-panel::after {
  content: "317";
  position: absolute;
  right: 22px;
  top: 12px;
  color: rgba(177,15,22,0.28);
  font-family: var(--sans);
  font-size: clamp(3rem, 10vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  pointer-events: none;
}

.record-table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  font-family: var(--sans);
  font-size: 0.94rem;
}

.record-table th,
.record-table td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
  padding: 13px 10px;
}

.record-table th {
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.record-table td {
  color: var(--muted);
}

.transcript {
  background: rgba(0,0,0,0.42);
  border-left: 3px solid var(--red);
  padding: 22px;
  font-family: var(--sans);
  color: var(--paper);
  line-height: 1.9;
}

/* =========================================================
   Gallery
   ========================================================= */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border: 1px solid var(--line);
  background: #000;
  text-decoration: none;
  color: #fff;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  filter: brightness(0.58) contrast(1.1);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.gallery-item:hover img {
  transform: scale(1.045);
  filter: brightness(0.8) contrast(1.1);
}

.gallery-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 18px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.9));
}

.gallery-caption h3 {
  margin: 0;
  font-size: 1.1rem;
}

.gallery-caption p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* =========================================================
   Poster / trailer
   ========================================================= */

.poster-frame {
  background: #000;
  border: 1px solid var(--line-strong);
  box-shadow: 0 35px 100px rgba(0,0,0,0.68);
  padding: clamp(12px, 2vw, 22px);
}

.poster-frame img {
  width: 100%;
  object-fit: cover;
}

.trailer-box {
  min-height: 420px;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.84)),
    #000;
  border: 1px solid var(--line);
  box-shadow: 0 30px 90px rgba(0,0,0,0.58);
  padding: 42px;
}

.play-mark {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.32);
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  color: #fff;
  background: rgba(177,15,22,0.24);
  box-shadow: 0 0 34px rgba(177,15,22,0.18);
  font-family: var(--sans);
  font-size: 2rem;
}

/* =========================================================
   Quote / horror copy blocks
   ========================================================= */

.scream-quote {
  position: relative;
  padding: clamp(34px, 5vw, 62px);
  background:
    radial-gradient(circle at 85% 20%, rgba(177,15,22,0.18), transparent 22rem),
    linear-gradient(135deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015));
  border: 1px solid var(--line);
  box-shadow: 0 24px 80px rgba(0,0,0,0.45);
}

.scream-quote p {
  color: #fff;
  font-size: clamp(1.55rem, 4vw, 3.3rem);
  line-height: 1.55;
  letter-spacing: 0.08em;
  margin: 0;
  text-shadow: 0 0 22px rgba(177,15,22,0.18);
}

.scream-quote cite {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-family: var(--sans);
  font-style: normal;
  letter-spacing: 0.12em;
}

/* =========================================================
   Forms / contact
   ========================================================= */

.contact-card {
  background: rgba(10,10,10,0.88);
  border: 1px solid var(--line);
  padding: clamp(26px, 5vw, 54px);
  box-shadow: 0 26px 82px rgba(0,0,0,0.52);
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 12px;
  font-family: var(--sans);
}

.contact-list li {
  padding: 14px 16px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.09);
}

/* =========================================================
   Footer
   ========================================================= */

.site-footer {
  padding: 54px 0 34px;
  background: #020202;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 28px;
  align-items: start;
}

.footer-title {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}

.footer-copy {
  color: var(--muted);
  max-width: 620px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.footer-nav a {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.82rem;
  text-decoration: none;
  padding: 7px 0;
}

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

.copyright {
  width: min(var(--max), calc(100% - 40px));
  margin: 34px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.07);
  color: var(--dim);
  font-family: var(--sans);
  font-size: 0.78rem;
}

/* =========================================================
   Utility image background sections
   ========================================================= */

.bg-image-section {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: grid;
  align-items: end;
  background: #000;
  border: 1px solid var(--line);
}

.bg-image-section img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.52) contrast(1.08);
}

.bg-image-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.88), rgba(0,0,0,0.38), rgba(0,0,0,0.78)),
    linear-gradient(180deg, transparent, rgba(0,0,0,0.86));
}

.bg-image-content {
  position: relative;
  z-index: 2;
  padding: clamp(28px, 5vw, 58px);
  max-width: 780px;
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 980px) {
  .header-inner {
    min-height: auto;
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .nav {
    justify-content: flex-start;
  }

  .nav a {
    font-size: 0.73rem;
    padding: 7px 9px;
  }

  .grid-3,
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-nav {
    justify-content: flex-start;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .wrap,
  .narrow,
  .story-shell,
  .hero-content,
  .footer-inner,
  .copyright {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    position: absolute;
    background: linear-gradient(180deg, rgba(0,0,0,0.92), rgba(0,0,0,0.12));
    backdrop-filter: none;
  }

  .brand-title {
    font-size: 1rem;
  }

  .brand-sub {
    font-size: 0.58rem;
  }

  .nav {
    gap: 5px;
  }

  .nav a {
    background: rgba(0,0,0,0.52);
    border: 1px solid rgba(255,255,255,0.1);
  }

  .hero,
  .hero.full {
    min-height: 88vh;
  }

  .hero.compact {
    min-height: 62vh;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.82), rgba(0,0,0,0.32) 34%, rgba(0,0,0,0.9) 100%),
      linear-gradient(90deg, rgba(0,0,0,0.72), rgba(0,0,0,0.36));
  }

  .hero-image img {
    object-position: center;
    filter: brightness(0.58) contrast(1.05);
  }

  .hero-content {
    padding-top: 160px;
  }

  .hero-box {
    padding: 22px;
  }

  .hero-title {
    font-size: clamp(3.3rem, 20vw, 5.6rem);
  }

  .hero-title.small {
    font-size: clamp(2.35rem, 14vw, 4rem);
  }

  .hero-subtitle {
    font-size: 1.08rem;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .image-card,
  .image-card img,
  .gallery-item,
  .gallery-item img {
    min-height: 250px;
  }

  .story-body {
    padding: 24px 20px;
  }

  .story-body p {
    line-height: 2.08;
  }

  .chapter-nav {
    flex-direction: column;
  }

  .chapter-nav a {
    max-width: 100%;
  }

  .record-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .trailer-box {
    min-height: 300px;
    padding: 26px;
  }

  .play-mark {
    width: 74px;
    height: 74px;
  }
}

/* =========================================================
   Print
   ========================================================= */

@media print {
  body {
    background: #fff;
    color: #111;
  }

  .site-header,
  .site-footer,
  .hero-image,
  .actions,
  .button {
    display: none !important;
  }

  .hero {
    min-height: auto;
    background: #fff;
    color: #111;
  }

  .hero::before,
  .hero::after,
  body::before {
    display: none;
  }

  .hero-content,
  .wrap,
  .narrow,
  .story-shell {
    width: 100%;
  }

  .story-body,
  .card,
  .evidence-panel {
    box-shadow: none;
    border: 1px solid #ccc;
    color: #111;
    background: #fff;
  }

  h1,
  h2,
  h3,
  p {
    color: #111;
  }
}

/* =========================================================
   Opening phone image splash
   ========================================================= */

.phone-opening {
  position: relative;
  height: 100vh;
  min-height: 620px;
  background: #000;
  overflow: hidden;
}

.phone-opening-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.phone-opening-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.72) contrast(1.12) saturate(0.92);
  transition: transform 1.4s ease, filter 1.4s ease;
}

.phone-opening-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 58% 68%, transparent 0%, rgba(0,0,0,0.1) 24%, rgba(0,0,0,0.78) 78%),
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.78));
  pointer-events: none;
}

.phone-opening-link:hover img {
  transform: scale(1.025);
  filter: brightness(0.86) contrast(1.18) saturate(1);
}

.phone-opening-hint {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: clamp(28px, 6vw, 68px);
  transform: translateX(-50%);
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  background: rgba(0,0,0,0.48);
  color: rgba(255,255,255,0.86);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  box-shadow: 0 18px 48px rgba(0,0,0,0.55);
  animation: phoneHintPulse 2.8s ease-in-out infinite;
}

@keyframes phoneHintPulse {
  0%, 100% {
    opacity: 0.58;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(-4px);
  }
}

.phone-opening::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 2;
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,0.32);
  box-shadow: 0 0 16px rgba(177,15,22,0.4);
}

@media (max-width: 680px) {
  .phone-opening {
    min-height: 100vh;
  }

  .phone-opening-link img {
    object-position: center;
  }

  .phone-opening-hint {
    font-size: 0.7rem;
    bottom: 54px;
  }
}
