:root {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #242735;
  background: #f7f8fc;
  font-synthesis: none;
  --muted: #626a7b;
  --glass: rgba(255, 255, 255, .62);
  --shadow: 0 16px 48px rgba(46, 57, 96, .07), 0 2px 8px rgba(46, 57, 96, .025);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
a:focus-visible, button:focus-visible, select:focus-visible { outline: 3px solid #8076db; outline-offset: 5px; }
.wrap { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.shell {
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 25% at 86% 13%, #ccdfff80, transparent 80%),
    radial-gradient(ellipse 42% 22% at 60% 8%, #e6d9f980, transparent 85%),
    radial-gradient(ellipse 48% 20% at 5% 47%, #e5eaff70, transparent 90%),
    #f7f8fc;
}
.sr-only, .skip:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip:focus { position: fixed; z-index: 20; top: 10px; left: 10px; padding: 12px; background: white; }
.nav { height: 106px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 700; line-height: 1.05; letter-spacing: -.02em; }
.brand-mark { display: block; flex: none; width: 45px; height: 45px; border-radius: 12px; object-fit: cover; }
.nav-actions { display: flex; align-items: center; gap: 15px; }
.language { position: relative; }
.language:after { content: '⌄'; position: absolute; right: 10px; top: 11px; pointer-events: none; color: var(--muted); }
.language select { appearance: none; padding: 12px 28px 12px 13px; border: 1px solid #ffffffb3; border-radius: 16px; background: #ffffff45; font-weight: 600; font-size: 14px; color: #444b5b; cursor: pointer; }
.nav-link { font-size: 14px; font-weight: 600; border: 1px solid #fff; padding: 13px 20px; border-radius: 100px; background: #ffffff80; box-shadow: 0 4px 16px #63719908; backdrop-filter: blur(18px); }
.nav-link span[aria-hidden] { margin-left: 10px; }
.hero { min-height: 660px; display: grid; grid-template-columns: 1.12fr .88fr; position: relative; align-items: center; padding-bottom: 85px; gap: 20px; }
.hero-copy { position: relative; z-index: 1; padding-bottom: 10px; }
.eyebrow { font-size: 12px; letter-spacing: .13em; font-weight: 600; margin: 0 0 27px; color: #70778c; }
.asterisk { display: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif; letter-spacing: -.055em; font-weight: 600; }
h1 { font-size: clamp(52px, 6vw, 84px); line-height: 1.055; margin: 0 0 27px; }
h1 { font-weight: 900; }
h1 em { font-size: .84em; font-style: normal; color: #7c6ecb; background: linear-gradient(105deg, #6377cf, #a879c9 90%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
html:lang(sl) .hero h1, html:lang(de) .hero h1, html:lang(hr) .hero h1 { font-size: clamp(39px, 4.3vw, 62px); }
.intro { max-width: 460px; font-size: 18px; line-height: 1.7; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 23px; flex-wrap: wrap; margin-top: 31px; }
.button { min-height: 58px; display: inline-flex; align-items: center; gap: 32px; padding: 9px 10px 9px 25px; border-radius: 100px; font-weight: 600; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px #7268c52e; }
.button-primary { color: white; background: linear-gradient(125deg, #7872d7, #677bce); border: 1px solid #b2a8ee; box-shadow: 0 7px 22px #7c70c929, inset 0 1px 0 #ffffff33; }
.button-icon { height: 37px; width: 37px; display: grid; place-items: center; background: #ffffff1f; border: 1px solid #ffffff30; color: inherit; border-radius: 50%; font-size: 21px; }
.aside-note { max-width: 155px; color: #70778a; font-size: 13px; line-height: 1.6; }
.hero-art { width: min(100%, 455px); justify-self: end; position: relative; padding: 30px; border: 1px solid #ffffffd9; border-radius: 32px; background: radial-gradient(circle at 88% 3%, #d2c7f399, transparent 45%), linear-gradient(140deg, #ffffffb8, #d9d8f58c 55%, #cce9e2a3); box-shadow: inset 0 2px 4px #fff9, 0 24px 65px #7b85b31f; backdrop-filter: blur(22px); }
.sound-kicker { margin: 0 0 8px; font-size: 11px; font-weight: 700; letter-spacing: .15em; color: var(--accent); }
.hero-art h2 { margin: 0 0 24px; font-size: 30px; line-height: 1.2; letter-spacing: -.045em; }
.sound-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.sound { display: flex; align-items: center; gap: 16px; min-width: 0; min-height: 60px; padding: 8px 15px 8px 8px; border: 1px solid #ffffff8c; border-radius: 19px; background: #ffffff6e; }
.sound-name { font-size: 15px; font-weight: 600; line-height: 1.35; }
.sound-play { width: 44px; height: 44px; flex: none; display: grid; place-items: center; padding: 0; border: 1px solid #ffffff8c; border-radius: 15px; background: linear-gradient(125deg, var(--cta-start), var(--cta-end)); color: #fff; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.sound-play:hover { transform: scale(1.06); box-shadow: 0 6px 18px #6454a843; }
.play-icon { display: block; width: 0; height: 0; margin-left: 3px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid currentColor; }
.sound-play[aria-pressed='true'] .play-icon { width: 13px; height: 14px; margin-left: 0; border: 0; background: linear-gradient(to right, currentColor 0 35%, transparent 35% 65%, currentColor 65%); }
.sound audio { display: none; }
.hero-index { position: absolute; bottom: 24px; right: 0; font-size: 11px; color: #9197a7; letter-spacing: .12em; }
.marquee { background: #ffffff40; border-block: 1px solid #e5e8f180; overflow: hidden; padding: 23px 0; backdrop-filter: blur(15px); }
.marquee-inner { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 0; padding-inline: 16px; font-size: clamp(12px, 1.3vw, 15px); color: #8b90a1; font-weight: 500; letter-spacing: .12em; text-align: center; }
.marquee-inner span { white-space: nowrap; }
.marquee-inner span:not(:last-child)::after { content: '✳'; color: #b7b6d4; font-size: 11px; margin-inline: 22px; }
.experience { padding-block: 105px 110px; }
.section-heading { max-width: 720px; margin-bottom: 39px; }
.section-heading h2, .preview h2, .closing h2 { font-size: clamp(36px, 4.3vw, 56px); line-height: 1.12; margin: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature { border: 1px solid #fff; border-radius: 28px; padding: 29px; min-height: 348px; display: flex; flex-direction: column; align-items: flex-start; background: var(--glass); box-shadow: var(--shadow); backdrop-filter: blur(20px); transition: transform .25s, box-shadow .25s; }
.feature:hover { transform: translateY(-4px); box-shadow: 0 22px 54px #59628b13; }
.feature-purple { background: linear-gradient(145deg, #fff9, #e9e4fb66); }
.feature-yellow { background: linear-gradient(145deg, #fffc, #f5edda66); }
.feature-pink { background: linear-gradient(145deg, #fffc, #f3e2ed70); }
.feature-number { font-weight: 500; font-size: 11px; letter-spacing: .12em; color: #777e90; }
.feature-glyph { font-size: 33px; font-weight: 400; line-height: 1; margin: 28px 0; width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid #fff; border-radius: 19px; background: linear-gradient(145deg, #ffffffd9, #ded6f870); box-shadow: 0 4px 12px #7479960a, inset 0 1px 2px #fff; color: #8a79c1; }
.feature-glyph img { width: 50px; height: 50px; object-fit: contain; border-radius: 12px; }
.feature-yellow .feature-glyph { background: linear-gradient(145deg, #fff, #f0e4c880); color: #ad9060; }
.feature-pink .feature-glyph { background: linear-gradient(145deg, #fff, #efd7e480); color: #b67d9b; }
.feature h3 { font-size: 26px; line-height: 1.2; margin: 0 0 13px; letter-spacing: -.04em; }
.feature p { font-size: 16px; line-height: 1.65; margin: 0; color: var(--muted); max-width: 310px; }
.feature-link { display: inline-flex; align-items: center; align-self: flex-start; gap: 8px; margin-top: auto; padding-top: 23px; color: var(--accent, #6d6bc1); font-size: 14px; font-weight: 700; }
.feature-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.preview { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8%; align-items: center; padding-bottom: 115px; }
.preview-copy p:not(.eyebrow) { font-size: 18px; line-height: 1.7; color: var(--muted); max-width: 370px; margin: 24px 0; }
.preview-image { background: linear-gradient(135deg, #ffffffb3, #e5e9f970); border: 1px solid #fff; border-radius: 28px; padding: 15px; box-shadow: 0 20px 65px #59658b14, inset 0 1px 3px #fff; }
.preview-image img { display: block; width: 100%; height: auto; border-radius: 16px; }
.text-link { display: inline-block; color: #6d6bc1; font-weight: 600; padding: 5px 0; }
.closing { background: radial-gradient(ellipse at 86% 90%, #c7d7f455, transparent 65%), radial-gradient(ellipse at 15% 0, #e3d7f466, transparent 65%), #eff1f9; border-block: 1px solid white; }
.closing-inner { padding-block: 83px; display: flex; align-items: end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.closing .eyebrow { width: 100%; margin-bottom: -6px; }
.closing h2 { max-width: 700px; }
.button-dark { color: #fff; background: linear-gradient(135deg, #55596f, #41465d); border: 1px solid #767d94; box-shadow: 0 7px 22px #5059761c, inset 0 1px 0 #ffffff26; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 180px; padding-block: 52px 46px; }
.footer p { margin: 0; color: #858b9a; font-size: 13px; }
.footer nav { display: flex; gap: 23px; font-size: 13px; color: #747c8d; }
.footer a:hover, .text-link:hover { text-decoration: underline; }
.legal-page { width: min(840px, calc(100% - 64px)); padding-block: 75px 110px; }
.legal-page h1 { margin-bottom: 12px; font-size: clamp(44px, 6vw, 68px); }
.legal-date { margin-bottom: 32px; color: var(--muted); font-size: 14px; }
.legal-toc { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 56px; }
.legal-toc a { padding: 10px 16px; border: 1px solid var(--edge); border-radius: 100px; background: var(--surface); font-size: 14px; font-weight: 600; }
.legal-toc a:hover { background: var(--highlight); }
.legal-section { padding-block: 38px 24px; border-top: 1px solid var(--edge); scroll-margin-top: 24px; }
.legal-section h2 { margin-bottom: 24px; font-size: 34px; }
.legal-section p { margin-bottom: 18px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.legal-section a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.legal-copy { display: none; }
html[lang='en'] .legal-copy[lang='en'],
html[lang='sl'] .legal-copy[lang='sl'],
html[lang='de'] .legal-copy[lang='de'],
html[lang='it'] .legal-copy[lang='it'],
html[lang='hr'] .legal-copy[lang='hr'] { display: block; }
@media (max-width: 950px) {
  .hero { min-height: 590px; }
  .hero-art { padding: 24px; }
  .feature { padding: 23px; }
  .feature h3 { font-size: 23px; }
  .hero-actions { gap: 17px; }
  .aside-note { max-width: 150px; }
}
@media (max-width: 700px) {
  .wrap { width: min(calc(100% - 36px), 520px); }
  .nav { height: 82px; }
  .brand-mark { width: 40px; height: 40px; }
  .nav-actions { gap: 6px; }
  .nav-link { font-size: 12px; padding: 12px 14px; }
  .language select { font-size: 13px; padding-left: 8px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; padding-top: 45px; padding-bottom: 67px; gap: 0; }
  .hero h1 { font-size: clamp(35px, 8.5vw, 62px); }
  html:lang(sl) .hero h1, html:lang(de) .hero h1, html:lang(hr) .hero h1 { font-size: clamp(33px, 8vw, 57px); }
  .eyebrow { font-size: 11px; letter-spacing: .1em; }
  .intro { font-size: 17px; }
  .hero-art { width: 100%; align-self: center; margin: 42px 0 15px; }
  .hero-index { bottom: 22px; font-size: 10px; }
  .experience { padding-block: 74px; }
  .feature-grid { grid-template-columns: 1fr; gap: 17px; }
  .feature { min-height: 0; padding: 26px; }
  .feature-glyph { margin-block: 22px; width: 54px; height: 54px; border-radius: 17px; }
  .feature h3 { font-size: 26px; }
  .feature p { max-width: none; }
  .preview { grid-template-columns: 1fr; gap: 32px; padding-bottom: 77px; }
  .closing-inner { padding-block: 64px; }
  .closing h2 { width: 100%; }
  .footer { padding-block: 42px; min-height: 0; flex-wrap: wrap; }
  .footer nav { width: 100%; flex-wrap: wrap; }
  .legal-page { width: min(520px, calc(100% - 36px)); padding-block: 45px 70px; }
  .legal-toc { margin-bottom: 42px; }
  .marquee-inner { text-align: center; }
  .marquee-inner span:not(:last-child)::after { margin-inline: 14px; }
}
@media (max-width: 380px) {
  .brand { font-size: 11px; gap: 7px; }
  .nav-link { padding-inline: 10px; }
  .hero h1 { font-size: 45px; }
  .aside-note { max-width: none; }
  .hero-actions { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .feature, .sound-play { transition: none; }
}
