:root {
  --ink: #102f3a;
  --ink-soft: #395561;
  --paper: #fffdf5;
  --glass: rgba(255, 253, 245, 0.78);
  --line: rgba(16, 47, 58, 0.18);
  --accent: #e9604f;
  --teal: #0c6970;
  --shadow: 0 22px 65px rgba(15, 38, 47, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #d8e7e2; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 0; left: 1rem; z-index: 100; transform: translateY(-120%); padding: .75rem 1rem; color: white; background: var(--ink); border-radius: 0 0 .5rem .5rem; }
.skip-link:focus { transform: translateY(0); }

.world { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; }
.world__painting { position: absolute; inset: 0; z-index: -3; background: url("assets/nature-world.webp") center / cover no-repeat; transform: scale(1.015); }
.world__wash { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 50% 51%, rgba(255,253,245,.9) 0 21%, rgba(255,253,245,.36) 44%, rgba(7,35,47,.08) 79%), linear-gradient(180deg, rgba(255,255,255,.12), rgba(8,39,52,.2)); }
.world::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .17; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }

.topbar { display: flex; align-items: center; justify-content: space-between; width: min(1480px, calc(100% - 3rem)); margin: 0 auto; padding: 1.25rem 0; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--ink); font-weight: 800; letter-spacing: .17em; font-size: .82rem; }
.brand__mark { width: 2.15rem; height: 2.15rem; border: 1.5px solid currentColor; border-radius: 50%; position: relative; display: inline-block; background: rgba(255,255,255,.34); backdrop-filter: blur(8px); }
.brand__mark i:first-child { position: absolute; width: .65rem; height: 1rem; border-radius: 100% 0 100% 0; background: var(--teal); transform: rotate(-28deg); left: .55rem; top: .4rem; }
.brand__mark i:last-child { position: absolute; width: .55rem; height: .8rem; border-radius: 100% 0 100% 0; border: 1px solid var(--accent); transform: rotate(35deg); right: .37rem; bottom: .38rem; }
.topbar__actions { display: flex; align-items: center; gap: .7rem; }
.quiet-button { border: 0; background: rgba(255,255,255,.36); backdrop-filter: blur(10px); border-radius: 999px; padding: .72rem 1rem; font-size: .83rem; font-weight: 650; cursor: pointer; }
.quiet-button:hover { background: rgba(255,255,255,.62); }
.give-button { width: 5.6rem; height: 5.6rem; flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .08rem; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: #d94b42; color: white; padding: .45rem; cursor: pointer; box-shadow: 0 13px 30px rgba(142,43,37,.28), inset 0 0 0 5px rgba(255,255,255,.1); transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s, background .28s; }
.give-button:hover { transform: scale(1.1); background: #eb564b; box-shadow: 0 18px 38px rgba(142,43,37,.34), inset 0 0 0 5px rgba(255,255,255,.14); }
.give-button:active { transform: scale(1.04); }
.give-button:focus-visible { outline: 3px solid white; outline-offset: 4px; }
.give-button__label { font-size: .57rem; font-weight: 850; letter-spacing: .15em; line-height: 1; }
.give-button__amount { font-family: Georgia, serif; font-size: 1.72rem; line-height: 1.05; }

.discovery { width: min(1480px, calc(100% - 3rem)); margin: 0 auto; min-height: calc(100svh - 5.4rem); display: grid; grid-template-columns: minmax(230px, .9fr) minmax(640px, 2.5fr) minmax(220px, .8fr); grid-template-rows: auto 1fr auto; gap: 1rem 1.5rem; align-items: center; padding: .4rem 0 1.5rem; }
.intro { grid-column: 1; grid-row: 1 / 3; align-self: center; z-index: 4; max-width: 19rem; }
.eyebrow { font-size: .7rem; letter-spacing: .19em; font-weight: 800; text-transform: uppercase; color: var(--teal); margin: 0 0 .85rem; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; margin: 0; }
h1 { font-size: clamp(2.75rem, 4.1vw, 5.4rem); line-height: .88; text-wrap: balance; }
.intro__copy { max-width: 18rem; padding: .72rem .82rem; font-family: Georgia, serif; font-style: italic; font-size: 1.02rem; line-height: 1.48; color: var(--ink); margin: 1.35rem 0 0; background: rgba(255,253,245,.84); border: 1px solid rgba(255,255,255,.82); border-radius: .8rem; box-shadow: 0 8px 26px rgba(16,47,58,.11); backdrop-filter: blur(8px); }

.search-panel { grid-column: 2; grid-row: 1; align-self: start; justify-self: center; width: min(100%, 760px); min-height: 2.35rem; position: relative; z-index: 12; display: flex; align-items: center; justify-content: center; }
.find-control { position: absolute; right: 0; top: 0; }
.find-button { min-height: 2.2rem; display: flex; align-items: center; gap: .55rem; border: 0; border-radius: 999px; padding: .5rem .82rem; background: var(--ink); color: white; box-shadow: 0 7px 20px rgba(16,47,58,.18); cursor: pointer; font-size: .74rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s, background .2s; }
.find-button:hover { transform: translateY(-2px); background: var(--teal); }
.find-button .search-box__icon { border-color: white; }
.find-button .search-box__icon::after { background: white; }
.search-box { width: 17rem; min-height: 2.2rem; display: flex; align-items: center; gap: .55rem; padding: .2rem .25rem .2rem .78rem; background: rgba(255,255,255,.85); border: 1px solid rgba(255,255,255,.8); border-radius: 999px; box-shadow: 0 10px 34px rgba(27,51,57,.16); backdrop-filter: blur(16px); }
.search-box[hidden], .find-button[hidden] { display: none; }
.search-box__icon { width: .85rem; height: .85rem; border: 1.6px solid var(--ink); border-radius: 50%; position: relative; flex: 0 0 auto; }
.search-box__icon::after { content: ""; position: absolute; width: .45rem; height: 1.5px; background: var(--ink); transform: rotate(45deg); right: -.35rem; bottom: -.13rem; }
.search-box input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; padding: .37rem .2rem; color: var(--ink); font-size: .78rem; }
.search-box input::placeholder { color: #6d8086; }
.search-box:focus-within { border-color: rgba(12,105,112,.6); box-shadow: 0 0 0 3px rgba(12,105,112,.12), 0 10px 40px rgba(27,51,57,.12); }
.find-close { width: 1.8rem; height: 1.8rem; flex: 0 0 auto; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(16,47,58,.08); color: var(--ink); cursor: pointer; font-size: 1rem; line-height: 1; }
.find-close:hover { background: rgba(16,47,58,.15); }
.filters { display: flex; justify-content: center; gap: .35rem; flex-wrap: wrap; padding: 0 4.5rem; }
.filter { border: 1px solid rgba(16,47,58,.13); border-radius: 999px; padding: .37rem .7rem; background: rgba(255,255,255,.42); backdrop-filter: blur(8px); cursor: pointer; font-size: .72rem; font-weight: 700; }
.filter:hover, .filter.is-active { background: var(--ink); color: white; border-color: var(--ink); }

.card-stage { grid-column: 2; grid-row: 2; width: min(100%, 900px); aspect-ratio: 1.68; min-height: 410px; justify-self: center; position: relative; }
.orbit { position: absolute; inset: 12% 11%; border: 1px dashed rgba(16,47,58,.13); border-radius: 50%; transform: rotate(-8deg); pointer-events: none; }
.orbit--two { inset: 24% 24%; transform: rotate(17deg); border-style: solid; opacity: .65; }
.card-cloud { position: absolute; inset: 0; }
.business-card { width: clamp(145px, 17vw, 220px); aspect-ratio: 1.62; position: absolute; display: flex; flex-direction: column; overflow: hidden; padding: 1rem; color: white; text-decoration: none; border-radius: 4px; box-shadow: 0 17px 38px rgba(15,37,47,.23), 0 2px 5px rgba(15,37,47,.17); transform: translate(-50%,-50%) rotate(var(--tilt)); transition: transform .45s cubic-bezier(.2,.8,.2,1), opacity .25s, filter .25s, left .65s cubic-bezier(.2,.8,.2,1), top .65s cubic-bezier(.2,.8,.2,1); isolation: isolate; animation: card-drift 6s ease-in-out infinite alternate; }
.business-card:nth-child(2n) { animation-delay: -2s; animation-duration: 7.5s; }
.business-card:nth-child(3n) { animation-delay: -4s; animation-duration: 8.5s; }
.business-card::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .55; background-image: radial-gradient(circle at 20% 80%, transparent 0 9%, rgba(255,255,255,.2) 9.5% 10%, transparent 10.5%), linear-gradient(132deg, transparent 48%, rgba(255,255,255,.14) 48.5% 49%, transparent 49.5%); }
.business-card:hover, .business-card:focus-visible { transform: translate(-50%,-50%) rotate(0) scale(1.075); z-index: 10; box-shadow: 0 25px 55px rgba(10,31,40,.32); outline: 3px solid rgba(255,255,255,.9); outline-offset: 3px; }
.business-card[hidden] { display: none; }
.business-card__number { position: absolute; top: .65rem; right: .75rem; font: .65rem ui-monospace, monospace; opacity: .65; }
.business-card__symbol { position: absolute; right: .8rem; bottom: 1.4rem; font-size: 2.2rem; opacity: .45; }
.business-card__botanical { position: absolute; right: .8rem; bottom: -.9rem; font-family: Georgia, serif; font-size: 5rem; line-height: 1; opacity: .24; transform: rotate(35deg); }
.business-card__body { display: flex; flex-direction: column; margin: auto 0; }
.business-card__body small { font-size: clamp(.46rem, .7vw, .6rem); letter-spacing: .16em; font-weight: 800; opacity: .74; }
.business-card__body strong { margin-top: .35rem; font-family: Georgia, serif; font-size: clamp(1rem, 1.5vw, 1.45rem); line-height: .88; font-weight: 400; letter-spacing: -.03em; }
.business-card__body em { font-family: Georgia, serif; font-size: clamp(.54rem, .72vw, .67rem); margin-top: .6rem; opacity: .78; }
.business-card__link { font-size: clamp(.48rem, .68vw, .6rem); font-weight: 750; letter-spacing: .06em; text-transform: uppercase; opacity: .7; }
.business-card__seed { position: absolute; left: .65rem; top: .55rem; padding: .2rem .35rem; border: 1px solid currentColor; border-radius: 999px; font-size: .48rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; opacity: .72; }
.business-card__report { position: absolute; right: .7rem; bottom: .58rem; z-index: 2; padding: .15rem .25rem; font-size: .48rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; opacity: 0; cursor: pointer; text-decoration: underline; text-underline-offset: 2px; transition: opacity .2s; }
.business-card:hover .business-card__report, .business-card:focus-within .business-card__report, .business-card__report:focus { opacity: .72; }
.card--indigo { background: linear-gradient(135deg,#302c68,#5d548f); }
.card--green { background: linear-gradient(135deg,#185e4e,#3d8b70); }
.card--coral { background: linear-gradient(135deg,#b9433d,#eb7763); }
.card--cream { background: linear-gradient(135deg,#fffaf0,#e6d5b9); color: #183b44; }
.card--blue { background: linear-gradient(135deg,#1c5975,#3e8dab); }
.card--ochre { background: linear-gradient(135deg,#a66b1f,#d39c48); }
.card--ink { background: linear-gradient(135deg,#122d38,#2d5260); }
.slot-1 { left: 15%; top: 25%; --tilt: -9deg; }
.slot-2 { left: 47%; top: 18%; --tilt: 4deg; }
.slot-3 { left: 82%; top: 27%; --tilt: 8deg; }
.slot-4 { left: 22%; top: 71%; --tilt: 6deg; }
.slot-5 { left: 75%; top: 72%; --tilt: -6deg; }
.slot-6 { left: 4%; top: 51%; --tilt: -3deg; }
.slot-7 { left: 95%; top: 52%; --tilt: 5deg; }
.slot-8 { left: 49%; top: 87%; --tilt: -2deg; }

.stage-center { position: absolute; left: 50%; top: 51%; transform: translate(-50%,-50%); width: 15rem; text-align: center; z-index: 5; padding: 1.2rem; background: rgba(255,253,245,.66); border: 1px solid rgba(255,255,255,.72); border-radius: 50%; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; backdrop-filter: blur(8px); box-shadow: 0 15px 55px rgba(30,52,57,.1); }
.demo-label { font-size: .58rem; letter-spacing: .2em; font-weight: 850; color: var(--teal); }
.stage-center p { margin: .45rem 0 .8rem; font-family: Georgia, serif; font-size: .92rem; font-style: italic; }
.stage-center[hidden], .surprise-state[hidden] { display: none; }
.shuffle-button { width: 100%; border: 0; border-radius: 999px; background: var(--ink); color: white; display: flex; align-items: center; justify-content: center; gap: .55rem; padding: .64rem .8rem; cursor: pointer; box-shadow: 0 8px 24px rgba(16,47,58,.23); }
.shuffle-button__icon { font-size: 1.2rem; line-height: 1; transition: transform .5s; }
.shuffle-button.is-spinning .shuffle-button__icon { transform: rotate(360deg); }
.shuffle-button span:last-child { display: flex; flex-direction: column; text-align: left; line-height: 1.2; }
.shuffle-button strong { font-size: .71rem; }
.shuffle-button small { font-size: .59rem; opacity: .65; }
.surprise-state { position: absolute; left: 50%; top: 50%; z-index: 12; width: min(17rem, 42%); transform: translate(-50%,-50%); display: grid; justify-items: center; gap: .72rem; }
.surprise-card-mount { width: 100%; display: grid; place-items: center; perspective: 900px; }
.surprise-card { position: relative; isolation: isolate; width: min(100%, 16rem); aspect-ratio: 1.62; display: flex; flex-direction: column; overflow: hidden; padding: 1rem; color: white; text-decoration: none; border-radius: 6px; box-shadow: 0 24px 65px rgba(7,28,38,.38), 0 0 0 1px rgba(255,255,255,.7), 0 0 34px rgba(255,226,139,.42); transform: rotate(-1.5deg) scale(1.03); transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s; animation: spotlight-arrive .55s cubic-bezier(.2,.8,.2,1) both; }
.surprise-card::after { content: ""; position: absolute; z-index: 3; inset: -75% -35%; pointer-events: none; background: linear-gradient(108deg, transparent 38%, rgba(255,255,255,.08) 45%, rgba(255,255,255,.72) 50%, rgba(255,232,165,.18) 55%, transparent 62%); transform: translateX(-55%) rotate(7deg); animation: card-shine 2.8s ease-in-out infinite; }
.surprise-card:hover, .surprise-card:focus-visible { transform: rotate(0) scale(1.12); outline: 3px solid rgba(255,255,255,.95); outline-offset: 4px; box-shadow: 0 32px 75px rgba(7,28,38,.46), 0 0 52px rgba(255,224,130,.72); }
.surprise-card .business-card__report, .surprise-card .business-card__seed { display: none; }
.focus-sign { position: absolute; left: -4%; top: -25%; z-index: 14; width: 9.5rem; margin: 0; display: grid; justify-items: center; color: var(--ink); filter: drop-shadow(0 8px 16px rgba(11,43,53,.18)); pointer-events: none; }
.focus-sign[hidden] { display: none; }
.focus-sign.is-changing { animation: focus-arrive .62s cubic-bezier(.2,.8,.2,1) both; }
.focus-sign__symbol { width: 8rem; height: 8rem; overflow: visible; }
.focus-sign__ring, .focus-sign__path { fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.focus-sign__ring { stroke-dasharray: 4 9; opacity: .72; transform-origin: center; animation: focus-orbit 18s linear infinite; }
.focus-sign__path { stroke-width: 2.5; stroke-dasharray: 900; stroke-dashoffset: 900; animation: focus-draw 1.25s ease forwards; }
.focus-sign__center { transform-origin: center; animation: focus-pulse 3.2s ease-in-out infinite; }
.focus-sign figcaption { margin-top: -.45rem; font: 700 .78rem/1.1 Georgia, serif; letter-spacing: .24em; text-transform: uppercase; text-shadow: 0 1px 10px rgba(255,255,255,.9); }
.shuffle-button--again { width: auto; min-width: 12rem; padding-inline: 1rem; }
.stage-message { position: absolute; inset: 0; z-index: 11; display: grid; place-content: center; text-align: center; background: rgba(255,253,245,.54); backdrop-filter: blur(4px); border-radius: 50%; font-family: Georgia, serif; }
.stage-message[hidden] { display: none; }
.stage-message button { border: 0; background: transparent; color: var(--teal); font-weight: 750; text-decoration: underline; cursor: pointer; margin-top: .4rem; }

.lower-actions { grid-column: 3; grid-row: 1 / 3; align-self: end; justify-self: end; width: min(100%, 15rem); position: relative; z-index: 11; }
.microcopy { padding: .7rem .8rem; font-family: Georgia, serif; font-size: .94rem; font-style: italic; font-weight: 650; line-height: 1.42; color: var(--ink); text-shadow: 0 1px 7px rgba(255,255,255,.95), 0 0 18px rgba(255,255,255,.85); }
.add-button { width: 100%; border: 1px solid rgba(255,255,255,.6); border-radius: 1rem; background: rgba(255,253,245,.82); backdrop-filter: blur(14px); padding: 1rem; cursor: pointer; text-align: left; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .65rem; box-shadow: var(--shadow); font-weight: 760; font-size: .8rem; }
.add-button span { width: 2rem; height: 2rem; border-radius: 50%; background: var(--accent); color: white; display: grid; place-items: center; font-size: 1.25rem; font-weight: 400; }
.add-button strong { color: var(--teal); }
.add-button:hover { transform: translateY(-2px); background: white; }

.modal { width: min(94vw, 620px); max-height: 92svh; padding: 0; border: 0; background: transparent; overflow: visible; }
.modal::backdrop { background: rgba(8,31,42,.62); backdrop-filter: blur(9px); }
.modal[open] { animation: modal-in .3s ease both; }
.modal__panel { position: relative; max-height: 88svh; overflow: auto; border-radius: 1.4rem; padding: clamp(1.5rem, 5vw, 3rem); background: rgba(255,253,246,.97); box-shadow: 0 30px 100px rgba(5,26,36,.36); border: 1px solid rgba(255,255,255,.8); }
.modal__close { position: absolute; right: 1.2rem; top: 1.2rem; width: 2.4rem; height: 2.4rem; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); background: transparent; font-size: 1.45rem; cursor: pointer; }
.modal h2 { font-size: clamp(2.6rem, 7vw, 4.3rem); line-height: .92; }
.modal__lead { color: var(--ink-soft); line-height: 1.55; margin: 1rem 0 1.6rem; }
.plan-field { border: 0; padding: 0; margin: 0 0 1.3rem; display: grid; gap: .65rem; }
.plan-field > legend { margin-bottom: .55rem; font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; font-weight: 800; }
.plan-option { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; padding: .9rem 1rem; border: 1px solid var(--line); border-radius: .9rem; background: rgba(255,255,255,.7); cursor: pointer; transition: transform .2s, border-color .2s, box-shadow .2s; }
.plan-option:hover { transform: translateY(-1px); border-color: rgba(12,105,112,.5); }
.plan-option:has(input:checked) { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(12,105,112,.1); }
.plan-option--artistic:has(input:checked) { border-color: #b47a2c; box-shadow: 0 0 0 3px rgba(180,122,44,.12); }
.plan-option input { width: 1rem; height: 1rem; accent-color: var(--teal); }
.plan-option span { display: grid; gap: .16rem; }
.plan-option strong { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 400; }
.plan-option small { color: var(--ink-soft); font-size: .74rem; line-height: 1.35; }
.plan-option b { color: var(--teal); font-size: .9rem; }
.plan-option--artistic b { color: #9a6320; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: flex; flex-direction: column; gap: .38rem; }
.field--wide { grid-column: 1 / -1; }
.field span, .color-field legend { font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; font-weight: 800; }
.field input, .field select { min-width: 0; border: 1px solid var(--line); border-radius: .7rem; padding: .8rem .85rem; background: white; outline: 0; font-size: .9rem; color: var(--ink); }
.field input:focus, .field select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(12,105,112,.1); }
.color-field { border: 0; padding: 0; margin: 0; }
.color-field legend { margin-bottom: .62rem; }
.color-field legend small { color: var(--ink-soft); font-size: .62rem; font-weight: 600; text-transform: none; letter-spacing: 0; }
.color-field.is-seed { opacity: .42; pointer-events: none; }
.color-field label { display: inline-block; cursor: pointer; margin-right: .35rem; }
.color-field input { position: absolute; opacity: 0; }
.swatch { width: 1.8rem; height: 1.8rem; border-radius: 50%; display: block; border: 3px solid white; box-shadow: 0 0 0 1px var(--line); }
.color-field input:checked + .swatch { box-shadow: 0 0 0 2px var(--ink); }
.swatch--indigo { background: #4b447f; }.swatch--green { background: #287761; }.swatch--coral { background: #d55a4f; }.swatch--ochre { background: #c48836; }
.consent { display: flex; align-items: flex-start; gap: .6rem; font-size: .78rem; line-height: 1.45; color: var(--ink-soft); margin: 1.25rem 0; }
.consent input { margin-top: .15rem; accent-color: var(--teal); }
.price-row { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding: 1rem 0; font-size: .88rem; }
.price-row strong { font-family: Georgia, serif; font-size: 1.35rem; }
.primary-button { width: 100%; border: 0; border-radius: 999px; background: var(--ink); color: white; padding: .95rem 1.2rem; font-weight: 750; cursor: pointer; }
.primary-button:hover { background: var(--teal); }
.primary-button:disabled { opacity: .58; cursor: wait; }
.form-note { font-size: .7rem; line-height: 1.45; color: #6c7b80; margin: .8rem 0 0; text-align: center; }
.coming-soon { margin-top: 1.4rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.coming-soon .eyebrow { margin-bottom: .7rem; font-size: .75rem; }
.coming-soon article { padding: .85rem 0; border-top: 1px solid rgba(16,47,58,.1); }
.coming-soon article:first-of-type { border-top: 0; }
.coming-soon article > div { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.coming-soon article strong { font-family: Georgia, serif; font-size: 1.08rem; font-weight: 400; }
.coming-soon article b { color: var(--teal); font-size: .8rem; white-space: nowrap; }
.coming-soon article p { margin: .35rem 0 0; color: var(--ink-soft); font-size: .82rem; line-height: 1.45; }
.modal__panel--donate { text-align: center; }
.coin { display: grid; place-items: center; width: 5rem; height: 5rem; margin: 0 auto 1.5rem; border-radius: 50%; background: var(--accent); color: white; font: 2rem Georgia, serif; box-shadow: 0 12px 28px rgba(176,61,51,.25); }
.allocation { display: flex; width: 100%; overflow: hidden; border-radius: 999px; color: white; font-size: .7rem; font-weight: 800; margin: 1.5rem 0; }
.allocation span { padding: .7rem .5rem; }
.allocation__cause { width: 75%; background: var(--teal); }.allocation__platform { width: 25%; background: #d88b36; }
.text-button { border: 0; background: transparent; color: var(--teal); text-decoration: underline; margin-top: .8rem; cursor: pointer; font-weight: 700; font-size: .8rem; }
.ledger-total { margin: 1.6rem 0; padding: 1.3rem; background: #e8f1ed; border-radius: 1rem; display: grid; grid-template-columns: 1fr auto; text-align: left; }
.ledger-total span { font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; align-self: end; }
.ledger-total strong { grid-row: 1 / 3; grid-column: 2; font: 2.3rem Georgia, serif; }
.ledger-total small { color: #64767c; }
.ledger-head { display: flex; justify-content: space-between; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: 0 .3rem .7rem; border-bottom: 1px solid var(--line); }
.empty-ledger { text-align: center; padding: 2rem; border-bottom: 1px solid var(--line); }
.empty-ledger__seed { display: block; font-size: 2rem; color: var(--teal); }
.empty-ledger strong { display: block; font-family: Georgia, serif; font-size: 1.2rem; margin-top: .4rem; }
.empty-ledger p { color: #64767c; font-size: .8rem; }
.ledger-row { padding: .9rem .3rem; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left; }
.ledger-row > span { display: grid; gap: .22rem; }
.ledger-row small { color: #64767c; }
.ledger-row > a, .ledger-row > b { color: var(--teal); font-size: .78rem; white-space: nowrap; }
.promise-grid { display: grid; grid-template-columns: 3fr 1fr; gap: .8rem; margin-top: 1.2rem; }
.promise-grid div { background: #f4efe1; border-radius: .8rem; padding: 1rem; display: flex; flex-direction: column; }
.promise-grid strong { font: 1.8rem Georgia, serif; }.promise-grid span { font-size: .72rem; line-height: 1.35; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 1.5rem; transform: translate(-50%, 140%); background: var(--ink); color: white; border-radius: 999px; padding: .8rem 1.1rem; box-shadow: var(--shadow); font-size: .82rem; transition: transform .35s; }
.toast.is-visible { transform: translate(-50%,0); }

@keyframes modal-in { from { opacity: 0; transform: translateY(12px) scale(.98); } }
@keyframes card-drift { from { translate: 0 -3px; } to { translate: 0 4px; } }
@keyframes spotlight-arrive { from { opacity: 0; transform: translateY(12px) rotate(-5deg) scale(.86); } }
@keyframes card-shine { 0%, 24% { transform: translateX(-58%) rotate(7deg); } 66%, 100% { transform: translateX(58%) rotate(7deg); } }
@keyframes focus-arrive { from { opacity: 0; transform: translateY(8px) scale(.86); } }
@keyframes focus-draw { to { stroke-dashoffset: 0; } }
@keyframes focus-orbit { to { transform: rotate(360deg); } }
@keyframes focus-pulse { 50% { transform: scale(1.55); opacity: .62; } }

@media (max-width: 1080px) {
  .discovery { grid-template-columns: 1fr; grid-template-rows: auto auto auto auto; width: min(100% - 2rem, 860px); }
  .intro { grid-column: 1; grid-row: 1; max-width: none; text-align: center; padding-top: 1.5rem; }
  h1 br { display: none; }
  .intro__copy { margin: 1rem auto 0; max-width: 30rem; }
  .search-panel { grid-column: 1; grid-row: 2; align-self: auto; margin-top: .5rem; }
  .card-stage { grid-column: 1; grid-row: 3; }
  .lower-actions { grid-column: 1; grid-row: 4; justify-self: center; align-self: auto; width: min(100%, 29rem); text-align: center; display: flex; align-items: center; gap: 1rem; }
  .microcopy { flex: 1; text-align: left; }
  .add-button { flex: 1.25; }
}

@media (max-width: 680px) {
  .world { overflow: clip; }
  .world__painting { background-position: 58% center; opacity: .88; }
  .world__wash { background: linear-gradient(180deg, rgba(255,253,245,.82) 0 38%, rgba(255,253,245,.35) 62%, rgba(12,49,61,.15)); }
  .topbar { width: calc(100% - 1.25rem); padding-top: .65rem; }
  .brand { font-size: .72rem; letter-spacing: .13em; }
  .brand__mark { width: 1.9rem; height: 1.9rem; }
  .quiet-button { display: none; }
  .give-button { width: 4.35rem; height: 4.35rem; padding: .3rem; }
  .give-button__label { font-size: .46rem; }
  .give-button__amount { font-size: 1.38rem; }
  .discovery { width: calc(100% - 1.25rem); min-height: auto; padding-bottom: 1rem; }
  .intro { padding-top: 1rem; }
  .eyebrow { font-size: .62rem; margin-bottom: .55rem; }
  h1 { font-size: clamp(2.6rem, 13vw, 4rem); line-height: .92; }
  .intro__copy { font-size: .92rem; margin-top: .75rem; }
  .intro__copy { max-width: 26rem; padding: .72rem .85rem; color: var(--ink); font-weight: 650; text-shadow: 0 1px 7px rgba(255,255,255,.96), 0 0 20px rgba(255,255,255,.88); }
  .search-panel { width: 100%; justify-content: flex-start; padding-right: 4.5rem; }
  .find-control { right: 0; }
  .search-box { width: min(72vw, 16rem); }
  .filters { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding: 0 0 .25rem; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filter { flex: 0 0 auto; }
  .card-stage { min-height: 420px; aspect-ratio: auto; width: calc(100% + 1.25rem); margin-left: -.625rem; overflow: hidden; }
  .orbit { inset: 12% -28%; }.orbit--two { inset: 25% 8%; }
  .business-card { width: 160px; }
  .slot-1 { left: 18%; top: 22%; }.slot-2 { left: 60%; top: 14%; }.slot-3 { left: 94%; top: 29%; }.slot-4 { left: 14%; top: 78%; }.slot-5 { left: 84%; top: 80%; }.slot-6 { left: -10%; top: 51%; }.slot-7 { left: 109%; top: 56%; }.slot-8 { left: 50%; top: 91%; }
  .stage-center { width: 12rem; top: 50%; }
  .surprise-state { width: 14.5rem; top: 53%; gap: .55rem; }
  .surprise-card { width: 13.5rem; }
  .focus-sign { left: 50%; top: -7%; width: 7.4rem; transform: translateX(-50%); }
  .focus-sign__symbol { width: 6.5rem; height: 6.5rem; }
  .stage-center p { font-size: .82rem; }
  .business-card__body strong { font-size: 1.05rem; }
  .lower-actions { display: block; width: 100%; }
  .microcopy { text-align: center; font-size: .8rem; margin: 0 1.2rem .75rem; }
  .add-button { max-width: 25rem; margin: auto; }
  .form-grid { grid-template-columns: 1fr; }.field--wide { grid-column: 1; }
  .modal { width: calc(100% - 1rem); }
  .modal__panel { padding: 1.4rem; border-radius: 1rem; }
  .modal h2 { font-size: 2.7rem; padding-right: 2.3rem; }
  .promise-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
