/* ==========================================================================
   Digmi – designsystem och komponenter
   Tokens kommer från theme.json (--wp--preset--*). Här: komponenter och rörelse.
   ========================================================================== */

:root {
	--ink: #111111;
	--graphite: #4A4640;
	--stone: #8A8173;
	--line: #E4DED4;
	--sand: #E7E1D6;
	--paper: #FBFAF7;
	--warm: #F4F1EC;
	--live: #2F9E5A;
	--live-soft: #5BD18B;
	--gutter: clamp(1rem, 4.5vw, 5rem);
	--max: 1312px;
	--radius: 10px;
	--ease: cubic-bezier(.2, .7, .2, 1);
	--ease-in-out: cubic-bezier(.75, 0, .2, 1);
	--section: clamp(5.5rem, 11vw, 10rem);
	--serif: 'Instrument Serif', Georgia, serif;
	--sans: 'Instrument Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html.has-menu-open { overflow: hidden; }
body { margin: 0; overflow-x: clip; background: var(--warm); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; }
.wp-site-blocks { padding: 0; }
.wp-site-blocks > * + * { margin-block-start: 0 !important; }
.site-main > * { margin-block: 0; }
.site-main > * + * { margin-top: 0; }

:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 4px; }
.ihero :focus-visible, .section--ink :focus-visible, .site-menu :focus-visible, .cta :focus-visible { outline-color: #FFFFFF; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 1rem; top: -100px; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: #FFF; border-radius: 6px; }
.skip-link:focus { top: 1rem; }

/* ---------- Typografi ---------- */
.eyebrow { margin: 0; font-size: .75rem; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; color: var(--graphite); }
.eyebrow--rule { display: flex; align-items: center; gap: 1rem; }
.eyebrow--rule::before { content: ""; width: 40px; height: 1px; background: currentColor; opacity: .6; }
.accent-serif { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -0.005em; }
.h-display { margin: 0; font-size: clamp(2.5rem, 5vw, 4.25rem); line-height: .98; font-weight: 600; letter-spacing: -0.035em; }
.h-section { margin: 0; font-size: clamp(2rem, 3.6vw, 3.25rem); line-height: 1.02; font-weight: 600; letter-spacing: -0.025em; }
.lead-muted { margin: 0; max-width: 34rem; font-size: clamp(1.0625rem, 1.3vw, 1.1875rem); line-height: 1.6; color: var(--graphite); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; color: inherit; text-underline-offset: .25em; }
.text-link svg { transition: transform .3s var(--ease); }
.text-link:hover svg { transform: translateX(4px); }

/* ---------- Knappar ---------- */
.btn { display: inline-flex; align-items: center; gap: .6rem; min-height: 48px; padding: 1rem 1.75rem; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--ink); color: #FFF; font: 600 1rem/1 var(--sans); text-decoration: none; cursor: pointer; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s var(--ease); }
.btn:hover { transform: translateY(-1px); }
.btn:disabled { opacity: .6; cursor: progress; }
.btn--sm { min-height: 44px; padding: .8rem 1.35rem; font-size: .9375rem; }
.btn--outline { background: transparent; color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: #FFF; }
.btn--light { background: #FFF; border-color: #FFF; color: var(--ink); }
.btn--ghost-light { background: transparent; border-color: rgba(255, 255, 255, .8); color: #FFF; padding-left: .6rem; }
.btn--ghost-light .play { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 999px; background: rgba(255, 255, 255, .18); }
.btn--ghost-light:not(:has(.play)) { padding-left: 1.75rem; }
.pill { display: inline-flex; align-items: center; gap: .6rem; min-height: 44px; padding: .7rem 1.25rem; border: 1.5px solid #D9D2C6; border-radius: 999px; background: rgba(255, 255, 255, .5); color: var(--ink); font: 500 1rem/1 var(--sans); text-decoration: none; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.pill:hover { background: var(--ink); color: #FFF; border-color: var(--ink); }
.pill--sm { min-height: 36px; padding: .5rem .9rem; font-size: .8125rem; font-weight: 600; border-color: var(--ink); justify-content: center; }
.link-button { background: none; border: 0; padding: 1rem; font: 600 1rem var(--sans); text-decoration: underline; cursor: pointer; color: inherit; }
.glass { background: rgba(20, 16, 12, .45); border: 1px solid rgba(255, 255, 255, .2); color: #FFF; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }

/* ---------- Live-indikatorer ---------- */
.live-pill { display: inline-flex; align-items: center; gap: .6rem; margin: 0; padding: .5rem 1rem .5rem .75rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .75); font-size: .8125rem; color: var(--graphite); }
.live-pill strong { color: var(--ink); letter-spacing: .08em; text-transform: uppercase; font-size: .75rem; }
.live-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--live); animation: pulse 1.8s ease-in-out infinite; flex: none; }
.live-dot--soft { width: 7px; height: 7px; background: var(--live-soft); }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(91, 209, 139, .55); } 50% { box-shadow: 0 0 0 7px rgba(91, 209, 139, 0); } }

/* ==========================================================================
   Levande skärm (.ls)
   ========================================================================== */
.ls { position: relative; margin: 0; overflow: hidden; background: #1A1714; }
.ls__stage { position: absolute; inset: 0; transition: transform 1.4s var(--ease); }
.ls picture, .ls__img { display: block; width: 100%; height: 100%; }
.ls__img { object-fit: cover; }
.ls__device { position: absolute; left: 0; top: 0; transform-origin: 0 0; padding: var(--ls-bezel, 10px); border-radius: calc(var(--ls-bezel, 10px) * .4); background: linear-gradient(160deg, #2b2b2e 0%, #0d0d0f 34%, #050506 100%); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07), inset 0 1px 0 rgba(255, 255, 255, .14), 0 36px 70px -18px rgba(0, 0, 0, .6), 0 0 90px 8px color-mix(in srgb, var(--ls-glow, #FFF) 14%, transparent); opacity: 0; transition: opacity .6s ease, box-shadow 1.2s ease; }
.ls.is-ready .ls__device { opacity: 1; }
.ls__screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 2px; background: #000; filter: brightness(.93) saturate(.92) contrast(.97); }
.ls__shade { position: absolute; inset: 0; z-index: 5; pointer-events: none; box-shadow: inset 0 0 calc(var(--ls-bezel, 10px) * 2.4) rgba(0, 0, 0, .38); background: linear-gradient(180deg, rgba(255, 255, 255, .05) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .14) 100%); }
.ls__slide { position: absolute; inset: 0; z-index: 1; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; padding: var(--ls-pad, 24px); background: var(--s-bg); color: var(--s-fg); clip-path: inset(0 0 100% 0); transition: clip-path 1.1s var(--ease-in-out); }
.ls__slide.is-prev { z-index: 2; clip-path: inset(0 0 0 0); }
.ls__slide.is-current { z-index: 3; clip-path: inset(0 0 0 0); }
.ls__k, .ls__f { font-size: var(--ls-ks, 11px); letter-spacing: .2em; text-transform: uppercase; opacity: .85; line-height: 1.3; }
.ls__t { font-size: var(--ls-fs, 40px); line-height: .98; }
.ls__t--serif { font-family: var(--serif); }
.ls__t--sans { font-family: var(--sans); font-weight: 600; letter-spacing: -0.02em; }
.ls__slide.is-current .ls__t { animation: rise 1s var(--ease) .25s both; }
.ls__glass { position: absolute; inset: 0; z-index: 6; pointer-events: none; background: linear-gradient(118deg, rgba(255, 255, 255, .13) 0%, rgba(255, 255, 255, .03) 28%, rgba(255, 255, 255, 0) 44%); }
@keyframes rise { from { opacity: 0; transform: translateY(18%); } to { opacity: 1; transform: none; } }

/* Platt skärm utan foto (Inte en TV) */
.ls-flat { position: relative; overflow: hidden; --ls-fs: 56px; --ls-ks: 11px; --ls-pad: 26px; }

/* ==========================================================================
   Sidhuvud och meny
   ========================================================================== */
.site-header { position: relative; z-index: 20; }
.site-header--overlay { position: absolute; inset: 0 0 auto 0; color: #FFF; }
.site-header__bar { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 2rem var(--gutter) 0; }
.brand { font-size: 2.25rem; font-weight: 700; letter-spacing: -0.045em; color: inherit; text-decoration: none; line-height: 1; }
.brand sup { font-size: .6rem; font-weight: 500; letter-spacing: 0; }
.site-header__tagline { margin-left: auto; font-size: .75rem; letter-spacing: .26em; text-transform: uppercase; color: var(--graphite); }
.site-header__nav { display: flex; gap: 2.25rem; padding: .75rem 1.75rem; border-radius: 999px; background: rgba(0, 0, 0, .25); border: 1px solid rgba(255, 255, 255, .14); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.site-header__nav a { color: #FFF; text-decoration: none; font-weight: 500; font-size: .9375rem; }
.site-header__nav a:hover { text-decoration: underline; text-underline-offset: .3em; }
.site-header__actions { display: flex; align-items: center; gap: 1rem; }
.menu-toggle { display: grid; place-items: center; width: 48px; height: 48px; border: 0; background: transparent; color: inherit; cursor: pointer; }

.site-menu { position: fixed; inset: 0; z-index: 50; overflow-y: auto; background: #0F0E0D; color: #FFF; animation: menuIn .5s var(--ease) both; }
.site-menu[hidden] { display: none; }
@keyframes menuIn { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: none; } }
.site-menu__inner { min-height: 100%; box-sizing: border-box; padding: 2rem var(--gutter) 3rem; display: flex; flex-direction: column; gap: 3rem; }
.site-menu__top { display: flex; justify-content: space-between; align-items: center; }
.site-menu__close { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 999px; background: transparent; color: #FFF; cursor: pointer; }
.site-menu__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }
.site-menu .eyebrow { color: rgba(255, 255, 255, .6); margin-bottom: 1rem; }
.site-menu ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.site-menu a { color: #FFF; text-decoration: none; }
.site-menu__col--big > ul a { display: flex; justify-content: space-between; align-items: center; padding: .6rem 0; border-bottom: 1px solid rgba(255, 255, 255, .12); font-size: clamp(1.75rem, 3.2vw, 2.75rem); font-weight: 600; letter-spacing: -0.02em; }
.site-menu__col--big > ul a svg { transition: transform .3s var(--ease); }
.site-menu__col--big > ul a:hover svg { transform: translateX(6px); }
.site-menu__small { margin-top: 1.5rem !important; display: flex !important; flex-wrap: wrap; gap: .5rem 1.5rem !important; }
.site-menu__small a, .site-menu__col:not(.site-menu__col--big) a { font-size: 1.125rem; color: rgba(255, 255, 255, .85); }
.site-menu__small a:hover, .site-menu__col a:hover { color: #FFF; text-decoration: underline; text-underline-offset: .3em; }

/* ==========================================================================
   Försättssida
   ========================================================================== */
.landing-hero { position: relative; display: flex; flex-direction: column; align-items: center; gap: 1.4rem; padding: clamp(3.5rem, 7vw, 5.5rem) var(--gutter) clamp(2.5rem, 5vw, 4rem); text-align: center; }
.landing-hero__light { position: absolute; inset: -40% -10% auto -30%; height: 1200px; z-index: -1; pointer-events: none; background-image: repeating-linear-gradient(62deg, rgba(60, 45, 30, .06) 0 70px, transparent 70px 190px); filter: blur(28px); }
.landing-hero__title { margin: .25rem 0 0; font-size: clamp(3rem, 7vw, 5.75rem); line-height: .96; font-weight: 600; letter-spacing: -0.04em; max-width: 18ch; text-wrap: balance; }
.landing-hero__words { display: flex; align-items: center; justify-content: center; gap: .3em; margin: 0; font-family: var(--serif); font-style: italic; font-size: clamp(2.25rem, 4.4vw, 3.75rem); line-height: 1.1; color: #6B5A48; }
.words { display: inline-block; height: 1.3em; overflow: hidden; text-align: left; white-space: nowrap; transition: width .8s var(--ease-in-out); }
.words__list { display: flex; flex-direction: column; align-items: flex-start; transform: translateY(calc(var(--i, 0) * -1.3em)); transition: transform .8s var(--ease-in-out); }
.words__list span { display: block; height: 1.3em; line-height: 1.3em; padding-right: .08em; }
.landing-hero__lead { margin: 0; font-size: clamp(1.0625rem, 1.5vw, 1.25rem); color: var(--graphite); }

.industry-grid { display: grid; gap: 20px; padding: 0 var(--gutter); max-width: calc(var(--max) + 2 * var(--gutter)); margin-inline: auto; box-sizing: border-box; }
.industry-grid__row { display: flex; gap: 20px; height: clamp(420px, 36vw, 520px); }
.tile { position: relative; display: block; flex: 1 1 0; min-width: 0; overflow: hidden; border-radius: var(--radius); color: #FFF; text-decoration: none; isolation: isolate; }
.tile__media { position: absolute; inset: 0; }
.tile:hover .ls__stage, .tile:focus-visible .ls__stage { transform: scale(1.04); }
.tile__scrim { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(10, 8, 6, .78) 0%, rgba(10, 8, 6, .3) 38%, rgba(10, 8, 6, 0) 62%), linear-gradient(to top, rgba(10, 8, 6, .7), rgba(10, 8, 6, 0) 45%); }
.tile__playing { position: absolute; left: 2rem; top: 1.75rem; display: flex; align-items: center; gap: .5rem; font-size: .6875rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255, 255, 255, .85); }
.tile__body { position: absolute; left: 2rem; bottom: 2rem; width: min(13rem, 38%); display: flex; flex-direction: column; gap: .75rem; }
.tile__title { font-size: clamp(1.25rem, 1.6vw, 1.875rem); line-height: 1.02; font-weight: 700; text-transform: uppercase; letter-spacing: -0.01em; overflow-wrap: break-word; hyphens: auto; }
.tile__lead { font-size: .9375rem; line-height: 1.45; color: rgba(255, 255, 255, .9); }
.tile__cta { display: flex; align-items: center; gap: .9rem; margin-top: .75rem; }
.round-arrow { display: grid; place-items: center; width: 54px; height: 54px; border: 1.5px solid #FFF; border-radius: 999px; transition: background .3s, color .3s; }
.tile:hover .round-arrow, .tile:focus-visible .round-arrow { background: #FFF; color: var(--ink); }
.tile__explore { font-weight: 600; opacity: 0; transform: translateX(-10px); transition: opacity .5s, transform .5s var(--ease); }
.tile:hover .tile__explore, .tile:focus-visible .tile__explore { opacity: 1; transform: none; }

.more-industries { display: flex; align-items: center; flex-wrap: wrap; gap: .875rem; max-width: calc(var(--max) + 2 * var(--gutter)); margin: 3rem auto 0 !important; padding: 0 var(--gutter); }
.more-industries ul { display: flex; flex-wrap: wrap; gap: .875rem; margin: 0 0 0 .75rem; padding: 0; list-style: none; }

.audience-band { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; max-width: calc(var(--max) + 2 * var(--gutter)); margin: clamp(4.5rem, 8vw, 7rem) auto 0 !important; padding: 0 var(--gutter); }
.audience-card { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; gap: 2.5rem; min-height: 340px; padding: clamp(2rem, 3.5vw, 3rem); border-radius: var(--radius); text-decoration: none; color: inherit; }
.audience-card__text { display: flex; flex-direction: column; gap: .9rem; max-width: 28rem; }
.audience-card__title { font-size: clamp(1.875rem, 2.8vw, 2.5rem); line-height: 1.05; font-weight: 600; letter-spacing: -0.02em; }
.audience-card--dark { background: var(--ink); color: #FFF; }
.audience-card--dark .eyebrow { color: rgba(255, 255, 255, .72); }
.audience-card--blueprint { background-color: var(--sand); background-image: repeating-linear-gradient(0deg, rgba(17, 17, 17, .05) 0 1px, transparent 1px 32px), repeating-linear-gradient(90deg, rgba(17, 17, 17, .05) 0 1px, transparent 1px 32px); }
.audience-card__link { font-weight: 600; text-decoration: underline; text-underline-offset: .25em; }
.blueprint { position: absolute; right: 2.75rem; bottom: 2.25rem; color: var(--ink); }
.blueprint__screen { fill: #6B5A48; animation: breathe 3.2s ease-in-out infinite; }
@keyframes breathe { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }
.flow { display: flex; align-items: center; }
.flow__node { flex: none; padding: .6rem 1rem; border: 1px solid rgba(255, 255, 255, .4); border-radius: 999px; font-size: .75rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.flow__node--hl { background: #FFF; color: var(--ink); border-color: #FFF; }
.flow__line { position: relative; flex: 1; height: 1px; margin: 0 .6rem; background: rgba(255, 255, 255, .25); }
.flow__dot { position: absolute; top: -3px; width: 7px; height: 7px; margin-left: -3px; border-radius: 999px; background: #F2D3A0; box-shadow: 0 0 12px #F2D3A0; animation: flow 2.4s cubic-bezier(.5, 0, .5, 1) infinite; }
@keyframes flow { from { left: 0; opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } to { left: 100%; opacity: 0; } }

/* ==========================================================================
   Branschsidor
   ========================================================================== */
.section { padding: var(--section) var(--gutter); max-width: calc(var(--max) + 2 * var(--gutter)); margin-inline: auto !important; box-sizing: border-box; }
.section--paper { background: var(--paper); max-width: none; }
.section--ink { background: #0F0E0D; color: #FFF; max-width: none; }
.section--ink .eyebrow, .section--ink .lead-muted { color: rgba(255, 255, 255, .78); }
.spot { position: absolute; width: 560px; height: 560px; border-radius: 999px; background: var(--v-glow, rgba(214, 170, 110, .35)); filter: blur(80px); pointer-events: none; animation: spot 6s ease-in-out infinite; }
.spot--center { left: 50%; top: 50%; margin: -260px 0 0 -260px; width: 520px; height: 520px; background: color-mix(in srgb, var(--ls-glow, #B89B72) 55%, transparent); }
.spot--corner { right: -120px; top: -160px; width: 520px; height: 520px; }
@keyframes spot { 0%, 100% { opacity: .55; transform: scale(1); } 50% { opacity: .9; transform: scale(1.08); } }

/* Hero */
.ihero { position: relative; overflow: hidden; min-height: min(880px, 100svh); background: var(--v-bg); color: #FFF; --mx: 0; --my: 0; --ls-tx: calc(var(--mx) * -22px); --ls-ty: calc(var(--my) * -14px); }
.ihero__media { position: absolute; top: 0; bottom: 0; right: 0; width: min(62.5%, 900px); }
.ihero__screen { position: absolute; inset: 0; }
/* Skärmen och "Spelas nu"-kortet delar förflyttningen; skalan läses av JS när hörnet publiceras. */
.ihero__screen { --ls-scale: 1.04; }
.ihero__screen .ls__stage { transform: translate(var(--ls-tx), var(--ls-ty)) scale(var(--ls-scale)); transition: transform .9s var(--ease); }
.ihero__fade { position: absolute; inset: 0 auto 0 0; width: 45%; background: linear-gradient(90deg, var(--v-bg), transparent); pointer-events: none; }
.ihero__media::after { content: ""; position: absolute; inset: auto 0 0 0; height: 200px; background: linear-gradient(to top, rgba(0, 0, 0, .45), transparent); pointer-events: none; }
.now-playing { position: absolute; z-index: 2; left: min(calc(var(--ls-x, 80%) - 186px), calc(100% - 238px)); top: min(calc(var(--ls-b, 80%) - 70px), calc(100% - 150px)); width: 222px; box-sizing: border-box; display: flex; flex-direction: column; gap: .6rem; padding: 1.1rem; border-radius: 14px; background: rgba(20, 16, 12, .42); border: 1px solid rgba(255, 255, 255, .22); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); transform: translate(var(--ls-tx), var(--ls-ty)); transition: transform .9s var(--ease); }
.now-playing__label { display: flex; align-items: center; gap: .5rem; font-size: .6875rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255, 255, 255, .85); }
.now-playing__title { font-size: 1.25rem; font-weight: 600; line-height: 1.15; }
.now-playing__dots { display: flex; gap: 6px; }
.now-playing__dots span { width: 10px; height: 4px; border-radius: 999px; background: rgba(255, 255, 255, .35); transition: width .6s var(--ease), background .3s; }
.now-playing__dots span.is-on { width: 34px; background: #FFF; }
.now-playing__meta { font-size: .75rem; color: rgba(255, 255, 255, .75); }
.ihero__content { position: relative; z-index: 3; box-sizing: border-box; max-width: calc(600px + var(--gutter)); padding: clamp(8.5rem, 14vw, 12rem) 0 5rem var(--gutter); display: flex; flex-direction: column; gap: 1.5rem; }
.ihero .eyebrow { color: rgba(255, 255, 255, .88); margin-top: .75rem; }
.ihero__title { margin: 0; font-size: clamp(3rem, 6vw, 5.5rem); line-height: .96; font-weight: 600; letter-spacing: -0.035em; }
.ihero__title .reveal { display: inline-block; animation: reveal 1.1s var(--ease) var(--d, 0s) both; }
.ihero__accent { display: block !important; margin-top: .05em; font-size: 1.09em; color: var(--v-accent); }
@keyframes reveal { from { opacity: 0; transform: translateY(45%); filter: blur(10px); } to { opacity: 1; transform: none; filter: blur(0); } }
.ihero__sub { margin: 0; font-size: clamp(1.25rem, 1.8vw, 1.5rem); font-weight: 500; }
.ihero__body { margin: 0; max-width: 31rem; font-size: 1.125rem; line-height: 1.6; color: rgba(255, 255, 255, .82); }
.ihero__actions { display: flex; flex-wrap: wrap; gap: .875rem; margin-top: .75rem; }
.crumbs { display: flex; flex-wrap: wrap; gap: .25rem; font-size: .8125rem; color: var(--graphite); }
.crumbs a { color: inherit; }
.crumbs--light { color: rgba(255, 255, 255, .75); }

/* Publicera-demo */
.publish { display: flex; flex-direction: column; gap: 3.5rem; }
.publish__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 3rem; flex-wrap: wrap; }
.publish__intro { display: flex; flex-direction: column; gap: 1.4rem; max-width: 40rem; }
.publish__controls { display: flex; flex-direction: column; align-items: flex-end; gap: .9rem; }
.publish__buttons { display: flex; align-items: center; gap: .5rem; }
.btn--publish { min-height: 56px; padding: 1.2rem 1.9rem; font-size: 1.0625rem; }
.publish.is-done .btn--publish { background: #2F7A4C; border-color: #2F7A4C; }
.publish__count { margin: 0; font-size: .875rem; color: var(--graphite); font-variant-numeric: tabular-nums; }
.publish__stage { position: relative; aspect-ratio: 1280 / 520; }
.publish__beams { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.beam-track { stroke: #D9D2C6; stroke-width: 1.5; stroke-dasharray: 4 6; vector-effect: non-scaling-stroke; }
.beam { stroke: var(--v-beam); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset .55s cubic-bezier(.6, 0, .2, 1); vector-effect: non-scaling-stroke; }
.beam.is-on { stroke-dashoffset: 0; }
.phone { position: absolute; left: 0; top: 7.7%; width: 16.4%; aspect-ratio: 210 / 420; box-sizing: border-box; padding: 10px; border-radius: 36px; background: var(--ink); box-shadow: 0 40px 80px rgba(0, 0, 0, .22); }
.phone__screen { height: 100%; box-sizing: border-box; display: flex; flex-direction: column; gap: .7rem; padding: 1.4rem .9rem .9rem; border-radius: 28px; background: var(--paper); font-size: .8125rem; }
.phone__top { display: flex; justify-content: space-between; align-items: baseline; font-size: .6875rem; color: var(--graphite); }
.phone__top strong { font-size: .875rem; color: var(--ink); }
.phone__card { flex: 1; min-height: 0; display: flex; flex-direction: column; justify-content: space-between; padding: .85rem; border-radius: 12px; background: var(--s-bg); color: var(--s-fg); --ls-ks: 8px; }
.phone__card-title { font-size: clamp(1.1rem, 2vw, 1.9rem); line-height: .98; }
.phone__meta { font-size: .6875rem; color: var(--graphite); }
.phone__btn { margin-top: auto; padding: .7rem; text-align: center; border-radius: 999px; background: var(--ink); color: #FFF; font-weight: 700; font-size: .75rem; }
.publish.is-done .phone__btn { background: #2F7A4C; }
.pcard { position: absolute; top: 3.8%; width: 22.66%; aspect-ratio: 290 / 430; border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 50px rgba(0, 0, 0, .12); transition: box-shadow .4s ease; }
.pcard.is-live { box-shadow: 0 0 0 2px var(--ink), 0 30px 60px rgba(0, 0, 0, .18); }
.pcard__media { position: absolute; inset: 0; }
.pcard__bar { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; justify-content: space-between; align-items: center; gap: .5rem; padding: .75rem .9rem; border-radius: 10px; font-size: .8125rem; font-weight: 600; }
.pcard__status { display: flex; align-items: center; gap: .45rem; font-weight: 500; color: rgba(255, 255, 255, .85); }
.pcard__dot { width: 7px; height: 7px; border-radius: 999px; background: rgba(255, 255, 255, .45); transition: background .3s; }
.pcard.is-live .pcard__dot { background: var(--live-soft); }

/* Schema */
.schedule { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; align-items: center; padding-inline: max(var(--gutter), calc((100% - var(--max)) / 2)); }
.schedule__media { grid-column: span 7; position: relative; height: clamp(380px, 40vw, 560px); border-radius: var(--radius); overflow: hidden; }
.schedule__screen { position: absolute; inset: 0; }
.schedule__badge { position: absolute; left: 20px; top: 20px; padding: .6rem 1rem; border-radius: 999px; font-size: .875rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.schedule__text { grid-column: 9 / span 4; display: flex; flex-direction: column; gap: 1.4rem; }
.timeline { position: relative; display: flex; flex-direction: column; margin-top: .5rem; --slot: 0; --slots: 3; }
.timeline__rail { position: absolute; left: 7px; top: 22px; bottom: 22px; width: 2px; background: var(--line); }
.timeline__fill { position: absolute; left: 0; top: 0; width: 100%; height: calc(var(--slot) / var(--slots) * 100%); background: var(--ink); transition: height .6s var(--ease); }
.timeline__slot { position: relative; display: flex; align-items: center; gap: 1.4rem; min-height: 44px; padding: .8rem 0; border: 0; background: transparent; font: inherit; color: var(--stone); text-align: left; cursor: pointer; }
.timeline__slot[aria-selected="true"] { color: var(--ink); }
.timeline__dot { width: 16px; height: 16px; box-sizing: border-box; border-radius: 999px; border: 2px solid #D9D2C6; background: var(--paper); transition: all .3s ease; }
.timeline__slot.is-past .timeline__dot { border-color: var(--ink); }
.timeline__slot[aria-selected="true"] .timeline__dot { border-color: var(--ink); background: var(--ink); transform: scale(1.15); }
.timeline__time { width: 3.5rem; font-weight: 600; font-size: .9375rem; font-variant-numeric: tabular-nums; }
.timeline__label { font-size: 1.125rem; font-weight: 600; }

/* Surfplatta */
.tablet { position: relative; overflow: hidden; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(3rem, 6vw, 5rem); align-items: center; padding-inline: max(var(--gutter), calc((100% - var(--max)) / 2)); }
.tablet .spot { left: 8%; top: 5%; }
.tablet__device { position: relative; height: 430px; box-sizing: border-box; padding: 16px; border-radius: 30px; background: #1D1D1D; box-shadow: 0 0 0 1px rgba(255, 255, 255, .1), 0 40px 90px rgba(0, 0, 0, .6); }
.tablet__screen { position: relative; height: 100%; box-sizing: border-box; overflow: hidden; display: flex; flex-direction: column; gap: 1.1rem; padding: 1.5rem; border-radius: 16px; background: var(--paper); color: var(--ink); }
.tablet__top { display: flex; justify-content: space-between; align-items: center; }
.tablet__cart { padding: .5rem .9rem; border-radius: 999px; background: var(--ink); color: #FFF; font-size: .8125rem; font-weight: 600; transition: transform .3s var(--ease); }
.tablet__device.is-bumped .tablet__cart { transform: scale(1.12); }
.tablet__grid { flex: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .9rem; }
.product { display: flex; flex-direction: column; gap: .5rem; padding: .9rem; border-radius: 12px; background: #F1ECE4; }
.product__shape { flex: 1; min-height: 60px; align-self: center; width: 50px; max-height: 116px; border-radius: 22px 22px 8px 8px; background: var(--c); box-shadow: inset -10px 0 0 rgba(0, 0, 0, .12); margin-top: auto; }
.product__name { font-size: .8125rem; line-height: 1.25; }
.product__price { font-size: .8125rem; color: var(--graphite); }
.toast { position: absolute; left: 50%; bottom: 1.25rem; transform: translate(-50%, 14px); padding: .75rem 1.5rem; border-radius: 999px; background: var(--ink); color: #FFF; font-size: .8125rem; font-weight: 600; opacity: 0; transition: opacity .3s, transform .3s var(--ease); pointer-events: none; }
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }
.tablet__text { position: relative; display: flex; flex-direction: column; gap: 1.4rem; max-width: 30rem; }

/* Inte en TV */
.notatv { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(3rem, 6vw, 5rem); align-items: center; }
.notatv__text { display: flex; flex-direction: column; gap: 1.4rem; max-width: 33rem; }
.numbered { list-style: none; margin: 0; padding: 0; counter-reset: n; }
.numbered li { counter-increment: n; display: flex; gap: 1.5rem; padding: .95rem 0; border-top: 1px solid var(--line); font-size: 1.0625rem; }
.numbered li::before { content: counter(n, decimal-leading-zero); width: 1.75rem; color: var(--stone); font-variant-numeric: tabular-nums; }
.notatv [data-rotate] { align-self: flex-start; background: transparent; border-color: var(--ink); font-weight: 600; }
.notatv__stage { position: relative; height: 600px; border-radius: var(--radius); overflow: hidden; background: #16130F; display: grid; place-items: center; }
.device { position: relative; width: 300px; height: 530px; box-sizing: border-box; padding: 8px; border-radius: 6px; background: #050505; box-shadow: 0 0 0 1px rgba(255, 255, 255, .08), 0 50px 100px rgba(0, 0, 0, .6); transition: width .9s var(--ease), height .9s var(--ease); }
.device.is-landscape { width: min(540px, 90%); height: 310px; }
.device__screen { width: 100%; height: 100%; }

/* Kundcitat */
.case-quote { position: relative; overflow: hidden; margin: 0 auto !important; max-width: var(--max); min-height: 520px; border-radius: var(--radius); background: #1A1714; color: #FFF; box-sizing: border-box; }
.case-quote__bg { position: absolute; inset: -20px; width: calc(100% + 40px); height: calc(100% + 40px); object-fit: cover; filter: blur(6px) brightness(.45) saturate(.9); }
.case-quote__inner { position: relative; min-height: 520px; box-sizing: border-box; padding: clamp(2.5rem, 6vw, 5.5rem); display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; }
.case-quote .eyebrow { color: rgba(255, 255, 255, .78); }
.case-quote__text { margin: 0; }
.case-quote__text p { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 3.4rem); line-height: 1.1; max-width: 62rem; }
.case-quote__foot { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; color: rgba(255, 255, 255, .85); }
.editor-note { max-width: var(--max); margin: 2rem auto; padding: 1rem 1.25rem; border: 1px dashed var(--stone); border-radius: 8px; color: var(--graphite); font-size: .875rem; }

/* Rullande samarbeten */
.marquee { display: flex; overflow: hidden; padding: 4.5rem 0; border-bottom: 1px solid var(--line); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee__list { flex: none; display: flex; gap: 4.5rem; margin: 0; padding: 0 2.25rem; list-style: none; animation: marquee 38s linear infinite; }
.marquee__list li { font-size: clamp(1.5rem, 2.4vw, 1.875rem); font-weight: 600; color: var(--stone); white-space: nowrap; }
.marquee:hover .marquee__list { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-100%); } }

/* Nyheter */
.news-rail { display: flex; flex-direction: column; gap: 2.75rem; }
.news-rail__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; }
.news-rail__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin: 0; padding: 0; list-style: none; }
.news-card { display: flex; flex-direction: column; gap: 1rem; color: var(--ink); text-decoration: none; }
.news-card__media { display: block; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 3; background: #1A1714; }
.news-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.news-card:hover .news-card__media img, .news-card .wp-block-post-featured-image a:hover img { transform: scale(1.04); }
.news-card__meta, .news-card__meta * { font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--graphite); }
.news-card__title, .news-card__title a { font-size: 1.375rem; line-height: 1.3; font-weight: 600; letter-spacing: -0.01em; color: var(--ink); text-decoration: none; }
.news-card:hover .news-card__title, .news-card__title a:hover { text-decoration: underline; text-underline-offset: .2em; }

/* FAQ */
.faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 6vw, 5rem); padding-top: 0 !important; }
.faq__item { border-top: 1px solid var(--line); }
.faq__item:last-child { border-bottom: 1px solid var(--line); }
.faq__item summary { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.5rem 0; font-size: 1.25rem; font-weight: 600; cursor: pointer; list-style: none; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__icon { display: grid; place-items: center; flex: none; width: 36px; height: 36px; border: 1.5px solid #D9D2C6; border-radius: 999px; font-size: 1.25rem; font-weight: 400; transition: transform .3s var(--ease); }
.faq__item[open] .faq__icon { transform: rotate(45deg); }
.faq__item p { margin: 0 0 1.5rem; max-width: 35rem; font-size: 1.0625rem; line-height: 1.6; color: var(--graphite); }

/* CTA */
.cta { position: relative; overflow: hidden; display: flex; justify-content: space-between; align-items: center; gap: 2.5rem; flex-wrap: wrap; max-width: var(--max); margin: 0 auto !important; box-sizing: border-box; padding: clamp(2.5rem, 6vw, 6rem); border-radius: var(--radius); background: var(--ink); color: #FFF; }
.cta .eyebrow { color: rgba(255, 255, 255, .75); }
.cta__text { position: relative; display: flex; flex-direction: column; gap: 1rem; }
.cta__text p:last-child { margin: 0; color: rgba(255, 255, 255, .8); font-size: 1.125rem; }
.cta__accent { color: var(--v-accent, #E2C79E); }
.cta__actions { position: relative; display: flex; gap: .875rem; flex-wrap: wrap; }
* + .cta, .news-rail + .cta { margin-bottom: var(--section) !important; }

/* Leadformulär */
.lead { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.lead__intro { display: flex; flex-direction: column; gap: 1.4rem; position: sticky; top: 2rem; }
.lead__promises { margin: .5rem 0 0; padding: 0; list-style: none; display: grid; gap: .6rem; }
.lead__promises li { display: flex; gap: .75rem; align-items: center; }
.lead__promises li::before { content: ""; width: 18px; height: 18px; border-radius: 999px; background: var(--ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='white' stroke-width='2.4'%3E%3Cpath d='M5 10.5l3 3 7-7'/%3E%3C/svg%3E") center / 12px no-repeat; }
.lead__form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; padding: clamp(1.5rem, 3vw, 2.5rem); border-radius: var(--radius); background: #FFF; box-shadow: 0 30px 70px rgba(40, 30, 20, .08); }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field--full, .lead__submit, .lead__legal { grid-column: 1 / -1; }
.field label { font-size: .875rem; font-weight: 600; }
.field__opt { font-weight: 400; color: var(--graphite); }
.field input, .field select, .field textarea { box-sizing: border-box; width: 100%; min-height: 48px; padding: .8rem 1rem; border: 1.5px solid var(--line); border-radius: 8px; background: var(--paper); font: 1rem var(--sans); color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.field [aria-invalid="true"] { border-color: #B3261E; }
.field__error { min-height: 1em; font-size: .8125rem; color: #B3261E; }
.field--hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lead__submit { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.lead__status { margin: 0; font-size: .9375rem; color: var(--graphite); }
.lead__form.is-sent .lead__status { color: #2F7A4C; font-weight: 600; }
.lead__legal { margin: 0; font-size: .8125rem; color: var(--graphite); }

/* ==========================================================================
   Sidfot
   ========================================================================== */
.site-footer { margin-top: 0; padding: 4.5rem var(--gutter) 2.5rem; border-top: 1px solid var(--line); background: var(--warm); }
.site-footer__top { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; max-width: var(--max); margin: 0 auto; }
.site-footer__brand { display: flex; flex-direction: column; gap: .9rem; }
.site-footer__claim { margin: .5rem 0 0; font-size: 1.75rem; font-weight: 600; letter-spacing: -0.02em; }
.site-footer__nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.site-footer__nav ul, .site-footer__legal { margin: 1rem 0 0; padding: 0; list-style: none; display: grid; gap: .5rem; }
.site-footer a { color: var(--ink); text-decoration: none; }
.site-footer a:hover { text-decoration: underline; text-underline-offset: .25em; }
.site-footer__bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem 2rem; max-width: var(--max); margin: 4rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.site-footer__legal { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; margin: 0; font-size: .875rem; }
.site-footer__copy { margin: 0; font-size: .875rem; color: var(--graphite); }

/* ==========================================================================
   Vanliga sidor, artiklar och arkiv
   ========================================================================== */
.page-head { padding: clamp(4rem, 8vw, 7rem) var(--gutter) clamp(2rem, 4vw, 3rem); display: flex; flex-direction: column; gap: 1.25rem; }
.page-head__title { margin: 0; font-size: clamp(2.75rem, 6vw, 5rem); line-height: .98; font-weight: 600; letter-spacing: -0.035em; }
.page-head__lead, .page-head__lead p { margin: 0; max-width: 40rem; font-size: clamp(1.125rem, 1.6vw, 1.375rem); line-height: 1.5; color: var(--graphite); }
.prose { padding-bottom: var(--section); font-size: 1.125rem; line-height: 1.7; }
.prose h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); margin-top: 3rem; }
.prose h3 { margin-top: 2.25rem; }
.prose a { color: var(--ink); }
.article { padding: clamp(3.5rem, 7vw, 6rem) var(--gutter) 0; }
.article__meta { gap: 1rem; margin-top: 1.5rem; }
.article__title { font-size: clamp(2.5rem, 5vw, 4.25rem) !important; line-height: 1 !important; letter-spacing: -0.03em; margin: 1rem 0 !important; }
.article__lead p { font-size: 1.375rem; line-height: 1.5; color: var(--graphite); }
.article__image img { border-radius: var(--radius); }
.archive-grid { padding: 0 var(--gutter) var(--section); }
.archive-grid .wp-block-post-template { gap: 2.5rem 28px; }
.pagination { margin-top: 3rem; }

/* ==========================================================================
   Responsivt
   ========================================================================== */
@media (min-width: 861px) and (max-width: 1199px) {
	.industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.industry-grid__row { display: contents; }
	.tile { flex: none !important; height: clamp(420px, 44vw, 500px); }
	.tile__title { font-size: 1.375rem; }
}

@media (max-width: 1100px) {
	.site-header__nav, .site-header__tagline { display: none; }
	.publish__stage { aspect-ratio: auto; display: flex; gap: 16px; overflow-x: auto; padding-bottom: .5rem; scroll-snap-type: x mandatory; }
	.publish__beams, .phone { display: none; }
	.pcard { position: relative; top: 0; left: auto !important; flex: 0 0 min(290px, 78vw); scroll-snap-align: start; }
	.schedule__media { grid-column: 1 / -1; }
	.schedule__text { grid-column: 1 / -1; margin-top: 2.5rem; }
	.ihero__media { width: 100%; }
	.ihero__fade { width: 100%; background: linear-gradient(90deg, var(--v-bg) 10%, color-mix(in srgb, var(--v-bg) 55%, transparent) 60%, transparent); }
	.now-playing { display: none; }
}

@media (max-width: 860px) {
	.industry-grid { display: grid; grid-template-columns: 1fr; }
	.industry-grid__row { display: contents; }
	.tile { flex: none !important; display: flex; flex-direction: column; height: auto; background: #171412; }
	.tile__media { position: relative; inset: auto; height: auto; aspect-ratio: 1; --ls-left: 0; --ls-ax: .5; }
	.tile__scrim { display: none; }
	.tile__body { position: relative; left: auto; right: auto; bottom: auto; width: auto; padding: 1.25rem 4.75rem 1.4rem 1.25rem; gap: .4rem; }
	.tile__playing { left: .9rem; top: .9rem; z-index: 5; padding: .35rem .7rem; border-radius: 999px; background: rgba(12, 11, 10, .62); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
	.round-arrow { width: 46px; height: 46px; }
	.tile__cta { position: absolute; right: 1.25rem; top: 50%; margin: 0; transform: translateY(-50%); }
	.tile__explore { display: none; }
	.tile__title { font-size: 1.5rem; }
	.more-industries ul { margin-left: 0; }
	.audience-band, .tablet, .notatv, .faq, .lead, .site-menu__grid, .site-footer__top { grid-template-columns: 1fr; }
	.news-rail__grid, .archive-grid .wp-block-post-template { grid-template-columns: 1fr !important; }
	.site-footer__nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.blueprint { display: none; }
	.flow { flex-wrap: wrap; gap: .5rem; }
	.flow__line { display: none; }
	.lead__form { grid-template-columns: 1fr; }
	.lead__intro { position: static; }
	.ihero { min-height: 0; }
	.ihero__media { position: relative; height: 420px; width: 100%; }
	.ihero__fade { background: linear-gradient(to top, var(--v-bg), transparent 45%); width: 100%; }
	.ihero__content { padding: 0 var(--gutter) 4rem; margin-top: -3rem; }
	.site-header--overlay { position: absolute; }
	.tablet__device { height: auto; }
	.tablet__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem; }
	.product { padding: .6rem; }
	.notatv__stage { height: 480px; }
	.device { width: 240px; height: 424px; }
	.site-header .btn--sm { display: none; }
}

/* Stående skärmar kräver en kvadratisk bildyta för att TV:n ska få plats; två kolumner håller höjden nere. */
@media (min-width: 560px) and (max-width: 860px) {
	.industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tile__title { font-size: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
	.ihero__screen { --ls-scale: 1; }
	.ihero__screen .ls__stage, .now-playing { transform: none !important; }
}

/* Priser och kontakt */
.price-table { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 2rem 0 1rem; }
.price-card { display: flex; flex-direction: column; gap: .5rem; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: #FFF; }
.price-card--hl { background: var(--ink); color: #FFF; border-color: var(--ink); }
.price-card--hl .eyebrow, .price-card--hl .price-card__unit { color: rgba(255, 255, 255, .75); }
.price-card p { margin: 0; }
.price-card__price { font-family: var(--serif); font-size: clamp(3rem, 5vw, 4.5rem); line-height: 1; }
.price-card__unit { color: var(--graphite); }
.price-note { font-size: .875rem; color: var(--graphite); }
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; margin: 2rem 0; }
.contact-grid p { margin: .25rem 0 0; }
@media (max-width: 860px) { .price-table, .contact-grid { grid-template-columns: 1fr; } }
