/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.25_@opentelemetry+api@1.9.1_@playwright+test@1.63.0_@types+node@20.19.43_react-dom@_ilofyy2tbw6vy6vm4hsjztlqmy/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/.pnpm/next@15.5.25_@opentelemetry+api@1.9.1_@playwright+test@1.63.0_@types+node@20.19.43_react-dom@_ilofyy2tbw6vy6vm4hsjztlqmy/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./components/scene-stage.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* A composed pick: scene, bottle, note cut-outs, light. Shared by Today's hero and its option cards. */

.stage-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(135deg, var(--td-stage-a, #fbf6ee), var(--td-stage-b, #f1e6d6));
}
.stage-scene-img {
  object-fit: cover;
  object-position: 62% 78%;
}
/* A light scene in a dark appearance is graded low and warm, so the page stays deep. */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .stage-scene--light .stage-scene-img {
    filter: brightness(0.5) sepia(0.2) saturate(0.9);
  }
}
:root[data-theme="dark"] .stage-scene--light .stage-scene-img {
  filter: brightness(0.5) sepia(0.2) saturate(0.9);
}

/* A vignette and a slant of window light. */
.stage-light {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 100% at 60% 55%, transparent 40%, rgb(0 0 0 / 0.2)),
    linear-gradient(200deg, rgb(255 255 255 / 0.18), transparent 45%);
  pointer-events: none;
}
.stage-scene--dark .stage-light {
  background:
    radial-gradient(120% 100% at 60% 55%, transparent 35%, rgb(0 0 0 / 0.4)),
    linear-gradient(200deg, rgb(255 255 255 / 0.05), transparent 45%);
}

/* The fade under a hero's words: ivory over a light scene, espresso over a dark one. */
.stage-scrim {
  position: absolute;
  inset: 0;
  --scrim: 251 246 238;
  background: linear-gradient(
    90deg,
    rgb(var(--scrim) / 0.95) 0%,
    rgb(var(--scrim) / 0.8) 34%,
    rgb(var(--scrim) / 0) 64%
  );
}
.stage-scene--dark .stage-scrim {
  --scrim: 23 16 12;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .stage-scrim {
    --scrim: 23 16 12;
  }
}
:root[data-theme="dark"] .stage-scrim {
  --scrim: 23 16 12;
}

/* ── The bottle standing in the scene ── */

/* The frame the scene and bottle fill; the bottle is placed on the scene's surface by StagedScene. */
.stage-frame {
  position: absolute;
  inset: 0;
}

.stage-still {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
.stage-still--right {
  right: 9%;
}
.stage-still--center {
  left: 50%;
  transform: translateX(-50%);
}
/* Warm light behind the bottle. */
.stage-still::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4%;
  width: 160%;
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(closest-side, rgb(255 217 160 / 0.26), transparent);
  z-index: -2;
}
/* A tight contact shadow where it touches, and a wider soft one. */
.stage-still::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 130%;
  height: 12%;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(closest-side, rgb(0 0 0 / 0.7), transparent 45%),
    radial-gradient(closest-side, rgb(0 0 0 / 0.32), transparent);
  z-index: -1;
}
.stage-bottle {
  position: relative;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  /* Tinted a touch toward the scene's warm light. */
  filter: sepia(0.08) brightness(0.98) drop-shadow(3px 5px 8px rgb(0 0 0 / 0.4));
}
/* The bottle upside down in the surface, fading away quickly. */
.stage-reflect {
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  transform: scaleY(-1);
  opacity: 0.22;
  filter: blur(1px);
  -webkit-mask-image: linear-gradient(to top, rgb(0 0 0 / 0.7), transparent 42%);
  mask-image: linear-gradient(to top, rgb(0 0 0 / 0.7), transparent 42%);
  pointer-events: none;
}
:root[data-theme="dark"] .stage-reflect {
  opacity: 0.4;
}
.stage-scene--dark ~ .stage-still .stage-reflect {
  opacity: 0.4;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.25_@opentelemetry+api@1.9.1_@playwright+test@1.63.0_@types+node@20.19.43_react-dom@_ilofyy2tbw6vy6vm4hsjztlqmy/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/.pnpm/next@15.5.25_@opentelemetry+api@1.9.1_@playwright+test@1.63.0_@types+node@20.19.43_react-dom@_ilofyy2tbw6vy6vm4hsjztlqmy/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./components/public/public.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * The public encyclopedia (spec §8.5): quiet, text first pages for visitors with no
 * session. Built on the site's tokens so light and dark match the rest of Sillage.
 */

.pb-page {
  max-width: 920px;
}

.pb-eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-text);
}

.pb-eyebrow a {
  color: inherit;
  text-decoration: none;
}

.pb-eyebrow a:hover {
  text-decoration: underline;
}

.pb-title {
  margin: 0;
  font-size: clamp(32px, 4.6vw, 54px);
  line-height: 1.06;
}

.pb-lede {
  max-width: 62ch;
  margin: 16px 0 0;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--text-secondary);
}

.pb-hero {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  grid-gap: 32px;
  gap: 32px;
  align-items: center;
  margin-top: var(--space-5);
}

.pb-hero--solo {
  grid-template-columns: minmax(0, 1fr);
}

.pb-figure {
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  border-radius: 18px;
  background: var(--surface);
  overflow: hidden;
}

.pb-figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
}

.pb-figure figcaption {
  position: absolute;
  right: 10px;
  bottom: 8px;
  padding: 2px 8px;
  border-radius: 6px;
  background: color-mix(in srgb, var(--canvas) 80%, transparent);
  font-size: 11px;
  color: var(--text-secondary);
}

.pb-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.pb-section {
  margin-top: var(--space-6);
}

.pb-h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
}

.pb-pyramid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 14px;
  gap: 14px;
  margin: 0;
}

.pb-tier {
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--raised);
}

.pb-tier dt {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-text);
}

.pb-tier dd {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.5;
  text-transform: capitalize;
}

.pb-gap {
  margin: 0;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px dashed var(--border);
  color: var(--text-secondary);
  font-size: 15px;
}

.pb-prose {
  max-width: 68ch;
  font-size: 16.5px;
  line-height: 1.65;
}

.pb-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 6px 24px;
  gap: 6px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pb-links a {
  display: block;
  padding: 8px 0;
  color: var(--text-primary);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
}

.pb-links a:hover {
  color: var(--accent-text);
}

.pb-links small {
  display: block;
  color: var(--text-secondary);
  font-size: 12.5px;
}

.pb-cta {
  margin-top: var(--space-6);
  padding: 24px 26px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--surface);
}

.pb-cta h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
}

.pb-cta p {
  margin: 0 0 16px;
  max-width: 58ch;
  color: var(--text-secondary);
}

.pb-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pb-pager {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: var(--space-5);
}

@media (max-width: 720px) {
  .pb-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .pb-figure {
    max-width: 260px;
  }
}

.pb-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.pb-muted {
  color: var(--text-secondary);
  font-size: 14px;
}

.pb-search {
  display: flex;
  gap: 10px;
  margin-top: var(--space-5);
  max-width: 640px;
}

.pb-search-input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--raised);
  color: var(--text-primary);
  font: inherit;
  font-size: 16px;
}

.pb-stories {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  margin: var(--space-5) 0 0;
  padding: 0;
  list-style: none;
}

.pb-stories a {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  padding: 20px 22px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--raised);
  color: inherit;
  text-decoration: none;
}

.pb-stories a:hover {
  border-color: var(--accent);
}

.pb-story-title {
  font-family: var(--font-display);
  font-size: 24px;
}

/* Public New Releases: a grid of bottles per launch year. */
.pb-release-grid {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 20px;
  gap: 20px;
}
.pb-release {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  color: var(--text-primary);
  text-decoration: none;
}
.pb-release:hover .pb-release-name {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pb-release-name {
  font-weight: 600;
}
.pb-release-house {
  font-size: 13px;
  color: var(--text-secondary);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.25_@opentelemetry+api@1.9.1_@playwright+test@1.63.0_@types+node@20.19.43_react-dom@_ilofyy2tbw6vy6vm4hsjztlqmy/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/.pnpm/next@15.5.25_@opentelemetry+api@1.9.1_@playwright+test@1.63.0_@types+node@20.19.43_react-dom@_ilofyy2tbw6vy6vm4hsjztlqmy/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./components/weather-atmosphere.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Sillage Weather Atmosphere (supplied 2026-09-24). Local fixes: cloud sizes via --s (the animation overrode the
   scale transforms) and mod() for snow drift (a bare % is not valid in calc). */
.wx{position:absolute;inset:0;overflow:hidden;border-radius:inherit;isolation:isolate;pointer-events:none;background:#d9c7aa}.wx>*{position:absolute}.wx-sky{inset:0;background:linear-gradient(135deg,#d8c6a7,#f0ddba 52%,#c8b18e);transition:background .5s}.wx-time-predawn .wx-sky{background:linear-gradient(135deg,#172333,#344356 48%,#8b6a66)}.wx-time-sunrise .wx-sky{background:linear-gradient(135deg,#596879,#e3a477 50%,#f5d6a0)}.wx-time-morning .wx-sky{background:linear-gradient(135deg,#b9d6e3,#f4e7c9 70%,#e4c89a)}.wx-time-midday .wx-sky{background:linear-gradient(135deg,#93c5df,#d9ebed 58%,#f4e5c5)}.wx-time-golden-hour .wx-sky{background:linear-gradient(135deg,#8ea8b2,#e4a55f 48%,#f2d39c)}.wx-time-sunset .wx-sky{background:linear-gradient(135deg,#4f5066,#c66d58 45%,#e6aa68 76%,#6e4c54)}.wx-time-dusk .wx-sky{background:linear-gradient(135deg,#273042,#615069 52%,#a66d62)}.wx-time-night .wx-sky{background:linear-gradient(135deg,#0e1724,#17293b 52%,#283447)}
.wx-cond-overcast .wx-sky,.wx-cond-fog .wx-sky{filter:saturate(.45) brightness(.86)}.wx-cond-heavy-rain .wx-sky,.wx-cond-thunderstorm .wx-sky,.wx-cond-hail .wx-sky{filter:saturate(.5) brightness(.62)}
.wx-glow{width:52%;aspect-ratio:1;right:-10%;top:-55%;border-radius:50%;background:radial-gradient(circle,rgba(255,223,166,.72),rgba(255,199,106,.18) 40%,transparent 70%);filter:blur(10px);animation:wx-breathe 14s ease-in-out infinite}.wx-sun{width:76px;height:76px;border-radius:50%;right:12%;top:18%;background:radial-gradient(circle,#fff6d0 0 32%,#ffd68a 55%,rgba(255,197,95,.15) 72%);box-shadow:0 0 50px rgba(255,210,135,.65)}.wx-moon{width:56px;height:56px;border-radius:50%;right:13%;top:18%;background:radial-gradient(circle at 35% 35%,#fff7df,#d8d0c3 72%);box-shadow:0 0 34px rgba(238,231,211,.35)}
.wx-stars{inset:0;background-image:radial-gradient(circle at 18% 23%,rgba(255,255,255,.8) 0 1px,transparent 1.5px),radial-gradient(circle at 32% 14%,rgba(255,255,255,.55) 0 1px,transparent 1.5px),radial-gradient(circle at 67% 31%,rgba(255,255,255,.7) 0 1px,transparent 1.5px),radial-gradient(circle at 78% 12%,rgba(255,255,255,.45) 0 1px,transparent 1.5px);animation:wx-stars 5s ease-in-out infinite}
.wx-cloud{--s:1;height:28%;width:55%;border-radius:50%;background:radial-gradient(ellipse at center,rgba(246,240,228,.72),rgba(218,213,207,.42) 55%,transparent 72%);filter:blur(8px);opacity:.72;animation:wx-cloud 28s linear infinite}.wx-cloud-a{left:-15%;top:15%}.wx-cloud-b{left:35%;top:28%;--s:.8;animation-duration:36s;opacity:.5}.wx-cloud-c{left:70%;top:6%;--s:.62;animation-duration:43s;opacity:.42}.wx-cond-overcast .wx-cloud,.wx-cond-heavy-rain .wx-cloud,.wx-cond-thunderstorm .wx-cloud,.wx-cond-hail .wx-cloud{opacity:.88;filter:blur(6px) brightness(.7)}
.wx-fog{height:20%;width:130%;left:-15%;background:linear-gradient(90deg,transparent,rgba(239,236,226,.48),rgba(255,255,255,.58),rgba(239,236,226,.4),transparent);filter:blur(12px);animation:wx-fog 18s ease-in-out infinite}.wx-fog-a{top:32%}.wx-fog-b{top:48%;animation-delay:-7s;opacity:.7}.wx-fog-c{top:62%;animation-delay:-12s;opacity:.45}
.wx-wind{width:46%;height:2px;left:15%;border-radius:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:wx-wind 3.8s ease-in-out infinite}.wx-wind-a{top:42%}.wx-wind-b{top:57%;left:35%;animation-delay:-1.7s}
.wx-particles{inset:-10% 0 0}.wx-particles i{position:absolute;top:-10%;display:block}.wx-rain i{width:1.5px;height:34px;background:linear-gradient(transparent,rgba(225,239,245,.8));transform:rotate(10deg);animation:wx-rain linear infinite}.wx-snow i{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.88);filter:blur(.2px);animation:wx-snow linear infinite}.wx-sleet i{width:4px;height:10px;border-radius:50%;background:rgba(226,242,246,.9);animation:wx-sleet linear infinite}.wx-hail i{width:6px;height:6px;border-radius:50%;background:#e8f0f1;box-shadow:0 0 4px rgba(255,255,255,.5);animation:wx-hail linear infinite}
.wx-lightning{inset:0;background:rgba(255,250,224,0);mix-blend-mode:screen;animation:wx-lightning 8s steps(1,end) infinite}.wx-vignette{inset:0;background:linear-gradient(90deg,rgba(20,14,10,.2),transparent 35%,transparent 70%,rgba(20,14,10,.08)),linear-gradient(0deg,rgba(20,14,10,.18),transparent 45%)}.wx-compact .wx-sun{width:42px;height:42px}.wx-compact .wx-moon{width:34px;height:34px}.wx-compact .wx-cloud{filter:blur(5px)}
@keyframes wx-breathe{50%{transform:scale(1.08);opacity:.78}}@keyframes wx-cloud{from{transform:translateX(-18%) scale(var(--s,1))}to{transform:translateX(55%) scale(var(--s,1))}}@keyframes wx-fog{50%{transform:translateX(12%);opacity:.72}}@keyframes wx-wind{0%,100%{transform:translateX(-20%);opacity:0}45%{opacity:.8}70%{transform:translateX(80%);opacity:0}}@keyframes wx-rain{to{transform:translate(28px,125vh) rotate(10deg)}}@keyframes wx-snow{to{transform:translate(calc(mod(var(--i),2)*28px - 12px),115vh) rotate(180deg)}}@keyframes wx-sleet{to{transform:translate(12px,120vh)}}@keyframes wx-hail{to{transform:translate(-8px,125vh)}}@keyframes wx-lightning{0%,74%,78%,100%{background:rgba(255,250,224,0)}75%{background:rgba(255,250,224,.32)}76%{background:rgba(255,250,224,.05)}77%{background:rgba(255,250,224,.2)}}@keyframes wx-stars{50%{opacity:.65}}
@media (prefers-reduced-motion:reduce){.wx *{animation:none!important}.wx-particles{display:none}.wx-lightning{display:none}}

/* A card that wears the atmosphere: its own content sits above the sky, with the ink chosen to match it. */
.wx-host{position:relative;isolation:isolate;overflow:hidden;color:#2a1e17}
.wx-host>:not(.wx){position:relative;z-index:1}
.wx-host--light{color:#fdf6ea;text-shadow:0 1px 14px rgb(0 0 0/.4)}
/* A soft scrim on the text side so the title and temperatures stay readable on every sky (checked at 4.5:1 or better). */
.wx-host::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,250,240,.3),rgba(255,250,240,0) 62%)}
.wx-host--light::before{background:linear-gradient(90deg,rgba(12,9,7,.34),rgba(12,9,7,0) 62%)}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.25_@opentelemetry+api@1.9.1_@playwright+test@1.63.0_@types+node@20.19.43_react-dom@_ilofyy2tbw6vy6vm4hsjztlqmy/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/.pnpm/next@15.5.25_@opentelemetry+api@1.9.1_@playwright+test@1.63.0_@types+node@20.19.43_react-dom@_ilofyy2tbw6vy6vm4hsjztlqmy/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./components/weather-window.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Today's weather window: a wide landscape photo of the sky (2.2 : 1), 150 x 68 on a phone, 200 x 91 on wide screens. */
.wx-window {
  position: relative;
  flex: none;
  width: 150px;
  height: 68px;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 0.35),
    0 8px 20px -10px rgb(107 80 48 / 0.35);
}
@media (min-width: 900px) {
  .wx-window {
    width: 200px;
    height: 91px;
    border-radius: 18px;
  }
}
.wx-window--neutral {
  background: linear-gradient(200deg, #e9ddcb, #f5ede1);
}
/* Only 3% larger than the window, anchored bottom right, so the trees and horizon stay whole; the extra hangs off
   the sky side, and the drift stays inside it. */
.wx-window-plate {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 103%;
  height: 103%;
  object-fit: cover;
  object-position: right bottom;
  animation: wx-window-drift 48s ease-in-out infinite alternate;
  --drift: 1.2%;
}
.wx-window--partly-cloudy .wx-window-plate,
.wx-window--overcast .wx-window-plate,
.wx-window--cloudy-night .wx-window-plate,
.wx-window--rain .wx-window-plate,
.wx-window--thunderstorm .wx-window-plate {
  --drift: 2.5%;
}
.wx-window--clear-night .wx-window-plate {
  --drift: 0.8%;
}
@keyframes wx-window-drift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--drift));
  }
}
/* Thinner, fainter weather over a photograph. */
.wx-window .wx-weather-only {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background: none; /* .wx paints a beige base for its own drawn sky; over a photo it would veil it */
}
.wx-window-warmth {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgb(255 217 160 / 0.22), transparent 70%);
  mix-blend-mode: screen;
  animation: wx-window-warmth 12s ease-in-out infinite alternate;
}
@keyframes wx-window-warmth {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wx-window-plate,
  .wx-window-warmth {
    animation: none;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.25_@opentelemetry+api@1.9.1_@playwright+test@1.63.0_@types+node@20.19.43_react-dom@_ilofyy2tbw6vy6vm4hsjztlqmy/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/.pnpm/next@15.5.25_@opentelemetry+api@1.9.1_@playwright+test@1.63.0_@types+node@20.19.43_react-dom@_ilofyy2tbw6vy6vm4hsjztlqmy/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/(site)/today/today.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Today, built to the approved mockup (Robert, 2026-09-23): a greeting with a
 * weather window, one light editorial hero for the pick, a row of other options,
 * and the week at a glance. Builds on foundation.css (tags, cognac buttons,
 * section labels). The hero is a still life on a warm ivory stage (espresso in
 * dark mode) that never takes the bottle's colour, so Today looks the same
 * whatever is picked (Robert, 2026-09-26).
 */

:root {
  --td-stage-a: #fbf6ee;
  --td-stage-b: #f1e6d6;
  --td-stage-light: rgb(255 255 255 / 0.6);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --td-stage-a: #2a1e17;
    --td-stage-b: #201711;
    --td-stage-light: rgb(255 255 255 / 0.04);
  }
}
:root[data-theme="dark"] {
  --td-stage-a: #2a1e17;
  --td-stage-b: #201711;
  --td-stage-light: rgb(255 255 255 / 0.04);
}

.td-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-5);
}

.td-greeting {
  margin: 0;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.1;
}

.td-sub {
  margin: 10px 0 0;
  font-size: 15px;
  color: var(--text-secondary);
}

/* ── Date / place / weather widget ── */

.td-context {
  display: flex;
  align-items: center;
  gap: 14px;
}

.td-context-text {
  display: grid;
  grid-gap: 1px;
  gap: 1px;
  text-align: right;
  font-size: 13px;
  line-height: 1.45;
  color: var(--text-secondary);
}

.td-context-date {
  font-weight: 600;
  color: var(--text-primary);
}

.td-context-temp {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.td-context-temp svg {
  color: var(--accent-text);
}

/* A time-of-day sky, drawn in CSS: decoration for the widget, not a photo of
   anything and not data. */
.td-sky {
  flex: none;
  width: 76px;
  height: 64px;
  border-radius: 12px;
  background: var(--sky);
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 0.07);
}

/* The live sky: the compact atmosphere, wider so a scene has room. */
.td-sky--live {
  width: 116px;
  background: none;
}
.td-sky--live::before {
  display: none; /* the text scrim is for cards that carry text; this tile has none */
}

.td-sky--morning {
  --sky: linear-gradient(160deg, #f6d9b5, #e9b98f 45%, #9db4c8);
}
.td-sky--afternoon {
  --sky: linear-gradient(160deg, #cfe0ee, #e9eef2 55%, #f3e2c2);
}
.td-sky--evening {
  --sky: linear-gradient(160deg, #4b4a6e, #b97b70 55%, #f0b072);
}

/* ── Hero ── */

.td-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  min-height: 390px;
  margin-top: var(--space-6);
  border-radius: 24px;
  overflow: hidden;
  color: var(--text-primary);
  border: 1px solid var(--border);
  background:
    linear-gradient(200deg, var(--td-stage-light), transparent 45%),
    linear-gradient(135deg, var(--td-stage-a), var(--td-stage-b));
  box-shadow: 0 18px 40px -30px rgb(107 80 48 / 0.35);
}

.td-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0 40px 46px;
}

.td-hero-eyebrow {
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-text);
}

.td-hero-name {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.01em;
  color: var(--text-primary);
  text-decoration: none;
}

.td-hero-name:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.td-hero-house {
  margin: 10px 0 0;
  font-size: 16px;
  color: var(--text-secondary);
}

.td-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.td-hero-reasons {
  max-width: 36ch;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--text-primary);
}

.td-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-top: 24px;
}

.td-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 14px;
}

.td-link-btn {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-size: 13.5px;
  color: var(--text-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.td-link-btn:hover {
  color: var(--text-primary);
}

.td-hero-panel {
  max-width: 44ch;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--text-primary) 5%, transparent);
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--text-primary);
}

.td-hero-panel p {
  margin: 0;
}

.td-hero-panel ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}

.td-spray-count {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
}

.td-hero-tip {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 44ch;
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-secondary);
}

.td-hero-tip svg {
  flex: none;
  margin-top: 2px;
  color: var(--accent-text);
}

.td-hero-stage {
  position: relative;
  min-height: 340px;
}

/* The hero's own words keep the left half; the bottle stands in the scene on the right (see scene-stage.css). */

/* A dark scene in a light appearance: the words go light, like the hero in the dark appearance. */
@media (min-width: 721px) {
  .td-hero--dark {
    --text-primary: #f6ecdf;
    --text-secondary: #d9c9b4;
    --accent-text: #e2b27c;
    --border: rgb(255 255 255 / 0.28);
    --surface: rgb(255 255 255 / 0.08);
    color: var(--text-primary);
  }
}

/* ── Worn / check-in ── */

.td-note {
  margin-top: var(--space-5);
  padding: var(--space-4) var(--space-5);
  border-radius: var(--radius-card);
  border: 1px solid var(--border);
  background: var(--surface);
}

.td-note p {
  margin: 0;
}

.td-checkin-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-3);
}

/* ── Other options ── */

.td-section {
  margin-top: var(--space-7);
}

.td-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 16px;
  gap: 16px;
}

.td-opt {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.td-opt:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px -18px rgb(40 28 20 / 0.45);
}

.td-opt:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.td-opt-media {
  position: relative;
  aspect-ratio: 5 / 4;
  background: radial-gradient(70% 70% at 50% 45%, var(--raised), var(--surface));
}

/* Absolutely placed inside the fixed-ratio box: a percentage max-height does
   not resolve against an aspect-ratio box, and a tall bottle would otherwise
   stretch the whole card. */
.td-opt-media img {
  position: absolute;
  inset: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  object-fit: contain;
  filter: drop-shadow(0 10px 12px rgb(60 40 20 / 0.25));
}

.td-opt-body {
  display: grid;
  grid-gap: 2px;
  gap: 2px;
  padding: 12px 14px 14px;
}

.td-opt-name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.2;
}

.td-opt-house {
  margin: 0;
  font-size: 13px;
  color: var(--text-secondary);
}

.td-opt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.td-opt-reason {
  margin: 8px 0 0;
  font-size: 12.5px;
  line-height: 1.4;
  font-style: italic;
  color: var(--text-secondary);
}

/* ── Week at a glance ── */

.td-week {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}

.td-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-height: 138px;
  padding: 12px 8px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.td-day:hover {
  border-color: color-mix(in srgb, var(--accent) 45%, var(--border));
}

.td-day:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.td-day--today {
  border-color: color-mix(in srgb, var(--accent) 50%, var(--border));
  background: color-mix(in srgb, var(--accent) 15%, var(--surface));
}

.td-day-label {
  font-size: 12px;
  color: var(--text-secondary);
}

.td-day-today {
  font-size: 11px;
  font-weight: 600;
  color: var(--accent-text);
}

.td-day-img {
  display: grid;
  place-items: center;
  width: 100%;
  height: 62px;
}

.td-day-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 62px;
  object-fit: contain;
}

.td-day-name {
  font-size: 12.5px;
  line-height: 1.25;
}

.td-day-empty {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  place-items: center;
  margin: auto 0;
  font-size: 12px;
  color: var(--text-secondary);
}

/* ── Responsive ── */

@media (max-width: 900px) {
  /* The same editorial relationship as on a wide screen: words left, bottle right, smaller. */
  .td-hero {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
    min-height: 0;
  }
  .td-hero-stage {
    padding: 22px 18px 22px 0;
  }
  .td-hero-copy {
    padding: 24px 12px 26px 22px;
  }
  .td-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .td-week {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(118px, 1fr);
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
  }
  .td-day {
    scroll-snap-align: start;
  }
}

@media (max-width: 720px) {
  .td-hero {
    grid-template-columns: none;
  }
  /* The scene and bottle stand in the top of the card; the words sit on the card below them. */
  .td-hero .stage-frame {
    inset: 0 0 auto 0;
    height: 320px;
  }
  .td-hero-stage {
    order: -1;
    min-height: 320px;
  }
  .td-hero .stage-scrim {
    display: none;
  }
  .td-hero .stage-still--right {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .td-hero-copy {
    padding: 22px 20px 26px;
  }
  .td-head {
    gap: var(--space-4);
  }
  .td-context {
    width: 100%;
    justify-content: space-between;
  }
  .td-context-text {
    text-align: left;
  }
  .td-context-temp {
    justify-content: flex-start;
  }
  .td-options {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 62%;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
  }
  .td-opt {
    scroll-snap-align: start;
  }
  .td-hero-name {
    font-size: 32px;
  }
}

.td-day-not-owned {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--accent-text, #8a5626);
}

/* Getting to know you: progressive onboarding (spec §11.7), shown while any step is open. */
.td-start {
  margin-top: var(--space-6);
  padding: var(--space-5);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  background: var(--raised);
}
.td-start-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--space-3);
}
.td-start-head .section-label {
  margin: 0;
}
.td-start-count {
  margin: 0;
  font-size: 13px;
  color: var(--text-secondary);
}
.td-start-list {
  list-style: none;
  margin: var(--space-3) 0 0;
  padding: 0;
  display: grid;
}
.td-start-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  grid-gap: var(--space-3);
  gap: var(--space-3);
  align-items: center;
  padding: var(--space-3) 0;
  border-top: 1px solid var(--border);
}
.td-start-list li:first-child {
  border-top: 0;
}
.td-start-mark {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  display: grid;
  place-items: center;
  font-size: 12px;
  color: var(--on-accent);
}
.is-done .td-start-mark {
  background: var(--accent);
  border-color: var(--accent);
}
.td-start-title {
  margin: 0;
  color: var(--text-primary);
}
.is-done .td-start-title {
  color: var(--text-secondary);
}
.td-start-detail {
  margin: 2px 0 0;
  font-size: 13px;
  color: var(--text-secondary);
}
.td-start-actions {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: var(--space-2) var(--space-3);
}
.td-start-link {
  font-size: 13px;
  white-space: nowrap;
  color: var(--text-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.td-start-link--quiet {
  color: var(--text-secondary);
}
.td-start-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
@media (max-width: 560px) {
  .td-start-list li {
    grid-template-columns: 24px minmax(0, 1fr);
  }
  .td-start-actions {
    grid-column: 2;
    justify-content: flex-start;
  }
}

/* Other options: a quiet header with See all, and a sun or moon for a fragrance people wear by day or evening. */
.td-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-3);
}
.td-see-all {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent-text);
  text-decoration: none;
}
.td-see-all:hover {
  text-decoration: underline;
}
.td-opt {
  position: relative;
}
.td-opt-when {
  position: absolute;
  top: 12px;
  right: 12px;
  color: var(--accent-text);
}

