/* BE THE ONE · Practices. A small beginning, within easy reach. */
.practices-page {
  --p-sage: #e0e8db;
  --p-blue: #dfeaf0;
  --p-peach: #f0e2d6;
  --p-green: #354b32;
}
.practices-page [hidden] { display: none !important; }
.practices-page :is(h1, h2, h3) { font-weight: 600; }
.practices-page :is(select, textarea) { font-family: inherit; }
.practices-page :is(a, button, select) { touch-action: manipulation; }
.practices-page .j-nav-links a { display: flex; align-items: center; min-height: 44px; }
.practices-page .j-header { background: #f7f5eff5; }
.practices-page main { overflow: clip; }
.p-clock { width: 14px; height: 14px; flex: 0 0 auto; }
.p-text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 13px; font-weight: 500; }
.p-text-link .j-arrow { transition: transform .22s var(--j-ease); }
.p-text-link:hover .j-arrow { transform: translateX(3px); }

/* One compact welcome. The choices begin immediately underneath. */
.p-hero { position: relative; isolation: isolate; overflow: hidden; background: #293b2a; color: #fffef7; }
.p-hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 66% 8%; }
.p-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #101e15de, #102215a3 40%, #19341c17 74%), linear-gradient(0deg, #14251c30, #14251c00 45%); }
.p-hero-content { min-height: 334px; padding-block: 41px 37px; }
.p-hero .j-kicker { margin-bottom: 19px; color: #e3eade; }
.p-hero h1 { max-width: 790px; font-size: clamp(43px, 4.5vw, 64px); line-height: 1.06; letter-spacing: -.058em; text-wrap: initial; }
.p-hero-deck { margin-top: 18px !important; max-width: 440px; color: #eef2e9; font-size: 16px; line-height: 1.65; }
.p-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 24px; }
.p-hero-actions .j-pill { min-height: 49px; padding: 13px 21px; font-size: 12px; }
.p-hero-actions > span { color: #e1e8dd; font-size: 10px; }
.p-hero-scroll { position: absolute; right: max(40px, calc((100% - 1280px) / 2)); bottom: 32px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #ffffff72; border-radius: 50%; background: #13231540; color: #fff; transition: background .2s; }
.p-hero-scroll .j-arrow { transform: rotate(90deg); }
.p-hero-scroll:hover { background: #1323159c; }
.p-hero :focus-visible { outline-color: #fff; }

/* Time and intention are filters, not a quiz or a barrier to entry. */
.p-library { padding-block: 35px 69px; scroll-margin-top: 102px; }
.p-library-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; }
.p-library-heading h2 { font-size: clamp(29px, 2.55vw, 37px); letter-spacing: -.045em; }
.p-library-heading > p { color: var(--j-muted); font-size: 12px; }
.p-filters { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 25px; }
.p-needs { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; min-width: 0; }
.p-needs > a { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 10px 17px; border: 1px solid #cfd5c9; border-radius: 50px; color: #4e5949; font-size: 11px; font-weight: 500; white-space: nowrap; transition: color .2s, background .2s, border-color .2s; }
.p-needs > a:hover { border-color: #6e8164; background: #e8ede2; }
.p-needs > a[aria-current="true"] { background: #283b26; border-color: #283b26; color: #fffef6; }
.p-time-form { display: flex; flex-shrink: 0; align-items: center; gap: 8px; }
.p-time-form > label { display: flex; color: #5b6654; }
.p-time-form select { width: 119px; min-height: 44px; padding: 8px 20px 8px 5px; border: 0; border-bottom: 1px solid #b9c3b2; border-radius: 0; background: transparent; color: #3c4937; font-size: 12px; cursor: pointer; }
.p-filter-submit { min-height: 44px; padding: 8px 13px; border: 1px solid #bac5b2; border-radius: 30px; background: #e4eadd; color: #31432b; font-size: 11px; }
.p-filter-submit:hover { background: #d7e2cd; }
.p-results { display: flex; justify-content: space-between; gap: 20px; margin-block: 19px 16px !important; color: #68715f; font-size: 10px; line-height: 1.5; }
.p-results > span:first-child { color: #505b48; }
.p-practice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px 20px; }
.p-practice-card { min-width: 0; }
.p-practice-card > a { display: block; height: 100%; border-radius: 17px; }
.p-card-photo { position: relative; aspect-ratio: 1.38; overflow: hidden; border-radius: 15px; background: #d5dece; isolation: isolate; }
.p-card-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; transition: transform .45s var(--j-ease); }
.p-card-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, #19201419, #19201400 35%, #19201400 72%, #19201418); }
.p-card-category, .p-card-time { position: absolute; top: 16px; z-index: 1; display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 5px 10px; border: 1px solid #ffffff8f; border-radius: 50px; background: #fffef4ed; color: #34432e; font-size: 10px; font-weight: 500; line-height: 1.5; box-shadow: 0 2px 8px #1723190a; }
.p-card-category { left: 16px; }
.p-card-time { right: 16px; gap: 5px; }
.p-card-time .p-clock { width: 12px; height: 12px; }
.p-card-play { position: absolute; right: 16px; bottom: 16px; z-index: 1; display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid #ffffffe6; border-radius: 50%; background: #fffdf4e6; color: #30422a; transition: background .2s, transform .25s var(--j-ease); }
.p-card-play .j-arrow { width: 17px; height: 17px; }
.p-card-copy { padding: 18px 2px 0; }
.p-card-copy h3 { font-size: clamp(22px, 2.15vw, 30px); letter-spacing: -.046em; line-height: 1.15; text-wrap: initial; }
.p-card-copy > p { max-width: 345px; margin-top: 9px; min-height: 44px; color: var(--j-muted); font-size: 13px; line-height: 1.7; }
.p-card-action { display: inline-flex; align-items: center; gap: 11px; min-height: 44px; margin-top: 6px; color: #314a2a; font-size: 11px; font-weight: 550; line-height: 1.5; }
.p-card-action .j-arrow { width: 15px; height: 15px; transition: transform .22s var(--j-ease); }
.p-practice-card a:hover .p-card-play { background: #f8ffef; transform: translateX(2px); }
.p-practice-card a:hover .p-card-action .j-arrow, .p-tool-card:hover .p-card-action .j-arrow { transform: translateX(3px); }
.p-empty { padding: 45px 25px; border-radius: 16px; background: #e7eddf; text-align: center; }
.p-empty h3 { font-size: 26px; letter-spacing: -.035em; }
.p-empty p { margin-top: 15px; color: #58684f; font-size: 14px; }
.p-empty a { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; margin-top: 15px; font-size: 13px; font-weight: 500; }

/* Three useful tools. The artwork describes the interaction, not invented results. */
.p-tools { padding-block: 66px 61px; background: #eeeee6; }
.p-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; margin-bottom: 31px; }
.p-section-heading .j-kicker { margin-bottom: 17px; }
.p-section-heading h2 { font-size: clamp(36px, 3.5vw, 50px); letter-spacing: -.055em; line-height: 1.09; }
.p-section-heading > p { max-width: 330px; margin-bottom: 4px; font-size: 14px; line-height: 1.8; color: var(--j-muted); }
.p-tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; }
.p-tool-card { --p-tool-color: var(--p-sage); display: flex; flex-direction: column; min-width: 0; overflow: hidden; border-radius: 17px; background: var(--p-tool-color); box-shadow: 0 5px 13px #26322104; }
.p-tool-card[data-theme="blue"] { --p-tool-color: var(--p-blue); }
.p-tool-card[data-theme="peach"] { --p-tool-color: var(--p-peach); }
.p-tool-art { position: relative; display: flex; flex-direction: column; justify-content: center; height: 246px; padding: 34px 37px 18px; color: #435a3a; }
.p-tool-art > span { font-size: 11px; font-weight: 500; }
.p-art-routine > span { margin-bottom: 15px; }
.p-art-routine > div { display: grid; grid-template-columns: 23px 1fr; column-gap: 9px; padding-block: 10px; border-top: 1px solid #526d3c24; }
.p-art-routine i { grid-row: span 2; align-self: center; font: 400 9px "JetBrains Mono", monospace; color: #6d7f60; }
.p-art-routine b { font-size: 15px; font-weight: 500; line-height: 1.4; }
.p-art-routine em { margin-top: 3px; color: #536548; font-size: 10px; font-style: normal; }
.p-art-direction { align-items: center; color: #3e5865; }
.p-compass { position: relative; display: grid; place-items: center; width: 151px; height: 151px; margin-bottom: 15px; border: 1px solid #819ea46b; border-radius: 50%; background: radial-gradient(circle, #fbfdf47d 0 3px, transparent 4px), repeating-conic-gradient(from -.5deg, #78949b52 0deg 1deg, transparent 1deg 15deg); box-shadow: inset 0 0 0 12px var(--p-tool-color), inset 0 0 0 13px #819ea43d; }
.p-compass::before { content: ""; position: absolute; inset: 25px; border-radius: 50%; background: var(--p-tool-color); }
.p-compass::after { content: ""; z-index: 2; width: 8px; height: 8px; border: 2px solid #e7f0ee; border-radius: 50%; background: #375f68; box-shadow: 0 0 0 1px #53717b; }
.p-compass > span { position: absolute; top: 39px; left: 69px; width: 12px; height: 77px; transform: rotate(25deg); background: linear-gradient(#3f6271 50%, #92acb5 50%); clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%); }
.p-compass > i { position: absolute; top: 16px; font: 400 8px "JetBrains Mono", monospace; }
.p-art-pattern { color: #775140; }
.p-art-pattern > span { margin-bottom: 15px; }
.p-art-pattern > div { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 42px; padding: 10px 13px; border: 1px solid #b792772e; border-radius: 8px; background: #fffcf568; }
.p-art-pattern > div + div { margin-top: 6px; }
.p-art-pattern i { color: #805f4b; font-size: 10px; font-style: normal; }
.p-art-pattern b { font-size: 10px; font-weight: 500; }
.p-tool-copy { display: flex; flex-direction: column; flex: 1; padding: 24px 29px 24px; }
.p-tool-label { color: #59694f; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.p-tool-copy h3 { max-width: 310px; margin-top: 12px; font-size: 29px; letter-spacing: -.045em; line-height: 1.13; text-wrap: initial; }
.p-tool-copy > p { margin-top: 13px; margin-bottom: 11px; color: #53604b; font-size: 13px; line-height: 1.75; }
.p-tool-copy .p-card-action { margin-top: auto; padding-top: 7px; }
.p-tool-card[data-theme="blue"] :is(.p-tool-label, .p-tool-copy > p) { color: #50646d; }
.p-tool-card[data-theme="blue"] .p-card-action { color: #324f5c; }
.p-tool-card[data-theme="peach"] :is(.p-tool-label, .p-tool-copy > p) { color: #75604e; }
.p-tool-card[data-theme="peach"] .p-card-action { color: #63472f; }
.p-tools-note { margin-top: 20px !important; color: #626a5b; font-size: 10px; line-height: 1.7; text-align: center; }
.p-reading { display: grid; grid-template-columns: 1.2fr .9fr; align-items: center; gap: 80px; padding-block: 64px; }
.p-reading .j-kicker { margin-bottom: 18px; }
.p-reading h2 { max-width: 500px; font-size: clamp(33px, 3vw, 43px); letter-spacing: -.05em; }
.p-reading p:not(.j-kicker) { margin-top: 17px; color: var(--j-muted); font-size: 14px; line-height: 1.7; }
.p-reading .p-text-link { margin-top: 17px; }
.p-reading-photo { aspect-ratio: 1.88; overflow: hidden; border-radius: 15px; background: #6f6f52; }
.p-reading-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 63%; }
.p-invitation .j-shell { min-height: 510px; }

/* Native dialogs keep the practice close to its starting point. */
.p-dialog { position: fixed; inset: 0; width: min(640px, calc(100vw - 48px)); max-width: 640px; max-height: min(850px, calc(100dvh - 64px)); padding: 0; margin: auto; overflow: auto; overscroll-behavior: contain; border: 0; border-radius: 22px; background: var(--j-paper); color: var(--j-ink); box-shadow: 0 24px 100px #0d1b1563; scrollbar-width: thin; scrollbar-color: #a9b39f transparent; }
.p-dialog::backdrop { background: #0b1b16a6; }
.p-dialog[open] { animation: p-dialog-enter .24s var(--j-ease) both; }
.p-dialog-close { position: sticky; float: right; top: 14px; z-index: 3; width: 44px; height: 44px; margin: 14px 14px -58px 0; display: grid; place-items: center; border: 1px solid #fffdf4; border-radius: 50%; background: #fffef5f2; color: #2e422b; box-shadow: 0 3px 13px #13201926; transition: background .2s; }
.p-dialog-close svg { width: 20px; height: 20px; }
.p-dialog-close:hover { background: #e3edda; }
.p-dialog-close:focus-visible { outline-color: #203c24; outline-offset: 3px; }
.p-dialog-content { clear: none; }
.p-session { --p-session-color: var(--p-sage); }
.p-session[data-theme="blue"] { --p-session-color: var(--p-blue); }
.p-session[data-theme="peach"] { --p-session-color: var(--p-peach); }
.p-session-banner { position: relative; height: 144px; overflow: hidden; background: var(--p-session-color); }
.p-session-banner > img { width: 100%; height: 100%; object-fit: cover; object-position: center 36%; }
.p-session-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #13211777, #192a1300 68%); }
.p-session-banner > span { position: absolute; left: 30px; bottom: 17px; z-index: 1; display: inline-flex; align-items: center; gap: 8px; min-height: 28px; padding: 5px 12px; border: 1px solid #fffcf595; border-radius: 50px; background: #fffdf2eb; color: #35432c; font-size: 10px; font-weight: 500; }
.p-session-body { padding: 31px 34px 26px; }
.p-session-body .j-kicker { margin-bottom: 15px; font-size: 9px; }
.p-session-body :is(h1, h2) { font-size: 33px; letter-spacing: -.047em; line-height: 1.12; text-wrap: initial; }
.p-session-intro { margin-top: 17px !important; color: #58634f; font-size: 15px; line-height: 1.75; }
.p-steps { list-style: none; padding: 0; margin: 27px 0; }
.p-steps > li { display: grid; grid-template-columns: 33px minmax(0,1fr); gap: 15px; padding-block: 18px; border-top: 1px solid #63745526; }
.p-steps > li:last-child { padding-bottom: 0; }
.p-step-number { display: grid; place-items: center; align-self: start; width: 31px; height: 31px; border-radius: 50%; background: var(--p-session-color); color: #415037; font: 400 9px "JetBrains Mono", monospace; }
.p-steps h3 { margin-top: 5px; font-size: 17px; font-weight: 550; letter-spacing: -.018em; }
.p-steps p { margin-top: 9px; font-size: 14px; line-height: 1.75; color: #58634f; }
.p-note { margin-top: 29px; }
.p-note label { display: block; margin-bottom: 11px; font-size: 13px; font-weight: 500; line-height: 1.6; }
.p-note textarea { display: block; width: 100%; min-height: 106px; max-height: 270px; padding: 14px 15px; border: 1px solid #b7c4ab; border-radius: 10px; background: #fffef8; color: var(--j-ink); font-size: 16px; line-height: 1.7; resize: vertical; }
.p-note textarea::placeholder { color: #737f6c; opacity: 1; }
.p-note > p { margin-top: 8px; color: #67735d; font-size: 10px; line-height: 1.65; }
.p-caution { margin-block: 26px !important; padding: 15px 17px; border-radius: 9px; background: #eceee5; color: #5a654f; font-size: 11px; line-height: 1.8; }
.p-caution > a { display: flex; align-items: center; gap: 7px; min-height: 44px; margin-bottom: -6px; color: #3c5533; text-decoration: underline; text-underline-offset: 3px; }
.p-caution .j-arrow { width: 13px; height: 13px; }
.p-timer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; margin-top: 27px; padding: 18px 20px; border-radius: 12px; background: var(--p-session-color); }
.p-timer > div:first-child { display: flex; flex-direction: column; gap: 4px; }
.p-timer-label { color: #526246; font-size: 10px; }
.p-timer-display { font-size: 32px; line-height: 1.2; font-weight: 500; letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
.p-timer-buttons { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 6px; }
.p-small-button { min-height: 44px; padding: 10px 14px; border: 1px solid #5c715340; border-radius: 50px; background: #fffef1cf; color: #3c5031; font-size: 11px; font-weight: 500; transition: background .2s; }
.p-small-button:hover { background: #fffef5; }
.p-reset { background: transparent; }
.p-timer-status { grid-column: 1/-1; color: #58654e; font-size: 10px; line-height: 1.7; }
.p-session-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 18px; margin-top: 25px; }
.p-session-actions .j-pill { min-height: 46px; padding: 12px 19px; font-size: 12px; }
.p-session-actions .p-text-link { font-size: 11px; }
.p-session-reading { margin-top: 27px; padding-top: 18px; border-top: 1px solid #63745526; }
.p-session-reading > span { display: block; color: #68745e; font-size: 10px; }
.p-session-reading > a { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding-block: 8px; color: #354f2b; font-size: 12px; line-height: 1.6; }
.p-session-reading .j-arrow { width: 15px; height: 15px; }
.p-session-complete { display: flex; flex-direction: column; align-items: center; padding-block: 25px 18px; text-align: center; }
.p-complete-mark { display: grid; place-items: center; width: 59px; height: 59px; margin-bottom: 26px; border-radius: 50%; background: #dce8ce; color: #3d6430; }
.p-complete-mark svg { width: 28px; height: 28px; }
.p-session-complete > p:not(.j-kicker) { max-width: 380px; margin-top: 19px; color: #5d6954; font-size: 15px; line-height: 1.8; }
.p-session-complete > .j-pill { margin-top: 28px; min-height: 46px; font-size: 12px; }
.p-session-complete > .p-text-link { margin-top: 12px; font-size: 12px; }
.p-detail-wrap { max-width: 720px; padding-block: 21px 70px; }
.p-back { display: inline-flex; align-items: center; gap: 11px; min-height: 44px; margin-bottom: 21px; color: #465c39 !important; font-size: 12px; }
.p-back .j-arrow { width: 16px; height: 16px; transform: rotate(180deg); }
.p-detail-wrap > .p-session { overflow: hidden; border: 1px solid #d2dacb; border-radius: 18px; background: #faf9f3; }
.p-detail-wrap .p-session-banner { height: 180px; }
.p-detail-wrap .p-session-body { padding: 35px 42px 27px; }
.p-detail-wrap .p-session-body h1 { font-size: 40px; }
.p-detail-wrap :is(.p-session-intro, .p-steps p) { font-size: 16px; }

@keyframes p-dialog-enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .p-practice-card a:hover .p-card-photo > img { transform: scale(1.035); }
}
@media (max-width: 1100px) {
  .p-filters { gap: 14px; }
  .p-needs { gap: 6px; }
  .p-needs > a { padding-inline: 13px; font-size: 10px; }
  .p-card-category { left: 12px; }
  .p-card-time { right: 12px; }
  .p-card-category, .p-card-time { top: 12px; }
  .p-card-copy h3 { font-size: 25px; }
  .p-tool-art { padding-inline: 24px; height: 226px; }
  .p-tool-copy { padding-inline: 23px; }
  .p-tool-copy h3 { font-size: 26px; }
  .p-art-pattern > div { padding-inline: 9px; gap: 7px; }
  .p-art-pattern b { font-size: 9px; }
  .p-reading { gap: 48px; }
}
@media (max-width: 850px) {
  .p-hero-content { min-height: 330px; }
  .p-hero h1 { max-width: 550px; font-size: 49px; }
  .p-filters { align-items: flex-start; }
  .p-needs { max-width: 440px; }
  .p-practice-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px 20px; }
  .p-card-photo { aspect-ratio: 1.2; }
  .p-card-copy h3 { font-size: 26px; }
  .p-card-copy > p { font-size: 14px; }
  .p-section-heading { gap: 25px; }
  .p-section-heading h2 { font-size: 38px; }
  .p-section-heading > p { max-width: 240px; font-size: 13px; }
  .p-tool-grid { gap: 12px; }
  .p-tool-art { height: 209px; padding-inline: 17px; padding-top: 22px; }
  .p-tool-art > span { font-size: 10px; }
  .p-art-pattern > div { display: block; padding: 7px 10px; }
  .p-art-pattern :is(i, b) { display: block; }
  .p-art-pattern i { font-size: 8px; }
  .p-art-pattern b { margin-top: 1px; font-size: 10px; }
  .p-tool-copy { padding: 20px 17px; }
  .p-tool-copy h3 { font-size: 24px; }
  .p-tool-copy > p { font-size: 12px; }
  .p-tool-copy .p-card-action { font-size: 10px; gap: 7px; }
  .p-compass { width: 137px; height: 137px; }
  .p-compass > span { left: 62px; top: 32px; }
  .p-reading { gap: 30px; }
  .p-reading h2 { font-size: 34px; }
}
@media (max-width: 720px) {
  .p-hero-content { min-height: 318px; padding-block: 29px 27px; }
  .p-hero-image { object-position: 67% 35%; }
  .p-hero::before { background: linear-gradient(90deg, #102115d9, #102115a1 58%, #18342155); }
  .p-hero .j-kicker { margin-bottom: 16px; font-size: 9px; }
  .p-hero h1 { max-width: 440px; font-size: clamp(39px, 8.3vw, 49px); line-height: 1.08; }
  .p-hero-deck { max-width: 330px; margin-top: 15px !important; font-size: 16px; line-height: 1.6; }
  .p-hero-actions { flex-direction: column; align-items: flex-start; gap: 11px; margin-top: 20px; }
  .p-hero-actions .j-pill { min-height: 47px; font-size: 11px; padding: 12px 17px; gap: 13px; }
  .p-hero-actions > span { font-size: 9px; }
  .p-hero-scroll { right: 20px; bottom: 25px; }
  .p-library { padding-block: 27px 45px; scroll-margin-top: 88px; }
  .p-library-heading { display: block; }
  .p-library-heading h2 { font-size: 29px; }
  .p-library-heading > p { margin-top: 10px; font-size: 12px; }
  .p-filters { display: flex; flex-wrap: wrap; margin-top: 20px; gap: 8px; }
  .p-needs { flex: 1 0 100%; max-width: none; flex-wrap: nowrap; overflow-x: auto; padding: 4px 3px 7px; margin-inline: -3px; scrollbar-width: thin; scrollbar-color: #adbaa2 transparent; }
  .p-needs > a { min-height: 44px; padding: 10px 13px; font-size: 10px; }
  .p-time-form { margin-left: auto; }
  .p-time-form select { min-height: 44px; font-size: 12px; width: 116px; }
  .p-results { margin-block: 7px 16px !important; font-size: 9px; }
  .p-practice-grid { gap: 29px 15px; }
  .p-card-photo { aspect-ratio: .83; border-radius: 12px; }
  .p-card-photo > img { object-position: center 39%; }
  .p-card-category { top: 10px; left: 10px; padding: 5px 8px; font-size: 9px; }
  .p-card-time { top: auto; right: auto; left: 10px; bottom: 10px; padding: 5px 8px; font-size: 9px; }
  .p-card-play { width: 31px; height: 31px; right: 10px; bottom: 10px; }
  .p-card-play .j-arrow { width: 15px; height: 15px; }
  .p-card-copy { padding-top: 14px; }
  .p-card-copy h3 { font-size: clamp(21px, 4.7vw, 27px); line-height: 1.17; letter-spacing: -.04em; }
  .p-card-copy > p { margin-top: 9px; min-height: 0; font-size: 15px; line-height: 1.6; }
  .p-card-action { gap: 8px; margin-top: 8px; font-size: 11px; }
  .p-card-action .j-arrow { width: 14px; height: 14px; }
  .p-empty { padding: 30px 20px; }
  .p-empty h3 { font-size: 24px; }
  .p-tools { padding-block: 42px; }
  .p-section-heading { display: block; margin-bottom: 24px; }
  .p-section-heading .j-kicker { margin-bottom: 16px; font-size: 9px; }
  .p-section-heading h2 { font-size: 36px; }
  .p-section-heading > p { margin-top: 18px; max-width: 320px; font-size: 14px; }
  .p-section-heading > p > br { display: none; }
  .p-tool-grid { grid-template-columns: 1fr; gap: 15px; }
  .p-tool-card { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; border-radius: 14px; }
  .p-tool-art { height: 235px; padding: 23px 18px; }
  .p-tool-copy { padding: 27px 23px 24px 8px; }
  .p-tool-copy h3 { font-size: 25px; }
  .p-tool-copy > p { font-size: 13px; }
  .p-tool-copy .p-card-action { font-size: 10px; }
  .p-tool-label { font-size: 8px; line-height: 1.5; }
  .p-art-routine b { font-size: 13px; }
  .p-art-routine em { font-size: 9px; }
  .p-art-routine > div { grid-template-columns: 17px 1fr; gap: 5px; }
  .p-art-direction { padding-inline: 11px; }
  .p-compass { width: 120px; height: 120px; max-width: 100%; margin-bottom: 12px; }
  .p-compass > span { left: calc(50% - 6px); top: 28px; height: 65px; }
  .p-compass > i { top: 13px; }
  .p-art-direction > span { font-size: 9px; }
  .p-art-pattern > div { padding: 9px; }
  .p-art-pattern > span { font-size: 9px; }
  .p-tools-note { max-width: 330px; margin-inline: auto !important; font-size: 10px; }
  .p-reading { gap: 25px; padding-block: 42px; grid-template-columns: 1fr; }
  .p-reading .j-kicker { font-size: 9px; margin-bottom: 16px; }
  .p-reading h2 { font-size: 34px; max-width: 370px; }
  .p-reading p:not(.j-kicker) { margin-top: 15px; font-size: 14px; }
  .p-reading .p-text-link { margin-top: 11px; }
  .p-reading-photo { aspect-ratio: 1.95; }
  .p-invitation .j-shell { min-height: 590px; padding-top: 210px; }
  .p-dialog { inset: auto 0 0; width: 100%; max-width: 100%; max-height: calc(100dvh - 24px); margin: 0; border-radius: 20px 20px 0 0; }
  .p-dialog::backdrop { background: #0b1b16ad; }
  .p-dialog-close { top: 12px; margin: 12px 12px -56px 0; }
  .p-session-banner { height: 129px; }
  .p-session-banner > span { left: 23px; bottom: 17px; }
  .p-session-body { padding: 27px 24px calc(23px + env(safe-area-inset-bottom, 0px)); }
  .p-session-body :is(h1, h2) { font-size: 31px; }
  .p-session-intro { font-size: 16px; line-height: 1.7; }
  .p-steps { margin-block: 23px; }
  .p-steps > li { gap: 12px; grid-template-columns: 28px minmax(0,1fr); }
  .p-step-number { width: 28px; height: 28px; font-size: 8px; }
  .p-steps h3 { font-size: 17px; margin-top: 3px; }
  .p-steps p { font-size: 15px; line-height: 1.7; }
  .p-note { margin-top: 24px; }
  .p-note label { font-size: 13px; }
  .p-caution { padding: 14px 15px; font-size: 11px; }
  .p-timer { padding: 17px 16px; gap: 12px 10px; }
  .p-timer-buttons { gap: 5px; }
  .p-small-button { padding-inline: 12px; }
  .p-session-actions { gap: 4px 15px; }
  .p-session-complete { padding-top: 16px; }
  .p-detail-wrap { padding-block: 10px 39px; }
  .p-back { margin-bottom: 14px; }
  .p-detail-wrap .p-session-banner { height: 143px; }
  .p-detail-wrap .p-session-body { padding: 27px 22px 20px; }
  .p-detail-wrap .p-session-body h1 { font-size: 31px; }
}
@media (max-width: 390px) {
  .p-hero h1 { font-size: 39px; max-width: 305px; }
  .p-hero-content { min-height: 336px; }
  .p-hero-deck { max-width: 290px; }
  .p-desktop-break { display: none; }
  .p-hero-scroll { bottom: 25px; }
  .p-practice-grid { gap: 27px 12px; }
  .p-card-copy h3 { font-size: 20px; }
  .p-card-copy > p { font-size: 14px; }
  .p-card-category { left: 8px; font-size: 8px; padding-inline: 7px; }
  .p-card-time { left: 8px; bottom: 9px; font-size: 8px; padding-inline: 7px; }
  .p-card-play { right: 8px; bottom: 9px; width: 28px; height: 28px; }
  .p-card-action { font-size: 10px; gap: 6px; }
  .p-card-action .j-arrow { width: 12px; height: 12px; }
  .p-tool-card { grid-template-columns: 1fr; }
  .p-tool-art { height: 186px; padding: 19px 28px 8px; }
  .p-art-routine > div { grid-template-columns: 23px 1fr; padding-block: 7px; }
  .p-art-routine > span { margin-bottom: 10px; }
  .p-art-routine em { margin-top: 0; }
  .p-art-pattern > div { display: flex; justify-content: space-between; padding: 8px 12px; min-height: 35px; }
  .p-art-pattern > span { margin-bottom: 10px; }
  .p-art-pattern i { font-size: 10px; }
  .p-art-pattern b { margin-top: 0; }
  .p-tool-copy { padding: 22px 26px; }
  .p-tool-copy h3 { font-size: 29px; max-width: 275px; }
  .p-tool-copy > p { font-size: 14px; }
  .p-tool-copy .p-card-action { font-size: 11px; }
  .p-tool-label { font-size: 9px; }
  .p-library-heading h2 { font-size: 27px; }
  .p-section-heading h2 { font-size: 32px; }
  .p-session-body { padding-inline: 20px; }
  .p-session-body :is(h1,h2) { font-size: 29px; }
  .p-timer { grid-template-columns: 1fr; }
  .p-timer > div:first-child { flex-direction: row; align-items: center; justify-content: space-between; gap: 10px; }
  .p-timer-buttons { justify-content: flex-start; }
  .p-detail-wrap .p-session-body { padding-inline: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .practices-page *, .practices-page *::before, .practices-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .p-dialog[open] { transform: none; }
}
