.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height, 36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color, var(--react-international-phone-border-color, gainsboro));margin:0;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color, var(--react-international-phone-background-color, white));cursor:pointer;text-transform:none;-webkit-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover, whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size, 4px) solid var(--react-international-phone-country-selector-arrow-color, #777);border-right:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color, #999)}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke))}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width, 24px);height:var(--react-international-phone-flag-height, 24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top, 44px);left:var(--react-international-phone-dropdown-left, 0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color, var(--react-international-phone-background-color, white));box-shadow:var(--react-international-phone-dropdown-shadow, 2px 2px 16px rgba(0, 0, 0, .25));color:var(--react-international-phone-dropdown-item-text-color, var(--react-international-phone-text-color, #222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin, 0);background:var(--react-international-phone-dropdown-preferred-list-divider-color, var(--react-international-phone-border-color, gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height, 28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color, gray);font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color, var(--react-international-phone-text-color, #222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color, var(--react-international-phone-dropdown-item-dial-code-color, gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color, var(--react-international-phone-border-color, gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color, var(--react-international-phone-background-color, white));color:var(--react-international-phone-dial-code-preview-text-color, var(--react-international-phone-text-color, #222));font-size:var(--react-international-phone-dial-code-preview-font-size, var(--react-international-phone-font-size, 13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color, var(--react-international-phone-disabled-text-color, #666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius, 4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height, 36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color, gainsboro);border-radius:var(--react-international-phone-border-radius, 4px);margin:0;background-color:var(--react-international-phone-background-color, white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color, #222);font-family:inherit;font-size:var(--react-international-phone-font-size, 13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color, whitesmoke);color:var(--react-international-phone-disabled-text-color, #666)}@font-face{font-family:Cormorant Garamond;src:url(/tarot-gallery/fonts/cormorant-garamond.ttf) format("truetype");font-style:normal;font-weight:400 700;font-display:swap}@font-face{font-family:Manrope;src:url(/tarot-gallery/fonts/manrope.ttf) format("truetype");font-style:normal;font-weight:300 800;font-display:swap}.tarot-gallery-page{--ink: #0b0a08;--ink-soft: #15120e;--cream: #eee5d2;--cream-deep: #d8cbb0;--paper: #e7dcc5;--violet: #7c3ca0;--lilac: #c977ef;--gold: #ba9b68;--muted: #968b79;--line-dark: rgba(238, 229, 210, .18);--line-light: rgba(11, 10, 8, .18);--display: "Cormorant Garamond", "Iowan Old Style", "Baskerville", serif;--sans: "Manrope", "Avenir Next", "Helvetica Neue", sans-serif;--ease-out: cubic-bezier(.22, 1, .36, 1);color:var(--cream);background:var(--ink);font-family:var(--sans);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.tarot-gallery-page *{box-sizing:border-box}.tarot-gallery-page{scroll-behavior:smooth;background:var(--ink)}.tarot-gallery-page{margin:0;min-width:320px;overflow-x:hidden;background:radial-gradient(circle at 50% 10%,rgba(104,52,133,.18),transparent 36rem),var(--ink)}.tarot-gallery-page:before{position:fixed;z-index:100;inset:0;background-image:repeating-radial-gradient(circle at 0 0,transparent 0 3px,rgba(255,255,255,.018) 4px),repeating-linear-gradient(115deg,rgba(255,255,255,.008) 0 1px,transparent 1px 4px);background-size:6px 6px,7px 7px;content:"";pointer-events:none;mix-blend-mode:soft-light;opacity:.75}.tarot-gallery-page.dialog-is-open{overflow:hidden}.tarot-gallery-page #tarot-gallery-app button,.tarot-gallery-page #tarot-gallery-app input,.tarot-gallery-page .card-dialog button{font:inherit}.tarot-gallery-page button,.tarot-gallery-page a{-webkit-tap-highlight-color:transparent}.tarot-gallery-page button{color:inherit}.tarot-gallery-page button:focus-visible,.tarot-gallery-page a:focus-visible,.tarot-gallery-page input:focus-visible{outline:2px solid var(--lilac);outline-offset:4px}.tarot-gallery-page img{display:block;max-width:100%}.tarot-gallery-page a{color:inherit}.tarot-gallery-page .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}.tarot-gallery-page .skip-link{position:fixed;z-index:999;top:12px;left:12px;padding:12px 16px;color:var(--ink);background:var(--cream);transform:translateY(-150%);transition:transform .18s ease}.tarot-gallery-page .skip-link:focus{transform:translateY(0)}.tarot-gallery-page .site-header{position:absolute;z-index:30;top:0;left:0;width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:28px clamp(22px,3.6vw,64px);animation:fade-down .9s var(--ease-out) .12s both}.tarot-gallery-page .brand{display:inline-flex;width:max-content;align-items:center;gap:11px;color:var(--cream);font-family:var(--display);font-size:26px;font-weight:600;letter-spacing:-.04em;text-decoration:none}.tarot-gallery-page .brand--darc{flex-shrink:0}.tarot-gallery-page .brand-logo{width:76px;height:auto;filter:brightness(0) invert(1) drop-shadow(0 0 18px rgba(201,119,239,.14))}.tarot-gallery-page .brand-logo--footer{width:112px}.tarot-gallery-page .brand svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1}.tarot-gallery-page .brand svg circle:last-child{fill:currentColor;stroke:none}.tarot-gallery-page .header-meta{display:flex;align-items:center;gap:24px;color:#eee5d29e;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.tarot-gallery-page .header-meta span+span{position:relative}.tarot-gallery-page .header-meta span+span:before{position:absolute;top:50%;left:-13px;width:2px;height:2px;border-radius:50%;background:var(--lilac);content:""}.tarot-gallery-page .header-action{display:inline-flex;justify-self:end;align-items:center;gap:16px;border:1px solid var(--line-dark);border-radius:999px;padding:12px 17px 12px 20px;color:var(--cream);background:#0b0a0857;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:color .22s ease,background .22s ease,transform .22s var(--ease-out)}.tarot-gallery-page .header-action:hover{color:var(--ink);background:var(--cream);transform:translateY(-2px)}.tarot-gallery-page .header-action span{font-size:16px;font-weight:400}.tarot-gallery-page .header-controls{display:inline-flex;justify-self:end;align-items:center;gap:10px}.tarot-gallery-page .language-select{position:relative;display:inline-flex;align-items:center}.tarot-gallery-page .language-select:after{position:absolute;right:12px;color:var(--lilac);font-size:11px;content:"↓";pointer-events:none}.tarot-gallery-page .language-select select{min-width:64px;border:1px solid var(--line-dark);border-radius:999px;padding:13px 28px 13px 14px;color:var(--cream);background:#0b0a0857;font:inherit;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;cursor:pointer;appearance:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .22s ease,background .22s ease}.tarot-gallery-page .language-select select:hover,.tarot-gallery-page .language-select select:focus-visible{border-color:#c977efad;background:#7c3ca038;outline:none}.tarot-gallery-page .hero{position:relative;min-height:100svh;display:grid;grid-template-columns:minmax(250px,.8fr) minmax(480px,1.55fr) minmax(250px,.8fr);align-items:center;gap:clamp(8px,2vw,36px);padding:128px clamp(22px,3.6vw,64px) 74px;overflow:hidden;isolation:isolate}.tarot-gallery-page .hero:before{position:absolute;z-index:-2;inset:0;background:radial-gradient(circle at 50% 44%,rgba(185,123,70,.13) 0,transparent 29%),radial-gradient(circle at 10% 80%,rgba(124,60,160,.12),transparent 28%),linear-gradient(180deg,#0e0c09,#090806);content:""}.tarot-gallery-page .hero:after{position:absolute;z-index:-1;top:0;left:50%;width:min(52vw,880px);height:100%;border-right:1px solid rgba(238,229,210,.04);border-left:1px solid rgba(238,229,210,.04);content:"";transform:translate(-50%)}.tarot-gallery-page .hero-word{position:absolute;z-index:-1;top:27%;left:50%;color:var(--violet);font-family:var(--display);font-size:clamp(110px,18.4vw,350px);font-weight:600;letter-spacing:-.075em;line-height:.65;opacity:.9;pointer-events:none;transform:translate(-50%) scaleY(1.08);transform-origin:center;-webkit-user-select:none;user-select:none;white-space:nowrap;animation:hero-word-in 1.25s var(--ease-out) 80ms both}.tarot-gallery-page .hero-intro,.tarot-gallery-page .hero-card-copy{position:relative;z-index:5}.tarot-gallery-page .hero-intro{align-self:end;max-width:360px;padding-bottom:clamp(46px,6vh,94px);animation:fade-up .9s var(--ease-out) .34s both}.tarot-gallery-page .eyebrow{margin:0;color:var(--lilac);font-size:10px;font-weight:800;letter-spacing:.21em;text-transform:uppercase}.tarot-gallery-page .eyebrow:before{display:inline-block;width:22px;height:1px;margin:0 10px 3px 0;background:currentColor;content:""}.tarot-gallery-page .hero-intro h1{margin:22px 0;font-family:var(--display);font-size:clamp(48px,4.15vw,77px);font-weight:500;letter-spacing:-.055em;line-height:.88}.tarot-gallery-page .hero-lede{max-width:32ch;margin:0;color:#eee5d294;font-size:12px;font-weight:400;line-height:1.75}.tarot-gallery-page .text-link{display:inline-flex;align-items:center;gap:15px;margin-top:30px;border:0;padding:0;color:var(--cream);background:transparent;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.tarot-gallery-page .hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:15px;margin-top:30px}.tarot-gallery-page .hero-actions .text-link{margin-top:0}.tarot-gallery-page .consultation-cta{display:inline-flex;min-height:40px;align-items:center;gap:11px;border:1px solid rgba(201,119,239,.52);border-radius:999px;padding:10px 15px 10px 17px;color:var(--cream);background:#7c3ca033;font-size:9px;font-weight:800;letter-spacing:.1em;line-height:1.25;text-decoration:none;text-transform:uppercase;transition:color .22s ease,background .22s ease,transform .22s var(--ease-out)}.tarot-gallery-page .consultation-cta span{color:var(--lilac);font-size:14px}.tarot-gallery-page .consultation-cta:hover,.tarot-gallery-page .consultation-cta:focus-visible{color:var(--ink);background:var(--lilac);outline:none;transform:translateY(-2px)}.tarot-gallery-page .consultation-cta:hover span,.tarot-gallery-page .consultation-cta:focus-visible span{color:var(--ink)}.tarot-gallery-page .hero-consultation-note{display:flex;align-items:center;gap:8px;margin:13px 0 0;color:#eee5d275;font-size:8px;font-weight:600;letter-spacing:.06em;line-height:1.5}.tarot-gallery-page .hero-consultation-note span{color:var(--lilac);font-size:9px}.tarot-gallery-page .text-link span:first-child{padding-bottom:7px;border-bottom:1px solid rgba(238,229,210,.36)}.tarot-gallery-page .text-link-icon{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--line-dark);border-radius:50%;color:var(--lilac);transition:transform .3s var(--ease-out)}.tarot-gallery-page .text-link:hover .text-link-icon{transform:rotate(90deg) scale(1.08)}.tarot-gallery-page .deck-showcase{position:relative;z-index:4;align-self:stretch;min-height:620px;animation:deck-in 1.15s var(--ease-out) .18s both}.tarot-gallery-page .deck-orbit{position:absolute;inset:0 0 52px;perspective:1200px;touch-action:pan-y}.tarot-gallery-page .deck-orbit.is-changing{pointer-events:none;-webkit-user-select:none;user-select:none}.tarot-gallery-page .orbit-card{--tilt-x: 0deg;--tilt-y: 0deg;position:absolute;top:50%;left:50%;width:clamp(210px,20vw,332px);aspect-ratio:.579;border:0;padding:0;background:transparent;cursor:pointer;backface-visibility:hidden;transform-origin:50% 88%;transform-style:preserve-3d;transition:filter .5s ease,transform .62s cubic-bezier(.22,1,.36,1),opacity .44s ease;will-change:filter,opacity,transform}.tarot-gallery-page .orbit-card--active{z-index:10;transform:translate(-50%,-50%) perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y))}.tarot-gallery-page .orbit-card--offset-neg1{z-index:8;opacity:.84;filter:saturate(.76) brightness(.74);transform:translate(calc(-50% - clamp(96px,8.5vw,145px)),-47%) rotate(-8deg) scale(.89)}.tarot-gallery-page .orbit-card--offset-pos1{z-index:8;opacity:.84;filter:saturate(.76) brightness(.74);transform:translate(calc(-50% + clamp(96px,8.5vw,145px)),-47%) rotate(8deg) scale(.89)}.tarot-gallery-page .orbit-card--offset-neg2{z-index:7;opacity:.42;filter:saturate(.45) brightness(.52);transform:translate(calc(-50% - clamp(172px,15vw,260px)),-42%) rotate(-13deg) scale(.76)}.tarot-gallery-page .orbit-card--offset-pos2{z-index:7;opacity:.42;filter:saturate(.45) brightness(.52);transform:translate(calc(-50% + clamp(172px,15vw,260px)),-42%) rotate(13deg) scale(.76)}.tarot-gallery-page .orbit-card--offset-neg3{z-index:6;opacity:0;filter:saturate(.32) brightness(.4);pointer-events:none;transform:translate(calc(-50% - clamp(248px,22vw,390px)),-37%) rotate(-18deg) scale(.64)}.tarot-gallery-page .orbit-card--offset-pos3{z-index:6;opacity:0;filter:saturate(.32) brightness(.4);pointer-events:none;transform:translate(calc(-50% + clamp(248px,22vw,390px)),-37%) rotate(18deg) scale(.64)}.tarot-gallery-page .orbit-card--offset-neg4{z-index:5;opacity:0;filter:saturate(.24) brightness(.32);pointer-events:none;transform:translate(calc(-50% - clamp(320px,29vw,510px)),-31%) rotate(-23deg) scale(.52)}.tarot-gallery-page .orbit-card--offset-pos4{z-index:5;opacity:0;filter:saturate(.24) brightness(.32);pointer-events:none;transform:translate(calc(-50% + clamp(320px,29vw,510px)),-31%) rotate(23deg) scale(.52)}.tarot-gallery-page .deck-orbit.is-jump-forward .orbit-card--jump-exit{opacity:0;filter:saturate(.25) brightness(.34);transform:translate(calc(-50% - clamp(275px,25vw,430px)),-39%) rotate(-19deg) scale(.64)}.tarot-gallery-page .deck-orbit.is-jump-backward .orbit-card--jump-exit{opacity:0;filter:saturate(.25) brightness(.34);transform:translate(calc(-50% + clamp(275px,25vw,430px)),-39%) rotate(19deg) scale(.64)}.tarot-gallery-page .orbit-card--jump-target{transition-duration:.52s,.68s,.44s}.tarot-gallery-page .orbit-card--side:hover{filter:saturate(.95) brightness(.94)}.tarot-gallery-page .orbit-card--offset-neg1:hover{transform:translate(calc(-50% - clamp(101px,9vw,153px)),-49%) rotate(-7deg) scale(.91)}.tarot-gallery-page .orbit-card--offset-pos1:hover{transform:translate(calc(-50% + clamp(101px,9vw,153px)),-49%) rotate(7deg) scale(.91)}.tarot-gallery-page .orbit-card-frame{position:absolute;inset:0;display:block;overflow:visible;background:transparent}.tarot-gallery-page .orbit-card-frame:before{display:none}.tarot-gallery-page .orbit-card img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 0 rgba(81,51,30,.78)) drop-shadow(0 26px 28px rgba(0,0,0,.5));-webkit-user-select:none;user-select:none}.tarot-gallery-page .card-edge,.tarot-gallery-page .card-sheen{display:none}.tarot-gallery-page .orbit-card--active:hover .card-sheen{opacity:1;transform:translate(38%)}.tarot-gallery-page .deck-controls{position:absolute;z-index:20;bottom:3px;left:50%;display:flex;align-items:center;gap:16px;transform:translate(-50%)}.tarot-gallery-page .deck-controls p{min-width:62px;margin:0;color:#eee5d275;font-size:9px;font-weight:800;letter-spacing:.13em;text-align:center}.tarot-gallery-page .deck-controls p span{color:var(--cream)}.tarot-gallery-page .round-button{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--line-dark);border-radius:50%;color:var(--cream);background:#0b0a087a;cursor:pointer;transition:color .22s ease,background .22s ease,transform .22s var(--ease-out)}.tarot-gallery-page .round-button:hover{color:var(--ink);background:var(--cream);transform:scale(1.08)}.tarot-gallery-page .hero-card-copy{align-self:end;max-width:350px;padding-bottom:clamp(46px,6vh,94px);transition:opacity .2s ease,transform .22s ease}.tarot-gallery-page .hero-card-copy.is-page-entering{animation:fade-up .9s var(--ease-out) .47s both}.tarot-gallery-page .hero-card-copy.is-copy-out{opacity:0;transform:translate(var(--copy-out-x))}.tarot-gallery-page .hero-card-copy.is-copy-in{animation:hero-copy-in .43s var(--ease-out) both}.tarot-gallery-page .hero-card-meta{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--line-dark);color:#eee5d27a;font-size:9px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.tarot-gallery-page .hero-card-meta span:last-child{color:var(--lilac);font-family:var(--display);font-size:19px;font-weight:600;letter-spacing:0}.tarot-gallery-page .hero-card-copy h2{margin:20px 0 13px;font-family:var(--display);font-size:clamp(40px,4vw,67px);font-weight:500;letter-spacing:-.055em;line-height:.92}.tarot-gallery-page .keyword-list{display:flex;flex-wrap:wrap;gap:7px}.tarot-gallery-page .keyword-list span{border:1px solid var(--line-dark);border-radius:999px;padding:6px 9px;color:#eee5d2a8;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tarot-gallery-page .hero-card-copy>p{min-height:76px;margin:19px 0 0;color:#eee5d296;font-family:var(--display);font-size:16px;line-height:1.48}.tarot-gallery-page .detail-button{display:flex;width:100%;align-items:center;justify-content:space-between;margin-top:22px;border:0;border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);padding:13px 2px;color:var(--cream);background:transparent;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:color .22s ease,padding .25s var(--ease-out)}.tarot-gallery-page .detail-button:hover{padding-right:10px;padding-left:10px;color:var(--lilac)}.tarot-gallery-page .detail-button span{font-size:17px;font-weight:400}.tarot-gallery-page .scroll-note{position:absolute;z-index:4;bottom:28px;left:clamp(22px,3.6vw,64px);display:flex;align-items:center;gap:12px;margin:0;color:#eee5d24d;font-size:8px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.tarot-gallery-page .scroll-note span{display:block;width:34px;height:1px;background:var(--violet)}.tarot-gallery-page .deck-section{position:relative;z-index:2;padding:clamp(90px,11vw,180px) clamp(22px,4.6vw,82px) clamp(100px,12vw,190px);color:var(--ink);background:radial-gradient(circle at 88% 3%,rgba(157,119,67,.16),transparent 28rem),linear-gradient(105deg,rgba(255,255,255,.16),transparent 48%),var(--paper)}.tarot-gallery-page .deck-section:before{position:absolute;inset:0;background-image:linear-gradient(rgba(42,33,22,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(42,33,22,.03) 1px,transparent 1px);background-size:52px 52px;content:"";pointer-events:none}.tarot-gallery-page .deck-heading{position:relative;display:grid;grid-template-columns:1.35fr .65fr;align-items:end;gap:9vw;padding-bottom:clamp(64px,8vw,118px)}.tarot-gallery-page .deck-heading .eyebrow{color:var(--violet)}.tarot-gallery-page .deck-heading h2,.tarot-gallery-page .about-section h2{margin:25px 0 0;font-family:var(--display);font-size:clamp(68px,9.6vw,166px);font-weight:500;letter-spacing:-.075em;line-height:.74}.tarot-gallery-page .deck-heading>p{max-width:43ch;margin:0;padding-bottom:4px;color:#0b0a08a3;font-family:var(--display);font-size:18px;line-height:1.55}.tarot-gallery-page .deck-consultation-prompt{position:relative;z-index:3;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(24px,4vw,64px);margin-bottom:clamp(48px,6vw,82px);border:1px solid rgba(124,60,160,.28);padding:clamp(26px,3vw,44px);color:var(--cream);background:radial-gradient(circle at 92% 18%,rgba(201,119,239,.16),transparent 18rem),linear-gradient(115deg,rgba(124,60,160,.2),transparent 44%),var(--ink-soft);box-shadow:0 24px 70px #3822101f;overflow:hidden}.tarot-gallery-page .deck-consultation-prompt:after{position:absolute;right:-42px;bottom:-80px;color:#c977ef13;content:"D’ARC";font-family:var(--display);font-size:clamp(92px,13vw,190px);font-weight:600;letter-spacing:-.08em;line-height:1;pointer-events:none}.tarot-gallery-page .deck-consultation-mark{position:relative;z-index:1;display:grid;width:clamp(74px,8vw,112px);aspect-ratio:1;place-items:center;border:1px solid rgba(238,229,210,.24);border-radius:50%;color:var(--lilac);font-family:var(--display);font-size:clamp(50px,5vw,72px);font-weight:400}.tarot-gallery-page .deck-consultation-mark:before{position:absolute;width:58%;aspect-ratio:1;border:1px solid rgba(201,119,239,.34);border-radius:50%;content:""}.tarot-gallery-page .deck-consultation-copy{position:relative;z-index:1}.tarot-gallery-page .deck-consultation-copy .eyebrow{color:var(--lilac)}.tarot-gallery-page .deck-consultation-copy h3{max-width:17ch;margin:13px 0 0;font-family:var(--display);font-size:clamp(34px,3.7vw,58px);font-weight:500;letter-spacing:-.045em;line-height:.95}.tarot-gallery-page .deck-consultation-copy>p:last-child{max-width:62ch;margin:16px 0 0;color:#eee5d299;font-family:var(--display);font-size:16px;line-height:1.55}.tarot-gallery-page .deck-consultation-action{position:relative;z-index:1;display:flex;min-width:208px;align-items:flex-start;flex-direction:column;gap:12px}.tarot-gallery-page .deck-consultation-action a,.tarot-gallery-page .dialog-consultation-prompt a{display:inline-flex;min-height:48px;align-items:center;justify-content:space-between;gap:18px;border-radius:999px;padding:13px 17px 13px 20px;color:var(--ink);background:var(--lilac);font-size:9px;font-weight:800;letter-spacing:.1em;line-height:1.3;text-decoration:none;text-transform:uppercase;transition:background .22s ease,transform .22s var(--ease-out)}.tarot-gallery-page .deck-consultation-action a:hover,.tarot-gallery-page .deck-consultation-action a:focus-visible,.tarot-gallery-page .dialog-consultation-prompt a:hover,.tarot-gallery-page .dialog-consultation-prompt a:focus-visible{background:var(--cream);outline:none;transform:translateY(-2px)}.tarot-gallery-page .deck-consultation-action a span,.tarot-gallery-page .dialog-consultation-prompt a span{font-size:15px}.tarot-gallery-page .deck-consultation-action small{padding-left:8px;color:#eee5d26e;font-size:8px;font-weight:700;letter-spacing:.07em;line-height:1.5;text-transform:uppercase}.tarot-gallery-page .deck-toolbar{position:relative;z-index:4;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 0;border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light)}.tarot-gallery-page .filter-list{display:flex;align-items:center;gap:7px;min-inline-size:0;margin:0;border:0;padding:0;overflow-x:auto;scrollbar-width:none}.tarot-gallery-page .filter-list::-webkit-scrollbar{display:none}.tarot-gallery-page .filter-button{display:inline-flex;flex:0 0 auto;align-items:center;gap:8px;border:1px solid transparent;border-radius:999px;padding:9px 12px;color:#0b0a0894;background:transparent;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;cursor:pointer;transition:color .18s ease,background .18s ease,border-color .18s ease}.tarot-gallery-page .filter-button span{color:#0b0a0852;font-size:8px}.tarot-gallery-page .filter-button:hover,.tarot-gallery-page .filter-button.is-active{border-color:#0b0a0829;color:var(--paper);background:var(--ink)}.tarot-gallery-page .filter-button.is-active span{color:#e7dcc58c}.tarot-gallery-page .search-field{display:flex;flex:0 0 220px;align-items:center;gap:8px;padding:4px 0 4px 12px;border-left:1px solid var(--line-light)}.tarot-gallery-page .search-field svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.5}.tarot-gallery-page .search-field input{width:100%;border:0;outline:0;color:var(--ink);background:transparent;font-size:11px}.tarot-gallery-page .search-field input::placeholder{color:#0b0a086e}.tarot-gallery-page .results-status{position:relative;margin:35px 0 20px;color:#0b0a086b;font-size:8px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.tarot-gallery-page .card-grid{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(30px,4vw,66px) clamp(12px,2vw,32px)}.tarot-gallery-page .gallery-item{min-width:0;opacity:0;transform:translateY(26px);transition:opacity .7s var(--ease-out) calc(var(--reveal-order, 0) * 45ms),transform .7s var(--ease-out) calc(var(--reveal-order, 0) * 45ms)}.tarot-gallery-page .gallery-item.is-visible{opacity:1;transform:translateY(0)}.tarot-gallery-page .gallery-card{display:block;width:100%;border:0;padding:0;color:var(--ink);background:transparent;text-align:left;text-decoration:none;cursor:pointer}.tarot-gallery-page .gallery-image{position:relative;display:block;aspect-ratio:.579;overflow:visible;background:transparent;transition:transform .5s var(--ease-out)}.tarot-gallery-page .gallery-image:after{display:none}.tarot-gallery-page .gallery-image img{display:block;width:100%;height:100%;object-fit:contain;filter:saturate(.88) contrast(1.02) drop-shadow(0 15px 14px rgba(65,47,27,.2));transition:filter .45s ease,transform .65s var(--ease-out)}.tarot-gallery-page .gallery-open{position:absolute;z-index:3;right:8px;bottom:8px;padding:7px 9px;color:var(--cream);background:#0b0a08db;font-size:7px;font-weight:800;letter-spacing:.12em;opacity:0;text-transform:uppercase;transform:translateY(6px);transition:opacity .22s ease,transform .3s var(--ease-out)}.tarot-gallery-page .gallery-card:hover .gallery-image{transform:translateY(-7px) rotate(-.7deg)}.tarot-gallery-page .gallery-card:hover .gallery-image img{filter:saturate(1.04) contrast(1.03) drop-shadow(0 24px 20px rgba(65,47,27,.3));transform:scale(1.025)}.tarot-gallery-page .gallery-card:hover .gallery-open{opacity:1;transform:translateY(0)}.tarot-gallery-page .gallery-meta{display:flex;align-items:center;justify-content:space-between;margin-top:13px;color:#0b0a0875;font-size:7px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.tarot-gallery-page .gallery-meta span:last-child{color:var(--violet)}.tarot-gallery-page .gallery-name{display:block;margin-top:5px;overflow:hidden;font-family:var(--display);font-size:clamp(18px,1.45vw,25px);font-weight:600;letter-spacing:-.035em;line-height:1;text-overflow:ellipsis;white-space:nowrap}.tarot-gallery-page .empty-state{position:relative;padding:100px 0 30px;text-align:center}.tarot-gallery-page .empty-state span{color:var(--violet);font-size:38px}.tarot-gallery-page .empty-state p{font-family:var(--display);font-size:28px}.tarot-gallery-page .empty-state button{border:1px solid var(--line-light);border-radius:999px;padding:10px 16px;background:transparent;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.tarot-gallery-page .about-section{display:grid;grid-template-columns:.45fr 1.4fr .75fr;align-items:end;gap:6vw;padding:clamp(90px,11vw,180px) clamp(22px,4.6vw,82px);color:var(--cream);background:radial-gradient(circle at 12% 20%,rgba(210,166,232,.17),transparent 22rem),#5f2b78}.tarot-gallery-page .about-mark{display:grid;width:clamp(110px,15vw,230px);aspect-ratio:1;place-items:center;border:1px solid rgba(238,229,210,.26);border-radius:50%;font-family:var(--display);font-size:clamp(75px,10vw,150px);font-weight:300}.tarot-gallery-page .about-mark span{display:block;line-height:1;transform:translateY(-.11em)}.tarot-gallery-page .about-section .eyebrow{color:#eee5d29e}.tarot-gallery-page .about-section h2{font-size:clamp(52px,6.8vw,112px);line-height:.8}.tarot-gallery-page .about-section>p{max-width:36ch;margin:0;color:#eee5d2ad;font-family:var(--display);font-size:18px;line-height:1.55}.tarot-gallery-page .site-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:40px;padding:70px clamp(22px,4.6vw,82px) 42px;color:#eee5d27a;background:var(--ink);font-size:9px;line-height:1.7;letter-spacing:.07em;text-transform:uppercase}.tarot-gallery-page .site-footer>div>p{margin:18px 0 0}.tarot-gallery-page .site-footer>p{margin:0;text-align:center}.tarot-gallery-page .site-footer>button{display:inline-flex;justify-self:end;align-items:center;gap:14px;border:0;padding:0 0 7px;border-bottom:1px solid var(--line-dark);color:var(--cream);background:transparent;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;cursor:pointer}.tarot-gallery-page .card-dialog{width:min(1380px,calc(100vw - 42px));max-width:none;height:min(890px,calc(100svh - 42px));max-height:none;margin:auto;border:1px solid rgba(238,229,210,.18);padding:0;color:var(--cream);background:var(--ink-soft);box-shadow:0 40px 130px #000000b8;overflow:hidden}.tarot-gallery-page .card-dialog[open]{display:grid;grid-template-columns:minmax(360px,.88fr) minmax(520px,1.12fr);animation:dialog-in .56s var(--ease-out) both}.tarot-gallery-page .card-dialog::backdrop{background:#030201db;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:backdrop-in .36s ease both}.tarot-gallery-page .dialog-close{position:absolute;z-index:20;top:22px;right:22px;left:auto;display:grid;width:46px;height:46px;place-items:center;border:1px solid rgba(238,229,210,.34);border-radius:50%;color:var(--cream);background:#0b0a088c;cursor:pointer;transform:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:color .2s ease,background .2s ease}.tarot-gallery-page .dialog-close:hover{color:var(--ink);background:var(--cream)}.tarot-gallery-page .dialog-close span:last-child{position:relative;display:block;width:14px;height:14px;font-size:0;transition:transform .25s var(--ease-out)}.tarot-gallery-page .dialog-close span:last-child:before,.tarot-gallery-page .dialog-close span:last-child:after{position:absolute;top:50%;left:50%;width:14px;height:1px;border-radius:999px;background:currentColor;content:""}.tarot-gallery-page .dialog-close span:last-child:before{transform:translate(-50%,-50%) rotate(45deg)}.tarot-gallery-page .dialog-close span:last-child:after{transform:translate(-50%,-50%) rotate(-45deg)}.tarot-gallery-page .dialog-close:hover span:last-child{transform:rotate(90deg)}.tarot-gallery-page .dialog-card-visual{position:relative;display:grid;place-items:center;min-height:0;overflow:hidden;background:radial-gradient(circle at 50% 44%,rgba(238,229,210,.13),transparent 48%),var(--violet)}.tarot-gallery-page .dialog-card-visual:before,.tarot-gallery-page .dialog-card-visual:after{position:absolute;border:1px solid rgba(238,229,210,.17);border-radius:50%;content:""}.tarot-gallery-page .dialog-card-visual:before{width:72%;aspect-ratio:1}.tarot-gallery-page .dialog-card-visual:after{width:46%;aspect-ratio:1}.tarot-gallery-page .dialog-ghost-number{position:absolute;top:50%;left:50%;color:#eee5d21c;font-family:var(--display);font-size:clamp(220px,29vw,500px);font-weight:600;letter-spacing:-.08em;line-height:.7;transform:translate(-52%,-54%)}.tarot-gallery-page .dialog-image-frame{position:relative;z-index:3;width:min(45%,290px);aspect-ratio:.579;overflow:visible;transform:rotate(-1.4deg)}.tarot-gallery-page .dialog-image-frame img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 0 rgba(81,51,30,.78)) drop-shadow(0 34px 32px rgba(24,7,3,.5))}.tarot-gallery-page .dialog-card-visual>p{position:absolute;z-index:4;right:30px;bottom:25px;margin:0;color:#eee5d2ad;font-size:9px;font-weight:800;letter-spacing:.18em}.tarot-gallery-page .dialog-copy{padding:clamp(70px,6vw,105px) clamp(45px,6vw,100px) 55px;overflow-y:auto;scrollbar-color:rgba(238,229,210,.2) transparent;scrollbar-width:thin}.tarot-gallery-page .dialog-copy h2{margin:19px 0 22px;font-family:var(--display);font-size:clamp(66px,6.7vw,112px);font-weight:500;letter-spacing:-.07em;line-height:.78}.tarot-gallery-page .dialog-keywords span{color:#eee5d2b3}.tarot-gallery-page .dialog-summary{max-width:54ch;margin:28px 0 0;color:#eee5d2a8;font-family:var(--display);font-size:clamp(18px,1.5vw,22px);line-height:1.5}.tarot-gallery-page .meaning-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:40px;padding-top:28px;border-top:1px solid var(--line-dark)}.tarot-gallery-page .meaning-grid section+section{padding-left:30px;border-left:1px solid var(--line-dark)}.tarot-gallery-page .meaning-grid section>p:last-child{margin:15px 0 0;color:#eee5d285;font-size:11px;line-height:1.75}.tarot-gallery-page .meaning-label{display:flex;align-items:center;gap:9px;margin:0;color:var(--cream);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.tarot-gallery-page .meaning-label span{color:var(--lilac);font-size:16px}.tarot-gallery-page .dialog-copy blockquote{margin:36px 0 0;padding:23px 0 0 25px;border-top:1px solid var(--line-dark);border-left:2px solid var(--violet)}.tarot-gallery-page .dialog-copy blockquote>span{color:var(--muted);font-size:8px;font-style:normal;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.tarot-gallery-page .dialog-copy blockquote p{margin:12px 0 0;font-family:var(--display);font-size:23px;line-height:1.25}.tarot-gallery-page .dialog-consultation-prompt{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;margin-top:34px;border:1px solid rgba(201,119,239,.25);padding:20px;background:#7c3ca01f}.tarot-gallery-page .dialog-consultation-prompt strong{display:block;color:var(--cream);font-family:var(--display);font-size:20px;font-weight:600;letter-spacing:-.02em}.tarot-gallery-page .dialog-consultation-prompt p{max-width:46ch;margin:7px 0 0;color:#eee5d280;font-size:10px;line-height:1.65}.tarot-gallery-page .dialog-consultation-prompt a{max-width:205px;min-height:44px;padding:11px 15px 11px 17px;font-size:8px}.tarot-gallery-page .dialog-navigation{display:flex;justify-content:space-between;margin-top:38px;padding-top:20px;border-top:1px solid var(--line-dark)}.tarot-gallery-page .dialog-navigation button{display:flex;align-items:center;gap:10px;border:0;padding:0;color:#eee5d2ad;background:transparent;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:color .18s ease}.tarot-gallery-page .dialog-navigation button:hover{color:var(--lilac)}@keyframes hero-word-in{0%{opacity:0;transform:translate(-50%) translateY(60px) scaleY(1.08)}}@keyframes fade-up{0%{opacity:0;transform:translateY(28px)}}@keyframes hero-copy-in{0%{opacity:0;transform:translate(var(--copy-in-x))}to{opacity:1;transform:translate(0)}}@keyframes fade-down{0%{opacity:0;transform:translateY(-18px)}}@keyframes deck-in{0%{opacity:0;transform:translateY(55px) scale(.96)}}@keyframes dialog-in{0%{opacity:0;transform:scale(.97) translateY(18px)}}@keyframes backdrop-in{0%{opacity:0}}@media(max-width:1240px){.tarot-gallery-page .hero{grid-template-columns:minmax(230px,.7fr) minmax(430px,1.45fr) minmax(230px,.7fr)}.tarot-gallery-page .hero-intro h1{font-size:clamp(45px,4.6vw,62px)}.tarot-gallery-page .card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1020px){.tarot-gallery-page .hero{min-height:1040px;grid-template-columns:.7fr 1.3fr;grid-template-rows:auto 1fr;padding-top:124px}.tarot-gallery-page .hero-intro{align-self:center;padding:0 0 40px}.tarot-gallery-page .deck-showcase{grid-column:2;grid-row:1 / 3}.tarot-gallery-page .hero-card-copy{align-self:start;padding:30px 0 0}.tarot-gallery-page .hero-word{top:40%}.tarot-gallery-page .scroll-note{display:none}.tarot-gallery-page .card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.tarot-gallery-page .about-section{grid-template-columns:.42fr 1.3fr}.tarot-gallery-page .about-section>p{grid-column:2}.tarot-gallery-page .card-dialog[open]{grid-template-columns:minmax(320px,.76fr) minmax(470px,1.24fr)}.tarot-gallery-page .dialog-copy{padding-right:45px;padding-left:45px}}@media(max-width:760px){.tarot-gallery-page .site-header{grid-template-columns:1fr auto;padding:22px}.tarot-gallery-page .header-meta{display:none}.tarot-gallery-page .header-action{padding:10px 13px 10px 15px}.tarot-gallery-page .header-controls{gap:7px}.tarot-gallery-page .language-select select{min-width:57px;padding:11px 24px 11px 11px;font-size:9px}.tarot-gallery-page .language-select:after{right:10px}.tarot-gallery-page .hero{min-height:auto;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:120px 22px 74px}.tarot-gallery-page .hero:after{width:74vw}.tarot-gallery-page .hero-word{top:36%;font-size:35vw}.tarot-gallery-page .hero-intro{align-self:auto;max-width:470px;padding-bottom:10px}.tarot-gallery-page .hero-intro h1{font-size:clamp(48px,15vw,72px)}.tarot-gallery-page .hero-lede{max-width:38ch}.tarot-gallery-page .deck-showcase{width:calc(100% + 44px);min-height:660px;margin-left:-22px}.tarot-gallery-page .deck-orbit{bottom:48px}.tarot-gallery-page .orbit-card{width:min(56vw,300px)}.tarot-gallery-page .orbit-card--offset-neg2,.tarot-gallery-page .orbit-card--offset-pos2,.tarot-gallery-page .orbit-card--offset-neg3,.tarot-gallery-page .orbit-card--offset-pos3,.tarot-gallery-page .orbit-card--offset-neg4,.tarot-gallery-page .orbit-card--offset-pos4{opacity:0;pointer-events:none}.tarot-gallery-page .orbit-card--offset-neg1{transform:translate(calc(-50% - 25vw),-47%) rotate(-8deg) scale(.84)}.tarot-gallery-page .orbit-card--offset-pos1{transform:translate(calc(-50% + 25vw),-47%) rotate(8deg) scale(.84)}.tarot-gallery-page .orbit-card--offset-neg1:hover{transform:translate(calc(-50% - 26vw),-49%) rotate(-7deg) scale(.86)}.tarot-gallery-page .orbit-card--offset-pos1:hover{transform:translate(calc(-50% + 26vw),-49%) rotate(7deg) scale(.86)}.tarot-gallery-page .hero-card-copy{align-self:auto;max-width:none;padding:10px 0 0}.tarot-gallery-page .hero-card-copy h2{font-size:56px}.tarot-gallery-page .hero-card-copy>p{min-height:auto}.tarot-gallery-page .deck-section{padding-right:18px;padding-left:18px}.tarot-gallery-page .deck-heading{grid-template-columns:1fr;gap:42px}.tarot-gallery-page .deck-consultation-prompt{grid-template-columns:auto minmax(0,1fr)}.tarot-gallery-page .deck-consultation-action{grid-column:2}.tarot-gallery-page .deck-heading h2{font-size:clamp(72px,23vw,116px)}.tarot-gallery-page .deck-toolbar{align-items:stretch;flex-direction:column}.tarot-gallery-page .filter-list{width:calc(100% + 18px);padding-right:18px}.tarot-gallery-page .search-field{flex-basis:auto;border-top:1px solid var(--line-light);border-left:0;padding:13px 4px 2px}.tarot-gallery-page .card-grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:12px}.tarot-gallery-page .gallery-name{font-size:19px}.tarot-gallery-page .about-section{grid-template-columns:1fr;padding-right:22px;padding-left:22px}.tarot-gallery-page .about-mark{width:120px}.tarot-gallery-page .about-section>p{grid-column:auto}.tarot-gallery-page .site-footer{grid-template-columns:1fr;align-items:start}.tarot-gallery-page .site-footer>p{text-align:left}.tarot-gallery-page .site-footer>button{justify-self:start}.tarot-gallery-page .card-dialog{width:100vw;height:100svh;border:0}.tarot-gallery-page .card-dialog[open]{display:block;overflow-y:auto}.tarot-gallery-page .dialog-close{top:16px;left:auto;right:16px;transform:none}.tarot-gallery-page .dialog-card-visual{min-height:72svh}.tarot-gallery-page .dialog-image-frame{width:min(48%,265px)}.tarot-gallery-page .dialog-copy{overflow:visible;padding:62px 22px 50px}.tarot-gallery-page .dialog-consultation-prompt{grid-template-columns:1fr}.tarot-gallery-page .dialog-copy h2{font-size:clamp(66px,20vw,95px)}}@media(max-width:510px){.tarot-gallery-page .brand{font-size:23px}.tarot-gallery-page .brand-logo{width:64px}.tarot-gallery-page .brand-logo--footer{width:96px}.tarot-gallery-page .brand svg{width:28px;height:28px}.tarot-gallery-page .header-action{gap:8px;font-size:9px}.tarot-gallery-page .deck-showcase{min-height:600px}.tarot-gallery-page .orbit-card{width:min(62vw,275px)}.tarot-gallery-page .orbit-card--offset-neg1{transform:translate(calc(-50% - 24vw),-47%) rotate(-8deg) scale(.8)}.tarot-gallery-page .orbit-card--offset-pos1{transform:translate(calc(-50% + 24vw),-47%) rotate(8deg) scale(.8)}.tarot-gallery-page .card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 13px}.tarot-gallery-page .gallery-name{font-size:21px}.tarot-gallery-page .meaning-grid{grid-template-columns:1fr}.tarot-gallery-page .meaning-grid section+section{padding-top:26px;padding-left:0;border-top:1px solid var(--line-dark);border-left:0}.tarot-gallery-page .hero-actions{align-items:flex-start;flex-direction:column}.tarot-gallery-page .deck-consultation-prompt{grid-template-columns:1fr;padding:26px 22px 30px}.tarot-gallery-page .deck-consultation-mark{width:68px}.tarot-gallery-page .deck-consultation-action{grid-column:auto;min-width:0}.tarot-gallery-page .deck-consultation-action a{width:100%}}@media(prefers-reduced-motion:reduce){.tarot-gallery-page *,.tarot-gallery-page *:before,.tarot-gallery-page *:after{scroll-behavior:auto!important;animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}.tarot-gallery-page .gallery-item{opacity:1;transform:none}}
