/* tMP Core: home page, "pin sheet" design. Self-contained; theme CSS is not loaded on this page. */

.tmp-home {
	--paper: #F5F2EA; --card: #FFFDF8; --tint: #F5F2EA; --ink: #0F2029; --ink2: #3C4C55; --muted: #5F6E76;
	--line: rgba(15, 32, 41, 0.16); --line2: rgba(15, 32, 41, 0.09);
	--accent: #58B4E5; --blue-deep: #1A6A96; --green: #2D6A4F; --green-tint: #DCE8D6;
	--serif: 'Instrument Serif', Georgia, 'Times New Roman', serif;
	--sans: 'Geist', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--mono: 'Geist Mono', ui-monospace, 'SF Mono', Menlo, monospace;
	margin: 0; background: var(--paper); color: var(--ink);
	font-family: var(--sans); font-size: 16px; line-height: 1.55;
	-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
.tmp-home *, .tmp-home *::before, .tmp-home *::after { box-sizing: border-box; }
.tmp-home h1, .tmp-home h2, .tmp-home h3, .tmp-home p, .tmp-home ul, .tmp-home ol, .tmp-home dl, .tmp-home dd, .tmp-home figure { margin: 0; padding: 0; font-weight: 400; }
.tmp-home ul, .tmp-home ol { list-style: none; }
.tmp-home img, .tmp-home svg { max-width: 100%; }
.tmp-home a { color: inherit; text-decoration: none; }
.tmp-home a:focus-visible, .tmp-home summary:focus-visible { outline: 2px solid var(--blue-deep); outline-offset: 3px; border-radius: 4px; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
.tmp-home [id] { scroll-margin-top: 100px; }

.tmp-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.tmp-skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--card) !important; padding: 10px 14px; border-radius: 8px; z-index: 10; }
.tmp-skip:focus { left: 8px; }

.tmp-wrap { max-width: 1200px; margin: 0 auto; padding-left: 40px; padding-right: 40px; }
.tmp-mono { font-family: var(--mono); }
.tmp-soft { color: var(--ink2); }
.tmp-accent-fill { fill: var(--accent); }

.tmp-eyebrow { font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); line-height: 1.5; }
.tmp-display { font-family: var(--serif); font-size: clamp(44px, 6.2vw, 76px); line-height: 0.98; letter-spacing: -0.02em; }
.tmp-display em { font-style: italic; color: var(--blue-deep); }
.tmp-display--xl { font-size: clamp(54px, 8.4vw, 104px); line-height: 0.94; letter-spacing: -0.025em; }
.tmp-display--sm { font-size: clamp(32px, 3.6vw, 44px); line-height: 1.04; letter-spacing: -0.015em; }
.tmp-lead { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; color: var(--ink2); }

.tmp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--ink); color: var(--card) !important; font-size: 16px; font-weight: 500; line-height: 1.2; padding: 17px 24px; border-radius: 8px; border: 1px solid var(--ink); transition: transform .15s ease, background .15s ease; }
.tmp-btn:hover { background: #1B3442; transform: translateY(-1px); }
.tmp-btn--sm { font-size: 15px; padding: 12px 20px; }
.tmp-btn--ghost { background: transparent; color: var(--ink) !important; border-color: rgba(15, 32, 41, 0.3); }
.tmp-btn--ghost:hover { background: rgba(15, 32, 41, 0.05); }
.tmp-btn--accent { background: var(--accent); border-color: var(--accent); color: var(--ink) !important; }
.tmp-btn--accent:hover { background: #7CC4EB; }
.tmp-btn--ghost-light { background: transparent; color: var(--card) !important; border-color: rgba(255, 253, 248, 0.3); }
.tmp-btn--ghost-light:hover { background: rgba(255, 253, 248, 0.08); }
.tmp-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.tmp-tag { font-family: var(--mono); font-size: 11px; font-weight: 500; background: var(--green-tint); color: #1E4D38; padding: 3px 8px; border-radius: 4px; }
.tmp-tag--line { background: transparent; color: inherit; opacity: .75; border: 1px solid currentColor; font-size: 10px; padding: 2px 6px; }

/* ---------- nav ---------- */

/* ---------- hero ---------- */
.tmp-hero { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(0, 1fr); gap: 72px; align-items: center; padding-top: 72px; padding-bottom: 88px; }
.tmp-hero__copy { display: flex; flex-direction: column; gap: 30px; }
.tmp-hero__copy .tmp-lead { max-width: 540px; }
.tmp-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); margin-top: 10px !important; }
.tmp-facts > div { padding: 18px 16px 0; border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; }
.tmp-facts > div:first-child { padding-left: 0; border-left: 0; }
.tmp-facts dt { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.tmp-facts dd { font-size: 17px; font-weight: 500; }

.tmp-hero__art { position: relative; padding: 28px 0 36px; }
.tmp-sheet { background: var(--card); border: 1px solid var(--line); border-radius: 6px; padding: 18px 18px 14px; display: flex; flex-direction: column; gap: 6px; }
.tmp-sheet svg { display: block; width: 100%; height: auto; }
.tmp-sheet__row { display: flex; justify-content: space-between; gap: 12px; font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.tmp-sheet__row--foot { border-top: 1px solid var(--line2); padding-top: 12px; }
.tmp-chip { position: absolute; border-radius: 10px; display: flex; flex-direction: column; }
.tmp-chip__top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.tmp-chip .tmp-eyebrow { font-size: 11px; }
.tmp-chip--paid { left: -64px; top: 104px; width: 264px; gap: 10px; padding: 16px; background: var(--card); border: 1px solid var(--line); box-shadow: 0 24px 40px -24px rgba(15, 32, 41, 0.35); }
.tmp-chip__line { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; font-size: 16px; font-weight: 500; }
.tmp-chip__line .tmp-mono { font-size: 15px; font-weight: 400; }
.tmp-chip--bank { right: -28px; bottom: 84px; width: 290px; gap: 8px; padding: 18px; background: var(--ink); color: var(--card); box-shadow: 0 24px 40px -20px rgba(15, 32, 41, 0.55); }
.tmp-chip--bank .tmp-eyebrow, .tmp-chip--bank .tmp-chip__sub { color: #A9BBC5; }
.tmp-chip__amount { font-size: 30px; font-weight: 500; letter-spacing: -0.02em; color: var(--accent); line-height: 1.2; }
.tmp-chip__sub { font-size: 14px; }

/* ---------- partners ---------- */
.tmp-partners { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tmp-partners__in { display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: center; }
.tmp-partners .tmp-eyebrow { font-size: 11px; line-height: 1.6; padding: 26px 24px 26px 0; }
.tmp-partners ul { display: flex; flex-wrap: wrap; gap: 8px 30px; padding: 22px 0 22px 32px !important; border-left: 1px solid var(--line); font-family: var(--serif); font-size: 23px; line-height: 1.3; color: var(--ink2); }

/* ---------- sections ---------- */
.tmp-section { padding-top: 130px; display: flex; flex-direction: column; gap: 52px; }
.tmp-head { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(0, 1fr); gap: 72px; align-items: end; }
.tmp-head--solo { grid-template-columns: minmax(0, 900px); }
.tmp-head > div { display: flex; flex-direction: column; gap: 20px; }
.tmp-head > .tmp-lead { padding-bottom: 8px; }

/* steps */
.tmp-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
.tmp-steps li { padding: 28px 32px 0; border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; }
.tmp-steps li:first-child { padding-left: 0; border-left: 0; }
.tmp-steps li:last-child { padding-right: 0; }
.tmp-steps__n { font-family: var(--serif); font-size: 88px; line-height: 0.9; }
.tmp-steps h3 { font-size: 22px; font-weight: 500; letter-spacing: -0.01em; line-height: 1.25; min-height: 55px; }
.tmp-steps p { color: var(--ink2); min-height: 75px; }
.tmp-steps dl { margin-top: 10px !important; border-top: 1px solid var(--line); padding-top: 14px !important; display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 10px 0; font-size: 15px; line-height: 1.45; }
.tmp-steps dt { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); padding-top: 3px; }

/* payment hole */
.tmp-hole { background: var(--card); border: 1px solid var(--line); border-radius: 6px; padding: 36px 40px 40px; display: flex; flex-direction: column; gap: 20px; }
.tmp-hole__art svg { display: block; width: 100%; height: auto; }
.tmp-hole__art--tall { display: none; }
.tmp-hole__legs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.tmp-hole__legs li { padding: 22px 28px 0; border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; }
.tmp-hole__legs li:first-child { padding-left: 0; border-left: 0; }
.tmp-hole__legs li:last-child { padding-right: 0; }
.tmp-hole__legs .tmp-eyebrow { font-size: 11px; }
.tmp-hole__legs h3 { font-family: var(--serif); font-size: 32px; line-height: 1.05; }
.tmp-hole__legs p { color: var(--ink2); line-height: 1.5; }

.tmp-receipt-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 72px; align-items: center; padding-top: 20px; }
.tmp-receipt-row > div:first-child { display: flex; flex-direction: column; gap: 22px; }
.tmp-checks { font-size: 17px; line-height: 1.45; border-bottom: 1px solid var(--line); }
.tmp-checks li { display: flex; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); }
.tmp-checks svg { flex-shrink: 0; margin-top: 3px; color: var(--green); }
.tmp-receipt { background: var(--card); border: 1px solid var(--line); border-radius: 6px; padding: 26px 28px; font-size: 14px; box-shadow: 0 30px 50px -36px rgba(15, 32, 41, 0.4); }
.tmp-receipt > div { display: flex; justify-content: space-between; gap: 12px; }
.tmp-receipt__top { align-items: center; padding-bottom: 14px; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.tmp-receipt__top .tmp-tag { letter-spacing: 0; }
.tmp-receipt__line { padding: 11px 0; border-top: 1px dashed var(--line); }
.tmp-receipt__total { align-items: baseline; padding: 16px 0 2px; border-top: 1px solid var(--ink); font-weight: 500; }
.tmp-receipt__total strong { font-size: 24px; font-weight: 500; color: var(--green); letter-spacing: -0.02em; }

/* platform index */
.tmp-index { border-bottom: 1px solid var(--ink); }
.tmp-index li { display: grid; grid-template-columns: 70px minmax(0, 1fr) minmax(0, 1.2fr) 150px; gap: 24px; align-items: baseline; padding: 26px 0; border-top: 1px solid var(--line); }
.tmp-index li:first-child { border-top-color: var(--ink); }
.tmp-index__n { font-size: 13px; color: var(--muted); }
.tmp-index h3 { font-family: var(--serif); font-size: 40px; line-height: 1; }
.tmp-index p { color: var(--ink2); }
.tmp-index__tag { font-size: 11px; text-align: right; }

/* scorecard */
.tmp-score-wrap { background: var(--card); border: 1px solid var(--line); border-radius: 6px; padding: 0 32px; margin: 14px 0; }
.tmp-score { width: 100%; border-collapse: collapse; table-layout: fixed; }
.tmp-score th, .tmp-score td { padding: 15px 0; text-align: center; font-weight: 400; }
.tmp-score thead th { padding: 30px 0 26px; vertical-align: bottom; }
.tmp-score thead th > span { display: block; }
.tmp-score thead .tmp-eyebrow { font-size: 11px; }
.tmp-score__corner { text-align: left !important; }
.tmp-score__price { font-family: var(--serif); font-size: 52px; line-height: 1.1; color: var(--ink); }
.tmp-score__per { font-size: 13px; color: var(--muted); }
.tmp-score th:first-child, .tmp-score td:first-child { width: auto; }
.tmp-score thead th:not(:first-child), .tmp-score td { width: 200px; }
.tmp-score tbody th { text-align: left; font-size: 16px; }
.tmp-score tbody tr > * { border-top: 1px solid var(--line2); }
.tmp-score tfoot td { border-top: 1px solid var(--line2); padding: 22px 16px 28px; }
.tmp-score tfoot .tmp-btn { width: 100%; }
.tmp-dot { display: inline-block; width: 10px; height: 10px; border-radius: 999px; background: var(--ink); }
.tmp-dash { display: inline-block; width: 10px; height: 1px; background: rgba(15, 32, 41, 0.3); vertical-align: middle; }
.tmp-score .is-featured { background: var(--ink); color: var(--card); border-top-color: rgba(255, 253, 248, 0.12) !important; }
.tmp-score thead .is-featured { border-radius: 6px 6px 0 0; box-shadow: 0 -14px 0 var(--ink); }
.tmp-score tfoot .is-featured { border-radius: 0 0 6px 6px; box-shadow: 0 14px 0 var(--ink); }
.tmp-score thead .is-featured .tmp-eyebrow { color: var(--accent); }
.tmp-score .is-featured .tmp-score__price { color: var(--card); }
.tmp-score .is-featured .tmp-score__per { color: #A9BBC5; }
.tmp-score .is-featured .tmp-dot { background: var(--card); }
.tmp-score .is-featured .tmp-dash { background: rgba(255, 253, 248, 0.35); }

/* cta + footer */
.tmp-cta { margin-top: 140px; background: var(--ink); color: var(--card); }
.tmp-cta__in { padding-top: 120px; padding-bottom: 120px; display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(0, 1fr); gap: 72px; align-items: end; }
.tmp-cta .tmp-display em { color: var(--accent); }
.tmp-cta__in > div { display: flex; flex-direction: column; gap: 24px; padding-bottom: 10px; }
.tmp-cta .tmp-lead { color: #C3D1D9; }


/* ---------- tablet ---------- */
@media (max-width: 1080px) {
	.tmp-hero { gap: 48px; }
	.tmp-chip--paid { left: -24px; }
	.tmp-chip--bank { right: -12px; }
	.tmp-index li { grid-template-columns: 48px minmax(0, 1fr) minmax(0, 1.2fr) 110px; gap: 18px; }
	.tmp-index h3 { font-size: 32px; }
	.tmp-score thead th:not(:first-child), .tmp-score td { width: 150px; }
	.tmp-score__price { font-size: 42px; }
}

/* ---------- phone ---------- */
@media (max-width: 860px) {
	.tmp-wrap { padding-left: 20px; padding-right: 20px; }

	.tmp-hero { grid-template-columns: minmax(0, 1fr); gap: 36px; padding-top: 40px; padding-bottom: 48px; }
	.tmp-hero__copy { gap: 22px; }
	.tmp-hero .tmp-actions { flex-direction: column; align-items: stretch; }
	.tmp-facts { display: none; }
	.tmp-hero__art { padding: 0; }
	.tmp-sheet { padding: 14px 14px 12px; }
	.tmp-sheet__row { font-size: 10px; }
	.tmp-sheet__row--foot, .tmp-chip--paid { display: none; }
	.tmp-chip--bank { position: relative; right: auto; bottom: auto; width: auto; margin: -64px 12px 0; padding: 16px; }
	.tmp-chip__amount { font-size: 28px; }

	.tmp-partners__in { grid-template-columns: minmax(0, 1fr); padding-top: 24px; padding-bottom: 24px; gap: 12px; }
	.tmp-partners .tmp-eyebrow { padding: 0; font-size: 10px; }
	.tmp-partners ul { padding: 0 !important; border-left: 0; gap: 4px 18px; font-size: 20px; }

	.tmp-section { padding-top: 76px; gap: 28px; }
	.tmp-head { grid-template-columns: minmax(0, 1fr); gap: 14px; }
	.tmp-head > div { gap: 14px; }
	.tmp-head > .tmp-lead { padding-bottom: 0; font-size: 16px; }
	.tmp-display { font-size: 50px; }
	.tmp-display--xl { font-size: 60px; }
	.tmp-display--sm { font-size: 34px; }
	.tmp-lead { font-size: 17px; }
	.tmp-eyebrow { font-size: 11px; }

	.tmp-steps { grid-template-columns: minmax(0, 1fr); border-bottom: 1px solid var(--ink); }
	.tmp-steps li { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 6px 0; padding: 20px 0 22px !important; border-left: 0; border-top: 1px solid var(--line); }
	.tmp-steps li:first-child { border-top: 0; }
	.tmp-steps__n { font-size: 60px; line-height: 0.85; grid-row: 1 / span 3; }
	.tmp-steps h3 { font-size: 19px; min-height: 0; }
	.tmp-steps p { font-size: 15px; line-height: 1.5; min-height: 0; }
	.tmp-steps dl { grid-column: 2; margin-top: 6px !important; padding-top: 10px !important; grid-template-columns: 44px minmax(0, 1fr); font-size: 14px; gap: 6px 0; }

	.tmp-hole { flex-direction: row; gap: 12px; padding: 20px 18px 20px 10px; }
	.tmp-hole__art--wide { display: none; }
	.tmp-hole__art--tall { display: block; flex-shrink: 0; width: 104px; }
	.tmp-hole__legs { grid-template-columns: minmax(0, 1fr); border-top: 0; min-height: 470px; align-content: space-between; }
	.tmp-hole__legs li { padding: 0 !important; border-left: 0; gap: 4px; }
	.tmp-hole__legs .tmp-eyebrow { font-size: 10px; }
	.tmp-hole__legs h3 { font-size: 26px; }
	.tmp-hole__legs p { font-size: 14px; line-height: 1.45; }

	.tmp-receipt-row { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-top: 0; }
	.tmp-checks { font-size: 16px; }
	.tmp-receipt { padding: 20px; font-size: 13px; }
	.tmp-receipt__total strong { font-size: 20px; }

	.tmp-index li { grid-template-columns: minmax(0, 1fr) auto; gap: 6px 10px; padding: 18px 0 20px; }
	.tmp-index__n { display: none; }
	.tmp-index h3 { font-size: 30px; grid-column: 1; grid-row: 1; }
	.tmp-index__tag { grid-column: 2; grid-row: 1; font-size: 10px; }
	.tmp-index p { grid-column: 1 / -1; font-size: 15px; line-height: 1.5; }

	.tmp-score-wrap { padding: 0 0 0 16px; overflow: hidden; margin: 0; }
	.tmp-score thead th { padding: 18px 0 14px; }
	.tmp-score thead th:not(:first-child), .tmp-score td { width: 60px; }
	.tmp-score thead .tmp-eyebrow { font-size: 9px; letter-spacing: 0.04em; }
	.tmp-score__corner .tmp-eyebrow { font-size: 10px !important; letter-spacing: 0.12em !important; }
	.tmp-score__price { font-size: 21px; line-height: 1.3; }
	.tmp-score__per { display: none !important; }
	.tmp-score tbody th { font-size: 14px; line-height: 1.3; padding: 12px 8px 12px 0; }
	.tmp-score td { padding: 12px 0; }
	.tmp-dot { width: 8px; height: 8px; } .tmp-dash { width: 8px; }
	.tmp-score thead .is-featured, .tmp-score tfoot .is-featured { border-radius: 0; box-shadow: none; }
	.tmp-score tfoot { display: none; }

	.tmp-cta { margin-top: 80px; }
	.tmp-cta__in { grid-template-columns: minmax(0, 1fr); gap: 20px; padding-top: 72px; padding-bottom: 72px; }
	.tmp-cta__in > div { gap: 20px; padding-bottom: 0; }
	.tmp-cta .tmp-lead { font-size: 16px; }
	.tmp-cta .tmp-actions { flex-direction: column; align-items: stretch; }

}

@media (max-width: 380px) {
	.tmp-display--xl { font-size: 52px; }
	.tmp-display { font-size: 44px; }
}

.tmp-score-cta { display: none; }
@media (max-width: 860px) { .tmp-score-cta { display: flex; } }

/* ---------- motion (only with home.js running and reduced motion off) ---------- */
.tmp-anim .tmp-a-ring { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1.5s cubic-bezier(.2, .7, .2, 1) var(--d, 0s); }
.tmp-anim.is-in .tmp-a-ring { stroke-dashoffset: 0; }
.tmp-anim .tmp-a-green { opacity: 0; transform: scale(.92); transform-origin: 268px 258px; transition: opacity .8s ease .45s, transform 1s cubic-bezier(.2, .7, .2, 1) .45s; }
.tmp-anim.is-in .tmp-a-green { opacity: 1; transform: none; }
.tmp-anim .tmp-a-cross { opacity: 0; transition: opacity .8s ease 1s; }
.tmp-anim.is-in .tmp-a-cross { opacity: 1; }
.tmp-anim .tmp-a-cup { opacity: 0; transition: opacity .3s ease 1.1s; }
.tmp-anim.is-in .tmp-a-cup { opacity: 1; }
.tmp-anim .tmp-a-pole { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset .5s ease-out 1.2s; }
.tmp-anim.is-in .tmp-a-pole { stroke-dashoffset: 0; }
.tmp-anim .tmp-a-flag { transform-box: fill-box; transform-origin: left center; transform: scaleX(0); transition: transform .45s cubic-bezier(.3, 1.4, .5, 1) 1.65s; }
.tmp-anim.is-in .tmp-a-flag { transform: scaleX(1); animation: tmp-flag 3.2s ease-in-out 2.2s infinite; }
@keyframes tmp-flag { 0%, 100% { transform: scaleX(1) skewY(0deg); } 30% { transform: scaleX(.94) skewY(-5deg); } 60% { transform: scaleX(1) skewY(3deg); } }
.tmp-anim .tmp-chip { opacity: 0; transition: opacity .6s ease, transform .8s cubic-bezier(.2, .8, .2, 1); }
.tmp-anim .tmp-chip--paid { transform: translate(-18px, 10px); transition-delay: 1.15s; }
.tmp-anim .tmp-chip--bank { transform: translate(18px, 14px); transition-delay: 1.7s; }
.tmp-anim.is-in .tmp-chip { opacity: 1; transform: none; }
.tmp-anim.is-in .tmp-chip--paid { animation: tmp-float 7s ease-in-out 2.6s infinite; }
.tmp-anim.is-in .tmp-chip--bank { animation: tmp-float 8s ease-in-out 3.4s infinite reverse; }
@keyframes tmp-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -6px; } }
.tmp-anim .tmp-chip--paid .tmp-tag { transform: scale(.6); opacity: 0; transition: transform .35s cubic-bezier(.3, 1.6, .5, 1) 1.8s, opacity .2s ease 1.8s; }
.tmp-anim.is-in .tmp-chip--paid .tmp-tag { transform: none; opacity: 1; }

.tmp-hole.tmp-anim { cursor: pointer; }
.tmp-a-legmask { stroke-dasharray: 1; stroke-dashoffset: 1; fill: none; }
.tmp-a-ball { fill: var(--accent); stroke: var(--ink); stroke-width: 1.6; opacity: 0; transition: opacity .25s ease; filter: drop-shadow(0 3px 3px rgba(15, 32, 41, .25)); }
.tmp-a-pulse { transform-box: fill-box; transform-origin: center; animation: tmp-pulse .6s ease-out; }
@keyframes tmp-pulse { 0% { transform: scale(1); } 40% { transform: scale(1.9); } 100% { transform: scale(1); } }
.tmp-a-holeflag { transform-box: fill-box; transform-origin: left center; }
.tmp-a-wave { animation: tmp-flag 1.1s ease-in-out 3; }
.tmp-hole.tmp-anim .tmp-hole__legs > li { opacity: .38; transition: opacity .5s ease; }
.tmp-hole.tmp-anim .tmp-hole__legs > li.is-on { opacity: 1; }
.tmp-hole.tmp-anim .tmp-hole__legs > li .tmp-eyebrow { transition: color .5s ease; }
.tmp-hole.tmp-anim .tmp-hole__legs > li.is-on .tmp-eyebrow { color: var(--blue-deep); }

.tmp-receipt.tmp-anim .tmp-receipt__line, .tmp-receipt.tmp-anim .tmp-receipt__total { opacity: 0; transform: translateY(8px); transition: opacity .45s ease var(--d, 0s), transform .45s ease var(--d, 0s); }
.tmp-receipt.tmp-anim.is-in .tmp-receipt__line, .tmp-receipt.tmp-anim.is-in .tmp-receipt__total { opacity: 1; transform: none; }
@media (max-width: 860px) { .tmp-anim.is-in .tmp-chip--bank { animation: none; } }
.tmp-a-golfball { fill: #fff; stroke: var(--ink); stroke-width: 1.4; }
.tmp-a-shadow { fill: var(--ink); opacity: 0; }
.tmp-sheet, .tmp-hero__art { overflow: visible; }
