/* Home presentation only; no casting state or algorithm is controlled here. */
body.home-page {
    --bg-primary: #f7f8f2; --bg-secondary: #fffefa; --text-primary: #203e36;
    --text-secondary: #64746a; --text-tertiary: #738177; --border: #dce3d8;
    --accent: #28614d; --accent-light: #e9efdf; --shadow: none; --radius: 12px;
    --hero-glow: #dde9b9; --disc-light: #edf3d9; --disc-dark: #235545;
    background: var(--bg-primary); color: var(--text-primary);
}
body.home-page.theme-dark, body.home-page.theme-ocean {
    --bg-primary: #142820; --bg-secondary: #1c322a; --text-primary: #f0f2e6;
    --text-secondary: #b2c2b5; --text-tertiary: #9dae9f; --border: #385045;
    --accent: #b7d594; --accent-light: #30473a; --hero-glow: #466144;
    --disc-light: #cddbb0; --disc-dark: #234b3b;
}
.home-page .container { max-width: 1160px; padding: 0 32px; }
.home-page .main-content { padding-top: 0; }
.home-page .navbar { background: var(--bg-primary); }
.home-page .nav-container { max-width: 1320px; min-height: 82px; gap: 24px; }
.home-page .logo { font-size: 12px; letter-spacing: .06em; }
.home-page .logo-icon { border-radius: 50%; width: 34px; height: 34px; font-family: 'Noto Serif KR', serif; }
.home-page .nav-links { gap: 22px; }
.home-page .nav-links a { font-size: 13px; white-space: nowrap; }
.home-page .nav-actions { gap: 12px; }
.home-page .btn-login { background: var(--accent); color: var(--bg-primary); }
.home-page .home-hero { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; min-height: 570px; gap: 18px; padding: 46px 0 38px; }
.home-eyebrow { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 600; letter-spacing: .16em; color: var(--accent); }
.home-eyebrow > span { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; }
.home-page h1 { font-family: 'Noto Serif KR', serif; font-size: clamp(32px, 3.65vw, 49px); line-height: 1.55; letter-spacing: -.055em; font-weight: 500; margin: 23px 0; word-break: keep-all; }
.home-page h1 em { font-style: normal; color: var(--accent); }
.hero-description { font-size: 15px; color: var(--text-secondary); line-height: 1.95; word-break: keep-all; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.home-cta { display: inline-flex; align-items: center; gap: 26px; background: var(--accent); color: var(--bg-primary); padding: 15px 22px; border-radius: 6px; text-decoration: none; font-size: 14px; font-weight: 500; transition: transform .2s, box-shadow .2s; }
.home-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 16px #203e361a; }
.home-text-link { color: var(--text-primary); font-size: 12px; text-decoration: none; }
.home-text-link span { margin-left: 10px; }
.hero-footnote { font-size: 9px; letter-spacing: .19em; color: var(--text-tertiary); margin-top: 42px; }
.hero-footnote span { margin: 0 12px; }
.celestial-art { position: relative; width: 100%; aspect-ratio: 1; isolation: isolate; }
.celestial-halo { position: absolute; inset: 0; background: radial-gradient(ellipse, var(--hero-glow), transparent 69%); opacity: .65; }
.celestial-orbits { position: absolute; inset: 0; width: 100%; height: 100%; color: var(--accent); stroke: var(--accent); stroke-width: .65; opacity: .53; }
.orbit-traveler { transform-origin: 260px 260px; animation: orbit-drift 80s linear infinite; }
.celestial-disc { position: absolute; inset: 26%; border-radius: 50%; background: var(--disc-dark); overflow: hidden; transform: rotate(-32deg); box-shadow: 15px 22px 45px #183a3420, inset -12px -10px 30px #102e3020; transition: transform 1.6s cubic-bezier(.2,.65,.3,1); }
.celestial-art:hover .celestial-disc { transform: rotate(-12deg); }
.celestial-disc::before { content: ''; position: absolute; inset: 0 50% 0 0; background: var(--disc-light); }
.disc-sun, .disc-moon { position: absolute; left: 25%; width: 50%; height: 50%; border-radius: 50%; }
.disc-sun { top: 0; background: var(--disc-light); }
.disc-moon { bottom: 0; background: var(--disc-dark); }
.disc-sun::after, .disc-moon::after { content: ''; position: absolute; inset: 38%; border-radius: 50%; background: var(--disc-dark); }
.disc-moon::after { background: var(--disc-light); }
.disc-seam { position: absolute; inset: 0; border-radius: 50%; box-shadow: inset 6px 8px 24px #ffffff30; }
.art-spark { position: absolute; font-size: 30px; color: var(--accent); }
.spark-one { top: 15%; right: 14%; }.spark-two { left: 13%; bottom: 20%; font-size: 22px; }
.art-caption { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; font-size: 9px; letter-spacing: .22em; color: var(--text-secondary); }
.art-caption i { display: inline-block; width: 38px; height: 1px; background: var(--border); vertical-align: middle; margin: 0 14px; }
.reading-heading { display: flex; align-items: end; justify-content: space-between; margin: 16px 0 23px; scroll-margin-top: 105px; }
.reading-heading h2, .explore-heading h2 { font-family: 'Noto Serif KR', serif; font-weight: 500; font-size: 27px; letter-spacing: -.04em; margin-top: 7px; }
.reading-heading > span { font-size: 12px; color: var(--text-secondary); }
.reading-workspace { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--border); background: var(--bg-secondary); border-radius: 16px; overflow: hidden; }
.home-page .intention-section { margin: 0; width: 100%; padding: 34px; }
.step-label { color: var(--accent); font-size: 12px; letter-spacing: .08em; display: flex; align-items: center; gap: 12px; }
.step-label span { letter-spacing: 0; font-weight: 500; }
.home-page .intention-section h3 { font-size: 24px; font-weight: 500; letter-spacing: -.04em; margin: 32px 0 12px; }
.question-description { font-size: 14px; line-height: 1.9; color: var(--text-secondary); margin-bottom: 22px; word-break: keep-all; max-width: 340px; }
.home-page .intention-input { background: var(--bg-primary); border-radius: 7px; font-size: 14px; padding: 17px 15px; }
.home-page .intention-input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-light); }
.home-page .intention-hint { text-align: left; font-size: 11px; margin-top: 11px; line-height: 1.8; }
.home-page .intention-guide { border-top: 1px solid var(--border); margin-top: 28px; padding-top: 16px; }
.intention-guide summary { cursor: pointer; color: var(--text-primary); font-size: 13px; display: flex; align-items: center; justify-content: space-between; list-style: none; }
.intention-guide summary::-webkit-details-marker { display: none; }
.intention-guide summary span { font-size: 19px; transition: transform .2s; }
.intention-guide[open] summary span { transform: rotate(45deg); }
.intention-guide > div { padding-top: 16px; text-align: left; }
.intention-guide > div > strong { display: none !important; }
.home-page .casting-panel { padding: 34px; background: var(--bg-secondary); background-image: linear-gradient(#e9efdf57, #e9efdf57); border-left: 1px solid var(--border); }
.casting-description { color: var(--text-secondary); font-size: 12px; line-height: 1.8; margin: 12px 0 22px; }
.home-page #core { max-width: 310px; margin: 0 auto 20px; padding: 0 26px; }
.home-page .eee { position: relative; height: 36px; margin: 9px 0; box-shadow: none; border-radius: 4px; background: var(--bg-secondary); font-size: 12px; font-weight: 400; color: var(--text-secondary); transition: background .2s, transform .2s; }
.home-page .eee::before { content: ''; position: absolute; left: -23px; width: 12px; height: 1px; background: var(--border); }
.home-page #first { border-color: var(--accent); color: var(--accent); }
.home-page #first::before { height: 5px; width: 5px; border-radius: 50%; background: var(--accent); left: -20px; }
.home-page .eee:hover { background: var(--accent-light); transform: translateX(3px); border-color: var(--accent); box-shadow: none; }
.home-page .eee .bcell, .home-page .eee .rcell, .home-page .eee .wcell { height: 12px; }
.home-page .button-group { margin: 22px 0 0 !important; gap: 8px; }
.home-page .button-group .btn { border-radius: 6px; font-size: 13px; padding: 11px 19px; background: transparent; border: 1px solid var(--border); color: var(--text-primary); box-shadow: none; }
.home-page .button-group #auto { background: var(--accent); color: var(--bg-primary); border-color: var(--accent); flex: 1; }
.home-page #jumsa { grid-column: 1 / -1; border: 0; border-top: 1px solid var(--border); border-radius: 0; margin: 0; padding: 32px; min-width: 0; overflow-wrap: anywhere; }
.home-explore { margin: 72px 0 0; }
.explore-heading h2 { font-size: 23px; }
.explore-links { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 27px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.explore-links a { display: flex; align-items: start; gap: 16px; color: var(--text-primary); text-decoration: none; padding: 27px 20px; transition: background .2s; }
.explore-links a:first-child { padding-left: 0; }.explore-links a + a { border-left: 1px solid var(--border); }
.explore-links a:hover { background: var(--accent-light); }
.explore-symbol { font-size: 29px; line-height: 1.3; color: var(--accent); }
.explore-links h3 { font-size: 14px; font-weight: 500; margin-bottom: 8px; }
.explore-links p { font-size: 12px; line-height: 1.8; color: var(--text-secondary); word-break: keep-all; }
.explore-links a > span:last-child { margin-left: auto; }
.home-closing { text-align: center; font-family: 'Noto Serif KR', serif; color: var(--text-secondary); font-size: 14px; padding: 53px 0; }
.home-page footer { background: var(--bg-primary); }
.home-page a:focus-visible, .home-page button:focus-visible, .home-page [role="button"]:focus-visible, .home-page summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
@keyframes orbit-drift { to { transform: rotate(360deg); } }
@media (max-width: 1100px) { .home-page .nav-container { flex-wrap: wrap; gap: 12px; }.home-page .nav-links { order: 3; width: 100%; justify-content: center; }.home-page .home-hero { min-height: 530px; } }
@media (max-width: 700px) {
    .home-page .container { padding: 0 22px; }.home-page .nav-container { padding: 13px 18px; }
    .home-page .logo { font-size: 10px; }.home-page .nav-links { gap: 20px; justify-content: flex-start; overflow-x: auto; padding-bottom: 3px; }.home-page .nav-links a { font-size: 12px; }
    .home-page .nav-actions { margin-left: auto; }.home-page .auth-buttons { gap: 8px; }.home-page .btn-register, .home-page .btn-login { font-size: 11px; padding: 6px 9px; }
    .home-page .home-hero { grid-template-columns: 1fr; padding: 40px 0 24px; gap: 0; }
    .home-page h1 { font-size: clamp(30px, 7.7vw, 45px); margin: 19px 0; }.hero-description { font-size: 13px; }
    .hero-actions { gap: 18px; margin-top: 24px; }.home-cta { font-size: 12px; gap: 20px; padding: 14px 18px; }.home-text-link { font-size: 11px; }
    .hero-footnote { display: none; }.celestial-art { width: min(100%, 330px); margin: 8px auto 4px; }
    .reading-heading { scroll-margin-top: 145px; }.reading-heading > span { font-size: 10px; }.reading-heading h2 { font-size: 24px; }
    .reading-workspace { grid-template-columns: 1fr; }.home-page .intention-section, .home-page .casting-panel { padding: 25px; }
    .home-page .casting-panel { border-left: 0; border-top: 1px solid var(--border); }.home-page .intention-section h3 { font-size: 22px; margin-top: 22px; }
    .home-page #jumsa { padding: 20px; }.home-page #jumsa .hyo ul li { padding: 18px; }
    .home-explore { margin-top: 45px; }.explore-links { grid-template-columns: 1fr; }.explore-links a, .explore-links a:first-child { padding: 22px 0; }.explore-links a + a { border-left: 0; border-top: 1px solid var(--border); }
    .home-closing { font-size: 12px; padding: 35px 0; }
}
@media (prefers-reduced-motion: reduce) { .home-page *, .home-page *::before, .home-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
/* Override legacy main-page !important rules without changing result visibility. */
.home-page .button-group .btn { background: transparent !important; color: var(--text-primary) !important; border: 1px solid var(--border) !important; padding: 11px 19px !important; border-radius: 6px !important; font-size: 13px !important; width: auto; }
.home-page .button-group #auto { background: var(--accent) !important; color: var(--bg-primary) !important; border-color: var(--accent) !important; min-width: 130px; }
.home-page .button-group .mail-to-btn, .home-page .button-group .save-result-btn { display: none !important; }
.home-page #blind { position: absolute !important; max-height: none !important; margin: 0 !important; background: var(--bg-secondary) !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; z-index: 8500 !important; }
.home-page .mystical-loading-content { color: var(--text-primary); padding: 15px; }
@media (max-width: 700px) { .home-page .nav-links { display: flex; }.home-page .nav-container { flex-direction: row; }.home-page .nav-actions { width: auto; }.home-page .button-group .btn { margin: 0; } }
body.home-page.theme-ocean { --bg-primary: #102e35; --bg-secondary: #193c43; --text-primary: #edf5ee; --text-secondary: #b0cbc6; --text-tertiary: #9bbab6; --border: #35565b; --accent: #a3d6c3; --accent-light: #294c50; --hero-glow: #376c66; --disc-dark: #215851; }
.home-page #jumsa .hyo dl, .home-page #jumsa .hyo dl p { color: var(--text-primary) !important; line-height: 1.95; }
.home-page #jumsa a { color: var(--accent); text-underline-offset: 4px; }
@media (min-width: 701px) and (max-width: 768px) { .home-page .nav-links { display: flex; overflow-x: auto; justify-content: flex-start; } }
/* Full-viewport casting ceremony. Always independent of the actual reading. */
body.home-page.is-unveiling { overflow: hidden; }
/* Keep the completed lines sealed beneath the entering and departing ceremony. */
.home-page.is-unveiling #blind { visibility: visible !important; }
.home-page #jumsa { scroll-margin-top: 150px; }
.unveil[hidden] { display: none !important; }
.home-page .unveil { position: fixed; inset: 0; z-index: 9000; overflow: hidden; isolation: isolate; background: #081d1cee; color: #e6edce; backdrop-filter: blur(16px); animation: unveil-enter .65s ease both; }
.unveil-atmosphere { position: absolute; inset: -30%; background: radial-gradient(ellipse at center, #64967e2b, transparent 48%); animation: atmosphere-breathe 3.5s ease-in-out infinite alternate; }
.unveil-stage { position: absolute; left: 50%; top: 43%; width: min(68vw, 460px); aspect-ratio: 1; transform: translate(-50%, -50%); }
.unveil-orbit { position: absolute; border: 1px solid #c6dbab61; border-radius: 50%; inset: 0; box-shadow: 0 0 24px #badbaa0c; }
.unveil-orbit::before { content: ''; position: absolute; top: 14%; left: 14%; height: 5px; width: 5px; border-radius: 50%; background: #dceabe; box-shadow: 0 0 18px #e6f7c9; }
.orbit-one { animation: unveil-orbit-one 3s cubic-bezier(.15,.6,.2,1) both, unveil-spin 22s 3s linear infinite; }
.orbit-two { inset: 14%; border-style: dashed; border-color: #a8c5aa45; animation: unveil-orbit-two 3s cubic-bezier(.15,.6,.2,1) both, unveil-spin 32s 3s linear infinite reverse; }
.orbit-three { inset: -7%; border-color: #c6dbab32; animation: unveil-orbit-three 3s cubic-bezier(.15,.6,.2,1) both; }
.unveil-seed { position: absolute; inset: 46%; border-radius: 50%; background: #eef4cf; box-shadow: 0 0 28px 10px #d1e7b166, 0 0 100px 40px #7bac8133; animation: seed-gather 2.7s ease-in-out both; }
.unveil-dust { position: absolute; inset: 50%; }
.unveil-dust i { position: absolute; width: 2px; height: 2px; background: #ddeac1; border-radius: 50%; box-shadow: 0 0 7px #ddeac1; animation: dust-converge 2.5s var(--delay) cubic-bezier(.3,0,.4,1) both; }
.unveil-glyphs { position: absolute; inset: -6%; color: #cad9b3; font-family: serif; font-size: 23px; animation: glyph-gather 2.7s ease both; }
.unveil-glyphs span { position: absolute; }.unveil-glyphs span:nth-child(1) { left: 48%; top: 0; }.unveil-glyphs span:nth-child(2) { right: 0; top: 46%; }.unveil-glyphs span:nth-child(3) { bottom: 0; left: 48%; }.unveil-glyphs span:nth-child(4) { left: 0; top: 46%; }
.unveil-hexagram { position: absolute; width: 32%; left: 34%; top: 30%; height: 40%; display: flex; flex-direction: column; justify-content: space-between; }
.unveil-line { display: flex; gap: 0; height: 8%; opacity: 0; filter: blur(8px); transform: scaleX(.1); }
.unveil-line i { flex: 1; background: #dce7b8; box-shadow: 0 0 17px #dce7b838; }.unveil-line.is-yin { gap: 20%; }.unveil-line.is-changing i { background: #e6b88c; }
.unveil-wave { position: absolute; inset: 30%; border: 1px solid #cddfb67a; border-radius: 50%; opacity: 0; }
.unveil-copy { position: absolute; top: calc(43% + min(34vw, 230px) + 28px); left: 20px; right: 20px; text-align: center; }
.unveil-eyebrow { font-size: 9px; color: #acbfa7; letter-spacing: .3em; margin-bottom: 16px; }
.home-page .unveil h2 { font-family: 'Noto Serif KR', serif; color: #e6edce; font-size: clamp(19px, 3vw, 27px); font-weight: 400; letter-spacing: -.025em; margin: 0 0 12px; }
.unveil-subtitle { color: #a5b9ae; font-size: 12px; }
.unveil-skip { position: absolute; bottom: max(28px, env(safe-area-inset-bottom)); left: 50%; transform: translateX(-50%); color: #bbcabd; background: transparent; border: 1px solid #90ab933d; border-radius: 30px; padding: 11px 22px; font: inherit; font-size: 11px; cursor: pointer; }
.unveil-skip:hover { border-color: #dce7b8; color: #f0f4df; }.home-page .unveil-skip:focus-visible { outline-color: #dce7b8; }
.unveil.is-revealing .unveil-line { animation: line-unveil .85s var(--line-delay) cubic-bezier(.16,1,.3,1) forwards; }
.unveil.is-revealing .unveil-seed { animation: seed-release 1s ease forwards; }
.unveil.is-revealing .unveil-wave { animation: wave-release 2.2s cubic-bezier(.15,.5,.3,1) both; }.unveil.is-revealing .wave-two { animation-delay: .3s; }
.unveil.is-dispersing { animation: veil-release 1s ease forwards; pointer-events: none; }
.unveil.is-dispersing .unveil-stage { transition: scale 1s ease, filter 1s ease; scale: 1.15; filter: blur(5px); }
@keyframes unveil-enter { from { opacity: 0; } to { opacity: 1; } }
@keyframes atmosphere-breathe { from { opacity: .4; transform: scale(.8); } to { opacity: 1; transform: scale(1.2); } }
@keyframes unveil-orbit-one { from { transform: rotate(-160deg) scale(1.9); opacity: 0; } to { transform: rotate(0) scale(1); opacity: 1; } }
@keyframes unveil-orbit-two { from { transform: rotate(210deg) scale(2.8); opacity: 0; } to { transform: rotate(0) scale(1); opacity: 1; } }
@keyframes unveil-orbit-three { from { transform: rotate(-60deg) scale(1.8); opacity: 0; } to { transform: rotate(-32deg) scaleY(.42); opacity: 1; } }
@keyframes unveil-spin { to { transform: rotate(360deg); } }
@keyframes seed-gather { 0% { opacity: 0; transform: scale(.1); } 65% { opacity: .9; transform: scale(.55); } 100% { opacity: 1; transform: scale(1); } }
@keyframes dust-converge { 0% { opacity: 0; transform: translate(var(--x), var(--y)); } 25% { opacity: .85; } 100% { opacity: 0; transform: translate(0, 0); } }
@keyframes glyph-gather { from { opacity: 0; transform: rotate(30deg) scale(1.35); } to { opacity: .6; transform: rotate(0) scale(1); } }
@keyframes line-unveil { to { opacity: 1; transform: scaleX(1); filter: blur(0); } }
@keyframes seed-release { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(5); } }
@keyframes wave-release { 0% { opacity: 0; transform: scale(.15); } 15% { opacity: .7; } 100% { opacity: 0; transform: scale(7); } }
@keyframes veil-release { to { opacity: 0; backdrop-filter: blur(0); } }
@media (max-height: 650px) { .unveil-stage { width: min(48vh, 300px); top: 36%; }.unveil-copy { top: 65%; }.unveil-eyebrow { margin-bottom: 8px; }.unveil-subtitle { display: none; } }
@media (prefers-reduced-motion: reduce) { .unveil-orbit, .unveil-glyphs { opacity: .4; }.unveil-dust, .unveil-seed, .unveil-wave { display: none; }.unveil.is-revealing .unveil-line { opacity: 1; transform: none; filter: none; }.unveil.is-dispersing .unveil-stage { scale: 1; filter: none; } }
/* Drop-cap-like hexagram: text flows naturally around a fine double frame. */
.home-page #jumsa .reading-hexagram-frame { position: relative; float: left; display: block; width: 258px; height: 294px; margin: 8px 45px 24px 0; border: 1px solid var(--accent); background: var(--bg-secondary); color: var(--accent); box-shadow: inset 0 0 0 4px var(--bg-secondary), inset 0 0 0 5px var(--border); border-radius: 2px; text-indent: 0; }
.reading-hexagram-frame::after { content: attr(data-number); position: absolute; bottom: 18px; left: 0; right: 0; text-align: center; font-family: 'Noto Serif KR', serif; font-size: 30px; line-height: 1; letter-spacing: .14em; color: var(--text-secondary); }
.reading-hexagram-drawing { position: absolute; inset: 51px 51px 75px; display: flex; flex-direction: column; justify-content: space-between; }
.reading-hexagram-line { display: flex; height: 15px; gap: 0; }.reading-hexagram-line i { flex: 1; background: currentColor; }.reading-hexagram-line.is-yin { gap: 22%; }
.home-page #jumsa .hyo li:has(.reading-hexagram-frame)::after { content: ''; display: block; clear: both; }
@media (max-width: 700px) { .home-page #jumsa .reading-hexagram-frame { width: 198px; height: 240px; margin-right: 30px; margin-bottom: 21px; }.reading-hexagram-drawing { inset: 39px 36px 69px; }.reading-hexagram-line { height: 12px; } }

/* Copper identifies changing positions; the small dot also distinguishes them without color. */
.home-page .reading-hexagram-line.is-changing { color: #ac592c; position: relative; }
.reading-hexagram-line.is-selected { position: relative; }
.reading-hexagram-line.is-selected::after { content: ''; position: absolute; right: -8px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: #d74444; transform: translateY(-50%); }
.home-page.theme-dark .reading-hexagram-line.is-changing, .home-page.theme-ocean .reading-hexagram-line.is-changing { color: #e6b88c; }

/* Words settle independently while remaining selectable; wrappers are removed afterward. */
.reading-wave-text { display: contents; }
.reading-wave-word { display: inline-block; max-width: 100%; vertical-align: baseline; transform-origin: center bottom; }

/* Concentric water ripple: the clicked line is the shoreline; only the area below it darkens. */
.home-page #blind.seal-wave { overflow: hidden !important; pointer-events: none; background: transparent !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }
.home-page #blind.seal-wave .mystical-loading-content { opacity: 0 !important; }
.home-page #blind.seal-wave::before { content: ''; position: absolute; inset: 0; z-index: 1; background: var(--bg-secondary); opacity: 1; clip-path: inset(var(--seal-top-y) 0 0 0); animation: none; }
.home-page #blind.seal-wave::after { content: ''; position: absolute; inset: 0; z-index: 2; background: repeating-radial-gradient(circle at var(--wave-origin-x) var(--wave-origin-y), transparent 0 17px, var(--ripple-color) 18px 19px, transparent 20px 35px); transform-origin: var(--wave-origin-x) var(--wave-origin-y); transform: scale(.08); opacity: 0; clip-path: inset(0); animation: casting-ripple-expand 1.35s cubic-bezier(.12,.62,.22,1) forwards; }
@keyframes casting-water-fill { from { opacity: 0; } to { opacity: 1; } }
@keyframes casting-ripple-expand { 0% { opacity: 0; transform: scale(.08); clip-path: inset(0); } 18% { opacity: .95; } 72% { opacity: .48; clip-path: inset(0); } 100% { opacity: 0; transform: scale(1.08); clip-path: inset(var(--wave-origin-y) 0 0 0); } }
@media (prefers-reduced-motion: reduce) { .home-page #blind.seal-wave::before { animation: none; opacity: 1; }.home-page #blind.seal-wave::after { animation: none; opacity: .45; transform: scale(1); } }
