/* ============================================================================
   home-bugoshare.css — bugoshare.com 전용 메인 페이지
   ============================================================================
   @version   3.0.4
   @updated   2026-09-14
   @origin    ⛔ **전파 대상이 아니다.** shared-files.psd1 의 bugo 세트 Files 에 이 경로가
              없다. 샘플 2곳(bugoworks-samples)의 사본은 손으로 맞춘다.

   3.0.4 — 부고카드 기준으로 히어로 여백·제목·목업 높이와 모바일 치수 정렬.
   3.0.3 — 데스크톱 히어로 상하 여백을 8px씩 늘려 목업·콘텐츠의 답답함 완화.
   3.0.2 — FAQ 원형 버튼의 더하기 표시를 CSS 선으로 그려 정중앙에 고정.
   3.0.1 — B·F 팔레트에서 바로가기 호버·안내 미리보기 보조문구 대비 보정.
   3.0.0 — 히어로 축소·투명 목업, 모바일 이미지 숨김. 바로가기를 제외한 하단 재설계.
           지표 패널·작성 카드·안내 미리보기·공유 카드·FAQ·밝은 CTA. 9색 계약 유지.
   2.2.0 — 작성 3단계·장례 안내·공유 수단 섹션 추가. 9색 계약 유지, 신규 자산 없음.
   2.1.0 — 히어로 설명·이미지 2열, 모바일 1열. 기존 bs-* 이름과 9색 계약 유지.
           바로가기·지표·FAQ 간격 정리, 버튼 대비·키보드 포커스 보강.

   ■ 2.0.0 에서 무엇이 바뀌었나 (랜딩 재설계 4단계)
     예전에는 **검정 전면 + 크림 + 금색**을 파일에 통째로 박아 두었다
     — body 배경 #121212 · 크림 글자 #f5f1e4 · 금색 --color-gold.
     그래서 「구조 × 색」으로 팔 때 고객이 아홉 색 중 무엇을 골라도 **검은 화면에
     금색**만 나왔다 — 색을 고를 수 있다는 것이 상품의 핵심인데 이 구조만 안 따라갔다.
     그래서 layout_palettes 에서 E·I 두 색만 열어 두고 있었다.

     이제 **--lp-* 34개 계약만** 쓴다. 색 리터럴은 0개다.

   ■ 정체성은 어떻게 남기나
     이 구조의 인상은 「어두운 무대 위에 강조색 카드가 떠 있는 것」이었다.
     · 히어로는 --lp-ink 를 배경으로 쓴다. 마감 CTA 는 밝은 on-ink 패널로 구분한다.
     · 금색이 하던 자리는 **--lp-accent** 가 받는다(아이콘·숫자·테두리·강조 글자).

   ⛔ 색을 직접 적지 말 것. 반투명이 필요하면 rgba() 대신 color-mix() 로 토큰을 섞는다.
      검사: node docs/design/check-bugo-landing.mjs <저장소루트> bugoshare

   ⚠️ 주 버튼에 --lp-accent 를 배경으로 쓰지 않는다. accent/on-accent 명암비가
      B 테크에메랄드 3.20 · H 스퀘어모노 2.30 으로 기준(4.5)에 못 미친다(실측).
      ink/on-ink 는 아홉 색 전부 6.40 이상이다. 2·3호와 같은 결정이다.

   ⚠️ 이 파일의 주석에 중괄호를 쓰지 말 것 — 첫 여는 중괄호로 선택자를 가르는 도구가
      파일 전체를 잘못 읽는다(2026-09-07 실제로 겪었다).

   ■ 헤더·푸터는 여기서 손대지 않는다
     공용 partial(header.php)에서 나와 모든 페이지에 있다. 이 파일은 홈에서만 로드돼
     예전에 「홈만 블랙 헤더」가 되는 사고가 있었다(2026-07-31 theme-bugoshare.css 로 이관).
     여기에는 홈에만 있는 마크업(.bs-*)만 남긴다.
   ============================================================================ */

/* ── 페이지 바탕 ────────────────────────────────────────────────────────── */

.home-main {
    background: var(--lp-bg);
    color: var(--lp-text);
    font-family: var(--lp-font-body);
}

/* ── 레이아웃 공통 ──────────────────────────────────────────────────────── */

.bs-container {
    width: min(var(--lp-container), 100%);
    margin: 0 auto;
    padding: 0 22px;
    box-sizing: border-box;
}

.bs-section { padding: clamp(52px, 7vw, 80px) 0; }

.bs-nowrap { white-space: nowrap; }

.home-main a:focus-visible,
.bs-faq summary:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 5px;
}

/* 섹션 제목 — "부고서비스 <em>바로가기</em>" 강조 패턴 */
.bs-section-title {
    margin: 0 0 26px;
    color: var(--lp-text);
    font-family: var(--lp-font-heading);
    font-size: clamp(20px, 3vw, 26px);
    font-weight: 800;
    letter-spacing: -0.02em;
}

/* em 은 예전의 금색 자리 — 이제 테마 강조색이 받는다.
   accent 가 아니라 accent-text 를 쓴다: 밝은 바탕에 글자로 얹히므로,
   아홉 색 전부 surface 대비 5.66 이상인 쪽이어야 한다(실측). */
.bs-section-title em {
    font-style: normal;
    color: var(--lp-accent-text);
}

/* ── 히어로 — 어두운 무대 ───────────────────────────────────────────────
   ⚠️ 이 띠 안의 글자는 반드시 on-ink 계열을 쓴다. 바깥은 --lp-bg(테마에 따라 밝음)
      인데 여기만 어두우므로, 바깥 글자색(--lp-text)을 물려받으면 검정 위 검정이 된다.
      3호에서 실제로 그렇게 보였다(2026-09-07). */

.bs-hero {
    padding: 44px 0;
    background: var(--lp-ink);
    color: var(--lp-on-ink);
    text-align: left;
}

.bs-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    align-items: center;
    gap: 44px;
    padding-inline: 24px;
}

.bs-hero-copy { min-width: 0; }

.bs-hero-preview {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
}

.bs-hero-media {
    width: auto;
    height: 405px;
    aspect-ratio: 350 / 713;
}

.bs-hero-picture { display: block; }

.bs-hero-media img {
    display: block;
    width: 100%;
    height: auto;
}

.bs-hero-badge {
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 20px;
    border-radius: var(--lp-radius-pill);
    border: 1px solid color-mix(in srgb, var(--lp-on-ink) 42%, transparent);
    color: var(--lp-on-ink);
    font-size: 0.875rem;
    font-weight: 600;
}

.bs-hero h1 {
    margin: 0 0 22px;
    color: var(--lp-on-ink);
    font-family: var(--lp-font-heading);
    font-size: clamp(2rem, 3.8vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.5;
}

/* 어두운 띠 위에서는 accent 가 묻힐 수 있어 on-ink 를 강조색 쪽으로 살짝 민다 */
.bs-hero h1 em {
    font-style: normal;
    color: color-mix(in srgb, var(--lp-on-ink) 62%, var(--lp-accent));
}

.bs-hero-sub {
    margin: 0;
    max-width: 520px;
    color: color-mix(in srgb, var(--lp-on-ink) 88%, var(--lp-ink));
    font-size: 1rem;
    line-height: 1.85;
}

/* ── 바로가기 카드 그리드 ───────────────────────────────────────────────── */

.bs-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.bs-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 180px;
    padding: 28px 16px;
    box-sizing: border-box;
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-md);
    color: var(--lp-text);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.bs-card:hover {
    background: var(--lp-surface-2);
    border-color: var(--lp-accent);
    color: var(--lp-accent-text);
    text-decoration: none;
    transform: translateY(-2px);
}

/* 아이콘은 글자가 아니라 선이라 accent 를 그대로 쓴다(명암 기준이 다르다) */
.bs-card svg {
    width: 42px;
    height: 42px;
    color: var(--lp-accent);
}

.bs-card small {
    color: color-mix(in srgb, var(--lp-text-soft) 90%, var(--lp-text));
    font-size: 0.875rem;
    font-weight: 500;
}

/* ── 안내 행 (숫자 지표) ────────────────────────────────────────────────── */

.bs-section.bs-proof { padding: 0 0 64px; }

.bs-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 12px;
    background: var(--lp-surface);
    border: 1px solid var(--lp-border-soft);
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow);
}

.bs-fact {
    padding: 20px 12px;
    text-align: center;
}

.bs-fact + .bs-fact { border-left: 1px solid var(--lp-border-soft); }

.bs-fact strong {
    display: block;
    color: var(--lp-accent-text);
    font-family: var(--lp-font-heading);
    font-size: clamp(1.5rem, 3vw, 2.125rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.bs-fact span {
    display: block;
    margin-top: 8px;
    color: var(--lp-text-soft);
    font-size: 0.875rem;
}

/* ── 작성 절차·장례 안내·공유 방법 ──────────────────────────────────────── */

.bs-section-alt { background: var(--lp-bg-alt); }

.bs-section-heading {
    max-width: 700px;
    margin-bottom: 40px;
}

.bs-section-heading .bs-section-title {
    margin-bottom: 18px;
    font-size: clamp(1.625rem, 3.2vw, 2.25rem);
    line-height: 1.4;
    letter-spacing: -0.035em;
}

.bs-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--lp-accent-text);
    font-size: 0.875rem;
    font-weight: 700;
}

.bs-process .bs-section-heading,
.bs-sharing .bs-section-heading {
    margin-inline: auto;
    text-align: center;
}

.bs-section-heading p,
.bs-step p,
.bs-feature p,
.bs-share-method p {
    margin: 0;
    color: color-mix(in srgb, var(--lp-text-soft) 90%, var(--lp-text));
    font-size: 1rem;
    line-height: 1.8;
}

.bs-steps,
.bs-feature-grid {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.bs-step {
    position: relative;
    padding: 30px 26px;
    background: var(--lp-surface);
    border: 1px solid var(--lp-border-soft);
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow);
    scroll-margin-top: calc(var(--lp-nav-height) + 24px);
}

.bs-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 53px;
    left: 100%;
    width: 32px;
    height: 1px;
    background: var(--lp-border);
}

.bs-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 28px;
    border-radius: var(--lp-radius-sm);
    background: var(--lp-accent-text);
    color: var(--lp-surface);
    font-family: var(--lp-font-heading);
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1;
}

.bs-step h3,
.bs-feature h3 {
    margin: 0 0 12px;
    color: var(--lp-text);
    font-family: var(--lp-font-heading);
    font-size: 1.125rem;
    line-height: 1.5;
}

.bs-feature-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.65fr);
    align-items: stretch;
    gap: 24px;
}

.bs-notice-preview {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 26px;
    background: linear-gradient(150deg, color-mix(in srgb, var(--lp-accent) 8%, var(--lp-surface)), var(--lp-surface) 65%);
    border: 1px solid var(--lp-border);
    border-top: 4px solid var(--lp-accent-text);
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow);
    color: var(--lp-text);
    text-decoration: none;
}

.bs-notice-preview:hover { color: var(--lp-text); border-color: var(--lp-accent-text); }

.bs-notice-label {
    padding: 6px 12px;
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-pill);
    font-size: 0.875rem;
    font-weight: 700;
}

.bs-notice-preview > strong {
    margin: 32px 0;
    font-family: var(--lp-font-heading);
    font-size: clamp(1.25rem, 2.2vw, 1.625rem);
    line-height: 1.5;
    letter-spacing: -0.035em;
}

.bs-notice-preview dl { width: 100%; margin: 0 0 36px; }

.bs-notice-preview dl > div {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 10px;
    padding: 18px 0;
    border-top: 1px solid var(--lp-border);
    font-size: 0.875rem;
    line-height: 1.7;
}

.bs-notice-preview dt { font-weight: 700; }
.bs-notice-preview dd { margin: 0; color: color-mix(in srgb, var(--lp-text-soft) 90%, var(--lp-text)); }

.bs-notice-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid var(--lp-border);
    color: var(--lp-accent-text);
    font-size: 1rem;
    font-weight: 700;
}

.bs-notice-link span { font-size: 1.5rem; }

.bs-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.bs-feature {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    align-content: start;
    gap: 12px;
    padding: 24px 20px;
    background: var(--lp-surface);
    border: 1px solid var(--lp-border-soft);
    border-radius: var(--lp-radius-md);
}

.bs-feature h3 { margin: 0; font-size: 1rem; }
.bs-feature p { grid-column: 1 / -1; }
.bs-feature-icon { width: 24px; height: 24px; color: var(--lp-accent-text); }

.bs-feature-note {
    margin: 22px 0 0;
    color: var(--lp-text-soft);
    font-size: 0.875rem;
    line-height: 1.7;
}

.bs-share-layout {
    display: block;
}

.bs-share-methods {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
}

.bs-share-method {
    padding: 32px 26px;
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
}

.bs-share-method:nth-child(2) {
    background: var(--lp-ink);
    border-color: var(--lp-ink);
}

.bs-share-method dt {
    color: var(--lp-accent-text);
    font-size: 1.375rem;
    font-weight: 800;
}

.bs-share-method dt svg {
    display: block;
    width: 36px;
    height: 36px;
    margin-bottom: 28px;
}

.bs-share-method dt { margin-bottom: 18px; }
.bs-share-method dd { margin: 0; }

.bs-share-method strong {
    display: block;
    margin-bottom: 8px;
    color: var(--lp-text);
    font-size: 1rem;
    line-height: 1.6;
}

.bs-share-method:nth-child(2) dt,
.bs-share-method:nth-child(2) strong { color: var(--lp-on-ink); }
.bs-share-method:nth-child(2) p { color: color-mix(in srgb, var(--lp-on-ink) 88%, var(--lp-ink)); }

/* ── FAQ ────────────────────────────────────────────────────────────────── */

.bs-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr);
    align-items: start;
    gap: 40px;
}

.bs-faq {
    display: block;
    min-width: 0;
    padding: 4px 26px;
    background: var(--lp-surface);
    border: 1px solid var(--lp-border-soft);
    border-radius: var(--lp-radius-lg);
}

.bs-faq details {
    border-bottom: 1px solid var(--lp-border-soft);
}

.bs-faq details:last-child { border-bottom: 0; }
.bs-faq details[open] { border-color: var(--lp-accent); }

.bs-faq summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 76px;
    padding: 20px 0;
    box-sizing: border-box;
    color: var(--lp-text);
    font-size: 1rem;
    font-weight: 700;
}

.bs-faq summary::-webkit-details-marker { display: none; }

.bs-faq summary::after {
    content: '';
    display: block;
    flex: 0 0 28px;
    height: 28px;
    border-radius: var(--lp-radius-pill);
    background:
        linear-gradient(var(--lp-accent-text), var(--lp-accent-text)) center / 14px 2px no-repeat,
        linear-gradient(var(--lp-accent-text), var(--lp-accent-text)) center / 2px 14px no-repeat,
        var(--lp-surface-2);
    transition: transform 0.2s ease;
}

.bs-faq details[open] summary::after { transform: rotate(45deg); }

.bs-faq details p {
    margin: 0;
    padding: 0 0 24px;
    color: var(--lp-text-soft);
    font-size: 1rem;
    line-height: 1.7;
}

.bs-text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 44px;
    margin-top: 20px;
    color: var(--lp-accent-text);
    font-weight: 700;
}

.bs-text-link:hover { color: var(--lp-text); }

/* ── 마감 CTA — 푸터와 구분되는 밝은 패널 ───────────────────────────────── */

.bs-cta {
    padding: 0 0 32px;
    background: var(--lp-bg);
}

.bs-cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 36px;
    padding: 44px;
    background: var(--lp-on-ink);
    border: 1px solid color-mix(in srgb, var(--lp-ink) 20%, var(--lp-on-ink));
    border-radius: var(--lp-radius-lg);
    color: var(--lp-ink);
    box-shadow: var(--lp-shadow);
}

.bs-cta h2 {
    margin: 0 0 14px;
    color: var(--lp-ink);
    font-family: var(--lp-font-heading);
    font-size: clamp(1.625rem, 3.2vw, 2.125rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.bs-cta p {
    margin: 0;
    color: var(--lp-ink);
    font-size: 1rem;
}

.bs-cta .bs-eyebrow { color: var(--lp-ink); }

/* ── 히어로·CTA 버튼 ───────────────────────────────────────────────────── */

.bs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    margin-top: 26px;
}

.bs-hero-actions a {
    min-height: 52px;
    padding: 12px 28px;
    box-sizing: border-box;
    font-weight: 700;
    line-height: 1.5;
}

.bs-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 30px;
    border-radius: var(--lp-radius-pill);
    border: 1px solid color-mix(in srgb, var(--lp-on-ink) 45%, transparent);
    background: transparent;
    color: var(--lp-on-ink);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.bs-btn-outline:hover {
    border-color: var(--lp-on-ink);
    background: color-mix(in srgb, var(--lp-on-ink) 12%, transparent);
    color: var(--lp-on-ink);
    text-decoration: none;
}

/* gold 이름은 샘플에서도 쓰므로 유지한다. ink/on-ink 반전으로 9색의 대비를 지킨다. */
.bs-btn-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 36px;
    border-radius: var(--lp-radius-pill);
    background: var(--lp-on-ink);
    color: var(--lp-ink);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: background 0.15s ease, transform 0.05s ease;
}

.bs-btn-gold:hover {
    background: color-mix(in srgb, var(--lp-on-ink) 90%, var(--lp-ink));
    color: var(--lp-ink);
    text-decoration: none;
}

.bs-btn-gold:active { transform: scale(0.98); }

.home-main .bs-btn-gold:focus-visible { outline-color: var(--lp-on-ink); }

.bs-cta .bs-btn-gold {
    gap: 24px;
    background: var(--lp-ink);
    color: var(--lp-on-ink);
    min-height: 56px;
    padding-inline: 26px;
}

.bs-cta .bs-btn-gold:hover {
    background: color-mix(in srgb, var(--lp-ink) 94%, var(--lp-on-ink));
    color: var(--lp-on-ink);
}

.bs-cta .bs-btn-gold:focus-visible { outline-color: var(--lp-ink); }

/* ── 반응형 ─────────────────────────────────────────────────────────────── */

/* picture의 source 조건도 함께 맞춘다. */
@media (max-width: 900px) {
    .bs-hero { padding: 44px 0 48px; text-align: center; }
    .bs-hero-layout { grid-template-columns: minmax(0, 1fr); gap: 0; }
    .bs-hero-sub { margin-inline: auto; }
    .bs-hero-actions { justify-content: center; }
    .bs-hero-preview { display: none; }
    .bs-feature-layout { grid-template-columns: minmax(0, 1fr); }
    .bs-notice-preview { display: none; }
    .bs-cta-panel { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .bs-cta .bs-btn-gold { justify-self: start; }
}

@media (max-width: 760px) {
    .bs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bs-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
    .bs-fact:nth-child(3) { border-left: 0; }
    .bs-steps { grid-template-columns: minmax(0, 1fr); gap: 28px; }
    .bs-step-number { margin-bottom: 14px; }
    .bs-step:not(:last-child)::after { top: 100%; left: 48px; width: 1px; height: 28px; }
    .bs-share-methods { grid-template-columns: minmax(0, 1fr); gap: 16px; }
    .bs-share-method { padding: 28px; }
    .bs-share-method dt { display: flex; align-items: center; gap: 16px; }
    .bs-share-method dt svg { width: 28px; height: 28px; margin-bottom: 0; }
    .bs-faq-layout { grid-template-columns: minmax(0, 1fr); gap: 0; }
    .bs-faq-layout .bs-section-heading { text-align: center; margin-inline: auto; }
}

@media (max-width: 640px) {
    .bs-hero { padding: 36px 0 40px; }
    .bs-hero-layout { padding-inline: 22px; }
    .bs-hero h1 { font-size: clamp(1.75rem, 7vw, 2.25rem); }
    .bs-hero-actions a { flex: 1 1 140px; padding-inline: 16px; }
}

@media (max-width: 560px) {
    .bs-cta { padding: 0 0 20px; }
    .bs-cta-panel { padding: 30px 24px; }
    .bs-cta .bs-btn-gold { width: 100%; box-sizing: border-box; gap: 16px; }
    .bs-section { padding: 52px 0; }
    .bs-grid { grid-template-columns: 1fr; }
    .bs-card { min-height: 120px; padding: 24px 18px; }
    .bs-feature-grid { grid-template-columns: minmax(0, 1fr); }
    .bs-section-heading { margin-bottom: 28px; }
    .bs-section-heading p br { display: none; }
    .bs-faq { padding: 0 18px; }
    .bs-fact { padding: 18px 8px; }
}

@media (prefers-reduced-motion: reduce) {
    .bs-card,
    .bs-faq summary::after,
    .bs-faq details,
    .bs-btn-gold,
    .bs-btn-outline { transition: none; }
    .bs-card:hover { transform: none; }
    .bs-btn-gold:active { transform: none; }
}
