@font-face { font-family: 'Geist'; font-style: normal; font-weight: 300 900; font-display: swap; src: url("/wp-content/themes/riff/assets/fonts/geist-latin.woff2") format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'Geist'; font-style: normal; font-weight: 300 900; font-display: swap; src: url("/wp-content/themes/riff/assets/fonts/geist-latin-ext.woff2") format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+2113, U+A720-A7FF; } @font-face { font-family: 'Geist Mono'; font-style: normal; font-weight: 400 600; font-display: swap; src: url("/wp-content/themes/riff/assets/fonts/geist-mono-latin.woff2") format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2212; } *, *::before, *::after { box-sizing: border-box; } * { margin: 0; } html { -webkit-text-size-adjust: 100%; } img, svg, video { display: block; max-width: 100%; height: auto; } button, input, textarea, select { font: inherit; color: inherit; } ul[class], ol[class] { list-style: none; padding: 0; } :root { --paper: #f4f3ef; --paper-raise: #ffffff; --sand: #e8e6de; --sand-line: #dcd9cf; --ink: #14141a; --ink-soft: #55555f; --ink-faint: #6a6a75; --riff: #2b1fd1; --riff-deep: #1a1291; --riff-soft: #6d63ea; --riff-wash: #eceafc; --pos: #12A552; --pos-ink: #06170D; --pos-text: #0E6B3C; --pos-wash: #D6F0E0; --pos-neon: #4CE07A; --flag: #cc3d16; --wrap: 66rem; --gutter: clamp(1.25rem, 4vw, 2.5rem); --radius: 8px; --radius-lg: 16px; --gap-section: clamp(4.5rem, 10vw, 8.5rem); --nav-h: 4.25rem; --head-stack: 1.15rem; --eyebrow-gap: 1.95rem; --measure-prose: 50ch; --measure-lede: 44ch; --measure-fine: 42ch; --gap-split: clamp(2rem, 5vw, 4.5rem); --gap-cols: clamp(1.5rem, 3vw, 2.25rem); --gap-list: 2.5rem; --list-col: 13rem; --row-pad: 1.15rem; --pad-cell: 1.25rem; --pad-card: clamp(1.4rem, 2.6vw, 2rem); --font: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; --font-mono: 'Geist Mono', ui-monospace, 'SF Mono', Menlo, monospace; --ease: cubic-bezier(0.22, 0.8, 0.28, 1); --shadow-lift: 0 1px 2px rgba(20, 20, 26, 0.04), 0 8px 24px rgba(20, 20, 26, 0.06); --shadow-device: 0 2px 6px rgba(20, 20, 26, 0.08), 0 24px 60px rgba(20, 20, 26, 0.16); } html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 1rem); } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } } body { background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 1.0625rem; line-height: 1.55; font-feature-settings: 'ss01', 'cv01'; font-variant-numeric: proportional-nums; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip; } h1, h2, h3, h4 { font-weight: 600; line-height: 1.06; letter-spacing: -0.032em; text-wrap: balance; } p, li, dd, dt { text-wrap: pretty; } a { color: var(--riff); text-decoration-thickness: 1px; text-underline-offset: 0.18em; } a:hover { color: var(--riff-deep); } :focus-visible { outline: 3px solid var(--riff); outline-offset: 3px; border-radius: 3px; } .band-ink :focus-visible, .band-riff :focus-visible { outline-color: #fff; } ::selection { background: var(--riff); color: #fff; } .wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); } .wrap-narrow, .wrap-mid { max-width: var(--wrap); } .band { padding-block: var(--gap-section); } .band-tight { padding-block: clamp(3rem, 7vw, 5rem); } .band-ink { background: var(--ink); color: var(--paper); } .band-riff { background: var(--riff); color: #fff; } .band-sand { background: var(--sand); } .band-ink h1, .band-ink h2, .band-ink h3, .band-riff h1, .band-riff h2, .band-riff h3 { color: inherit; } .band-ink a, .band-riff a { color: inherit; } .band-sand .eyebrow, .band-sand .step-num, .band-sand .fine { color: var(--ink-soft); } .d1 { font-size: clamp(2.6rem, 6.6vw, 4.9rem); letter-spacing: -0.042em; font-weight: 600; } .d2 { font-size: clamp(2rem, 4.4vw, 3.2rem); letter-spacing: -0.038em; font-weight: 600; } .d3 { font-size: clamp(1.45rem, 2.6vw, 2rem); letter-spacing: -0.03em; font-weight: 600; } .d4 { font-size: clamp(1.32rem, 1.6vw, 1.4rem); letter-spacing: -0.02em; line-height: 1.25; font-weight: 600; } .eyebrow { font-size: 0.82rem; font-weight: 500; letter-spacing: -0.006em; color: var(--ink-faint); display: flex; align-items: center; gap: 0.62rem; } .eyebrow::before { content: ''; width: 1.5rem; height: 2px; border-radius: 2px; background: var(--riff); flex: none; } .band-ink .eyebrow, .band-riff .eyebrow { color: color-mix(in srgb, currentColor 72%, transparent); } .band-ink .eyebrow::before, .band-riff .eyebrow::before { background: currentColor; } .eyebrow + h1, .eyebrow + h2, .eyebrow + h3, .eyebrow + h4, .eyebrow + .d1, .eyebrow + .d2, .eyebrow + .d3, .eyebrow + .d4 { margin-top: calc(var(--eyebrow-gap) - var(--head-stack) - 0.26em); } .lede { font-size: clamp(1.19rem, 1.5vw, 1.28rem); line-height: 1.5; font-weight: 400; color: var(--ink-soft); letter-spacing: -0.011em; max-width: var(--measure-lede); } .band-ink .lede, .band-riff .lede { color: color-mix(in srgb, currentColor 78%, transparent); } .muted { color: var(--ink-soft); } .fine { font-size: 0.875rem; color: var(--ink-faint); line-height: 1.5; } .band-ink .muted, .band-riff .muted, .band-ink .fine, .band-riff .fine { color: color-mix(in srgb, currentColor 76%, transparent); } .field-ref { font-family: var(--font-mono); font-size: 0.84em; font-weight: 500; background: var(--riff-wash); color: var(--riff-deep); padding: 0.12em 0.42em; border-radius: 5px; white-space: nowrap; } .band-ink .field-ref, .band-riff .field-ref { background: rgba(255, 255, 255, 0.16); color: inherit; } .num-pos { color: var(--pos-text); font-variant-numeric: tabular-nums; font-weight: 600; } .facts dd, .stats dt, .price-amount, .rhythm-readout, .sammenlign td { font-variant-numeric: tabular-nums; } .btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-weight: 500; font-size: 1rem; letter-spacing: -0.012em; padding: 0.9rem 1.5rem; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--paper); text-decoration: none; cursor: pointer; min-height: 3rem; transition: transform 0.18s var(--ease), background-color 0.18s var(--ease), color 0.18s var(--ease), border-color 0.18s var(--ease), box-shadow 0.18s var(--ease); } .btn:hover, .btn:focus-visible { color: var(--paper); } .btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-lift); } .btn:active { transform: translateY(0); } .btn-primary { background: var(--riff); border-color: var(--riff); color: #fff; } .btn-primary:hover, .btn-primary:focus-visible { background: var(--riff-deep); border-color: var(--riff-deep); color: #fff; } .btn-ghost { background: transparent; color: var(--ink); border-color: var(--sand-line); } .btn-ghost:hover, .btn-ghost:focus-visible { border-color: var(--ink); background: var(--paper-raise); color: var(--ink); } .band-ink .btn-ghost, .band-riff .btn-ghost { color: inherit; border-color: rgba(255, 255, 255, 0.4); } .band-ink .btn-ghost:hover, .band-riff .btn-ghost:hover, .band-ink .btn-ghost:focus-visible, .band-riff .btn-ghost:focus-visible { background: rgba(255, 255, 255, 0.1); border-color: #fff; color: inherit; } .band-riff .btn-primary { background: #fff; border-color: #fff; color: var(--riff); } .band-riff .btn-primary:hover, .band-riff .btn-primary:focus-visible { background: var(--ink); border-color: var(--ink); color: #fff; } .btn-sm { padding: 0.55rem 1.05rem; font-size: 0.92rem; min-height: 2.5rem; } .btn .arw { transition: transform 0.22s var(--ease); } .btn:hover .arw { transform: translateX(3px); } .link-go { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 500; text-decoration: none; padding-bottom: 2px; background-image: linear-gradient(currentColor, currentColor); background-size: 100% 1.5px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size 0.25s var(--ease), color 0.2s var(--ease); } .link-go { position: relative; } .link-go::after { content: ''; position: absolute; inset: -0.42rem -0.2rem; } .link-go:hover { background-size: 100% 1.5px; } .link-go .arw { transition: transform 0.22s var(--ease); } .link-go:hover .arw { transform: translateX(3px); } .card { background: var(--paper-raise); border: 1px solid var(--sand-line); border-radius: var(--radius-lg); padding: var(--pad-card); transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease); } .card-hover:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); } .grid { display: grid; gap: clamp(1rem, 2.2vw, 1.6rem); } .grid-2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)); } .grid-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); } .stack > * + * { margin-top: var(--stack, 1rem); } .steps { counter-reset: step; } .step-num { counter-increment: step; font-size: 0.82rem; font-weight: 500; letter-spacing: -0.006em; color: var(--ink-faint); display: block; margin-bottom: 0.9rem; } .step-num::before { content: 'Trin ' counter(step); } .ticks { display: grid; gap: 0.7rem; } .ticks li { position: relative; padding-left: 2rem; min-height: 1.3rem; line-height: inherit; } .ticks li::before { content: ''; position: absolute; left: 0; top: 0.18rem; width: 1.3rem; height: 1.3rem; border-radius: 50%; background: var(--pos); -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 100% no-repeat; mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 100% no-repeat; } .band-ink .ticks li::before, .band-riff .ticks li::before { background: currentColor; } .facts { display: grid; gap: var(--gap-cols); grid-template-columns: repeat(auto-fit, minmax(min(100%, 10.5rem), 1fr)); margin-top: clamp(1.75rem, 3vw, 2.5rem); max-width: 46rem; } .facts > div { display: grid; gap: 0.3rem; border-top: 1px solid var(--sand-line); padding-top: 0.8rem; } .facts dt { font-size: 0.82rem; color: var(--ink-faint); } .facts dd { margin: 0; font-weight: 600; letter-spacing: -0.02em; } .band-ink .facts > div, .band-riff .facts > div { border-top-color: rgba(255, 255, 255, 0.22); } .showcase { display: grid; gap: clamp(1.75rem, 3.5vw, 2.75rem); } .showcase-head { display: grid; gap: var(--head-stack); max-width: none; } .showcase-head > h2 { max-width: 24ch; } .showcase-head > .lede { max-width: var(--measure-lede); } .showcase-head > .muted { max-width: var(--measure-prose); } .showcase-aside { align-self: end; } .showcase-shot { width: 100%; margin-inline: auto; } @media (min-width: 60rem) { .showcase { grid-template-columns: minmax(0, 1fr) minmax(0, 21rem); column-gap: var(--gap-split); } .showcase-shot { grid-column: 1 / -1; margin-top: clamp(0.5rem, 1.5vw, 1.25rem); } } .prose { font-size: 1.0625rem; line-height: 1.68; color: #2b2b33; letter-spacing: -0.008em; max-width: var(--measure-prose); } .prose > .table-scroll { width: min(45rem, 100vw - 2 * var(--gutter)); max-width: none; } .prose > * + * { margin-top: 1.1em; } .prose a[href^='mailto:'] { white-space: nowrap; } .prose h2 { font-size: clamp(1.45rem, 2.6vw, 2rem); margin-top: 2.2em; letter-spacing: -0.03em; } .prose h3 { font-size: 1.2rem; margin-top: 1.8em; letter-spacing: -0.022em; } .prose ul, .prose ol { padding-left: 1.3em; display: grid; gap: 0.45em; } .prose li::marker { color: var(--riff); } .prose strong { font-weight: 600; color: var(--ink); } .prose blockquote { border-left: 3px solid var(--riff); padding-left: 1.1rem; color: var(--ink-soft); } .prose table { width: 100%; border-collapse: collapse; font-size: 0.95rem; } .prose th, .prose td { text-align: left; padding: 0.65rem 0.7rem; border-bottom: 1px solid var(--sand-line); } .prose th { font-weight: 600; background: var(--sand); } .doc-toc { background: var(--sand); border-radius: var(--radius-lg); padding: var(--pad-card); margin-bottom: clamp(2.5rem, 6vw, 3.5rem); } .doc-toc .eyebrow { margin-bottom: 0.9rem; } .doc-toc ul { display: grid; gap: 0.5rem; list-style: none; padding-left: 0; grid-template-columns: 1fr; } @media (min-width: 34rem) { .doc-toc ul { grid-template-columns: 1fr 1fr; column-gap: var(--gap-cols); } } .doc-toc a { display: block; padding-block: 0.3rem; color: var(--ink-soft); text-decoration: none; font-size: 0.95rem; } .doc-toc a:hover { color: var(--riff); text-decoration: underline; } .doc-layout .prose h2 { scroll-margin-top: calc(var(--nav-h) + 1.5rem); } @media (min-width: 48rem) { .doc-layout.has-toc { --doc-toc: clamp(14rem, 25vw, 16rem); display: grid; grid-template-columns: var(--doc-toc) minmax(0, 1fr); column-gap: var(--gap-split); align-items: start; container-type: inline-size; } .doc-layout.has-toc .doc-toc { position: sticky; top: calc(var(--nav-h) + 1.5rem); margin-bottom: 0; padding: 1.25rem; max-height: calc(100vh - var(--nav-h) - 3rem); overflow-y: auto; } .doc-layout.has-toc .doc-toc ul { grid-template-columns: 1fr; } .doc-layout.has-toc .prose > :first-child { margin-top: 0; } .doc-layout.has-toc .prose > .table-scroll { width: min(45rem, 100cqw - var(--doc-toc) - var(--gap-split)); } } @media (max-width: 47.99rem) { .doc-toc.is-desktop { display: none; } } .rule { height: 1px; background: var(--sand-line); border: 0; } .band-ink .rule { background: rgba(244, 243, 239, 0.2); } .band-riff .rule { background: rgba(255, 255, 255, 0.26); } .skip-link { position: absolute; left: 0.5rem; top: -4rem; z-index: 200; background: var(--ink); color: var(--paper); padding: 0.7rem 1rem; border-radius: var(--radius); text-decoration: none; transition: top 0.15s var(--ease); } .skip-link:focus { top: 0.5rem; color: var(--paper); } .center { text-align: center; } .center .eyebrow { justify-content: center; } .center .lede { margin-inline: auto; } .visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; } .split { display: grid; gap: var(--gap-split); align-items: center; } .split-text { display: grid; gap: var(--head-stack); } .split-text p { max-width: 48ch; } .split-shot { justify-self: stretch; --phone-max: 17rem; } @media (min-width: 58rem) { .split { grid-template-columns: 1fr 0.74fr; } .split.is-flipped { grid-template-columns: 0.74fr 1fr; } .split.is-flipped .split-text { order: 2; } .split.is-flipped .split-shot { order: 1; } } .sec-title { margin-bottom: clamp(1.5rem, 3vw, 2.25rem); max-width: 24ch; } .sec-head { display: grid; gap: var(--head-stack); max-width: none; margin-bottom: clamp(2rem, 4vw, 3rem); } .sec-head > h2 { max-width: 24ch; } .sec-head > h2.d3 { max-width: 31ch; } .sec-head > .lede { max-width: var(--measure-lede); } .sec-head > .muted { max-width: var(--measure-prose); } .more { margin-top: 1.75rem; color: var(--ink-soft); } .tiles { display: grid; gap: var(--gap-cols); grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); } .tile { display: grid; gap: 0.6rem; align-content: start; border-top: 1px solid var(--sand-line); padding-top: var(--row-pad); } .tile p { font-size: 1rem; } .band-ink .tile, .band-riff .tile { border-top-color: rgba(255, 255, 255, 0.22); } .rows { display: grid; gap: 0; } .row { display: grid; gap: 0.35rem var(--gap-list); padding-block: var(--row-pad); border-top: 1px solid var(--sand-line); } .row dt { font-weight: 600; letter-spacing: -0.015em; } .row dd { margin: 0; color: var(--ink-soft); max-width: var(--measure-prose); line-height: 1.55; } .rows.is-dark .row { border-top-color: rgba(255, 255, 255, 0.22); } .rows.is-dark dd { color: inherit; opacity: 0.76; } @media (min-width: 48rem) { .row { grid-template-columns: 16rem 1fr; } } @media (max-width: 47.99rem) { .row dt { font-size: 1.06rem; } .row { gap: 0.3rem; } } .table-scroll { overflow-x: auto; } @media (max-width: 40rem) { .prose table { font-size: 0.85rem; } .prose th, .prose td { padding: 0.5rem 0.4rem; } :root { --eyebrow-gap: 1.5rem; } .d3, .prose h2, .prose h3 { line-height: 1.2; } } @media (max-width: 47.99rem) { :root { --nav-h: 3.5rem; --gap-section: 3.25rem; } .link-go::after { inset: -0.5rem -0.35rem; } .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem 1.5rem; } .facts > div:last-child:nth-child(odd) { grid-column: 1 / -1; } .tiles { gap: 1.15rem; } .tile { padding-top: 0.85rem; } .tile p { color: var(--ink-soft); } .band-ink .tile p, .band-riff .tile p { color: inherit; opacity: 0.76; } .ticks { gap: 0.55rem; } .sec-title, .sec-head { margin-bottom: 1.5rem; } .band-tight { padding-block: 2.5rem; } .table-scroll { margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); overscroll-behavior-x: contain; scrollbar-width: none; } .table-scroll::-webkit-scrollbar { display: none; } .prose li { min-width: 0; overflow-wrap: break-word; } } [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 0.35s var(--ease) var(--d, 0ms), transform 0.35s var(--ease) var(--d, 0ms); } [data-reveal='fade'] { transform: none; } [data-reveal='scale'] { transform: translateY(24px) scale(0.985); } [data-reveal].is-in { opacity: 1; transform: none; } .no-js [data-reveal] { opacity: 1; transform: none; } @media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; } *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; } } .nav { position: sticky; top: 0; z-index: 100; background: color-mix(in srgb, var(--paper) 82%, transparent); backdrop-filter: saturate(1.7) blur(14px); border-bottom: 1px solid transparent; transition: border-color 0.25s var(--ease), background-color 0.25s var(--ease); } .nav[data-scrolled], .nav[data-open] { border-bottom-color: var(--sand-line); background: color-mix(in srgb, var(--paper) 96%, transparent); } .nav-inner { display: flex; align-items: center; gap: 1.25rem; min-height: var(--nav-h); } .nav-brand { margin-right: auto; display: inline-flex; align-items: center; min-height: 2.75rem; padding-inline-end: 0.35rem; text-decoration: none; } .nav-cta-sm { display: inline-flex; margin-right: 0.5rem; padding-inline: 0.95rem; min-height: 2.75rem; white-space: nowrap; } @media (max-width: 22.5rem) { .nav-cta-sm { padding-inline: 0.75rem; font-size: 0.86rem; } } .nav-links { display: none; gap: 0.25rem; align-items: center; align-self: stretch; } .nav-link, .nav-trigger { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.95rem; font-weight: 450; color: var(--ink); text-decoration: none; background: none; border: 0; border-radius: 999px; padding: 0.5rem 0.8rem; cursor: pointer; transition: background-color 0.18s var(--ease), color 0.18s var(--ease); } .nav-link:hover, .nav-trigger:hover { background: rgba(20, 20, 26, 0.05); color: var(--ink); } .nav-link[data-active], .nav-trigger[data-active] { color: var(--riff); } .nav-caret { transition: transform 0.24s var(--ease); opacity: 0.5; } .nav-trigger[aria-expanded='true'] { background: rgba(20, 20, 26, 0.06); } .nav-trigger[aria-expanded='true'] .nav-caret { transform: rotate(180deg); opacity: 1; } .nav-actions { display: none; } .nav-login { display: inline-flex; align-items: center; color: var(--ink-soft); font-weight: 450; font-size: 0.95rem; text-decoration: none; padding: 0.5rem 0.8rem; border-radius: 999px; white-space: nowrap; transition: background-color 0.18s var(--ease), color 0.18s var(--ease); } .nav-login:hover { color: var(--ink); background: rgba(20, 20, 26, 0.05); } .nav-toggle { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; background: transparent; border: 1px solid var(--sand-line); border-radius: 999px; cursor: pointer; } .nav-bars { display: grid; gap: 5px; width: 17px; } .nav-bars i { display: block; height: 1.6px; background: var(--ink); border-radius: 2px; transition: transform 0.2s var(--ease); } .nav-toggle[aria-expanded='true'] .nav-bars i:first-child { transform: translateY(3.3px) rotate(45deg); } .nav-toggle[aria-expanded='true'] .nav-bars i:last-child { transform: translateY(-3.3px) rotate(-45deg); } .nav-item { position: relative; display: flex; align-items: center; align-self: stretch; } .mega-wrap { position: absolute; top: 100%; left: 0; right: 0; display: grid; } .mega { grid-area: 1 / 1; z-index: 0; } .mega[data-open] { z-index: 1; } .mega { display: grid; grid-template-rows: 0fr; background: var(--paper-raise); border-bottom: 1px solid var(--sand-line); transition: grid-template-rows 0.42s var(--ease); } .mega[data-open] { grid-template-rows: 1fr; } .mega-sheet { overflow: hidden; min-height: 0; } .mega-inner { display: grid; grid-template-columns: minmax(0, 20rem) 12.5rem 12.5rem; justify-content: start; column-gap: clamp(1.75rem, 2.6vw, 3rem); row-gap: clamp(1.75rem, 4vw, 3rem); padding-block: clamp(2rem, 3.5vw, 3.25rem) clamp(2.5rem, 4.5vw, 4rem); align-items: start; } .mega-inner[data-cols='2'][data-card] { grid-template-columns: minmax(0, 20rem) 12.5rem 16.5rem; } .mega-inner[data-cols='2']:not([data-card]) { grid-template-columns: minmax(0, 20rem) 12.5rem; } .mega-inner[data-cols='1'][data-card] { grid-template-columns: minmax(0, 20rem) 26rem; justify-content: space-between; } .mega-inner[data-cols='1']:not([data-card]) { grid-template-columns: minmax(0, 20rem); } .mega-col { opacity: 0; transform: translateY(10px); transition: opacity 0.3s var(--ease), transform 0.3s var(--ease); } .mega[data-open] .mega-col { opacity: 1; transform: none; } .mega[data-open] .mega-col:nth-child(1) { transition-delay: 0.10s; } .mega[data-open] .mega-col:nth-child(2) { transition-delay: 0.16s; } .mega[data-open] .mega-col:nth-child(3) { transition-delay: 0.22s; } .nav-veil { position: fixed; inset: 0; z-index: 90; background: rgba(20, 20, 26, 0.3); backdrop-filter: blur(3px) saturate(0.9); opacity: 0; transition: opacity 0.32s var(--ease); pointer-events: none; } .nav-veil[data-open] { opacity: 1; } .mega-list { display: grid; gap: 0; list-style: none; margin: 0; padding: 0; } .mega-group { margin: 0 0 0.9rem; font-size: 0.82rem; font-weight: 500; letter-spacing: -0.006em; color: var(--ink-faint); } .mega-link { display: flex; align-items: center; min-height: 2.55rem; padding: 0; font-size: 1.05rem; font-weight: 600; letter-spacing: -0.018em; color: var(--ink); text-decoration: none; transition: color 0.16s var(--ease); } .mega-col:first-child .mega-link { font-size: 1.6rem; letter-spacing: -0.028em; line-height: 1.15; } .mega-card { position: relative; overflow: hidden; display: grid; gap: 0.45rem; align-content: start; padding: 1.05rem 1.15rem 1rem; margin-top: -1.05rem; border-radius: var(--radius-lg); background: var(--ink); color: var(--paper); text-decoration: none; isolation: isolate; transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease); } .mega-card::after { content: ''; position: absolute; z-index: -1; right: -16%; bottom: -40%; width: 68%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient( circle at 35% 30%, color-mix(in srgb, var(--riff-soft) 58%, var(--ink)) 0%, color-mix(in srgb, var(--riff) 64%, var(--ink)) 44%, color-mix(in srgb, var(--riff) 26%, var(--ink)) 78%, transparent 100% ); transition: transform 0.35s var(--ease), opacity 0.35s var(--ease); } a.mega-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lift); } a.mega-card:hover::after { transform: scale(1.12); } a.mega-card:hover { color: var(--paper); } .mega-card-eyebrow { text-wrap: balance; margin: 0; font-size: 0.82rem; font-weight: 500; letter-spacing: -0.006em; color: rgba(255, 255, 255, 0.55); } .mega-card-title { margin: 0; font-size: 0.97rem; font-weight: 600; line-height: 1.3; letter-spacing: -0.018em; color: #fff; } .mega-card-list { display: grid; gap: 0.3rem; margin: 0.25rem 0 0; padding: 0; list-style: none; font-size: 0.86rem; line-height: 1.35; color: rgba(255, 255, 255, 0.62); } .mega-card-list li { position: relative; padding-left: 1.05rem; } .mega-card-list li::before { content: ''; position: absolute; left: 0; top: 0.5em; width: 4px; height: 4px; border-radius: 50%; background: var(--pos-neon); } .mega-card-go { margin-top: 0.35rem; font-size: 0.86rem; font-weight: 500; color: #fff; } .mega-card.mega-folk { max-width: none; } .mega-card.mega-folk::after { right: -10%; bottom: -52%; width: 44%; } .mega-folk-list { display: grid; gap: 0.85rem; margin: 0.9rem 0 0; padding: 0; list-style: none; } .mega-folk-row { display: grid; grid-template-columns: 2.3rem 1fr; column-gap: 0.75rem; align-items: center; } .mega-folk-av { grid-row: 1 / 3; display: grid; place-items: center; width: 2.3rem; height: 2.3rem; border-radius: 50%; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.02em; } .mega-folk-av.is-riff { background: var(--riff); color: #fff; } .mega-folk-av.is-ink { background: rgba(255, 255, 255, 0.14); color: #fff; } .mega-folk-navn { align-self: end; font-size: 0.95rem; font-weight: 600; line-height: 1.25; color: #fff; } .mega-folk-rolle { align-self: start; font-size: 0.82rem; line-height: 1.3; color: rgba(255, 255, 255, 0.62); } a.mega-card:hover .arw { display: inline-block; transform: translateX(3px); transition: transform 0.2s var(--ease); } .mega-card { max-width: 16.5rem; } .mega-card:nth-child(2) { --kort-d: 0.16s; } .mega-card:nth-child(3) { --kort-d: 0.22s; } .mega-card { opacity: 0; translate: 0 10px; transition: opacity 0.3s var(--ease), translate 0.3s var(--ease), transform 0.22s var(--ease), box-shadow 0.22s var(--ease); } .mega[data-open] .mega-card { opacity: 1; translate: none; transition: opacity 0.3s var(--ease) var(--kort-d, 0.22s), translate 0.3s var(--ease) var(--kort-d, 0.22s), transform 0.22s var(--ease), box-shadow 0.22s var(--ease); } .mega-link:hover { color: var(--riff); } .mega-link[data-active] { color: var(--riff); } .nav-drawer { position: fixed; z-index: 95; left: 0; right: 0; top: var(--nav-h); bottom: 0; background: var(--paper); border-top: 1px solid var(--sand-line); overflow: hidden; } .dr-stack { position: relative; height: 100%; } .dr-panel { position: absolute; inset: 0; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; padding-block: 0.5rem 2rem; transition: transform 0.36s var(--ease), opacity 0.26s var(--ease); } .dr-sub { transform: translateX(100%); opacity: 0; } .dr-sub[data-open] { transform: translateX(0); opacity: 1; } .nav-drawer[data-sub] .dr-root { transform: translateX(-24%); opacity: 0; } .dr-inner { display: grid; } .dr-list { list-style: none; margin: 0; padding: 0; display: grid; } .dr-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: 100%; min-height: 3.75rem; padding: 0.85rem 0; border: 0; background: none; font: inherit; font-size: 1.35rem; font-weight: 500; letter-spacing: -0.02em; color: var(--ink); text-align: left; text-decoration: none; cursor: pointer; } .dr-row[data-active] { color: var(--riff); } .dr-chev { flex: none; color: var(--ink-faint); } .dr-row-label { display: block; } .dr-row-sub { display: grid; gap: 0.15rem; min-height: 3.1rem; font-size: 1.1rem; } .dr-row-desc { font-size: 0.9rem; font-weight: 400; color: var(--ink-faint); line-height: 1.35; letter-spacing: 0; } .dr-row-small { font-size: 1.02rem; font-weight: 450; color: var(--ink-soft); min-height: 3rem; } .dr-back { display: inline-flex; align-items: center; gap: 0.55rem; align-self: start; justify-self: start; margin-bottom: 0.35rem; padding: 0.6rem 0.9rem 0.6rem 0; border: 0; background: none; font: inherit; font-size: 1rem; font-weight: 500; color: var(--riff); cursor: pointer; } .dr-back .dr-chev { color: currentColor; } @keyframes dr-ind { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } } .dr-root .dr-row, .dr-root .dr-cta, .dr-sub[data-open] .dr-row, .dr-sub[data-open] .dr-group-title { animation: dr-ind 0.4s var(--ease) both; } .dr-list li:nth-child(1) .dr-row { animation-delay: 0.04s; } .dr-list li:nth-child(2) .dr-row { animation-delay: 0.08s; } .dr-list li:nth-child(3) .dr-row { animation-delay: 0.12s; } .dr-list li:nth-child(4) .dr-row { animation-delay: 0.16s; } .dr-list li:nth-child(5) .dr-row { animation-delay: 0.20s; } .dr-list li:nth-child(6) .dr-row { animation-delay: 0.24s; } .dr-rest li:nth-child(1) .dr-row { animation-delay: 0.22s; } .dr-rest li:nth-child(2) .dr-row { animation-delay: 0.26s; } .dr-rest li:nth-child(3) .dr-row { animation-delay: 0.30s; } .dr-root .dr-cta { animation-delay: 0.34s; } .dr-sub[data-open] .dr-group-title { animation-delay: 0.02s; } @media (prefers-reduced-motion: reduce) { .dr-root .dr-row, .dr-root .dr-cta, .dr-sub[data-open] .dr-row, .dr-sub[data-open] .dr-group-title { animation: none; } } .dr-group-title { margin: 1.75rem 0 0.55rem; font-size: 0.82rem; font-weight: 500; letter-spacing: -0.006em; color: var(--ink-faint); } .dr-group-title:first-of-type { margin-top: 0.75rem; } .dr-hub { margin-top: 1.5rem; padding-top: 0.9rem; border-top: 1px solid var(--sand-line); } .dr-hub .dr-row-label { color: var(--riff); } .dr-hub .arw { display: inline-block; margin-left: 0.2rem; } .dr-cta { margin-top: 1.75rem; justify-self: start; min-width: 14rem; } .dr-scrim { position: fixed; inset: var(--nav-h) 0 0; z-index: 94; background: rgba(20, 20, 26, 0.18); opacity: 0; transition: opacity 0.25s var(--ease); } .dr-scrim[data-open] { opacity: 1; } .dr-scrim[data-open] { touch-action: none; } .nav[data-drawer] .nav-cta-sm { display: none; } @media (min-width: 62rem) { .nav-links, .nav-actions { display: flex; } .nav-actions { align-items: center; gap: 0.35rem; } .nav-toggle, .nav-drawer, .nav-cta-sm, .dr-scrim { display: none; } } @media (max-width: 61.99rem) { .mega-wrap, .nav-veil { display: none; } } @media (max-width: 47.99rem) { .nav-inner { gap: 0.75rem; } } @media (min-width: 34rem) and (max-width: 61.99rem) { .dr-root .dr-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 2.5rem; } .dr-root .dr-cta { grid-column: 1 / -1; } .dr-sub .dr-inner { max-width: 34rem; } } .foot { padding-block: clamp(3.5rem, 7vw, 5.5rem) 2.5rem; } .foot-top { display: grid; gap: clamp(2rem, 5vw, 3rem); grid-template-columns: 1fr; padding-bottom: 2.5rem; } .foot-brand { display: grid; gap: 1rem; justify-items: start; align-content: start; max-width: 22rem; } .foot-line { opacity: 0.7; font-size: 0.95rem; line-height: 1.5; } .foot-title { font-size: 0.82rem; font-weight: 500; letter-spacing: -0.006em; line-height: 1.55; opacity: 0.55; margin-bottom: 0.6rem; } .foot-col ul { display: grid; gap: 0.15rem; list-style: none; padding: 0; } .foot-col a, .foot-legal a { color: inherit; text-decoration: none; font-size: 0.95rem; opacity: 0.82; display: inline-block; padding-block: 0.5rem; } .foot-col a:hover, .foot-legal a:hover { opacity: 1; text-decoration: underline; } .foot-bottom { display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between; align-items: center; padding-block: 1.5rem; } .foot-legal { display: flex; flex-wrap: wrap; gap: 1.25rem; list-style: none; padding: 0; } .foot-disclaimers { display: grid; gap: 0.7rem 2rem; } @media (min-width: 48rem) { .foot-disclaimers { grid-template-columns: 1fr 1fr; } } .foot-disclaimer { opacity: 0.55; } @media (min-width: 48rem) { .foot-top { grid-template-columns: 1.3fr repeat(3, 1fr); } } @media (max-width: 47.99rem) { .foot { padding-block: 3rem 2rem; } .foot-top { padding-bottom: 1.75rem; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1.5rem; } .foot-brand { grid-column: 1 / -1; } .foot-col:nth-of-type(1) { grid-row: span 2; } .foot-col ul { gap: 0; } .foot-col a, .foot-legal a { display: flex; align-items: center; min-height: 2.75rem; padding-block: 0; } .foot-brand .btn-sm { min-height: 2.75rem; } .foot-bottom { display: grid; gap: 0.5rem; padding-block: 1rem; } .foot-legal { gap: 0 1.25rem; } } .logo { display: inline-flex; align-items: center; text-decoration: none; } .logo-word, .logo-hash { font-weight: 700; font-size: min(calc(var(--s) * 0.82), 7.5vw); letter-spacing: -0.05em; line-height: 1; } .logo-ink .logo-word { color: var(--ink); } .logo-paper .logo-word { color: var(--paper); } .logo-hash { color: var(--pos-text); } .band-ink .logo-hash, .band-riff .logo-hash { color: var(--pos-neon); } .page-head { padding-top: clamp(2.5rem, 6vw, 4.5rem); padding-bottom: clamp(1.25rem, 2.5vw, 2rem); display: grid; gap: 0; } .page-head .eyebrow { margin-bottom: var(--head-stack); } .page-title { max-width: 20ch; } .page-lede { margin-top: var(--head-stack); } @media (max-width: 47.99rem) { .page-head { padding-top: 2rem; padding-bottom: 1rem; } } .dev { margin: 0; display: grid; gap: 1rem; width: 100%; } .dev-caption { max-width: 30rem; text-align: center; margin-inline: auto; } .ph { position: relative; container-type: inline-size; width: 100%; max-width: var(--phone-max, 19rem); margin-inline: auto; } .ph-band { padding: 1.15cqw; border-radius: 16cqw; background: #292929; box-shadow: var(--shadow-device); } .ph-bezel { padding: 2.2cqw; border-radius: 15cqw; background: #111111; overflow: hidden; } .ph-bezel img { width: 100%; height: auto; display: block; border-radius: 12.6cqw; } .br { width: 100%; border-radius: 12px; overflow: hidden; background: #111111; border: 1px solid rgba(20, 20, 26, 0.12); box-shadow: var(--shadow-device); } .br-chrome { display: flex; align-items: center; gap: 0.9rem; padding: 0.6rem 0.9rem; background: #292929; border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .br-dots { display: inline-flex; gap: 0.38rem; flex: none; } .br-dots i { width: 0.62rem; height: 0.62rem; border-radius: 50%; background: #3d3d3d; } .br-dots i:first-child { background: #474747; } .br-url { flex: 1; text-align: center; font-size: 0.76rem; color: rgba(255, 255, 255, 0.62); background: rgba(255, 255, 255, 0.06); border-radius: 999px; padding: 0.22rem 0.8rem; max-width: 16rem; margin-inline: auto; letter-spacing: -0.005em; } .br img { width: 100%; height: auto; display: block; } .br-scroll { width: 100%; } @media (max-width: 46rem) { .br { border-radius: 9px; } .br-chrome { gap: 0.55rem; padding: 0.4rem 0.55rem; } .br-dots { gap: 0.26rem; } .br-dots i { width: 0.42rem; height: 0.42rem; } .br-url { font-size: 0.62rem; padding: 0.16rem 0.6rem; max-width: 11rem; } } .band-ink .br, .band-riff .br { border-color: rgba(255, 255, 255, 0.1); box-shadow: none; } .faq { border-top: 1px solid var(--sand-line); } .faq-item { border-bottom: 1px solid var(--sand-line); } .faq-item summary { display: flex; gap: 1.5rem; align-items: center; justify-content: space-between; padding-block: var(--row-pad); cursor: pointer; list-style: none; } .faq-item summary::-webkit-details-marker { display: none; } .faq-q { font-size: clamp(1rem, 1.5vw, 1.1rem); font-weight: 500; letter-spacing: -0.015em; line-height: 1.35; } .faq-mark { position: relative; flex: none; width: 1.05rem; height: 1.05rem; } .faq-mark::before, .faq-mark::after { content: ''; position: absolute; inset: 50% 0 auto 0; height: 2px; background: var(--riff); transition: transform 0.2s ease; } .faq-mark::after { transform: rotate(90deg); } .faq-item[open] .faq-mark::after { transform: rotate(0deg); } .faq-a { font-size: 1.0625rem; line-height: 1.6; color: var(--ink-soft); max-width: var(--measure-prose); padding-bottom: 1.35rem; } .faq-a p + p { margin-top: 0.7em; } .faq-a ul { margin-top: 0.6em; padding-left: 1.2em; display: grid; gap: 0.3em; } @media (max-width: 47.99rem) { .faq-q { font-weight: 600; } } .cta-inner { display: grid; gap: var(--gap-split); align-items: center; } .cta-copy { display: grid; gap: var(--head-stack); max-width: 30rem; } @media (min-width: 56rem) { .cta-inner { grid-template-columns: 1.1fr 1fr; } } @media (max-width: 47.99rem) { .cta-inner { gap: 1.75rem; } .cta-band .cta-copy { justify-items: center; text-align: center; margin-inline: auto; } .cta-band .eyebrow { justify-content: center; } .cta-band .d2 { font-size: 1.65rem; } .cta-band .lede { font-size: 1rem; } .cta-band .wl { margin-inline: auto; } .cta-band .wl input[type='email'] { text-align: center; min-height: 2.9rem; } .cta-band .wl-submit { min-height: calc(2.9rem + 2px); font-size: 0.94rem; } .cta-band .wl-fine { font-size: 0.7rem; } } .wl { display: grid; gap: 0.75rem; width: 100%; max-width: 30rem; --wl-fill: var(--paper-raise); --wl-edge: var(--sand-line); --wl-focus: var(--riff); --wl-ring: color-mix(in srgb, var(--riff) 18%, transparent); --wl-fill-hover: var(--paper-raise); --wl-edge-hover: color-mix(in srgb, var(--riff) 45%, var(--sand-line)); --wl-ring-hover: color-mix(in srgb, var(--riff) 9%, transparent); } .wl-row { display: grid; gap: 0.7rem; } .wl-field { display: grid; background: var(--wl-fill); border: 1px solid var(--wl-edge); border-radius: 999px; transition: background-color 0.18s var(--ease), border-color 0.18s var(--ease), box-shadow 0.18s var(--ease); } @media (hover: hover) { .wl-field:hover { background: var(--wl-fill-hover); border-color: var(--wl-edge-hover); box-shadow: 0 0 0 3px var(--wl-ring-hover); } } .wl-field:focus-within { background: var(--wl-fill); border-color: var(--wl-focus); box-shadow: 0 0 0 3px var(--wl-ring); } .wl input[type='email'] { width: 100%; font-size: max(1.0625rem, 16px); line-height: 1.4; text-align: left; padding: 0 1.35rem; min-height: 2.9rem; background: none; color: var(--ink); border: 0; border-radius: inherit; } .wl input[type='email']::placeholder { color: var(--ink-soft); } .wl input[type='email']:focus-visible { outline: none; } @media (forced-colors: active) { .wl input[type='email']:focus-visible { outline: 2px solid; outline-offset: -4px; } } .wl-submit { width: 100%; } .wl-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; } .wl-turnstile:empty { display: none; } .wl-turnstile { margin-top: 0.15rem; } .wl[data-done] .wl-row { display: none; } .wl[data-done] .wl-msg { font-size: 1.0625rem; } .wl-msg:empty { display: none; } .wl-msg[data-tone='error'] { color: var(--flag); font-weight: 600; } .wl-msg[data-tone='ok'] { color: var(--pos-text); font-weight: 600; } .wl-msg[data-tone='ok'] { display: flex; align-items: flex-start; gap: 0.5rem; } .wl-msg[data-tone='ok']::before { content: ''; flex: none; width: 1.15rem; height: 1.15rem; margin-top: 0.12em; background: currentColor; -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 100% no-repeat; mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 100% no-repeat; } .wl-fine { max-width: 36ch; } .wl-fine { justify-self: center; text-align: center; margin-top: 0.85rem; } .band-ink .wl, .band-riff .wl { --wl-fill: rgba(255, 255, 255, 0.10); --wl-edge: rgba(255, 255, 255, 0.34); --wl-focus: #fff; --wl-ring: rgba(255, 255, 255, 0.24); --wl-fill-hover: rgba(255, 255, 255, 0.16); --wl-edge-hover: rgba(255, 255, 255, 0.58); --wl-ring-hover: rgba(255, 255, 255, 0.12); } .band-ink .wl input[type='email'], .band-riff .wl input[type='email'] { color: #fff; } .band-ink .wl input[type='email']::placeholder, .band-riff .wl input[type='email']::placeholder { color: rgba(255, 255, 255, 0.74); } .band-riff .wl .btn-primary { background: #fff; border-color: #fff; color: var(--riff); } .band-riff .wl .btn-primary:hover { background: var(--ink); border-color: var(--ink); color: #fff; } .band-ink .wl-msg[data-tone='ok'], .band-riff .wl-msg[data-tone='ok'] { color: var(--pos-neon); } .band-ink .wl-msg[data-tone='error'], .band-riff .wl-msg[data-tone='error'] { color: #ffb4a0; } .band-ink .wl-msg[data-tone], .band-riff .wl-msg[data-tone] { opacity: 1; } @media (min-width: 30rem) { .wl-row { grid-template-columns: 1fr auto; gap: 0; padding: 0.4rem; background: var(--wl-fill); border: 1px solid var(--wl-edge); border-radius: 999px; transition: background-color 0.18s var(--ease), border-color 0.18s var(--ease), box-shadow 0.18s var(--ease); } @media (hover: hover) { .wl-row:hover { background: var(--wl-fill-hover); border-color: var(--wl-edge-hover); box-shadow: 0 0 0 3px var(--wl-ring-hover); } .wl-field:hover { background: none; box-shadow: none; } } .wl-row:focus-within { background: var(--wl-fill); border-color: var(--wl-focus); box-shadow: 0 0 0 3px var(--wl-ring); } .wl-field { background: none; border: 0; border-radius: 0; box-shadow: none; margin: -0.4rem 0 -0.4rem -0.4rem; cursor: text; } .wl-field:focus-within { background: none; box-shadow: none; } .wl-row input[type='email'] { padding-left: 1.75rem; } .wl-submit { width: auto; min-height: 2.9rem; padding: 0.6rem 1.45rem; } .wl-submit:hover { transform: none; box-shadow: none; } } @media (max-width: 47.99rem) { .wl input[type='email'] { min-height: 3.25rem; } .wl-field { border-radius: 999px; } .wl-submit { min-height: calc(3.25rem + 2px); padding-block: 0; } .wl-msg { font-size: 1rem; } } .acts { display: grid; gap: 0.75rem; width: 100%; max-width: 30rem; } .acts-row { display: grid; gap: 0.6rem; } .acts-row .btn { width: 100%; } @media (min-width: 30rem) { .acts-row { grid-auto-flow: column; grid-auto-columns: 1fr; } } .acts-fine { max-width: 36ch; } .rhythm { display: grid; gap: 0.9rem; margin: 0; } .rhythm-head { display: flex; flex-wrap: wrap; gap: 0.4rem 1rem; justify-content: space-between; align-items: baseline; font-size: 0.82rem; font-weight: 600; letter-spacing: -0.006em; } .rhythm-sum { color: var(--ink-faint); font-weight: 500; } .rhythm-strip { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(3px, 0.85vw, 10px); align-items: end; position: relative; padding-bottom: 1.35rem; } .rhythm-strip::after { content: ''; position: absolute; left: 0; right: 0; bottom: 1.35rem; height: 2px; background: var(--ink); } .beat { display: grid; gap: 0.4rem; justify-items: center; position: relative; z-index: 1; padding: 0; background: none; border: 0; cursor: pointer; font: inherit; } .beat::after { content: ''; position: absolute; inset: -0.4rem -0.18rem -1.5rem; } .beat-bar { display: block; width: 100%; height: clamp(2.6rem, 7vw, 4.5rem); border-radius: 3px; border: 2px solid var(--ink); background: var(--ink); transition: transform 0.16s ease, background-color 0.16s ease; transform-origin: bottom; } .beat-month { position: absolute; bottom: -1.35rem; font-size: clamp(0.68rem, 1.3vw, 0.74rem); font-weight: 600; letter-spacing: 0; color: var(--ink-faint); } .beat.is-paid .beat-bar { background: var(--pos); border-color: var(--pos); } .beat.is-next .beat-bar { background: var(--riff-wash); border-color: var(--riff); border-width: 3px; } .beat.is-coming .beat-bar { background: var(--sand); border-color: var(--sand-line); } .beat.is-rest { cursor: default; } .beat.is-rest { cursor: default; } .beat-rest { display: grid; place-items: center; height: clamp(2.6rem, 7vw, 4.5rem); font-size: clamp(0.68rem, 1.2vw, 0.74rem); font-weight: 600; letter-spacing: 0; color: var(--ink-faint); align-self: end; } .beat.is-rest .beat-month { color: var(--ink-faint); } .beat:hover .beat-bar, .beat[data-active] .beat-bar { transform: scaleY(1.07); } .beat[data-active].is-coming .beat-bar { background: var(--sand-line); } .beat[data-active] .beat-month { color: var(--ink); } .rhythm-readout { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: baseline; font-size: clamp(0.95rem, 1.6vw, 1.1rem); padding-top: 0.4rem; border-top: 1px solid var(--sand-line); } .readout-key { font-weight: 700; letter-spacing: -0.01em; } .readout-sep { color: var(--ink-faint); } .readout-val { color: var(--ink-soft); } .rhythm-legend { max-width: var(--measure-fine); } @media (max-width: 47.99rem) { .beat-month, .beat-rest { font-size: 0.75rem; } .rhythm-strip { gap: 3px; } } .tekstnote { margin-top: 3rem; border-top: 2px solid var(--ink); padding-top: 1.25rem; display: grid; gap: 0.7rem; justify-items: start; } .tekstnote p { max-width: var(--measure-prose); color: var(--ink-soft); } .tekstnote .tekstnote-scope { color: var(--ink-faint); } .tekstnote a.link-go { margin-top: 0.35rem; }