/* ===========================================================================
   목소리 갤러리 · 내 한마디 찾기 (2판 · 편집형 무대 체계)
   참가자 화면(kiosk)과 같은 머리·꼬리를 쓰되, kiosk.css 는 여기 읽히지 않으므로
   필요한 .k-head / .k-foot 규칙을 같은 이름으로 다시 정의한다.
   색은 전부 토큰만 쓴다 (사진 위 덧칠·그림자만 예외).
   =========================================================================== */

body.gallery {
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: var(--stage);
  width: 100%;
  overflow-x: hidden;
}
body.gallery #root { min-width: 0; width: 100%; overflow: clip; }
body.gallery img { display: block; max-width: 100%; }
audio { width: 100%; min-height: 44px; color-scheme: dark; }
.paper audio { color-scheme: light; }

/* --- 머리 (참가자 화면과 같은 틀) ---------------------------------------- */
.k-head {
  height: 76px;
  padding: 0 var(--gutter);
  padding-top: env(safe-area-inset-top);
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px;
  border-bottom: 1px solid var(--rule);
  background: color-mix(in srgb, var(--stage-0) 96%, transparent);
  position: relative; z-index: 20;
}
.k-identity { display: flex; align-items: center; gap: 16px; white-space: nowrap; text-decoration: none; min-width: 0; }
.k-identity .k-mark { font-size: 22px; }
.k-identity__sub {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--text-soft); padding-left: 15px; border-left: 1px solid var(--rule-strong);
}
.k-head__meta { justify-self: end; display: flex; align-items: center; gap: 26px; }

/* --- 꼬리 ---------------------------------------------------------------- */
.k-foot {
  display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap;
  padding: 20px var(--gutter);
  padding-bottom: max(20px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--rule); background: var(--stage-0);
  font-size: 12px; line-height: 1.8; color: var(--text-soft);
}
.k-foot b { color: var(--coral); font-weight: 500; margin: 0 8px; }
.k-foot__links { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.k-foot__links .quiet { font-size: 11px; padding: 6px 0; }

/* --- 공통 문구 ------------------------------------------------------------ */
.k-muted { color: var(--text-faint); font-size: var(--step--1); line-height: 1.7; }
.g-lead { color: var(--text-soft); font-size: var(--step-1); line-height: 1.7; white-space: pre-line; word-break: keep-all; }

/* ===========================================================================
   갤러리 첫 화면 — 들판 사진 + 꽃 사진 인셋
   =========================================================================== */
.g-hero {
  max-width: var(--measure); margin: 0 auto;
  padding: clamp(34px, 5vw, 76px) var(--gutter) clamp(34px, 5vw, 72px);
  display: grid; grid-template-columns: 1fr 1.04fr; gap: clamp(32px, 5vw, 88px);
  min-height: 620px;
}
.g-hero__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; }
.g-hero__copy h1 {
  margin: 33px 0 0;
  font-size: clamp(42px, 5vw, 82px); line-height: 1.18; letter-spacing: -.085em;
  white-space: pre-line; max-width: 16ch;
}
.g-hero__lead { margin: 25px 0 0; font-size: 17px; line-height: 1.75; letter-spacing: -.035em; color: var(--text-soft); white-space: pre-line; word-break: keep-all; max-width: 40ch; }
.g-hero__actions { width: 100%; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 38px; }
.g-hero__facts {
  width: 100%; margin-top: 46px; padding-top: 18px;
  border-top: 1px solid var(--rule-strong);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.g-hero__facts span { font-size: 11px; line-height: 1.45; color: var(--text-faint); }
.g-hero__facts b { display: block; margin-bottom: 8px; font-size: 27px; font-weight: 500; letter-spacing: -.05em; color: var(--text); font-variant-numeric: tabular-nums; }
.g-hero__facts b small { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0; margin-left: 3px; font-weight: 400; }

.g-hero__visual { height: 560px; align-self: center; position: relative; min-width: 0; }
.g-photo { position: absolute; overflow: hidden; }
.g-photo img { width: 100%; height: 100%; object-fit: cover; }
.g-photo--field { inset: 0 18% 10% 0; background: var(--stage-3); }
.g-photo--field img { object-position: 50% 62%; }
.g-photo--field::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, #101b16a8, transparent 36%); pointer-events: none; }
.g-photo--inset {
  width: 46%; height: 43%; right: 0; bottom: 0;
  border: 8px solid var(--stage); background: var(--stage-4);
  box-shadow: 0 20px 50px #0007;
}
.g-photo--inset img { object-position: 64% 50%; }
.g-photo__caption {
  position: absolute; bottom: 20px; left: 20px; z-index: 1;
  color: #fff; font-family: var(--font-mono); font-size: 10px; letter-spacing: .13em; text-transform: uppercase;
  text-shadow: 0 2px 6px #000b;
}
.g-photo--inset .g-photo__caption { bottom: 11px; left: 12px; letter-spacing: .08em; }
.g-hero__stamp {
  position: absolute; top: 25%; right: 3%; writing-mode: vertical-rl;
  font-family: var(--font-serif); font-size: 12px; letter-spacing: .12em; color: var(--text);
}

/* 흐르는 띠 — 가늘고 조용한 모노 라벨 */
.g-ticker {
  overflow: hidden; white-space: nowrap;
  padding: 11px 0;
  font-family: var(--font-mono); font-size: var(--step--2); font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
  color: var(--text-faint);
  border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  background: var(--stage-0);
}
.g-ticker > div { display: inline-block; animation: ticker 48s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ===========================================================================
   작품 목록
   =========================================================================== */
.g-main { max-width: var(--measure); margin: 0 auto; padding: clamp(60px, 8vw, 110px) var(--gutter) clamp(60px, 8vw, 110px); scroll-margin-top: 20px; }
.g-main--find { padding-top: clamp(35px, 5vw, 76px); }

.g-section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 35px; margin-bottom: 34px; }
.g-section-head h2 { margin: 15px 0 0; font-size: clamp(36px, 4.4vw, 68px); line-height: 1.22; letter-spacing: -.075em; white-space: pre-line; }
.g-status { margin: 0 0 8px; font-family: var(--font-mono); font-size: var(--step--2); letter-spacing: .12em; text-transform: uppercase; color: var(--text-soft); white-space: nowrap; font-variant-numeric: tabular-nums; }

.g-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.g-filter {
  min-height: 40px; padding: 8px 14px;
  font: inherit; font-size: var(--step--1); font-weight: 600; letter-spacing: -.02em;
  color: var(--text-soft); background: transparent;
  border: 1px solid var(--rule-strong); border-radius: 0;
  cursor: pointer;
  transition: color .18s var(--ease), border-color .18s var(--ease), background .18s var(--ease);
}
.g-filter:hover { color: var(--text); border-color: var(--text); }
.g-filter[aria-pressed="true"] { color: var(--ink); background: var(--paper); border-color: var(--paper); }

.g-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); }

/* 카드 — 종이색 정방형 «목소리 편지» + 검은 몸통 */
.g-card {
  display: flex; flex-direction: column;
  padding: 0; margin: 0; min-width: 0;
  color: var(--text); background: var(--stage-1);
  border: 1px solid var(--rule-strong); border-radius: 0;
  cursor: pointer; text-align: left;
  transition: transform .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease);
}
.g-card:hover { transform: translateY(-3px); border-color: var(--text-soft); background: var(--stage-2); }
.g-card__poster { aspect-ratio: 1; overflow: hidden; background: var(--paper); border-bottom: 1px solid var(--rule); }
.g-card__poster img { width: 100%; height: 100%; object-fit: cover; }
.g-card__body { padding: 16px 18px 20px; display: grid; gap: 10px; }
.g-card__meta {
  display: flex; gap: 6px 14px; align-items: center; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: var(--step--2); letter-spacing: .08em; text-transform: uppercase; color: var(--text-faint);
  font-variant-numeric: tabular-nums;
}
.g-card__cat { color: var(--text-soft); }
.g-card__cat i { font-style: normal; color: var(--flower); margin-right: 6px; }
.g-card__headline { font-family: var(--font-serif); font-weight: 500; font-size: 19px; line-height: 1.4; letter-spacing: -.04em; word-break: keep-all; }
.g-card__who { font-size: var(--step--1); color: var(--text-faint); }

/* 더 보기 · 빈 화면 */
.g-more { display: flex; justify-content: center; margin-top: var(--s5); }
.g-empty { padding: var(--s7) var(--s3); text-align: center; color: var(--text-faint); border: 1px solid var(--rule); display: grid; gap: 10px; justify-items: center; }
.g-empty__mark { font-size: 3rem; line-height: 1; color: var(--flower); margin-bottom: var(--s2); }
.g-empty h3 { color: var(--text); }

/* 작품 대화상자 */
.g-post { display: grid; grid-template-columns: minmax(0, 320px) 1fr; gap: var(--s4); align-items: start; }
.g-post__poster { background: var(--paper); border: 1px solid var(--rule-strong); }
.g-post__poster img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.g-post__body { display: grid; gap: var(--s3); min-width: 0; }
.g-post__meta { margin: 0; font-family: var(--font-mono); font-size: var(--step--2); letter-spacing: .08em; text-transform: uppercase; color: var(--text-soft); line-height: 1.8; }
.g-post__meta b { color: var(--flower); font-weight: 500; }
.g-post__note { margin: 0; padding-top: var(--s3); border-top: 1px solid var(--rule); font-size: var(--step--1); line-height: 1.7; color: var(--text-faint); }

/* ===========================================================================
   내 한마디 찾기
   =========================================================================== */
.g-find {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px clamp(30px, 5vw, 85px);
  align-items: start;
}
.g-find__intro { align-self: center; min-width: 0; }
.g-find__intro h1 { margin: 22px 0 0; font-size: clamp(42px, 5vw, 80px); line-height: 1.18; letter-spacing: -.085em; }
.g-find__intro .g-lead { margin: 24px 0 0; }
.g-find__note { grid-column: 1 / -1; padding-top: 17px; border-top: 1px solid var(--rule); color: var(--text-soft); font-size: var(--step--1); line-height: 1.7; }

/* 어두운 판 + 종이 입력칸 (참가자 화면의 .k-form 과 같은 틀) */
.g-form {
  border: 1px solid var(--rule-strong); background: var(--stage-1);
  padding: clamp(22px, 3vw, 40px);
  display: grid; gap: var(--s3); align-content: start;
}
.g-form .field { margin-block: 0; }
.g-form .field__label { color: var(--text); font-weight: 700; }
.g-form > .mono { padding-bottom: 12px; border-bottom: 1px solid var(--rule); }
.g-form .btn--block { justify-content: space-between; }

/* 결과 화면 */
.g-result { max-width: 880px; margin: 0 auto; display: grid; gap: var(--s4); }
.g-result h1 { font-size: clamp(34px, 4vw, 60px); line-height: 1.2; letter-spacing: -.075em; }
.g-result__meta { margin: 0; font-family: var(--font-mono); font-size: var(--step--2); letter-spacing: .08em; text-transform: uppercase; color: var(--text-soft); line-height: 1.8; }
.g-result__meta b { color: var(--flower); font-weight: 500; }
.g-result__poster { width: min(100%, 460px); aspect-ratio: 1; object-fit: cover; background: var(--paper); border: 1px solid var(--rule-strong); }
.g-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.g-result__consent { padding: clamp(20px, 3vw, 32px); display: grid; gap: var(--s2); }
.g-result__consent ul { margin: 0; padding: 0; list-style: none; display: grid; }
.g-result__consent li { padding: 10px 0; border-bottom: 1px solid var(--rule); font-size: var(--step--1); }
.g-result__consent li:last-child { border-bottom: 0; }
.g-result__delete {
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid color-mix(in srgb, var(--flower) 55%, transparent);
  display: grid; gap: var(--s2); justify-items: start;
}
.g-result__delete h3 { color: var(--flower); }
.g-result__tail { padding-top: var(--s3); border-top: 1px solid var(--rule); display: flex; gap: 24px; flex-wrap: wrap; }

/* ===========================================================================
   화면 크기
   =========================================================================== */
@media (max-width: 1200px) {
  .g-hero { min-height: 520px; padding-top: 30px; padding-bottom: 34px; }
  .g-hero__copy h1 { font-size: clamp(42px, 5vw, 62px); margin-top: 24px; }
  .g-hero__visual { height: 440px; }
  .g-hero__lead { font-size: 15px; }
  .g-hero__actions { margin-top: 25px; }
  .g-hero__facts { margin-top: 19px; }
}
@media (max-width: 760px) {
  .k-head { height: 64px; padding: 0 19px; }
  .k-identity .k-mark { font-size: 19px; }
  .k-identity__sub { display: none; }
  .k-head__meta { gap: 14px; }
  .k-head__meta .quiet { font-size: 11px; padding: 6px 0; }
  .k-foot { font-size: 10px; padding: 18px 20px; }
  .g-hero { display: flex; flex-direction: column; min-height: 0; padding: 34px 20px 32px; gap: 32px; }
  .g-hero__copy h1 { font-size: clamp(40px, 9vw, 62px); margin-top: 22px; }
  .g-hero__lead { font-size: 14px; margin-top: 17px; }
  .g-hero__actions { margin-top: 25px; gap: 10px; }
  .btn--main { min-height: 55px; min-width: 240px; }
  .g-hero__facts { margin-top: 27px; padding-top: 13px; gap: 7px; }
  .g-hero__facts b { font-size: 21px; margin-bottom: 5px; }
  .g-hero__facts span { font-size: 9px; }
  .g-hero__visual { height: 420px; width: 100%; }
  .g-photo--inset { width: 45%; height: 42%; }
  .g-hero__stamp { display: none; }
  .g-main { padding: 60px 20px; }
  .g-main--find { padding-top: 34px; }
  .g-section-head { display: block; margin-bottom: 24px; }
  .g-section-head h2 { font-size: clamp(34px, 8vw, 56px); }
  .g-status { margin: 14px 0 0; }
  .g-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .g-card__body { padding: 12px 14px 16px; }
  .g-card__headline { font-size: 16px; }
  .g-post { grid-template-columns: 1fr; }
  .g-find { display: flex; flex-direction: column; gap: 26px; }
  .g-find__intro h1 { font-size: clamp(40px, 9vw, 62px); }
  .g-find__intro .g-lead { font-size: 14px; margin-top: 18px; }
}
@media (max-width: 430px) {
  .kicker { font-size: 9px; gap: 7px; white-space: nowrap; }
  .g-hero__copy h1 { font-size: 38px; }
  .g-hero__visual { height: 345px; }
  .g-photo--field { inset: 0 16% 10% 0; }
  .g-photo--inset { border-width: 5px; }
  .g-photo__caption { font-size: 8px; }
  .g-grid { grid-template-columns: 1fr; }
  .g-card__headline { font-size: 18px; }
  .g-filter { min-height: 36px; padding: 6px 11px; }
  .g-result h1 { font-size: 32px; }
  .g-actions .btn, .g-result__delete .btn { width: 100%; justify-content: center; }
}
.g-relay-section { max-width: 1420px; margin: 0 auto; padding: clamp(28px,4vw,70px) var(--gutter); }
.g-relay-section > h2 { font-size: clamp(29px,3.5vw,52px); letter-spacing: -.055em; line-height: 1.12; margin: 8px 0; }
.g-relay-section__lead { font-size: 16px; line-height: 1.55; margin-bottom: 26px; }
.g-relay-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
.g-relay-card { min-height: 220px; padding: 18px; background: #f1ebff; border: 1px solid #29232c; display: flex; flex-direction: column; gap: 18px; }
.g-relay-card:nth-child(2n) { background: #fff3c5; }
.g-relay-card__no { font: 800 13px var(--font-mono); color: #7359bd; }
.g-relay-card h3 { margin: 0 0 8px; font-size: 21px; line-height: 1.24; letter-spacing: -.04em; }
.g-relay-card p { font-size: 13px; line-height: 1.5; margin: 0 0 10px; }
.g-relay-card audio { width: 100%; max-width: 100%; }
.g-relay-card__state { margin-top: auto; border-top: 1px solid #29232c; padding-top: 8px; font: 700 11px var(--font-mono); }
@media (max-width: 1050px) { .g-relay-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 650px) { .g-relay-grid { grid-template-columns: 1fr; } .g-relay-card { min-height: auto; } }

/* ===========================================================================
   갤러리 복구판 — 포스터 메인과 같은 보라·노랑·검정 시각 체계
   =========================================================================== */
.g-mode {
  display: inline-flex; align-items: center; gap: 8px;
  font: 700 10px/1 var(--font-mono); letter-spacing: .14em; white-space: nowrap;
  color: var(--text-soft);
}
.g-mode::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: #8a8a86; }
.g-mode[data-state="live"]::before { background: #2f7d52; }
.g-mode[data-state="test"]::before { background: #7359ff; }
.g-mode[data-state="offline"] { color: #a51c1c; }
.g-mode[data-state="offline"]::before { background: #a51c1c; }

.g-hero__en {
  display: inline-block; margin: 0; padding: 5px 14px;
  font-size: clamp(17px, 1.7vw, 29px); line-height: 1.2; font-weight: 900; letter-spacing: -.02em;
  color: #171817; background: #fff05a; transform: rotate(-.5deg);
  box-shadow: 7px 0 #fff05a, -7px 0 #fff05a;
}
.g-hero__project { margin: 17px 0 0; font-size: clamp(13px, 1.15vw, 18px); font-weight: 750; color: var(--text); }
.g-hero-art { height: 590px; align-self: center; position: relative; min-width: 0; overflow: visible; }
.g-hero-art__mic {
  position: absolute; z-index: 3; left: 52%; top: 0; height: 100%; width: auto; max-width: none;
  transform: translateX(-48%); object-fit: contain; filter: drop-shadow(0 18px 26px #17181720);
}
.g-hero-art__wave {
  position: absolute; z-index: 1; left: -7%; right: -5%; top: 47%; height: 74px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 80' preserveAspectRatio='none'%3E%3Cpath d='M0 40H205l26-28 22 56 24-28h120l18-18 21 38 20-20h120l24-30 24 60 24-30h272' fill='none' stroke='%23171817' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}
.g-hero-art__flower {
  position: absolute; z-index: 4; width: 80px; height: 80px;
  background: var(--p-cosmos, #ff9eb5) center/contain no-repeat;
}
.g-hero-art__flower--1 { left: 8%; top: 18%; transform: rotate(-8deg); }
.g-hero-art__flower--2 { right: 1%; bottom: 18%; width: 66px; height: 66px; transform: rotate(9deg); }
.g-hero-art__sparkle {
  position: absolute; z-index: 4; right: 7%; top: 8%; width: 72px; height: 72px;
  background: var(--p-sparkle, #fff05a) center/contain no-repeat;
}
.g-hero-art__photo {
  position: absolute; z-index: 5; left: 0; bottom: 2%; width: 36%; height: 29%; overflow: hidden;
  background: #fff; border: 7px solid #fff; outline: 2px solid #171817; box-shadow: 7px 7px 0 #171817;
  transform: rotate(-5deg);
}
.g-hero-art__photo img { width: 100%; height: 100%; object-fit: cover; }
.g-hero-art__photo span {
  position: absolute; left: 7px; bottom: 6px; padding: 2px 6px;
  color: #fff; background: #171817aa; font: 700 9px/1.5 var(--font-mono); letter-spacing: .08em;
}
.g-hero-art__sticker {
  position: absolute; z-index: 6; right: 1%; top: 51%; width: 146px; aspect-ratio: 1;
  display: grid; place-items: center; padding: 20px; border-radius: 50%;
  color: #171817; background: #ffe94f; border: 3px solid #171817; box-shadow: 6px 7px 0 #171817;
  white-space: pre-line; text-align: center; font-size: 19px; line-height: 1.28; font-weight: 900; transform: rotate(-7deg);
}
.g-hero-art__ready {
  position: absolute; z-index: 6; right: 0; bottom: 2%; min-width: 175px; height: 48px; padding: 0 12px;
  display: flex; align-items: center; gap: 9px; color: #171817; background: #fff;
  border: 2px solid #171817; box-shadow: 4px 4px 0 #171817;
  font: 700 10px/1 var(--font-mono); letter-spacing: .1em;
}
.g-hero-art__ready i { width: 13px; height: 13px; border-radius: 50%; background: #7359ff; box-shadow: 0 0 0 4px #7359ff33; }
.g-hero-art__ready b { margin-left: auto; font-weight: 700; }

.g-service {
  max-width: var(--measure); margin: 24px auto 0; padding: 16px var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  color: #171817; border-block: 2px solid #171817; background: #fff2a9;
}
.g-service[data-kind="danger"] { background: #fbe9e7; }
.g-service > div { display: grid; gap: 2px; }
.g-service b { font-size: 15px; font-weight: 900; }
.g-service span { font-size: 13px; line-height: 1.5; }

.g-grid > .g-empty { grid-column: 1 / -1; min-height: 300px; align-content: center; }
.g-empty--error { background: #fbe9e7; border-color: #a51c1c; }
.g-empty--error .g-empty__mark {
  width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%;
  color: #fff; background: #a51c1c; font: 900 32px/1 var(--font);
}
.g-card__poster { position: relative; }
.g-card__demo {
  position: absolute; top: 12px; right: 12px; padding: 4px 8px;
  color: #fff; background: #7359ff; border: 2px solid #171817;
  font: 800 10px/1.2 var(--font-mono); letter-spacing: .12em;
}
.g-card--demo:nth-child(2n) .g-card__demo { color: #171817; background: #ffe94f; }
.g-demo-flag {
  justify-self: start; padding: 6px 9px; color: #fff; background: #7359ff;
  border: 2px solid #171817; font: 800 10px/1.2 var(--font-mono); letter-spacing: .1em;
}
.g-inline-error, .g-inline-empty {
  grid-column: 1 / -1; min-height: 105px; padding: 18px 22px;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  color: var(--text); background: #fff; border: 2px solid #171817;
}
.g-inline-empty { justify-content: center; color: var(--text-faint); }
.g-relay-card--demo .g-relay-card__state { color: #7359ff; }

.g-skeleton { position: relative; overflow: hidden; pointer-events: none; min-height: 270px; }
.g-skeleton::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 25%, #ffffffaa 44%, transparent 63%);
  transform: translateX(-100%); animation: g-shimmer 1.3s infinite;
}
@keyframes g-shimmer { to { transform: translateX(100%); } }

html[data-skin="poster"] .g-hero { min-height: 650px; }
html[data-skin="poster"] .g-hero__copy h1 { color: #171817; white-space: pre-line; }
html[data-skin="poster"] .g-hero__copy h1::first-line { color: #7359ff; }
html[data-skin="poster"] .g-hero__lead { font-weight: 550; }
html[data-skin="poster"] .g-relay-section { background: #fff05a; border-block: 2px solid #171817; max-width: none; }
html[data-skin="poster"] .g-relay-section > * { max-width: var(--measure); margin-left: auto; margin-right: auto; }
html[data-skin="poster"] .g-relay-grid { margin-top: 26px; }
html[data-skin="poster"] .g-relay-card { border: 2px solid #171817; }
html[data-skin="poster"] .g-card { border-width: 2px; }
html[data-skin="poster"] .g-card__poster { border-bottom-width: 2px; }
html[data-skin="poster"] .g-card:nth-child(3n + 2) { background: #f1ebff; }
html[data-skin="poster"] .g-card:hover { box-shadow: 7px 7px 0 #171817; transform: translate(-3px, -3px); }
html[data-skin="poster"] .g-section-head h2 { color: #171817; }

@media (max-width: 1000px) {
  .g-mode { display: none; }
  .g-hero-art { height: 470px; }
  .g-hero-art__sticker { width: 118px; font-size: 15px; }
}
@media (max-width: 760px) {
  .k-head__meta .btn { display: none; }
  .g-hero-art { height: 420px; }
  .g-hero-art__photo { width: 42%; height: 31%; }
  .g-hero-art__sticker { right: 0; top: 52%; width: 104px; font-size: 13px; padding: 12px; }
  .g-hero-art__ready { min-width: 145px; height: 42px; font-size: 8px; }
  .g-service { margin-top: 14px; padding: 14px 20px; align-items: flex-start; flex-direction: column; }
  .g-service .btn, .g-service .quiet { align-self: stretch; justify-content: space-between; }
  .g-inline-error { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 430px) {
  .g-hero__en { font-size: 14px; }
  .g-hero__project { font-size: 12px; }
  .g-hero-art { height: 340px; }
  .g-hero-art__flower { width: 54px; height: 54px; }
  .g-hero-art__sticker { width: 90px; font-size: 11px; border-width: 2px; }
  .g-hero-art__ready { display: none; }
}
