/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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);
}

