/* lp_chill.html の年間タイムラインとスクロール連動フィナーレ専用。 */
        /* =================== 1年タイムライン =================== */
        .tl { margin-top: 44px; position: relative; }
        .tl::before {
            content: ''; position: absolute; left: 27px; top: 12px; bottom: 12px; width: 3px;
            background: linear-gradient(180deg, rgba(108,179,122,.25), rgba(108,179,122,.55), rgba(108,179,122,.25));
            border-radius: 3px;
        }
        @media (min-width: 820px) { .tl::before { left: 50%; transform: translateX(-50%); } }
        .tl-item { position: relative; padding: 0 0 26px 66px; }
        @media (min-width: 820px) {
            .tl-item { width: 50%; padding: 0 0 40px 0; }
            .tl-item:nth-child(odd) { margin-left: 0; padding-right: 46px; text-align: right; }
            .tl-item:nth-child(even) { margin-left: 50%; padding-left: 46px; }
        }
        .tl-dot {
            position: absolute; left: 12px; top: 4px; width: 34px; height: 34px; border-radius: 50%;
            background: var(--paper); border: 3px solid var(--border); display: grid; place-items: center;
            font-size: 15px; transition: border-color .4s, transform .4s, background .4s;
        }
        @media (min-width: 820px) {
            .tl-item:nth-child(odd) .tl-dot { left: auto; right: -17px; }
            .tl-item:nth-child(even) .tl-dot { left: -17px; }
        }
        .tl-item.on .tl-dot { border-color: var(--leaf); background: #eaf6ec; transform: scale(1.14); }
        .tl-when { font-size: 12px; font-weight: 900; letter-spacing: .1em; color: var(--muted); transition: color .4s; }
        .tl-item.on .tl-when { color: var(--leaf-dark); }
        .tl-item h3 { font-size: 19px; font-weight: 900; margin: 4px 0 6px; line-height: 1.5; }
        .tl-item p { font-size: 14px; color: var(--sub); }
        .tl-item .tl-tag {
            display: inline-block; margin-top: 9px; font-size: 11px; font-weight: 700;
            background: rgba(108,179,122,.16); color: var(--leaf-dark); padding: 4px 11px; border-radius: 999px;
        }

        /* タイムラインを濃い面に合わせる */
        .sec-dark .tl::before {
            background: linear-gradient(180deg, transparent, rgba(159,224,177,.5), transparent);
        }
        .sec-dark .tl-dot {
            background: var(--ink); border-color: rgba(255,255,255,.28);
        }
        .sec-dark .tl-item.on .tl-dot { border-color: var(--sun); background: #1c5540; }
        .sec-dark .tl-when { color: #7fb894; }
        .sec-dark .tl-item.on .tl-when { color: var(--sun); }
        .sec-dark .tl-item h3 { color: #fff; }
        .sec-dark .tl-item p { color: #a7c6b4; }
        .sec-dark .tl-tag {
            background: rgba(255,255,255,.09); color: #cfe6d8;
            border-color: rgba(255,255,255,.22); box-shadow: 2px 2px 0 rgba(0,0,0,.3);
        }

        /* 1年の流れ：機能紹介ではなく、申告までの見通しを読めるカードにする */
        #year { padding-bottom: calc(150px + env(safe-area-inset-bottom)); }
        #year .sec-title .accent { color: #f4d35e; }
        #year .sec-lead { color: #c9ded2; font-size: max(15px, 1rem); line-height: 1.85; }
        #year .tl { margin-top: 34px; }
        #year .tl-item { padding-bottom: 20px; }
        #year .tl-card {
            padding: 20px 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px;
            background: rgba(235,255,243,.075); box-shadow: 0 10px 30px rgba(3,27,18,.16);
            backdrop-filter: blur(4px); text-align: left;
        }
        #year .tl-when { display: block; color: #d8f36a; font-size: 14px; line-height: 1.5; }
        #year .tl-item.on .tl-when { color: #f4d35e; }
        #year .tl-item h3 { margin: 6px 0 8px; font-size: clamp(18px, 2vw, 21px); }
        #year .tl-item p { color: #c9ded2; font-size: 15px; line-height: 1.8; }
        #year .tl-tag {
            max-width: 100%; margin-top: 12px; padding: 6px 12px; color: #163c2b;
            background: #d8f36a; border: 0; box-shadow: none; line-height: 1.4; white-space: normal;
        }
        #year .tl-dot { z-index: 2; width: 36px; height: 36px; font-size: 16px; border-width: 2px; }
        #year .tl-item--important .tl-card { background: #f4d35e; border-color: #ffeaa2; color: #173e2d; }
        #year .tl-item--important .tl-dot { background: #f4d35e; border-color: #fff2bb; transform: scale(1.13); }
        #year .tl-item--important .tl-when, #year .tl-item--important h3,
        #year .tl-item--important p { color: #173e2d; }
        #year .tl-item--important .tl-when { font-size: 17px; }
        /* このカードだけ地が #f4d35e なので、視界に入ると付く .on の見出し色（同じ #f4d35e）が
           背景と同色になり、「1月末まで・そろえる」がスクロールした瞬間に消えていた。
           濃い面のカードと同じ扱いにせず、地に合わせて濃い色のままにする。 */
        #year .tl-item--important.on .tl-when { color: #173e2d; }
        #year .tl-item--important .tl-tag { color: #fff; background: #173e2d; }
        .tl-important {
            display: inline-block; margin-bottom: 7px; padding: 3px 9px; border-radius: 999px;
            background: #173e2d; color: #fff; font: 900 10px/1.5 "Roboto Mono", monospace; letter-spacing: .12em;
        }
        /* 1月末の期限は税理士プランだけのもの。IMPORTANT カードの中で、
           「期限がある側」と「期限がない側」を左右に並べて取り違えを防ぐ。 */
        .tl-when-plan {
            display: inline-block; margin-left: 8px; padding: 2px 8px; border-radius: 999px;
            background: #173e2d; color: #f4d35e; font-size: 11px; font-weight: 900; vertical-align: middle;
        }
        .tl-due { display: grid; gap: 10px; margin-top: 14px; }
        .tl-due-item { padding: 13px 15px; border-radius: 14px; border: 1px solid rgba(23,62,45,.22); }
        .tl-due-item--set { background: rgba(23,62,45,.09); }
        .tl-due-item--free { background: rgba(255,255,255,.5); border-style: dashed; }
        #year .tl-due .tl-plan-label { color: #2c6b4d; }
        /* 見出しは短いので、末尾に1文字だけ落ちないよう読点で折る */
        #year .tl-due h4 { margin: 4px 0 5px; font-size: 16px; font-weight: 900; color: #173e2d; line-height: 1.5; text-wrap: balance; }
        #year .tl-due p { font-size: 13.5px; line-height: 1.75; color: #23503c; }
        @media (min-width: 1100px) { .tl-due { grid-template-columns: 1fr 1fr; } }

        .tl-plans { display: grid; gap: 10px; margin-top: 14px; }
        .tl-plans > div { padding: 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(8,42,29,.38); }
        #year .tl-plans h4 { margin: 6px 0 4px; color: #fff; font-size: 16px; }
        #year .tl-plans p { font-size: 14px; line-height: 1.7; }
        .tl-plan-label { color: #d8f36a; font-size: 11px; font-weight: 900; }
        .tl-finale { margin: 18px auto 0; text-align: center; }
        .tl-finale h3 { color: #f4d35e; font-size: clamp(24px, 4vw, 38px); line-height: 1.5; }
        .tl-finale p { margin-top: 10px; color: #b6cfc2; font-size: 12px; line-height: 1.8; }
        @media (min-width: 820px) {
            #year .tl-item { padding-bottom: 30px; }
            #year .tl-item:nth-child(odd) { padding-right: 38px; }
            #year .tl-item:nth-child(even) { padding-left: 38px; }
            #year .tl-item:nth-child(odd) .tl-dot { right: -18px; }
            #year .tl-item:nth-child(even) .tl-dot { left: -18px; }
            #year .tl-item:nth-child(odd) .tl-tag { transform: none; }
            #year .tl-item:nth-child(even) .tl-tag { transform: none; }
            .tl-finale { max-width: 720px; margin-top: 24px; }
        }
        @media (min-width: 1100px) { .tl-plans { grid-template-columns: 1fr 1fr; } }
        @media (max-width: 819px) {
            #year { padding-bottom: calc(155px + env(safe-area-inset-bottom)); }
            #year .tl::before { left: 18px; }
            #year .tl-item { width: 100%; padding: 0 0 20px 48px; text-align: left; }
            #year .tl-dot { left: 0; top: 8px; }
            #year .tl-card { width: 100%; padding: 20px; }
            #year .tl-item h3, #year .tl-item p { text-align: left; }
        }
        @media (max-width: 390px) {
            #year .tl-item { padding-left: 43px; }
            #year .tl-card { padding: 18px 16px; }
            #year .tl-tag { font-size: 10.5px; }
        }

        /* 追従CTAの実高とセーフエリアを、ページ末尾にも予約する */
        .site-footer { padding-bottom: calc(150px + env(safe-area-inset-bottom)); }

        /* =================== 1年フィナーレ =================== */
        /* 高さ＝このセクションで奪うスクロール量。**短いほど良いわけではない**が、
           以前は 240vh（travel 140vh）あり、後半の3割は結末が止まったまま流れていた。
           195vh（travel 95vh）まで詰め、そのぶん1スクロールあたりの出来事を増やしている。 */
        .year-finale { position: relative; height: 195vh; min-height: 1180px; margin-top: 30px; }
        .yf-stage {
            --yf-progress: 0; position: sticky; top: 0; height: 100vh; min-height: 680px; overflow: hidden;
            padding: 26px max(18px, env(safe-area-inset-left)) calc(24px + env(safe-area-inset-bottom));
            background-color: #123c2b;
            background: color-mix(in srgb, #123c2b calc((1 - var(--yf-progress)) * 100%), #dff1cf);
            isolation: isolate;
        }
        .yf-stage::before { content: ''; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 50% 45%, rgba(255,255,255,.1), transparent 48%); }
        .yf-sky { position: absolute; inset: 0; z-index: -1; opacity: 0; transition: opacity .5s; background: linear-gradient(#d9f3df, #fff4c9); }
        .yf-sky i { position: absolute; width: 12px; height: 12px; border-radius: 12px 0 12px 0; background: #f6a7b8; animation: yfPetal 5s linear infinite; }
        .yf-sky i:nth-child(1) { left: 15%; top: 12%; }.yf-sky i:nth-child(2) { left: 72%; top: 6%; animation-delay: -2s }.yf-sky i:nth-child(3) { left: 88%; top: 28%; animation-delay: -3.5s }
        @keyframes yfPetal { to { transform: translate(90px, 78vh) rotate(540deg); } }
        .yf-heading { position: relative; text-align: center; transition: opacity .35s, transform .35s; }
        .yf-kicker { color: #f4d35e; font: 900 10px/1.4 "Roboto Mono", monospace; letter-spacing: .18em; }
        .yf-heading h3 { margin-top: 5px; color: #fff; font-size: clamp(22px, 3.2vw, 38px); line-height: 1.45; }
        .yf-heading em { color: #f4d35e; font-style: normal; }
        .yf-scene { position: relative; width: min(920px, 100%); height: min(56vh, 510px); min-height: 390px; margin: 8px auto 0; }

        /* レシートは2枚重ね。外（.yf-paper）が影と噛まれた揺れ、内（.yf-receipt）が
           clip-path で欠ける本体。**影を内側に付けると clip-path に一緒に切られる**ので、
           外側の drop-shadow にしてある（欠けたふちに沿って影が落ちる）。 */
        .yf-paper { position: absolute; z-index: 2; top: 0; left: calc(50% - 105px); width: 210px; filter: drop-shadow(0 12px 24px rgba(0,0,0,.32)); }
        .yf-receipt {
            position: relative; width: 100%; height: 390px; overflow: hidden;
            padding: 16px 17px 28px; color: #263b32; background: #fffdf3; border-radius: 3px 3px 14px 14px;
            transform-origin: top;
            font: 700 11px/1.45 "Roboto Mono", monospace;
        }
        .yf-receipt::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 10px; background: linear-gradient(135deg, transparent 5px, #fffdf3 0) 0 0/10px 10px repeat-x; }
        .yf-receipt span,.yf-receipt strong,.yf-receipt b,.yf-receipt small { display: block; }
        .yf-receipt > b { text-align: center; margin: 5px 0; }.yf-receipt strong { color: #315f48; }.yf-receipt i { display: block; border-top: 1px dashed #9aaca2; margin: 8px 0; }
        .yf-receipt .yf-demo { color: #64786e; text-align: center; font-size: 9px; }

        /* 紙くず。かじった瞬間に、そのときのふちの高さから飛び散る。 */
        .yf-crumbs { position: absolute; left: 0; right: 0; top: var(--yf-bite-y, 390px); height: 0; pointer-events: none; }
        .yf-crumbs i { position: absolute; top: -5px; width: 8px; height: 10px; border-radius: 2px; background: #fffdf3; box-shadow: 0 1px 2px rgba(0,0,0,.35); opacity: 0; }
        .yf-crumbs i:nth-child(1) { left: 12%; }.yf-crumbs i:nth-child(2) { left: 28%; height: 6px; }.yf-crumbs i:nth-child(3) { left: 45%; }
        .yf-crumbs i:nth-child(4) { left: 60%; height: 7px; }.yf-crumbs i:nth-child(5) { left: 76%; }.yf-crumbs i:nth-child(6) { left: 90%; height: 6px; width: 5px; }

        /* ヤギは**かじり跡の高さを追う**。レシートが縮むぶんだけ上がるので、
           「口の位置で紙が減っている」に見える（以前は左下に固定で、紙と接していなかった）。 */
        .yf-goat-wrap {
            position: absolute; z-index: 5; top: 0; left: calc(50% - 262px); width: 290px;
            transform: translate3d(calc(var(--yf-lunge, 0) * 14px), var(--yf-goat-y, 196px), 0);
        }
        .yf-goat { display: block; width: 230px; height: 230px; object-fit: contain; filter: drop-shadow(0 10px 16px rgba(0,0,0,.2)); }
        .yf-bubble { position: absolute; z-index: 6; left: 0; bottom: 0; width: 300px; padding: 11px 13px; border: 2px solid #173e2d; border-radius: 15px 15px 15px 3px; background: #fffdf3; color: #173e2d; font-size: 12px; line-height: 1.6; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; }
        /* 擬音はバッジの外へ出す。円の中に置くと絵と重なって読めない。 */
        .yf-munch { position: absolute; left: -8px; top: -18px; color: #f4d35e; font-size: 17px; font-weight: 900; opacity: 0; transform: rotate(-8deg); white-space: nowrap; text-shadow: 0 2px 6px rgba(3,27,18,.5); }
        .yf-ledger { position: absolute; z-index: 4; right: 2%; bottom: 20px; width: 300px; min-height: 220px; padding: 18px; border: 2px solid #9fd4b1; border-radius: 18px; background: rgba(7,44,29,.72); }
        .yf-box-title { display: block; color: #9fd4b1; font: 700 10px/1.3 "Roboto Mono", monospace; letter-spacing: .15em; }.yf-box-title b { color: #fff; font-size: 16px; }
        .yf-data-card { margin-top: 8px; padding: 9px 11px; border-radius: 9px; background: #f5f2e7; color: #173e2d; box-shadow: 2px 3px 0 #09271c; opacity: .18; transform: translate(-80px,-30px) rotate(-5deg) scale(.7); transition: .35s cubic-bezier(.16,1,.3,1); }
        .yf-data-card.is-in { opacity: 1; transform: none; }
        .yf-data-card b,.yf-data-card span { display: block; font-size: 11px; line-height: 1.45; }.yf-data-card span { color: #4b675a; }
        .yf-progress { position: absolute; left: 50%; bottom: 20px; width: min(330px, 42vw); transform: translateX(-50%); color: #c9ded2; text-align: center; }
        .yf-progress small,.yf-progress span { display: block; font-size: 10px; }.yf-progress b { display: block; color: #f4d35e; font-size: 22px; }.yf-progress i { display: block; height: 6px; margin-top: 5px; overflow: hidden; border-radius: 9px; background: rgba(255,255,255,.13); }
        /* 幅ではなく scaleX で伸ばす（幅を毎フレーム書き換えるとレイアウトが起きる）。 */
        .yf-progress u { display: block; width: 100%; height: 100%; background: #f4d35e; text-decoration: none; transform: scaleX(0); transform-origin: left center; }
        /* 「これはスクロールで進む」と最初に言っておく。止まって見える時間を減らす。
           JS が動いていないときは何も進まないので、そのときは出さない
           （finale-enhanced は finale.js が演出を有効にしたときだけ付く）。 */
        .yf-hint { display: none; margin-top: 7px; color: #9fc4b0; font-size: 10px; font-style: normal; letter-spacing: .04em; transition: opacity .3s; }
        html.finale-enhanced .yf-hint { display: block; }
        .yf-stamp { position: absolute; z-index: 8; left: 55%; top: 44%; padding: 11px 20px; border: 5px double #e14d43; color: #e14d43; background: rgba(255,253,243,.92); font-size: clamp(28px,5vw,52px); font-weight: 900; letter-spacing: .08em; opacity: 0; transform: translate(-50%,-50%) rotate(-12deg) scale(2); }
        .yf-result { position: absolute; z-index: 9; inset: max(76px, 6%) max(18px,calc((100% - 920px)/2)) 4%; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #173e2d; text-align: center; opacity: 0; visibility: hidden; transform: translateY(20px); transition: opacity .5s, transform .5s, visibility 0s linear .5s; }
        .yf-chill-goat { position: absolute; right: -8px; top: -25px; width: 110px; height: 110px; object-fit: contain; animation: yfBelly 1.8s ease-in-out infinite alternate; }
        @keyframes yfBelly { to { transform: translateY(3px) rotate(2deg) scale(1.025); } }
        /* 縦中央に寄せるための flex。幅は伸ばさない（CTAが横いっぱいに伸びてしまう）。 */
        .yf-result > h3,.yf-routes,.yf-closing,.yf-notes { width: 100%; }
        .yf-result > h3 { font-size: clamp(24px,4vw,40px); line-height: 1.5; }
        .yf-routes { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 18px auto; }
        .yf-routes section { padding: 14px; border: 1px solid rgba(23,62,45,.22); border-radius: 16px; background: rgba(255,255,255,.72); text-align: left; }.yf-routes section > span { color: #407359; font-size: 11px; font-weight: 900; }.yf-routes h4 { margin: 4px 0; font-size: 16px; }.yf-routes p { color: #3c5e4e; font-size: 12px; line-height: 1.65; }
        .yf-etax { display: inline-flex; gap: 7px; align-items: center; margin-top: 7px; padding: 5px 9px; border: 2px solid #317550; border-radius: 4px; color: #317550; font-size: 12px; transform: rotate(-2deg); }.yf-etax small { font-size: 8px; }
        /* 税理士プラン側の e-Tax バッジと対になる、パーソナルプラン側の「期限なし」バッジ */
        .yf-nodue { border-color: #8a6d1f; color: #8a6d1f; transform: rotate(2deg); }
        .yf-closing { font-size: clamp(20px,3vw,32px); font-weight: 900; }.yf-closing small { display: block; margin: 4px 0 12px; color: #4b765f; font: 900 11px/1.5 "Roboto Mono",monospace; letter-spacing: .18em; }
        .yf-result .cta-btn { padding: 13px 20px; font-size: 15px; }
        .yf-notes { max-width: 760px; margin: 12px auto 0; color: #4a685a; font-size: 12px; line-height: 1.7; text-align: left; }

        .year-finale.is-noticed .yf-bubble { opacity: 1; transform: none; }
        .year-finale.is-biting .yf-hint { opacity: 0; }
        /* 見出しは判子に場所を譲る。白文字のまま背景が春色へ抜けると読めなくなる。 */
        .year-finale.is-stamped .yf-heading { opacity: 0; transform: translateY(-12px); }
        /* 待っているあいだの口の動き。かじった瞬間の反応（finale.js の chomp）は
           Web Animations でこの上に重ねる。 */
        .year-finale.is-biting .yf-goat { animation: yfChewIdle .82s ease-in-out infinite alternate; }
        @keyframes yfChewIdle { to { transform: translate(3px,-2px) scale(1.015,.985); } }
        .year-finale.is-stamped .yf-stamp { opacity: 1; transform: translate(-50%,-50%) rotate(-6deg) scale(1); transition: .45s cubic-bezier(.16,1,.3,1); }
        .year-finale.is-spring .yf-sky { opacity: 1; }.year-finale.is-spring .yf-heading,.year-finale.is-spring .yf-scene,.year-finale.is-spring .yf-progress,.year-finale.is-spring .yf-stamp { opacity: 0; pointer-events: none; }.year-finale.is-spring .yf-result { opacity: 1; visibility: visible; transform: none; transition: opacity .5s, transform .5s, visibility 0s; }
        body.finale-active .float-cta { transform: translateY(130%); }
        @media (min-width: 900px) { body.finale-active .float-cta { transform: translate(-50%,130%); } }
        @media (max-width: 700px) {
            .year-finale { height: 205vh; min-height: 1250px; }.yf-stage { min-height: 620px; padding-top: 18px; }.yf-heading h3 { font-size: 21px; }
            /* 狭い画面は縦に余りやすい。舞台を高くして、下の余白（台帳と進捗の間）を詰める。 */
            .yf-scene { height: min(66vh, 560px); min-height: 350px; margin-top: 4px; }
            .yf-paper { left: calc(50% - 46px); width: 164px; }
            .yf-receipt { height: 300px; padding: 12px; font-size: 9px; }.yf-receipt i { margin: 5px 0; }
            .yf-crumbs { top: var(--yf-bite-y, 300px); }
            .yf-goat-wrap { left: 2px; width: 190px; }.yf-goat { width: 165px; height: 165px; }
            .yf-bubble { width: min(198px, 53%); padding: 8px 10px; font-size: 10.5px; }
            .yf-munch { left: 4px; top: -14px; font-size: 14px; }
            .yf-ledger { right: -3px; bottom: 3px; width: 172px; min-height: 175px; padding: 10px; }.yf-data-card { padding: 6px; }.yf-data-card b,.yf-data-card span { font-size: 8px; }
            /* 狭い画面では吹き出しがヤギと台帳に挟まれる。断り書きは読ませたら退かせる
               （同じ文は結末の ※注記にも残る）。 */
            .year-finale.is-deep .yf-bubble { opacity: 0; transform: translateY(6px); }
            .yf-progress { bottom: 4px; width: 155px; }.yf-hint { font-size: 9px; margin-top: 4px; }.yf-routes { grid-template-columns: 1fr; gap: 7px; margin: 8px auto; }.yf-result { inset: max(64px, 4%) 14px 3%; }.yf-chill-goat { width: 68px; height: 68px; top: -14px; }.yf-result > h3 { padding: 0 30px; font-size: 21px; }.yf-routes section { padding: 9px 11px; }.yf-routes h4 { font-size: 14px; }.yf-routes p { font-size: 10.5px; }.yf-closing { font-size: 18px; }.yf-notes { font-size: 11px; line-height: 1.55; }.yf-result .cta-btn { padding: 11px 15px; font-size: 13px; }
        }
        @media (prefers-reduced-motion: reduce) {
            .year-finale { height: auto; min-height: 0; }.yf-stage { position: relative; height: auto; min-height: 980px; overflow: visible; background: #e5f2d8; }.yf-sky { opacity: 1; }.yf-heading h3 { color: #173e2d; }.yf-heading em,.yf-kicker { color: #9b6a00; }
            .yf-receipt { height: 300px; }.yf-goat-wrap { top: auto; bottom: 0; transform: none; }.yf-crumbs { display: none; }
            /* 動かさない版はヤギが左下に据わるので、吹き出しは左上へ逃がす。 */
            .yf-bubble { top: 4px; bottom: auto; left: 0; width: min(250px, 40%); opacity: 1; transform: none; }.yf-hint { display: none; }.yf-data-card { opacity: 1; transform: none; }.yf-progress b { color: #173e2d; }.yf-progress u { transform: none; }.yf-stamp { opacity: 1; transform: translate(-50%,-50%) rotate(-5deg) scale(.8); }
            .yf-result { position: relative; inset: auto; margin-top: 540px; opacity: 1; visibility: visible; transform: none; }.yf-sky i,.yf-goat { animation: none !important; }
        }

        .yb1 { top: 4%; left: -14%; width: 48%; aspect-ratio: 1; }
        .yb2 { top: 42%; right: -16%; width: 52%; aspect-ratio: 1; }
        .yb3 { bottom: 2%; left: 10%; width: 44%; aspect-ratio: 1; }
        #year { --acc: var(--leaf); }
        .tl-item:nth-child(odd) .tl-tag { transform: rotate(-1.5deg); }
        .tl-item:nth-child(even) .tl-tag { transform: rotate(1.5deg); }
