:root { --nav-ease: cubic-bezier(.22,1,.36,1); --nav-surface: rgb(22 25 30 / 58%); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 60; background: rgb(7 7 9 / 56%); backdrop-filter: blur(24px) saturate(155%); -webkit-backdrop-filter: blur(24px) saturate(155%); }
.site-header-inner { height: 76px; max-width: 1500px; margin: auto; padding: 0 var(--pad); display: flex; align-items: center; gap: clamp(28px,5vw,88px); }
.site-brand { display: inline-flex; gap: 10px; align-items: center; white-space: nowrap; font-size: 13px; font-weight: 650; letter-spacing: -.02em; }
.brand-dot { width: 7px; height: 7px; border-radius: 50%; background: #b7ff40; box-shadow: 0 0 18px #b7ff4040; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.nav-trigger { appearance: none; border: 0; background: transparent; color: #99999f; padding: 14px 12px; font-weight: 500; line-height: 20px; font-family: inherit; font-size: 13px; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; transition: color 140ms; }
.nav-trigger:hover, .nav-trigger[aria-expanded="true"] { color: #f3f2ee; }
.nav-trigger svg { width: 11px; height: 11px; stroke: currentColor; fill: none; stroke-width: 1.5; transition: transform 200ms var(--nav-ease); }
.nav-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.nav-collection { margin-left: auto; flex-shrink: 0; display: flex; align-items: center; gap: 20px; padding: 11px 16px; border-radius: 999px; background: #efeee9; color: #111; font-size: 12px; font-weight: 600; transition: background 150ms; }
.nav-collection:hover { background: #b7ff40; }
.nav-collection svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.mobile-toggle { display: none; }
.nav-float { position: fixed; z-index: 70; left: 0; top: 76px; width: 0; height: 0; max-height: calc(100dvh - var(--nav-top, 78px) - 12px); overflow: hidden; border-radius: 17px; background: linear-gradient(135deg, rgb(255 255 255 / 8%), rgb(255 255 255 / 1%) 65%), var(--nav-surface); backdrop-filter: blur(32px) saturate(165%); -webkit-backdrop-filter: blur(32px) saturate(165%); box-shadow: 0 28px 60px #0005, 0 8px 18px #0003, 0 0 0 1px #ffffff22, inset 0 1px 0 #ffffff29, inset 0 -1px 0 #ffffff08; opacity: 0; visibility: hidden; transform: translateY(-7px); transition: left 300ms var(--nav-ease), top 200ms var(--nav-ease), width 300ms var(--nav-ease), height 300ms var(--nav-ease), opacity 150ms ease, transform 200ms var(--nav-ease), visibility 200ms; }
.nav-float.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-float.is-positioning { transition: none; }
.nav-bridge { position: fixed; display: none; z-index: 69; }
.nav-bridge.is-open { display: block; }
.nav-panel { position: absolute; left: 0; top: 0; max-height: calc(100dvh - var(--nav-top, 78px) - 12px); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; padding: 12px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(-6px); transition: opacity 160ms ease, transform 200ms var(--nav-ease), visibility 160ms; }
.nav-panel.is-active { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.panel-journeys { width: 724px; display: grid; grid-template-columns: 234px 1fr; gap: 12px; }
.panel-experiments { width: 680px; display: grid; grid-template-columns: 218px 1fr; gap: 12px; }
.preview-options { position: relative; display: flex; flex-direction: column; padding: 0; gap: 3px; }
.preview-options button { position: relative; z-index: 1; border: 0; background: transparent; text-align: left; color: #eee; width: 100%; padding: 16px 15px; border-radius: 9px; cursor: pointer; font-family: inherit; min-height: 78px; }
.panel-journeys .preview-options > button { flex: 1; }
.preview-options strong { display: block; font-size: 14px; font-weight: 550; line-height: 1.5; letter-spacing: -.015em; }
.preview-options button > span { display: block; margin-top: 5px; max-width: 190px; font-size: 12px; color: #a5a8b0; line-height: 1.65; }
.preview-options button[aria-selected="true"] strong { color: #c0f889; }
.option-highlight { position: absolute; pointer-events: none; z-index: 0; left: 0; width: 100%; height: 78px; border-radius: 10px; background: rgb(255 255 255 / 8%); box-shadow: inset 0 1px 0 #ffffff14; transition: transform 200ms var(--nav-ease), height 200ms var(--nav-ease); }
.preview-window { position: relative; height: 336px; border-radius: 10px; overflow: hidden; background: rgb(255 255 255 / 3%); isolation: isolate; }
.panel-experiments .preview-window { height: 310px; }
.preview-scene { position: absolute; inset: 0; overflow: hidden; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 220ms ease, visibility 220ms; }
.preview-scene.is-selected { opacity: 1; visibility: visible; pointer-events: auto; z-index: 1; }
.preview-scene * { animation-play-state: paused !important; }
.preview-scene.is-selected * { animation-play-state: running !important; }
.preview-eyebrow { position: absolute; z-index: 4; top: 22px; left: 23px; font: 550 8px/1.4 ui-monospace, monospace; letter-spacing: .1em; }
.preview-link { position: absolute; bottom: 14px; left: 14px; right: 14px; z-index: 6; display: flex; align-items: center; justify-content: space-between; min-height: 42px; padding: 11px 15px; border-radius: 8px; background: rgb(12 15 18 / 56%); color: #fff; backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); box-shadow: inset 0 1px 0 #ffffff24, 0 2px 8px #00000012; font-size: 12px; font-weight: 550; transition: background 150ms; }
.preview-link:hover { background: rgb(12 15 18 / 72%); }
.preview-link span { font-size: 17px; transition: transform 160ms; }
.preview-link:hover span { transform: translate(2px,-2px); }
.scene-weekend { background: #ee5d42; color: #15271e; }
.weekend-heading { position: absolute; z-index: 2; left: 28px; top: 58px; font-size: 69px; font-weight: 850; line-height: 1.04; letter-spacing: -.075em; }
.weekend-heading > span { display: block; font-size: 12px; font-weight: 550; letter-spacing: .02em; margin-top: 17px; }
.weekend-orbit { position: absolute; width: 260px; height: 260px; border: 45px solid #edcb71; border-radius: 50%; left: 245px; top: -25px; animation: orbit 10s ease-in-out infinite alternate; }
.route-strip { position: absolute; left: 230px; bottom: 93px; right: 25px; display: flex; align-items: center; gap: 9px; font-size: 10px; white-space: nowrap; }
.route-strip i { flex: 1; height: 1px; background: #14251d50; }
.route-strip b { font-weight: 500; }
.route-point { position: absolute; height: 4px; width: 4px; border-radius: 50%; background: #14251d; top: 50%; left: 35px; animation: route 3s ease-in-out infinite; }
.scene-jeju > img { height: 100%; width: 100%; object-fit: cover; animation: landscape 16s ease-in-out infinite alternate; }
.scene-jeju::after, .scene-holiday::after { content: ''; position: absolute; inset: 0; background: linear-gradient(#0003, transparent 30%, #0009); pointer-events: none; }
.photo-caption { position: absolute; left: 26px; bottom: 87px; z-index: 3; }
.photo-caption span { display: block; font: 500 9px ui-monospace,monospace; letter-spacing: .09em; margin-bottom: 10px; }
.photo-caption strong { display: block; font-size: 30px; letter-spacing: -.05em; font-weight: 600; }
.preview-mosaic { display: grid; grid-template-columns: 1.3fr 1fr; grid-template-rows: 1fr 1fr; gap: 4px; height: 100%; }
.preview-mosaic img { height: 100%; min-height: 0; object-fit: cover; }
.preview-mosaic img:first-child { grid-row: span 2; }
.scene-memories { background: rgb(222 215 201 / 88%); color: #373b31; }
.memory-prints { position: absolute; inset: 50px 35px 67px; }
.memory-prints > div { width: 54%; position: absolute; left: 0; top: 10px; padding: 8px 8px 22px; background: #f8f5ed; box-shadow: 0 10px 20px #3333; transform: rotate(-9deg); animation: printFloat 7s ease-in-out infinite alternate; }
.memory-prints > div:last-child { left: 45%; top: 28px; transform: rotate(8deg); animation-delay: -3s; }
.memory-prints img { height: 128px; width: 100%; object-fit: cover; }
.memory-prints small { display: block; margin-top: 9px; font: 6px ui-monospace,monospace; }
.panel-screen { width: 340px; }
.screen-poster { display: block; position: relative; height: 196px; border-radius: 10px; overflow: hidden; background: #15111f; }
.screen-poster img { height: 100%; object-fit: cover; opacity: .6; transition: transform 500ms var(--nav-ease); }
.screen-poster:hover img { transform: scale(1.045); }
.screen-poster::after { position: absolute; content: ''; inset: 0; background: linear-gradient(transparent,#0d091dcc); }
.screen-poster > span { position: absolute; z-index: 1; top: 16px; left: 17px; font: 7px ui-monospace,monospace; letter-spacing: .1em; }
.screen-poster strong { position: absolute; z-index: 1; bottom: 22px; left: 17px; font-size: 30px; letter-spacing: -.04em; line-height: 1.15; font-weight: 600; }
.screen-poster i { position: absolute; right: 18px; bottom: 22px; z-index: 1; font-style: normal; }
.compact-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 10px 9px; }
.compact-link strong { display: block; font-size: 13px; font-weight: 500; }
.compact-link div > span { display: block; margin-top: 6px; font-size: 11px; color: #999ba2; }
.compact-link:hover { color: #b7ff40; }
.options-footnote { margin: auto 15px 15px; color: #777a81; font-size: 11px; line-height: 1.8; }
.scene-tools { background: #f2ddb0; color: #332c24; }
.tools-question { position: absolute; z-index: 2; left: 25px; top: 60px; font-size: 47px; font-weight: 750; letter-spacing: -.06em; line-height: 1.08; }
.tools-question span { color: #bd473c; }
.food-ticker { position: absolute; right: 26px; bottom: 92px; overflow: hidden; height: 50px; width: 146px; padding: 0 16px; border-radius: 8px; background: #bdd29e; color: #243b2b; transform: rotate(-7deg); box-shadow: 3px 4px 0 #332c24; font-size: 30px; font-weight: 700; }
.food-ticker > div { animation: food 8s cubic-bezier(.6,0,.2,1) infinite; line-height: 50px; }
.tool-spark { position: absolute; right: 36px; top: 44px; font-size: 78px; color: #d97461; animation: spin 24s linear infinite; }
.scene-homebar { background: #bce0d7; color: #153f33; }
.bar-title { position: absolute; left: 25px; top: 66px; font-size: 47px; font-weight: 700; line-height: 1.1; letter-spacing: -.06em; z-index: 2; }
.drink-art { position: absolute; width: 172px; height: 190px; right: 15px; bottom: 64px; transform: rotate(6deg); }
.drink-glass { position: absolute; left: 33px; top: 51px; width: 102px; height: 118px; border: 2px solid #ffffffb0; border-top: 3px solid #ffffffe0; border-radius: 5px 5px 22px 22px; background: #ffffff22; overflow: hidden; box-shadow: inset 6px 0 8px #ffffff60, 8px 9px 15px #204d321a; }
.drink-liquid { position: absolute; left: -14px; bottom: -10px; height: 104px; width: 130px; border-radius: 45% 35% 10% 10%; background: linear-gradient(#e58c3abb,#b44715e6); animation: liquid 4s ease-in-out infinite alternate; }
.drink-glass i { width: 31px; height: 33px; position: absolute; top: 35px; left: 15px; background: #ffffff42; border: 1px solid #ffffff69; border-radius: 7px; transform: rotate(-18deg); animation: ice 5s ease-in-out infinite alternate; }
.drink-glass i:nth-last-child(2) { left: 53px; top: 55px; animation-delay: -2s; transform: rotate(30deg); }
.drink-glass i:last-child { top: 77px; left: 24px; animation-delay: -4s; }
.drink-citrus { position: absolute; z-index: 2; right: 14px; top: 25px; width: 65px; height: 65px; border-radius: 50%; border: 5px solid #e8a746; background: repeating-conic-gradient(#f8cd79 0deg 43deg,#fff1b9 43deg 45deg); box-shadow: 0 3px 6px #0001; }
.drink-shadow { position: absolute; width: 130px; height: 13px; border-radius: 50%; background: #143b3330; filter: blur(5px); bottom: 7px; left: 25px; }
.panel-about { width: 306px; padding: 25px; }
.about-dot { display: block; width: 8px; height: 8px; border-radius: 50%; background: #b7ff40; margin-bottom: 23px; }
.about-kicker { font: 8px ui-monospace,monospace; letter-spacing: .13em; color: #868a91; }
.panel-about h2 { font-size: 29px; line-height: 1.25; letter-spacing: -.055em; font-weight: 550; margin: 16px 0 13px; }
.about-description { color: #93979e; font-size: 12px; line-height: 1.8; margin-bottom: 19px; }
.panel-about .compact-link { padding: 15px 0 0; border-top: 1px solid #ffffff12; }
button:focus-visible, a:focus-visible { outline: 2px solid #b7ff40; outline-offset: 3px; }
@keyframes orbit { to { transform: translate(-20px,35px) rotate(25deg); } }
@keyframes route { 0% { left: 35px; opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { left: calc(100% - 42px); opacity: 0; } }
@keyframes landscape { to { transform: scale(1.08); } }
@keyframes printFloat { to { translate: 0 -8px; rotate: 3deg; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes food { 0%,24% { transform: translateY(0); } 30%,54% { transform: translateY(-50px); } 60%,84% { transform: translateY(-100px); } 90%,100% { transform: translateY(-150px); } }
@keyframes liquid { from { transform: rotate(-5deg) translateY(3px); } to { transform: rotate(6deg) translateY(-1px); } }
@keyframes ice { to { translate: 1px -5px; rotate: 8deg; } }
@media (max-width: 1020px) { .site-header-inner { gap: 20px; padding: 0 24px; } .nav-trigger { padding-inline: 9px; } .nav-collection { gap: 10px; } }
@media (max-width: 760px) {
  .site-header-inner { min-height: 68px; height: auto; padding: 0 20px; gap: 0; flex-wrap: wrap; }
  .site-brand { height: 68px; font-size: 12px; }
  .mobile-toggle { display: grid; align-content: center; gap: 5px; margin-left: auto; width: 44px; height: 44px; border: 1px solid #ffffff20; border-radius: 50%; background: transparent; padding: 12px; }
  .mobile-toggle span { height: 1px; background: #eee; transition: transform 180ms; }
  .mobile-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .mobile-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { display: none; width: 100%; justify-content: space-between; padding: 0 0 9px; }
  .site-header.mobile-open .site-nav { display: flex; }
  .nav-trigger { padding: 10px 5px; font-size: 12px; gap: 5px; }
  .nav-collection { display: none; }
  .nav-panel { max-width: calc(100vw - 24px); }
  .panel-journeys, .panel-experiments { grid-template-columns: 1fr; gap: 10px; padding: 10px; }
  .preview-options { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
  .preview-options button { padding: 11px 10px; min-height: 60px; }
  .preview-options strong { font-size: 12px; }
  .preview-options button > span { font-size: 10px; margin-top: 3px; line-height: 1.5; }
  .option-highlight { width: calc((100% - 3px) / 2); }
  .preview-window, .panel-experiments .preview-window { height: min(278px, calc(100dvh - 292px)); min-height: 175px; }
  .panel-experiments .preview-window { height: min(290px, calc(100dvh - 220px)); }
  .options-footnote { display: none; }
  .preview-eyebrow { top: 16px; left: 18px; font-size: 7px; }
  .weekend-heading { top: 43px; left: 23px; font-size: 50px; }
  .weekend-heading > span { margin-top: 10px; font-size: 10px; }
  .weekend-orbit { left: 205px; width: 220px; height: 220px; }
  .route-strip { left: 180px; bottom: 80px; right: 20px; }
  .photo-caption { bottom: 78px; left: 23px; }
  .photo-caption strong { font-size: 25px; }
  .memory-prints { top: 37px; }
  .memory-prints img { height: 95px; }
  .tools-question, .bar-title { font-size: 42px; top: 50px; }
  .tool-spark { top: 32px; right: 30px; font-size: 65px; }
  .drink-art { right: 5px; scale: .85; transform-origin: bottom right; }
  .food-ticker { right: 19px; bottom: 85px; width: 135px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nav-float, .nav-panel, .preview-scene, .option-highlight, .nav-trigger svg { transition-duration: 0s !important; }
  .preview-scene *, .scroll-cue span::after { animation: none !important; }
}

.nav-panel:not(.is-active) .preview-scene { visibility: hidden !important; }
.nav-panel:not(.is-active) .preview-scene * { animation-play-state: paused !important; }

.contact-email { display: inline-flex; align-items: center; gap: 11px; min-height: 44px; max-width: 100%; margin-top: 30px; color: #a5a5ac; font-size: clamp(12px, 1.1vw, 15px); font-weight: 450; line-height: 1.6; letter-spacing: .005em; transition: color 180ms ease; }
.contact-email svg { flex-shrink: 0; }
.contact-email:hover { color: var(--green); }
@media (prefers-reduced-motion: reduce) { .contact-email { transition: none; } }
