.rtscore-page {
  --navy: #07245c;
  --navy-deep: #031c4b;
  --blue: #0874f9;
  --sky: #eaf7ff;
  --lime: #b8ff00;
  --text: #08265e;
  --muted: #536d98;
  --line: #dbe9f8;
  --white: #fff;
  --shadow: 0 14px 42px rgba(5, 37, 89, .12);
  --radius: 24px;
  --max: 1120px;
}

.rtscore-page, .rtscore-page * { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body.rtscore-template { margin: 0; overflow-x: hidden; background: #fff; }
.rtscore-page { overflow-x: hidden; color: var(--text); background: #fff; font-family: "Noto Sans JP", system-ui, sans-serif; }
.rtscore-page img { display: block; max-width: 100%; }
.rtscore-page a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header {
  position: sticky; top: 0; z-index: 50; min-height: 82px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(219,233,248,.9); backdrop-filter: blur(14px);
}
.brand { width: 180px; height: 54px; display: flex; align-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.header-nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 800; }
.header-nav a { text-decoration: none; }
.header-cta { padding: 13px 22px; border-radius: 999px; background: var(--lime); box-shadow: 0 7px 20px rgba(130,200,0,.22); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); }

.hero {
  min-height: 720px; display: grid; grid-template-columns: 52% 48%; position: relative; overflow: hidden; background: #eaf8ff;
}
.hero-photo { min-height: 720px; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.hero-copy {
  position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  padding: 70px max(34px, calc((100vw - var(--max)) / 2)) 74px 64px;
  background: linear-gradient(130deg, rgba(255,255,255,.98), rgba(239,250,255,.94));
}
.hero-copy::before { content: ""; position: absolute; left: -80px; top: 0; bottom: 0; width: 130px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.98)); }
.hand-copy { display: inline-block; margin: 0 0 22px; font-family: "Klee One", serif; font-size: clamp(25px,3vw,40px); font-weight: 600; line-height: 1.45; transform: rotate(-3deg); background: linear-gradient(transparent 72%, var(--lime) 72% 82%, transparent 82%); }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(48px,6vw,82px); font-weight: 900; line-height: 1.02; letter-spacing: -.055em; }
.hero h1 span { color: #fff; -webkit-text-stroke: 2px var(--navy); paint-order: stroke fill; }
.hero-lead { margin: 26px 0 16px; font-size: 18px; font-weight: 800; line-height: 1.8; }
.english-note { margin: 0 0 28px; color: var(--blue); font: 800 12px/1.35 "Montserrat", sans-serif; letter-spacing: .12em; transform: rotate(-5deg); }
.hero-actions, .create-actions { width: 100%; max-width: 440px; display: grid; gap: 12px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 28px; border-radius: 999px; font-size: 17px; font-weight: 900; text-decoration: none; transition: transform .18s, box-shadow .18s; }
.button:hover { transform: translateY(-2px); }
.button span { margin-left: auto; font-size: 23px; }
.button-primary { background: var(--lime); color: var(--navy); box-shadow: 0 12px 28px rgba(125,195,0,.28); }
.button-secondary { border: 2px solid var(--blue); background: #fff; color: var(--blue); }

.promise-strip { max-width: var(--max); margin: 0 auto; padding: 28px 24px; display: grid; grid-template-columns: repeat(4,1fr); background: #fff; }
.promise-strip div { display: grid; justify-items: center; gap: 3px; padding: 5px 12px; border-right: 1px solid var(--line); text-align: center; }
.promise-strip div:last-child { border-right: 0; }
.promise-strip .line-icon { min-height: 34px; color: var(--blue); font-size: 22px; font-weight: 900; letter-spacing: -4px; }
.promise-strip strong { font-size: 14px; }
.promise-strip small { color: var(--muted); font-size: 11px; }

.section { padding: 100px max(24px, calc((100vw - var(--max)) / 2)); }
.section-heading { max-width: 690px; margin: 0 0 40px; }
.section-heading.compact { margin-bottom: 0; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font: 800 12px/1.2 "Montserrat", sans-serif; letter-spacing: .16em; }
.section-heading h2 { margin: 0; font-size: clamp(34px,4.4vw,58px); line-height: 1.3; letter-spacing: -.045em; }
.section-heading p:last-child { margin: 20px 0 0; color: #36567f; font-size: 16px; font-weight: 600; line-height: 1.9; }
mark { color: inherit; background: linear-gradient(transparent 62%, var(--lime) 62% 86%, transparent 86%); }

.howto { display: grid; grid-template-columns: .82fr 1.18fr; gap: 68px; align-items: start; background: linear-gradient(150deg,#fff,#f5fbff); }
.step-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.step-list li { min-height: 126px; display: grid; grid-template-columns: 52px 48px 1fr 18px; gap: 14px; align-items: center; padding: 24px; border: 1px solid #e5eef8; border-radius: 12px; background: #fff; box-shadow: 0 7px 22px rgba(5,37,89,.07); }
.step-number { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font: 800 14px "Montserrat", sans-serif; }
.step-symbol, .feature-icon { color: var(--blue); font-size: 35px; font-weight: 800; text-align: center; }
.step-list h3, .feature-list h3, .audience-grid h3 { margin: 0 0 7px; font-size: 18px; }
.step-list p, .feature-list p, .audience-grid p { margin: 0; color: #405d84; font-size: 14px; font-weight: 600; line-height: 1.65; }
.step-list li > b, .feature-list article > b, .audience-grid article > b { color: var(--blue); font-size: 30px; font-weight: 400; }

.about-photo { position: relative; min-height: 610px; overflow: hidden; background: var(--navy); }
.about-photo > img { width: 100%; height: 610px; object-fit: cover; object-position: center; }
.about-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,25,68,.94) 0%,rgba(2,40,96,.64) 48%,rgba(2,25,68,.1) 100%); }
.about-photo-copy { position: absolute; z-index: 2; left: max(24px,calc((100vw - var(--max))/2)); top: 50%; width: min(480px,calc(100% - 48px)); color: #fff; transform: translateY(-50%); }
.about-photo-copy .light { color: #fff; background: linear-gradient(transparent 72%,rgba(184,255,0,.95) 72% 82%,transparent 82%); }
.about-photo-copy > p:not(.hand-copy) { margin: 0 0 26px; font-size: 15px; font-weight: 600; line-height: 1.95; }
.button-ghost { width: 270px; min-height: 52px; border: 1px solid #fff; color: #fff; }

.features { background: #f5faff; }
.feature-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-list article { min-width: 0; display: grid; grid-template-columns: 88px 52px 1fr 16px; gap: 12px; align-items: center; padding: 16px; border: 1px solid #e0ebf7; border-radius: 16px; background: #fff; box-shadow: 0 8px 25px rgba(5,37,89,.08); }
.feature-screen { height: 170px; overflow: hidden; border-radius: 11px; background: var(--navy); box-shadow: 0 5px 12px rgba(5,37,89,.18); }
.feature-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.reason { background: #fff; }
.reason-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.reason-grid article { min-height: 190px; display: grid; place-content: center; justify-items: center; padding: 22px; border-radius: 14px; background: linear-gradient(145deg,#fff,#f3faff); box-shadow: var(--shadow); text-align: center; }
.reason-grid span { color: var(--blue); font-size: 38px; font-weight: 900; }
.reason-grid h3 { margin: 14px 0 0; font-size: 16px; line-height: 1.55; }

.audience { background: linear-gradient(180deg,#fff,#f3faff); }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.audience-grid article { position: relative; overflow: hidden; min-height: 360px; display: grid; align-content: end; border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.audience-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.audience-grid article::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,#fff 66%); }
.audience-grid article div { position: relative; z-index: 2; padding: 24px 42px 24px 22px; }
.audience-grid article > b { position: absolute; z-index: 3; right: 18px; bottom: 27px; }

.faq { background: #fff; }
.faq-list { max-width: 900px; display: grid; gap: 10px; }
.faq-list details { border: 1px solid #dfeaf7; border-radius: 12px; background: #fff; box-shadow: 0 6px 18px rgba(5,37,89,.06); }
.faq-list summary { min-height: 66px; display: grid; grid-template-columns: 30px 1fr 20px; gap: 10px; align-items: center; padding: 12px 20px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font: 800 19px "Montserrat",sans-serif; }
.faq-list summary b { color: var(--blue); font-size: 22px; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 20px 20px 60px; color: #49658d; line-height: 1.8; }

.create-section { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; padding: 100px max(24px,calc((100vw - var(--max))/2)); background: linear-gradient(135deg,#dff5ff,#fff); }
.create-intro { align-self: start; position: sticky; top: 120px; }
.create-intro > p:last-child { font-weight: 700; line-height: 1.8; }
.create-panel { padding: 28px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.create-actions { max-width: none; grid-template-columns: 1fr 1fr; margin-bottom: 28px; }
.create-form { display: grid; gap: 16px; }
.create-form label { display: grid; gap: 8px; font-size: 14px; font-weight: 800; }
.create-form label > span { margin-left: 8px; color: var(--muted); font-size: 11px; font-weight: 600; }
.create-form input { width: 100%; min-height: 52px; padding: 0 16px; border: 1px solid #cdddef; border-radius: 10px; color: var(--text); background: #fafdff; font: inherit; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.button-submit { width: 100%; border: 0; margin-top: 8px; background: var(--lime); color: var(--navy); cursor: pointer; }
.register-link { margin-top: 18px; color: var(--muted); font-size: 13px; text-align: center; }
.register-link a { color: var(--blue); font-weight: 800; }
.recent-games { margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.recent-game-card { display: flex; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.recent-game-card h4,.recent-game-card p { margin: 0 0 5px; }
.recent-game-card > div:last-child { display: flex; gap: 12px; align-items: center; color: var(--blue); font-size: 13px; font-weight: 800; }

.closing { position: relative; min-height: 660px; overflow: hidden; }
.closing > img { width: 100%; height: 660px; object-fit: cover; object-position: center 48%; }
.closing::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.55) 48%,transparent 76%); }
.closing > div { position: absolute; z-index: 2; top: 50%; left: max(24px,calc((100vw - var(--max))/2)); width: min(440px,calc(100% - 48px)); transform: translateY(-50%); }
.closing > div > p:not(.hand-copy,.english-note) { font-weight: 700; line-height: 1.9; }

.site-footer { display: grid; justify-items: center; gap: 28px; padding: 64px 24px 36px; color: #fff; background: linear-gradient(150deg,#063b91,#031c4b); text-align: center; }
.site-footer > img { width: 220px; height: 76px; object-fit: contain; filter: brightness(0) invert(1); }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 28px; }
.site-footer nav a { text-decoration: none; font-size: 14px; font-weight: 700; }
.site-footer small { opacity: .72; }

@media (max-width: 900px) {
  .site-header { min-height: 68px; padding: 8px 20px; }
  .brand { width: 142px; height: 48px; }
  .menu-button { display: block; }
  .header-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; padding: 22px; background: #fff; box-shadow: var(--shadow); }
  .header-nav.is-open { display: grid; }
  .header-nav a { padding: 10px 4px; }
  .header-cta { text-align: center; }
  .hero { min-height: 850px; display: block; }
  .hero-photo { min-height: 600px; height: 70vh; }
  .hero-copy { position: absolute; inset: 0; justify-content: flex-end; padding: 170px 24px 32px; background: linear-gradient(180deg,transparent 20%,rgba(255,255,255,.05) 36%,#fff 72%); }
  .hero-copy::before { display: none; }
  .hero h1 { font-size: clamp(50px,15vw,72px); }
  .hero-lead { font-size: 15px; margin: 18px 0 10px; }
  .english-note { position: absolute; right: 24px; bottom: 170px; font-size: 9px; }
  .hero-actions { max-width: none; }
  .promise-strip { grid-template-columns: repeat(4,1fr); padding: 20px 8px; }
  .promise-strip div { padding: 4px; }
  .promise-strip strong { font-size: 11px; }
  .promise-strip small { display: none; }
  .section { padding: 72px 22px; }
  .howto { grid-template-columns: 1fr; gap: 32px; }
  .feature-list, .audience-grid { grid-template-columns: 1fr; }
  .feature-list article { grid-template-columns: 82px 44px 1fr 12px; }
  .feature-screen { height: 146px; }
  .reason-grid { grid-template-columns: 1fr 1fr; }
  .create-section { grid-template-columns: 1fr; gap: 28px; padding: 72px 22px; }
  .create-intro { position: static; }
  .create-actions { grid-template-columns: 1fr; }
  .closing::after { background: linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,255,255,.35) 55%,rgba(3,28,75,.25)); }
}

@media (max-width: 560px) {
  .hero { min-height: 820px; }
  .hero-photo { height: 640px; }
  .hero-photo img { object-position: 47% center; }
  .hero-copy { padding-bottom: 26px; }
  .hero .hand-copy { position: absolute; top: 34px; right: 22px; font-size: 22px; color: var(--navy); }
  .hero h1 { font-size: 49px; line-height: .98; }
  .button { min-height: 54px; }
  .step-list li { grid-template-columns: 44px 38px 1fr 10px; gap: 9px; padding: 17px 14px; }
  .step-number { width: 42px; height: 42px; }
  .step-symbol { font-size: 29px; }
  .step-list h3 { font-size: 15px; }
  .step-list p { font-size: 12px; }
  .about-photo, .about-photo > img { min-height: 570px; height: 570px; }
  .about-photo > img { object-position: 65% center; }
  .about-photo::after { background: linear-gradient(180deg,rgba(3,28,75,.08),rgba(3,28,75,.94) 66%); }
  .about-photo-copy { top: auto; bottom: 34px; transform: none; }
  .reason-grid article { min-height: 155px; padding: 15px; }
  .reason-grid h3 { font-size: 14px; }
  .audience-grid article { min-height: 320px; }
  .create-panel { padding: 20px 16px; }
  .form-row { grid-template-columns: 1fr; }
  .faq-list summary { grid-template-columns: 26px 1fr 18px; padding: 11px 14px; font-size: 13px; }
  .faq-list details p { padding: 0 15px 18px 50px; font-size: 13px; }
  .closing, .closing > img { min-height: 620px; height: 620px; }
  .closing > img { object-position: 58% center; }
  .site-footer { padding-top: 54px; }
}

/* Official supplied first view */
.site-header { display: none; }
.header-nav {
  position: fixed; z-index: 100; top: 0; right: 0; bottom: 0; left: auto;
  width: min(390px, 88vw); display: none; align-content: start; gap: 4px;
  padding: 74px 28px 32px; color: var(--navy); background: rgba(255,255,255,.98);
  box-shadow: -20px 0 50px rgba(3,28,75,.22); backdrop-filter: blur(18px);
}
.header-nav.is-open { display: grid; }
.header-nav a { display: block; padding: 15px 6px; border-bottom: 1px solid var(--line); font-size: 15px; text-decoration: none; }
.header-nav .header-cta { margin-top: 15px; padding: 16px 22px; border: 0; border-radius: 999px; background: var(--lime); text-align: center; }
.nav-close { position: absolute; top: 18px; right: 22px; width: 42px; height: 42px; border: 0; color: var(--navy); background: transparent; font-size: 34px; cursor: pointer; }

.hero { min-height: 0; display: grid; grid-template-columns: 1fr; place-items: start center; padding: 0; background: linear-gradient(90deg,#edf9ff 0%,#fff 25%,#fff 75%,#edf9ff 100%); }
.fv-shell { position: relative; width: min(100%, 760px); aspect-ratio: 941 / 1672; overflow: hidden; background: #fff; box-shadow: 0 18px 55px rgba(3,28,75,.14); }
.fv-image { width: 100%; height: 100%; object-fit: contain; }
.fv-hotspot, .fv-menu-hotspot { position: absolute; z-index: 3; display: block; border: 0; border-radius: 999px; background: transparent; cursor: pointer; }
.fv-hotspot:focus-visible, .fv-menu-hotspot:focus-visible { outline: 4px solid #ffb900; outline-offset: 2px; }
.fv-menu-hotspot { top: 1.45%; left: 88.1%; width: 8.2%; height: 3.6%; padding: 0; border-radius: 4px; }
.fv-hotspot-create { top: 74.15%; left: 22.1%; width: 55.6%; height: 5.15%; }
.fv-hotspot-howto { top: 80.0%; left: 22.1%; width: 55.6%; height: 4.55%; }

.about-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; color: #fff; background: linear-gradient(145deg,#063b91,#031c4b); }
.about-band .eyebrow { color: #66c8ff; }
.about-band h2 { margin: 0; font-size: clamp(38px,5vw,64px); line-height: 1.35; }
.about-band mark { color: #fff; }
.about-band > div:last-child { align-self: center; }
.about-band > div:last-child p { margin: 0 0 18px; font-weight: 600; line-height: 1.95; }

.audience-grid article {
  position: relative; min-height: 0; display: flex; flex-direction: column; overflow: hidden;
  padding: 0; border: 1px solid #dfeafa; border-radius: 18px;
  background: #fff; box-shadow: var(--shadow);
}
.audience-grid article::before { display: none; }
.audience-grid article::after { display: none; }
.audience-photo { margin: 0; aspect-ratio: 16 / 9; overflow: hidden; background: #dfeefa; }
.audience-grid .audience-photo img { position: static; display: block; width: 100%; height: 100%; object-fit: cover; }
.audience-card-team .audience-photo img { object-position: 50% 52%; }
.audience-card-family .audience-photo img { object-position: 47% 48%; }
.audience-card-community .audience-photo img { object-position: 51% 48%; }
.audience-grid .audience-content {
  position: relative; z-index: 1; flex: 1; display: grid;
  grid-template-columns: 64px minmax(0,1fr); grid-template-rows: auto 1fr;
  column-gap: 14px; align-items: start; padding: 22px 24px 25px;
}
.audience-content > span { grid-row: 1 / 3; color: var(--blue); font: 800 36px/1 "Montserrat",sans-serif; }
.audience-content h3 { align-self: end; }

.line-section { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; background: #ecf8ff; }
.line-section h2 { margin: 0; font-size: clamp(34px,4.4vw,54px); line-height: 1.35; }
.line-section p:last-child { max-width: 720px; margin: 20px 0 0; color: #36567f; font-weight: 600; line-height: 1.9; }
.line-section > .button { min-width: 270px; }

.closing {
  position: relative; min-height: clamp(520px,43vw,640px); height: auto; display: grid;
  place-items: center start; padding: 72px max(24px,calc((100vw - var(--max))/2));
  color: var(--navy); background: url("images/closing-cta-desktop.png") center / cover no-repeat;
}
.closing::before { display: none; }
.closing::after { display: none; }
.closing > .closing-content {
  position: relative; top: auto; left: auto; z-index: 1; width: min(560px,55vw); margin: 0; padding: 34px 72px 34px 34px;
  border-radius: 24px; color: var(--navy); text-align: left; transform: none;
  background: linear-gradient(90deg,rgba(244,251,255,.94) 0%,rgba(244,251,255,.78) 68%,rgba(244,251,255,0) 100%);
}
.closing .hand-copy { margin: 0; color: var(--navy); background: linear-gradient(transparent 72%,var(--lime) 72% 84%,transparent 84%); }
.closing-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 26px 0 22px; }
.closing-actions .button { width: 100%; min-width: 0; }
.closing > .closing-content > p:not(.hand-copy,.english-note) { max-width: 470px; margin: 0; color: #23466f; font-weight: 700; line-height: 1.9; }
.closing .english-note { position: static; margin: 22px 0 0; color: var(--blue); font-size: 10px; }

@media (max-width: 900px) {
  .hero { display: block; background: #fff; }
  .fv-shell { width: 100%; box-shadow: none; }
  .promise-strip { margin-top: 0; }
  .about-band { grid-template-columns: 1fr; gap: 28px; }
  .line-section { grid-template-columns: 1fr; gap: 28px; }
  .line-section > .button { width: 100%; min-width: 0; }
}

@media (min-width: 768px) and (max-width: 900px) {
  .closing { padding-block: 40px; }
  .closing > .closing-content { width: min(500px,62vw); padding: 28px 54px 28px 28px; }
  .closing-actions { grid-template-columns: 1fr; max-width: 330px; }
}

@media (max-width: 767px) {
  .closing {
    min-height: 940px; height: auto; place-items: start center; padding: 54px 18px 390px;
    background-image: url("images/closing-cta-mobile.png");
    background-size: cover; background-position: center top;
  }
  .closing > .closing-content {
    width: min(100%,470px); padding: 24px 18px 34px; border-radius: 22px; text-align: center;
    background: radial-gradient(ellipse at top,rgba(244,251,255,.96) 0%,rgba(244,251,255,.88) 58%,rgba(244,251,255,0) 100%);
  }
  .closing .hand-copy { display: inline; font-size: clamp(30px,8vw,36px); line-height: 1.35; }
  .closing-actions { grid-template-columns: 1fr; gap: 10px; margin: 28px 0 20px; }
  .closing > .closing-content > p:not(.hand-copy,.english-note) { max-width: 340px; margin: 0 auto; font-size: 13px; line-height: 1.85; }
  .closing .english-note { margin: 18px auto 0; }
}

@media (max-width: 560px) {
  .header-nav { top: 0; padding-top: 68px; }
  .hero { min-height: 0; }
  .about-band h2 { font-size: 38px; }
  .audience-grid article { min-height: 0; }
  .audience-grid .audience-content { grid-template-columns: 54px minmax(0,1fr); gap: 4px 12px; padding: 19px 18px 21px; }
  .audience-content > span { font-size: 31px; }
  .audience-card-team .audience-photo img { object-position: 50% 50%; }
  .audience-card-family .audience-photo img { object-position: 45% 48%; }
  .audience-card-community .audience-photo img { object-position: 52% 48%; }
  .closing { min-height: 940px; height: auto; }
}
