.iph {
  --iph: #5c4a3a;
  --iph-warm: #c4a574;
  --iph-ink: #2a221c;
  --iph-muted: rgba(42, 34, 28, 0.6);
  --iph-line: rgba(92, 74, 58, 0.16);
  --iph-soft: #f4efe8;
  background: #faf7f2;
  color: var(--iph-ink);
}
.iph-inner { width: 100%; max-width: 1100px; margin: 0 auto; }
.iph-sec { padding: 76px 24px; }
.iph-sec--soft { background: var(--iph-soft); }
.iph-sec--hub { background: #2a221c; color: #faf7f2; }
.iph-sec h2 {
  margin: 0 0 32px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: center;
}
.iph-sec--hub h2 { color: #faf7f2; }

.iph-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
}
.iph-hero-bg,
.iph-hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; }
.iph-hero-bg img { object-fit: cover; object-position: 62% 35%; }
.iph-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(250, 247, 242, 0.95) 0%, rgba(250, 247, 242, 0.84) 40%, rgba(250, 247, 242, 0.18) 68%, rgba(250, 247, 242, 0.04) 100%);
}
.iph-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 540px);
  gap: 24px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 24px 60px;
  min-height: 640px;
}
.iph-crumb { margin-bottom: 16px; font-size: 13px; color: var(--iph-muted); }
.iph-crumb a { color: inherit; }
.iph-crumb span { margin: 0 6px; }
.iph-hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.25;
}
.iph-hero-copy h1 em { font-style: normal; color: var(--iph); }
.iph-hero-sub {
  margin: 0 0 22px;
  max-width: 500px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--iph-muted);
}
.iph-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.iph-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  background: var(--iph);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.iph-btn:hover { color: #fff; filter: brightness(1.08); }
.iph-link { font-size: 15px; font-weight: 700; color: var(--iph); }
.iph-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  font-size: 13px;
  color: var(--iph-muted);
}

.iph-film {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.iph-film article {
  background: #1f1a16;
  color: #faf7f2;
  padding: 14px 14px 16px;
  box-shadow: 0 12px 0 rgba(92, 74, 58, 0.18);
}
.iph-film span {
  display: block;
  margin-bottom: 8px;
  color: var(--iph-warm);
  font-size: 12px;
  letter-spacing: 0.16em;
}
.iph-film img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border: 6px solid #faf7f2;
}
.iph-film h3 { margin: 12px 4px 6px; font-size: 18px; }
.iph-film p { margin: 0 4px; font-size: 13px; line-height: 1.65; color: rgba(250, 247, 242, 0.7); }

.iph-hub { position: relative; }
.iph-path {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.iph-path li {
  padding: 18px 18px 16px;
  border: 1px solid rgba(196, 165, 116, 0.28);
  background: rgba(250, 247, 242, 0.04);
}
.iph-path li.is-core {
  grid-column: 1 / -1;
  text-align: center;
  padding: 28px 24px;
  border-color: var(--iph-warm);
  background: rgba(196, 165, 116, 0.1);
}
.iph-path strong { display: block; margin-bottom: 8px; font-size: 17px; color: var(--iph-warm); }
.iph-path span { font-size: 14px; line-height: 1.6; color: rgba(250, 247, 242, 0.7); }

.iph-plays { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.iph-plays article {
  padding: 18px 14px;
  background: #fff;
  border: 1px solid var(--iph-line);
}
.iph-plays h3 { margin: 0 0 8px; font-size: 16px; }
.iph-plays p { margin: 0 0 12px; font-size: 13px; line-height: 1.65; color: var(--iph-muted); }
.iph-plays a { font-weight: 700; color: var(--iph); }

.iph-coupons { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.iph-coupons article {
  padding: 20px 16px 8px;
  background: #fff;
  border: 8px solid #2a221c;
}
.iph-coupons h3 { margin: 0 0 14px; font-size: 16px; }
.iph-coupons dl { margin: 0; }
.iph-coupons div { margin-bottom: 10px; }
.iph-coupons dt { font-size: 12px; color: var(--iph-muted); }
.iph-coupons dd { margin: 3px 0 0; font-size: 13px; font-weight: 700; }

.iph-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.iph-steps span { display: block; margin-bottom: 12px; color: var(--iph); font-weight: 800; }
.iph-steps img {
  width: min(100%, 220px);
  border: 6px solid #2a221c;
  box-shadow: 0 16px 28px rgba(42, 34, 28, 0.12);
}
.iph-steps strong { display: block; margin-top: 14px; font-size: 16px; }

.iph-views { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; }
.iph-views .iphone { width: min(32%, 200px); }
.iph-views .iphone-body { max-width: none; }

.iph-scenes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.iph-scenes article { background: #fff; border: 1px solid var(--iph-line); }
.iph-scenes img { width: 100%; height: 168px; object-fit: cover; }
.iph-scenes span,
.iph-scenes h3,
.iph-scenes p { display: block; margin-left: 16px; margin-right: 16px; }
.iph-scenes span { margin-top: 14px; color: var(--iph); font-size: 12px; font-weight: 800; }
.iph-scenes h3 { margin-top: 6px; margin-bottom: 8px; font-size: 18px; }
.iph-scenes p { margin-bottom: 16px; font-size: 14px; line-height: 1.65; color: var(--iph-muted); }

.iph-faq-wrap { max-width: 760px; }
.iph-faq-wrap h2 { text-align: left; }
.iph-faq details { border-bottom: 1px solid var(--iph-line); }
.iph-faq summary {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}
.iph-faq summary::-webkit-details-marker { display: none; }
.iph-faq summary::after { content: "+"; float: right; color: var(--iph); }
.iph-faq details[open] summary::after { content: "×"; }
.iph-faq p { margin: 0 0 16px; font-size: 14px; line-height: 1.7; color: var(--iph-muted); }
.iph-more { margin: 28px 0 0; text-align: center; }
.iph-more a { font-weight: 700; color: var(--iph); }

@media (max-width: 1080px) {
  .iph-hero-inner { grid-template-columns: 1fr; min-height: 0; padding-bottom: 40px; }
  .iph-film,
  .iph-plays,
  .iph-coupons,
  .iph-scenes { grid-template-columns: 1fr; }
  .iph-path { grid-template-columns: 1fr; }
  .iph-path li.is-core { grid-column: auto; text-align: left; }
  .iph-steps { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .iph-sec { padding: 48px 16px; }
}
