@font-face {
  font-family: "Nunito Local";
  src: url("./assets/fonts/NunitoSans-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  --ink: #102e2e;
  --deep: #082325;
  --deepest: #061b1e;
  --cream: #f4eedf;
  --paper: #fff9eb;
  --orange: #f28e40;
  --orange-dark: #bd5e2b;
  --blue: #73c3c6;
  --blue-light: #bfe7dd;
  --yellow: #f7d679;
  --muted: #90aca2;
  --line: rgba(244, 238, 223, 0.2);
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.25);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Nunito Local", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --mood-selected-note: "ở đây";
}

html[lang="en"] { --mood-selected-note: "right here"; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--cream); background: var(--deepest); font-family: var(--sans); font-size: 15px; line-height: 1.5; }
body::selection { background: var(--yellow); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { border: 0; cursor: pointer; }

.site-nav { position: absolute; z-index: 10; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; height: 84px; padding: 0 clamp(24px, 5vw, 84px); color: var(--cream); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { display: block; width: 25px; height: 25px; object-fit: contain; }
.nav-links { display: flex; gap: 34px; margin-left: 8%; color: rgba(244, 238, 223, .72); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.nav-links a, .nav-cta, .text-link, .site-footer a { transition: color .25s ease, opacity .25s ease; }
.nav-links a:hover, .nav-cta:hover, .text-link:hover, .site-footer a:hover { color: var(--yellow); }
.nav-actions { display: flex; align-items: center; gap: 22px; }
.lang-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; background: rgba(244, 238, 223, .1); border: 1px solid var(--line); border-radius: 999px; }
.lang-option { padding: 5px 11px; color: rgba(244, 238, 223, .6); background: transparent; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .08em; transition: color .25s ease, background .25s ease; }
.lang-option:hover { color: var(--yellow); }
.lang-option.is-active { color: var(--ink); background: var(--cream); }
.lang-option:focus-visible, .mood-choice:focus-visible, .jar-mood:focus-visible, .save-mood:focus-visible, a:focus-visible, .store-button:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }
.nav-download { display: inline-flex; align-items: center; gap: 6px; padding: 8px 13px 8px 8px; color: var(--ink); background: var(--yellow); border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .04em; transition: transform .25s ease, background .25s ease; }
.nav-download:hover { background: var(--paper); transform: translateY(-2px); }
.nav-download img { width: 26px; height: 26px; object-fit: contain; }
.nav-cta { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.nav-cta-icon { width: 28px; height: 28px; object-fit: contain; }

.hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; display: flex; align-items: center; padding: 120px clamp(24px, 9vw, 150px) 80px; background: var(--deep); }
.hero-backdrop { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(5, 23, 26, .97) 0%, rgba(6, 29, 31, .78) 35%, rgba(6, 29, 31, .26) 71%, rgba(6, 26, 27, .68) 100%), url("./assets/img/twilight_clearing.webp") center / cover; transform: scale(1.04); animation: slow-breathe 16s ease-in-out infinite alternate; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 65% 53%, rgba(244, 198, 88, .17), transparent 29%), linear-gradient(180deg, rgba(0,0,0,.3), transparent 35%, rgba(1, 14, 15, .55)); pointer-events: none; }
.hero-grain { position: absolute; z-index: 0; inset: 0; pointer-events: none; opacity: .06; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.hero-copy { position: relative; z-index: 2; width: min(570px, 56vw); margin-top: -3vh; }
.eyebrow { margin: 0 0 24px; color: var(--blue-light); font-size: 10px; font-weight: 900; letter-spacing: .2em; line-height: 1.2; }
.eyebrow span { margin: 0 9px; color: var(--yellow); }
h1, h2 { margin: 0; letter-spacing: -.075em; font-weight: 800; line-height: .96; }
h1 { max-width: 720px; font-size: clamp(60px, 7.4vw, 118px); }
h1 em, h2 em { color: var(--orange); font-family: var(--serif); font-weight: 400; letter-spacing: -.08em; }
.hero-lede { max-width: 360px; margin: 30px 0 34px; color: rgba(244, 238, 223, .75); font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 22px; border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .03em; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button-icon { width: 30px; height: 30px; object-fit: contain; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: var(--yellow); box-shadow: 0 8px 30px rgba(247, 214, 121, .15); }
.button-primary:hover { background: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: rgba(244, 238, 223, .68); font-size: 12px; font-weight: 800; }
.link-icon { width: 30px; height: 30px; object-fit: contain; }
.hero-art { position: absolute; z-index: 1; top: 5vh; right: 8vw; width: min(610px, 47vw); height: 88vh; }
.dada-hero { position: absolute; z-index: 2; right: 5%; bottom: 9%; width: 80%; filter: drop-shadow(0 28px 28px rgba(0,0,0,.28)); animation: dada-float 5.5s ease-in-out infinite; }
.moon-orbit { position: absolute; border: 1px solid rgba(191, 231, 221, .17); border-radius: 50%; transform: rotate(-22deg); }
.orbit-a { top: 5%; right: -4%; width: 78%; height: 50%; border-bottom-color: transparent; }
.orbit-b { top: 25%; right: 4%; width: 60%; height: 39%; border-left-color: transparent; opacity: .7; }
.hero-note { position: absolute; z-index: 3; padding: 9px 13px; color: var(--ink); background: var(--yellow); font-family: var(--serif); font-size: 13px; line-height: 1.15; box-shadow: 8px 11px 0 rgba(6, 26, 27, .28); transform: rotate(-7deg); }
.note-one { top: 21%; left: 8%; }
.note-two { right: 1%; bottom: 32%; color: var(--cream); background: var(--orange-dark); transform: rotate(7deg); }
.hero-caption { position: absolute; right: 6%; bottom: 1%; color: rgba(244,238,223,.5); font-size: 9px; letter-spacing: .08em; }
.hero-caption span:first-child { margin-right: 12px; color: var(--yellow); }
.scroll-cue { position: absolute; bottom: 34px; left: clamp(24px, 5vw, 84px); display: flex; align-items: center; gap: 12px; color: rgba(244, 238, 223, .48); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.scroll-line { display: inline-block; width: 44px; height: 1px; background: var(--yellow); }

.try-section { position: relative; overflow: hidden; padding: 145px clamp(24px, 8vw, 138px) 78px; color: var(--ink); background: var(--cream); }
.try-section::before { content: ""; position: absolute; top: -200px; right: -180px; width: 540px; height: 540px; border: 1px solid rgba(16,46,46,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(16,46,46,.02), 0 0 0 160px rgba(16,46,46,.02); }
.section-heading { display: grid; grid-template-columns: .72fr 1.8fr .88fr; align-items: end; gap: 44px; max-width: 1280px; margin: 0 auto 58px; }
.section-heading .eyebrow { align-self: start; color: var(--orange-dark); }
.section-heading .eyebrow span, .world-copy .eyebrow span, .download-copy .eyebrow span { color: var(--orange); }
h2 { font-size: clamp(42px, 5.4vw, 82px); }
.section-heading h2 { color: #173c3a; font-family: var(--serif); font-size: clamp(42px, 4.65vw, 66px); font-weight: 400; letter-spacing: -.075em; line-height: .99; }
.section-heading h2 em { font-style: italic; font-weight: 400; }
.section-heading > p:last-child, .world-copy > p:not(.eyebrow), .download-copy > p:not(.eyebrow) { max-width: 310px; margin: 0 0 4px; color: rgba(16, 46, 46, .66); font-size: 15px; line-height: 1.65; }
.section-heading h2 em, .world-copy h2 em { color: var(--orange-dark); }
.checkin-room { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(370px, .92fr); max-width: 1280px; min-height: 650px; margin: auto; overflow: hidden; color: var(--cream); background: var(--deep); box-shadow: var(--shadow); }
.room-left { position: relative; overflow: hidden; min-height: 650px; background: linear-gradient(0deg, rgba(7, 24, 26, .98), rgba(10, 42, 43, .15)), url("./assets/img/twilight_clearing.webp") center / cover; }
.room-left::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%, rgba(240, 174, 73, .18), transparent 28%); }
.room-sign { position: absolute; z-index: 2; top: 30px; left: 36px; color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .16em; line-height: 1.5; }
.room-sign span { margin-left: 7px; color: var(--cream); }
.dada-window { position: absolute; right: 0; bottom: 10%; left: 0; display: flex; justify-content: center; height: 77%; border-bottom: 1px solid rgba(247,214,121,.25); }
.dada-window::before { content: ""; position: absolute; bottom: 6%; width: min(70%, 430px); aspect-ratio: 1; border-radius: 50%; background: rgba(237, 172, 71, .12); box-shadow: 0 0 0 24px rgba(237, 172, 71, .045), 0 0 70px 25px rgba(237, 172, 71, .1); }
.window-glow { position: absolute; top: 15%; width: 60%; height: 65%; border-radius: 50%; background: rgba(239, 177, 76, .2); filter: blur(32px); }
.dada-window img { position: relative; z-index: 1; align-self: end; width: min(86%, 445px); filter: drop-shadow(0 22px 24px rgba(0,0,0,.24)); transition: opacity .18s ease, transform .2s ease; }
.dada-window img.is-changing { opacity: .2; transform: translateY(8px) scale(.97); }
.dada-speech { position: absolute; z-index: 2; top: 13%; right: 8%; max-width: 180px; padding: 11px 15px; color: var(--ink); background: var(--paper); font-family: var(--serif); font-size: 15px; line-height: 1.15; transform: rotate(4deg); box-shadow: 5px 7px 0 rgba(6,26,27,.25); }
.dada-speech::after { content: ""; position: absolute; bottom: -11px; left: 20px; border-width: 12px 13px 0 0; border-style: solid; border-color: var(--paper) transparent transparent transparent; }
.room-floor-note { position: absolute; bottom: 25px; left: 36px; color: rgba(244,238,223,.5); font-size: 10px; letter-spacing: .04em; }
.room-floor-note span { color: var(--orange); font-size: 15px; }
.room-stars { position: absolute; z-index: 3; inset: 0 44% 0 0; pointer-events: none; }
.room-stars i { position: absolute; z-index: 2; width: 3px; height: 3px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 10px var(--yellow); animation: twinkle 2.7s ease-in-out infinite; }
.room-stars i:nth-child(1) { top: 15%; left: 44%; } .room-stars i:nth-child(2) { top: 28%; left: 20%; animation-delay: .7s; } .room-stars i:nth-child(3) { top: 11%; left: 75%; animation-delay: 1.3s; } .room-stars i:nth-child(4) { top: 71%; left: 44%; animation-delay: .35s; } .room-stars i:nth-child(5) { top: 50%; left: 12%; animation-delay: 1.9s; } .room-stars i:nth-child(6) { top: 21%; left: 58%; animation-delay: 1s; }
.checkin-panel { position: relative; z-index: 4; min-width: 0; padding: 29px 30px 19px; background: var(--paper); color: var(--ink); }
.checkin-panel::after { content: ""; position: absolute; top: -38px; right: -38px; width: 112px; height: 112px; border: 1px solid rgba(16,46,46,.14); border-radius: 50%; box-shadow: 0 0 0 12px rgba(16,46,46,.025), 0 0 0 24px rgba(16,46,46,.02); pointer-events: none; }
.panel-topline, .intensity-label, .range-ends { display: flex; align-items: center; justify-content: space-between; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.panel-topline { padding-bottom: 22px; color: rgba(16,46,46,.45); border-bottom: 1px solid rgba(16,46,46,.14); }
.live-dot { color: var(--orange-dark); letter-spacing: .04em; text-transform: none; }
.panel-question { margin: 31px 0 8px; font-size: 30px; font-weight: 800; line-height: 1.03; letter-spacing: -.06em; }
.panel-question em { color: var(--orange-dark); font-family: var(--serif); font-size: 31px; font-weight: 400; letter-spacing: -.08em; }
.panel-soft-note { margin: 0 0 21px; color: rgba(16,46,46,.53); font-family: var(--serif); font-size: 13px; }
.mood-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px 5px; }
.mood-choice { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-height: 91px; padding: 6px 2px 8px; color: rgba(16,46,46,.65); background: rgba(16,46,46,.035); border: 1px solid transparent; border-radius: 22px 22px 13px 13px; font-size: 10px; font-weight: 800; transition: background .25s ease, border-color .25s ease, transform .25s ease, color .25s ease; }
.mood-choice:hover { transform: translateY(-3px); color: var(--ink); background: #edf4ec; border-color: rgba(16,46,46,.15); }
.mood-choice.is-selected { color: var(--ink); background: #d9eee5; border-color: var(--blue); box-shadow: inset 0 -3px 0 rgba(16,46,46,.08); }
.mood-choice.is-selected::after { content: var(--mood-selected-note); position: absolute; right: 8px; top: 6px; color: var(--orange-dark); font-family: var(--serif); font-size: 8px; font-weight: 400; transform: rotate(-8deg); }
.mood-choice img { width: 55px; height: 55px; object-fit: contain; }
.intensity-block { margin-top: 25px; padding-top: 20px; border-top: 1px solid rgba(16,46,46,.14); }
.intensity-label strong { color: var(--orange-dark); font-size: 12px; letter-spacing: .04em; }
input[type="range"] { width: 100%; margin: 15px 0 4px; accent-color: var(--orange); }
.range-ends { color: rgba(16,46,46,.4); font-size: 9px; letter-spacing: 0; }
.save-mood { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 48px; margin-top: 24px; color: var(--paper); background: var(--ink); border-radius: 999px; font-size: 12px; font-weight: 900; transition: background .25s ease, transform .25s ease; }
.save-mood:hover { background: var(--orange-dark); transform: translateY(-2px); }
.save-mood:disabled, .save-mood:disabled:hover { cursor: not-allowed; opacity: .62; background: var(--ink); transform: none; }
.save-icon { width: 30px; height: 30px; object-fit: contain; }
.saved-message { min-height: 17px; margin: 13px 0 0; color: var(--orange-dark); text-align: center; font-family: var(--serif); font-size: 12px; }
.demo-note { position: relative; display: flex; align-items: flex-start; gap: 7px; max-width: 430px; margin: 11px auto 0; padding-top: 9px; color: rgba(16,46,46,.46); border-top: 1px dashed rgba(16,46,46,.18); font-size: 10px; line-height: 1.4; text-align: left; }
.demo-note img { flex: 0 0 auto; width: 17px; height: 17px; object-fit: contain; }
.demo-note a { color: var(--orange-dark); text-decoration: underline; text-decoration-color: rgba(189,94,43,.35); text-underline-offset: 2px; transition: color .2s ease; }
.demo-note a:hover { color: var(--ink); }

.vault-portal { position: relative; display: grid; grid-template-columns: 150px 1fr 170px; align-items: center; max-width: 1280px; min-height: 154px; margin: 24px auto 0; overflow: hidden; color: var(--cream); background: var(--ink); box-shadow: 0 18px 40px rgba(16,46,46,.14); }
.vault-portal::before { content: ""; position: absolute; inset: 13px; border: 1px dashed rgba(191,231,221,.22); pointer-events: none; }
.vault-portrait { position: relative; z-index: 1; align-self: stretch; display: flex; align-items: end; justify-content: center; overflow: hidden; background: #0b3435; }
.vault-portrait::before { content: ""; position: absolute; width: 110px; height: 110px; border-radius: 50%; background: rgba(115,195,198,.18); filter: blur(10px); }
.vault-portrait img { position: relative; width: 148px; height: 148px; object-fit: contain; filter: drop-shadow(0 12px 8px rgba(0,0,0,.3)); transition: transform .35s ease; }
.vault-portal:hover .vault-portrait img { transform: translateY(-5px) rotate(-2deg); }
.vault-copy { position: relative; z-index: 1; padding: 25px 34px; }
.vault-kicker { margin: 0 0 8px; color: var(--blue-light); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.vault-kicker span { margin-left: 10px; color: var(--yellow); }
.vault-copy h3 { max-width: 540px; margin: 0; color: var(--paper); font-family: var(--serif); font-size: clamp(24px, 2.6vw, 35px); font-weight: 400; letter-spacing: -.065em; line-height: 1; }
.vault-copy > p[data-i18n="vault.body"] { max-width: 530px; margin: 12px 0 0; color: rgba(244,238,223,.62); font-size: 12px; line-height: 1.55; }
.vault-security { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 15px; margin-top: 12px; color: var(--yellow); font-family: var(--serif); font-size: 10px; line-height: 1.1; }
.vault-security-chip { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px 5px 5px; color: var(--ink); background: var(--yellow); font-family: var(--sans); font-size: 8px; font-weight: 900; letter-spacing: .05em; box-shadow: 3px 3px 0 rgba(0,0,0,.15); transform: rotate(-1.5deg); }
.vault-security-chip img { width: 19px; height: 19px; object-fit: contain; }
.vault-open { position: relative; z-index: 1; align-self: stretch; display: flex; align-items: center; justify-content: center; gap: 9px; min-width: 150px; color: var(--ink); background: var(--yellow); font-size: 13px; font-weight: 900; line-height: 1.05; text-align: right; transition: background .3s ease, transform .3s ease; clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 0 13%); }
.vault-open:hover { background: var(--paper); transform: translateX(-5px); }
.vault-open em { color: var(--orange-dark); font-family: var(--serif); font-size: 18px; font-weight: 400; }
.vault-open img { width: 46px; height: 46px; object-fit: contain; transition: transform .3s ease; }
.vault-open:hover img { transform: rotate(12deg) scale(1.08); }

.world-section { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(480px, 1.2fr); gap: clamp(50px, 8vw, 140px); align-items: center; padding: 82px clamp(24px, 8vw, 138px) 120px; background: var(--blue-light); color: var(--ink); }
.world-copy { max-width: 450px; justify-self: end; }
.world-copy h2 { font-size: clamp(42px, 4.6vw, 68px); }
@media (min-width: 901px) { .world-copy h2 { white-space: nowrap; } }
.world-copy .eyebrow { color: var(--orange-dark); }
.world-copy > p:not(.eyebrow) { margin-top: 29px; }
.jar-add-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 34px; color: var(--orange-dark); font-size: 12px; font-weight: 900; }
.jar-add-link img { width: 31px; height: 31px; object-fit: contain; }
.jar-add-link:hover { color: var(--ink); }
.world-tabs { display: flex; flex-direction: column; gap: 0; margin-top: 52px; border-top: 1px solid rgba(16,46,46,.22); }
.world-tab { display: flex; align-items: center; gap: 18px; padding: 17px 0; color: rgba(16,46,46,.5); background: transparent; border-bottom: 1px solid rgba(16,46,46,.22); text-align: left; font-size: 13px; font-weight: 800; transition: color .25s ease, padding .25s ease; }
.world-tab span { width: 26px; color: var(--orange-dark); font-family: var(--serif); font-size: 12px; font-weight: 400; }
.world-tab.is-active { padding-left: 10px; color: var(--ink); }
.world-tab.is-active::after { content: "↗"; margin-left: auto; color: var(--orange-dark); }
.world-visual { position: relative; width: min(640px, 100%); height: 500px; overflow: hidden; justify-self: start; background: var(--deep); box-shadow: var(--shadow); }
.world-visual.jar-only { background: linear-gradient(180deg, #082528, #0e3838); }
.visual-topline { position: absolute; z-index: 5; top: 27px; left: 30px; right: 30px; display: flex; justify-content: space-between; color: rgba(244,238,223,.58); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.visual-topline b { color: var(--yellow); font-size: 14px; }
.jar-scene, .garden-scene, .breathe-scene { position: absolute; inset: 0; transition: opacity .3s ease, transform .45s ease; }
.jar-scene { display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 51%, rgba(237, 192, 99, .24), transparent 26%), radial-gradient(circle at 50% 80%, rgba(80, 174, 167, .18), transparent 34%); }
.jar-scene.is-receiving { animation: jar-receive .85s ease-out; }
.jar-image { position: relative; z-index: 2; width: 44%; height: auto; object-fit: contain; object-position: center; filter: drop-shadow(0 25px 25px rgba(0,0,0,.25)); opacity: .88; }
.jar-label { position: absolute; z-index: 2; top: 24%; left: 13%; color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .14em; line-height: 1.35; text-transform: uppercase; transform: rotate(-8deg); }
.jar-label strong { color: var(--cream); font-family: var(--serif); font-size: 34px; font-weight: 400; letter-spacing: -.09em; text-transform: lowercase; }
.jar-label span { margin-left: 6px; color: var(--orange); font-size: 15px; }
.jar-glow { position: absolute; bottom: 15%; width: 60%; height: 13%; border-radius: 50%; background: rgba(247,214,121,.23); filter: blur(23px); }
.jar-moods { position: absolute; z-index: 4; inset: 27% 35% 20%; overflow: hidden; border-radius: 24% 24% 17% 17% / 13% 13% 8% 8%; }
.jar-mood { position: absolute; display: grid; place-items: center; width: 50px; height: 50px; padding: 0; appearance: none; background: transparent; border: 0; border-radius: 0; box-shadow: none; transform: translate(-50%, -50%) rotate(var(--tilt, 0deg)); animation: mood-sway 4.8s ease-in-out var(--delay, 0s) infinite; transition: filter .25s ease, transform .25s ease; }
.jar-mood:hover, .jar-mood.is-focused { z-index: 5; filter: drop-shadow(0 0 8px rgba(247,214,121,.55)); transform: translate(-50%, -50%) rotate(var(--tilt, 0deg)) scale(1.14); }
.jar-mood img { width: 50px; height: 50px; object-fit: contain; pointer-events: none; filter: drop-shadow(0 7px 5px rgba(0,0,0,.2)); }
.jar-mood.is-dropping { animation: mood-drop .85s cubic-bezier(.2,.85,.27,1.1) both; }
.jar-hint { position: absolute; z-index: 5; bottom: 30%; left: 6%; width: 122px; color: rgba(244,238,223,.58); font-family: var(--serif); font-size: 12px; line-height: 1.2; text-align: right; transform: rotate(-4deg); }
.jar-hint::before { content: ""; display: block; width: 42px; height: 1px; margin: 0 0 9px auto; background: var(--yellow); opacity: .7; }
.jar-hint span { color: var(--yellow); }
.jar-caption { position: absolute; z-index: 3; right: 10%; bottom: 20%; display: flex; align-items: end; gap: 10px; color: rgba(244,238,223,.65); font-size: 10px; line-height: 1.2; }
.jar-caption strong { color: var(--yellow); font-family: var(--serif); font-size: 43px; font-weight: 400; line-height: .8; }
.jar-progress { position: absolute; z-index: 5; right: 8%; bottom: 6%; left: 8%; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 14px; border-top: 1px solid rgba(244,238,223,.2); }
.jar-progress > div { display: flex; align-items: center; gap: 8px; color: rgba(244,238,223,.72); font-size: 10px; line-height: 1.25; }
.jar-progress img { width: 27px; height: 27px; object-fit: contain; }
.jar-progress strong { color: var(--yellow); font-family: var(--serif); font-size: 22px; font-weight: 400; }
.jar-progress small { color: rgba(244,238,223,.46); font-size: 8px; }
.progress-track { display: block; width: 130px; height: 5px; overflow: hidden; background: rgba(244,238,223,.15); border-radius: 999px; }
.progress-track i { display: block; width: 0; height: 100%; background: var(--yellow); border-radius: inherit; transition: width .5s ease; }
.garden-scene, .breathe-scene { opacity: 0; pointer-events: none; transform: translateX(30px); }
.garden-scene img:first-child { width: 100%; height: 100%; object-fit: cover; opacity: .75; }
.garden-dada { position: absolute; right: 16%; bottom: 8%; width: 44%; max-height: 60%; object-fit: contain; filter: drop-shadow(0 20px 18px rgba(0,0,0,.3)); animation: dada-float 5.8s ease-in-out infinite; }
.garden-tag, .breathe-tag { position: absolute; z-index: 2; left: 12%; bottom: 12%; color: var(--cream); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.garden-tag strong { display: block; color: var(--yellow); font-family: var(--serif); font-size: 52px; font-weight: 400; letter-spacing: -.1em; }
.garden-tag span { color: var(--orange); font-size: 17px; }
.breathe-scene { display: grid; place-items: center; background: radial-gradient(circle at 50% 50%, rgba(247,214,121,.2), transparent 26%), linear-gradient(140deg, #153f43, #071f22); }
.breathe-scene > img { position: absolute; bottom: 12%; width: 48%; filter: drop-shadow(0 22px 18px rgba(0,0,0,.32)); animation: dada-float 5.8s ease-in-out infinite; }
.breathe-orbit { display: grid; place-items: center; width: 54%; aspect-ratio: 1; border: 1px solid rgba(191,231,221,.35); border-radius: 50%; box-shadow: 0 0 0 28px rgba(191,231,221,.04), 0 0 0 58px rgba(191,231,221,.035); animation: breath-size 14s ease-in-out infinite; }
.breathe-orbit::before { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 18px var(--yellow); transform: translateY(-50%); }
.breathe-orbit span { color: var(--yellow); font-family: var(--serif); font-size: 25px; }
.breathe-tag { bottom: 12%; }
.breathe-tag::first-line { color: var(--yellow); }
.breathe-tag span { display: block; margin-top: 5px; color: rgba(244,238,223,.55); font-size: 9px; letter-spacing: .08em; text-transform: none; }
.world-visual[data-tab="garden"] .jar-scene, .world-visual[data-tab="breathe"] .jar-scene { opacity: 0; transform: translateX(-30px); pointer-events: none; }
.world-visual[data-tab="garden"] .garden-scene, .world-visual[data-tab="breathe"] .breathe-scene { opacity: 1; transform: translateX(0); pointer-events: auto; }
.world-visual[data-tab="garden"] .breathe-scene, .world-visual[data-tab="breathe"] .garden-scene { opacity: 0; transform: translateX(30px); pointer-events: none; }
.world-visual[data-tab="breathe"] .breathe-scene { opacity: 1; transform: translateX(0); pointer-events: auto; }

.download-section { padding: 100px clamp(24px, 8vw, 138px) 28px; background: var(--orange); color: var(--ink); }
.download-inner { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; max-width: 1280px; min-height: 420px; margin: auto; overflow: hidden; border-bottom: 1px solid rgba(16,46,46,.23); }
.download-art { align-self: end; height: 430px; display: flex; align-items: end; justify-content: center; }
.download-art img { width: min(370px, 100%); max-height: 440px; object-fit: contain; filter: drop-shadow(0 24px 19px rgba(89,37,15,.2)); animation: dada-float 6s ease-in-out infinite; }
.download-copy { padding: 45px 4% 60px 7%; }
.download-copy .eyebrow { color: rgba(16,46,46,.68); }
.download-copy h2 em { color: var(--paper); }
.download-copy > p:not(.eyebrow) { margin-top: 30px; color: rgba(16,46,46,.72); }
.download-actions { display: flex; align-items: stretch; gap: 12px; margin-top: 35px; }
.store-button { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 10px; min-width: 174px; min-height: 67px; padding: 11px 14px; color: var(--ink); background: var(--paper); border: 1px solid rgba(16,46,46,.25); border-radius: 17px 17px 5px 17px; box-shadow: 5px 6px 0 rgba(16,46,46,.16); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.store-button:nth-child(1) { transform: rotate(-1.5deg); }
.store-button:nth-child(2) { transform: rotate(1.5deg); }
.store-button:hover { transform: translateY(-5px) rotate(0deg); background: var(--blue-light); box-shadow: 5px 9px 0 rgba(16,46,46,.16); }
.store-button > img { width: 28px; height: 28px; color: currentColor; object-fit: contain; }
.store-button span { display: flex; flex-direction: column; line-height: 1; }
.store-button small { margin-bottom: 5px; color: rgba(16,46,46,.55); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.store-button strong { font-size: 15px; letter-spacing: -.04em; }
.store-button b { color: var(--orange-dark); font-size: 9px; font-weight: 900; letter-spacing: .08em; line-height: .9; text-transform: uppercase; }
.store-android { color: var(--paper); background: var(--ink); border-color: rgba(244,238,223,.28); box-shadow: 5px 6px 0 rgba(16,46,46,.12); }
.store-android small { color: rgba(244,238,223,.56); }
.store-android b { color: var(--yellow); }
.store-button.is-soon { cursor: default; opacity: .82; }
.store-button.is-soon:hover { transform: rotate(1.5deg); background: var(--ink); box-shadow: 5px 6px 0 rgba(16,46,46,.12); }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { background: var(--blue-light); }
.download-note { color: rgba(16,46,46,.56); font-family: var(--serif); font-size: 12px; line-height: 1.2; }
.download-copy > .download-note { display: block; margin-top: 14px; }
.download-flora { position: absolute; color: var(--yellow); font-size: 47px; }
.flora-one { top: 8%; right: 3%; transform: rotate(12deg); } .flora-two { right: 29%; bottom: 11%; color: var(--paper); font-size: 21px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; max-width: 1280px; margin: 0 auto; padding-top: 22px; color: rgba(16,46,46,.58); font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.site-footer a { color: rgba(16,46,46,.75); }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal .9s cubic-bezier(.2,.8,.2,1) forwards; }
.delay-1 { animation-delay: .13s; } .delay-2 { animation-delay: .25s; } .delay-3 { animation-delay: .37s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@keyframes slow-breathe { to { transform: scale(1.09); } }
@keyframes dada-float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-12px) rotate(-1.2deg); } }
@keyframes twinkle { 0%, 100% { opacity: .3; transform: scale(.7); } 50% { opacity: 1; transform: scale(1.3); } }
@keyframes jar-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes mood-sway { 0%, 100% { transform: translate(-50%, -50%) rotate(var(--tilt, 0deg)); } 50% { transform: translate(-50%, calc(-50% - 3px)) rotate(calc(var(--tilt, 0deg) * -0.55)); } }
@keyframes mood-drop { 0% { opacity: 0; transform: translate(-50%, -135px) rotate(-20deg) scale(.72); } 68% { opacity: 1; transform: translate(-50%, 16px) rotate(12deg) scale(1.05); } 83% { transform: translate(-50%, -10px) rotate(-6deg) scale(.98); } 100% { opacity: 1; transform: translate(-50%, -50%) rotate(var(--tilt, 0deg)) scale(1); } }
@keyframes jar-receive { 0%, 100% { transform: translateX(0) rotate(0deg); } 28% { transform: translateX(-3px) rotate(-.7deg); } 57% { transform: translateX(3px) rotate(.55deg); } 78% { transform: translateX(-1px) rotate(-.2deg); } }
@keyframes breath-size { 0%, 35% { transform: scale(.86); } 49%, 66% { transform: scale(1.07); } 86%, 100% { transform: scale(.86); } }
@keyframes download-arrive { 0% { box-shadow: 0 0 0 0 rgba(247,214,121,.55); } 100% { box-shadow: 0 0 0 22px rgba(247,214,121,0); } }
.download-section.is-arriving .download-inner { animation: download-arrive .9s ease-out; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { min-height: 800px; align-items: start; padding-top: 150px; }
  .hero-copy { width: min(600px, 80vw); }
  .hero-art { top: 34%; right: 2vw; width: min(550px, 72vw); height: 58%; opacity: .95; }
  .dada-hero { bottom: 5%; }
  .hero-note { font-size: 11px; }
  .section-heading { grid-template-columns: 1fr 2fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .checkin-room { grid-template-columns: 1fr; }
  .room-left { min-height: 510px; }
  .checkin-panel { min-height: 600px; }
  .vault-portal { grid-template-columns: 128px 1fr; }
  .vault-open { grid-column: 1 / -1; min-height: 70px; padding: 10px; clip-path: none; }
  .world-section { grid-template-columns: 1fr; padding-top: 72px; padding-bottom: 90px; }
  .world-copy { justify-self: start; max-width: 620px; }
  .world-copy h2 { font-size: clamp(42px, 7.5vw, 64px); }
  .world-visual { justify-self: center; width: min(640px, 100%); }
}

@media (max-width: 560px) {
  .site-nav { height: 68px; padding: 0 19px; }
  .brand { font-size: 13px; }
  .nav-actions { gap: 8px; }
  .lang-option { padding: 4px 8px; font-size: 9px; }
  .nav-download { padding: 6px 9px 6px 6px; font-size: 9px; }
  .nav-download img { width: 23px; height: 23px; }
  .nav-cta { display: none; }
  /* The paper notes and the photo caption collide with the copy at this width. */
  .hero-note { display: none; }
  .hero-caption { right: auto; left: clamp(24px, 5vw, 84px); max-width: 78vw; }
  .hero { min-height: 760px; padding: 116px 21px 60px; }
  h1 { font-size: clamp(56px, 16vw, 78px); }
  .hero-lede { width: 250px; font-size: 14px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 18px; }
  .hero-art { top: 45%; right: -3%; width: 90vw; height: 45%; }
  .dada-hero { right: 0; width: 78%; }
  .hero-caption { right: 2%; font-size: 8px; }
  .note-one { top: 14%; left: 6%; } .note-two { right: 0; bottom: 28%; }
  .scroll-cue { bottom: 18px; left: 21px; }
  .try-section { padding: 98px 19px 58px; }
  .section-heading { display: block; margin-bottom: 48px; }
  .section-heading h2 { font-size: clamp(34px, 10vw, 56px); line-height: 1.02; }
  .section-heading h2 { margin-bottom: 26px; }
  .section-heading > p:last-child { max-width: 285px; }
  .checkin-room { margin: 0 -1px; }
  .room-left { min-height: 390px; }
  .room-sign { top: 22px; left: 22px; font-size: 8px; }
  .dada-window { right: 4%; bottom: 10%; left: 4%; height: 76%; }
  .dada-window img { width: 85%; }
  .dada-speech { top: 8%; right: 3%; max-width: 150px; font-size: 13px; }
  .room-floor-note { bottom: 15px; left: 22px; font-size: 9px; }
  .checkin-panel { min-height: 0; padding: 22px 18px 16px; }
  .panel-question { margin: 32px 0 20px; font-size: 25px; }
  .panel-question em { font-size: 28px; }
  .mood-grid { gap: 6px 3px; }
  .mood-choice img { width: 43px; height: 43px; }
  .world-section { padding: 74px 19px 100px; }
  .world-copy h2 { font-size: clamp(38px, 12vw, 56px); }
  .world-visual { height: 420px; }
  .visual-topline { top: 20px; left: 20px; right: 20px; font-size: 7px; }
  .jar-image { width: 72%; height: auto; }
  .jar-label { left: 8%; }
  .jar-caption { right: 8%; bottom: 20%; }
  .jar-moods { inset: 29% 27% 22%; }
  .jar-mood, .jar-mood img { width: 42px; height: 42px; }
  .jar-hint { bottom: 31%; left: 5%; width: 82px; font-size: 10px; }
  .jar-hint::before { width: 28px; margin-bottom: 6px; }
  .jar-progress { right: 7%; bottom: 5%; left: 7%; gap: 12px; }
  .progress-track { width: 88px; }
  .download-section { padding: 58px 19px 22px; }
  .download-inner { display: flex; flex-direction: column-reverse; min-height: 0; }
  .download-copy { width: 100%; padding: 20px 0 40px; }
  .download-art { width: 100%; height: 280px; }
  .download-art img { width: 280px; }
  .download-actions { align-items: start; flex-direction: column; gap: 15px; }
  .store-button { width: min(100%, 245px); }
  .site-footer { align-items: start; flex-direction: column; gap: 8px; padding-top: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; animation-delay: 0ms !important; transition-duration: .01ms !important; transition-delay: 0ms !important; scroll-behavior: auto !important; }
  /* Kill the looping ambient motion entirely rather than running it once. */
  .hero-backdrop, .dada-hero, .jar-mood, .room-stars i, .window-glow, .jar-glow, .moon-orbit { animation: none !important; }
  .hero-backdrop { transform: scale(1.04); }
  .jar-mood { transform: translate(-50%, -50%) rotate(var(--tilt, 0deg)); }
  .button:hover, .nav-download:hover, .save-mood:hover, .mood-choice:hover, .vault-open:hover { transform: none; }
  .jar-mood:hover, .jar-mood.is-focused { transform: translate(-50%, -50%) rotate(var(--tilt, 0deg)); }
  .reveal, .reveal.delay-1, .reveal.delay-2, .reveal.delay-3 { opacity: 1 !important; transform: none !important; }
}
