* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--color-ink); background: var(--color-page); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 5px; border-radius: 5px; }
svg { width: 24px; height: 24px; flex-shrink: 0; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
.skip-link { position: fixed; left: 20px; top: -100px; padding: 16px; background: white; z-index: 20; }
.skip-link:focus { top: 20px; }
.site-header { position: absolute; z-index: 5; top: 24px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; gap: 28px; width: min(720px, calc(100% - 48px)); min-height: 70px; padding: 9px 24px 9px 12px; border: 1px solid rgba(255,255,255,.8); border-radius: 100px; background: rgba(255,255,255,.58); backdrop-filter: blur(18px); box-shadow: 0 4px 24px var(--color-shadow), inset 0 1px 0 #fff; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 650; letter-spacing: -.3px; line-height: 1.2; }
.brand-sub { display: block; color: var(--color-muted); font-size: 11px; font-weight: 400; margin-top: 3px; letter-spacing: .5px; }
.seal { width: 46px; height: 46px; }
.site-header nav { display: flex; gap: 28px; align-items: center; font-size: 13px; }
.site-header nav a { padding: 12px 0; color: var(--color-text-soft); }
.site-header nav a:hover { color: var(--color-ink); }
.site-header nav a[aria-current] { color: var(--color-ink); }
.eyebrow { font-family: var(--font-mono); font-size: 11px; font-weight: 400; letter-spacing: 1.6px; line-height: 1.5; }
.hero { position: relative; min-height: 660px; padding: 157px 24px 100px; text-align: center; }
.hero-content { position: relative; z-index: 1; }
.hero .eyebrow { margin-bottom: 24px; color: var(--color-text-faint); }
.hero h1 { font-size: clamp(66px, 8.4vw, 116px); line-height: .96; letter-spacing: -.07em; font-weight: 650; }
.title-period { color: var(--color-accent); }
.hero-subtitle { font-size: 20px; line-height: 1.55; color: var(--color-text-soft); margin-top: 26px; letter-spacing: -.2px; }
.pill-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; border-radius: 100px; color: #fff; background: var(--color-ink); min-height: 46px; padding: 12px 21px; font-size: 13px; margin-top: 24px; box-shadow: 0 3px 6px #1a211f1a; transition: background .2s, transform .2s; }
.pill-button svg { width: 17px; height: 17px; }
.pill-button:hover { background: var(--color-ink-hover); transform: translateY(-2px); }
.landscape { position: absolute; z-index: 0; top: 130px; width: 100%; height: 740px; left: 0; overflow: hidden; pointer-events: none; mask-image: linear-gradient(to bottom, transparent 0%, #000 38%, #000 76%, transparent 100%); }
.landscape picture, .landscape img { width: 100%; height: 100%; }
.landscape img { object-fit: cover; object-position: center 55%; filter: saturate(.42) brightness(1.06); }
.landscape::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, var(--color-page) 0%, rgb(var(--color-page-rgb) / .94) 22%, rgb(var(--color-page-rgb) / .78) 45%, rgb(var(--color-page-rgb) / .07) 70%, rgb(var(--color-page-rgb) / .23)); }
.landscape-caption { position: absolute; bottom: 57px; right: max(24px, calc((100vw - var(--content-width)) / 2)); font-family: var(--font-mono); font-size: 9px; letter-spacing: .4px; color: var(--color-chip-ink); padding: 6px 9px; background: rgb(var(--color-page-rgb) / .75); border-radius: 4px; }
.program-shell { position: relative; z-index: 2; width: min(var(--content-width), calc(100% - 64px)); margin: -22px auto 0; border: 1px solid var(--color-glass-line); border-radius: var(--radius-panel); background: var(--color-glass); box-shadow: 0 10px 80px var(--color-shadow-soft), inset 0 1px 0 #fff; backdrop-filter: blur(22px); padding: 40px 40px 25px; scroll-margin-top: 30px; }
.program-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding-bottom: 28px; }
.program-heading .eyebrow { color: var(--color-muted); margin-bottom: 10px; }
h2 { font-size: 36px; letter-spacing: -1.4px; line-height: 1.1; font-weight: 550; }
.program-heading > p { color: var(--color-muted); font-size: 15px; line-height: 1.6; padding-bottom: 2px; }
.chapter-nav { display: flex; gap: 6px; padding: 5px; border: 1px solid var(--color-rule); border-radius: 12px; background: var(--color-control-fill); margin-bottom: 28px; }
.chapter-nav a { display: flex; gap: 12px; flex: 1; align-items: center; justify-content: center; min-height: 46px; padding: 9px 10px; font-size: 13px; border-radius: 8px; transition: background .2s; }
.chapter-nav a span { font-family: var(--font-mono); font-size: 11px; color: var(--color-muted); }
.chapter-nav a:hover, .chapter-nav a.is-active { background: #ffffffe8; box-shadow: 0 1px 4px var(--color-shadow-soft); }
.schedule-key { display: flex; justify-content: space-between; padding: 0 36px 11px 0; color: var(--color-muted); font-family: var(--font-mono); font-size: 10px; letter-spacing: 1.1px; border-bottom: 1px solid var(--color-rule); }
.chapter { display: grid; grid-template-columns: 220px 1fr; gap: 40px; padding: 30px 0; border-bottom: 1px solid var(--color-rule); scroll-margin-top: 35px; }
.chapter-intro { padding-top: 10px; }
.chapter-intro .eyebrow { color: var(--color-chapter); }
.chapter-intro h3 { font-size: 29px; line-height: 1.12; letter-spacing: -.8px; font-weight: 550; margin: 16px 0 14px; max-width: 240px; }
.chapter-intro > p:not(.eyebrow) { font-size: 15px; color: var(--color-muted); line-height: 1.6; max-width: 235px; }
.chapter-range { display: block; margin-top: 25px; font-family: var(--font-mono); font-size: 11px; color: var(--color-muted); }
.tasting-list { list-style: none; padding: 0; margin: 0; }
.tasting-list li + li { border-top: 1px solid var(--color-rule-soft); }
.tasting-row { display: grid; grid-template-columns: 30px 1fr 104px 20px; gap: 14px; align-items: center; padding: 20px 9px; min-height: 92px; border-radius: 8px; transition: background .18s; }
.tasting-row:hover { background: var(--color-chapter-wash); }
.tasting-number { font: 12px var(--font-mono); color: var(--color-muted); align-self: start; margin-top: 4px; }
.tasting-title { font-size: 18px; line-height: 1.32; letter-spacing: -.3px; font-weight: 500; display: block; }
.tasting-place { font-size: 13px; line-height: 1.45; color: var(--color-muted); margin-top: 6px; display: block; }
.schedule-date { font: 12px var(--font-mono); color: var(--color-text-meta); text-align: right; white-space: nowrap; }
.completed-label { display: block; color: var(--color-text-meta); font: 11px var(--font-sans); margin-top: 6px; }
.is-completed .schedule-date { font-size: 10px; }
.is-completed .tasting-title { color: var(--color-text-meta); }
.is-completed s { text-decoration-thickness: 1px; }
.row-arrow { display: flex; color: var(--color-text-meta); transition: transform .18s; }
.row-arrow svg { width: 19px; height: 19px; }
.tasting-row:hover .row-arrow { transform: translateX(3px); }
.program-note { margin-top: 26px; font-size: 13px; color: var(--color-muted); line-height: 1.6; }

/* Two readings of one program. Radio inputs drive the switch, so changing view needs no
   JavaScript and each view keeps a real, linkable list of tastings. */
.series-views { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.view-toggle { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.view-tab { order: 1; display: inline-flex; align-items: center; cursor: pointer; min-height: 44px; padding: 11px 20px; border: 1px solid var(--color-rule); border-radius: 100px; background: #ffffff8c; font-size: 14px; color: var(--color-muted); transition: background .2s, color .2s, border-color .2s; }
.view-tab:hover { color: var(--color-ink); }
.view-toggle:checked + .view-tab { background: var(--color-ink); border-color: var(--color-ink); color: var(--color-page); }
.view-toggle:focus-visible + .view-tab { outline: 3px solid var(--color-focus); outline-offset: 4px; }
.view { order: 2; flex: 0 0 100%; display: none; padding-top: 26px; }
#view-chapter:checked ~ .view-by-chapter, #view-order:checked ~ .view-by-order { display: block; }
.view-note { max-width: 64ch; margin-bottom: 26px; font-size: 15px; line-height: 1.7; color: var(--color-muted); }
.order-group-label { margin: 30px 0 2px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 1.1px; color: var(--color-muted); }
.order-list { border-top: 1px solid var(--color-rule); }
.order-list .tasting-number { font-size: 16px; font-weight: 500; color: var(--color-chapter); align-self: center; margin-top: 0; }
.order-list .is-completed .tasting-number { color: var(--color-muted); }
.order-tag { font-family: var(--font-mono); font-size: 11px; color: var(--color-chapter); margin-right: auto; padding-left: 18px; border-left: 1px solid var(--color-rule); }
.about { display: grid; grid-template-columns: 200px 1fr; gap: 70px; max-width: 820px; margin: 115px auto 100px; padding: 0 28px; align-items: center; scroll-margin-top: 50px; }
.about-seal { opacity: .75; }
.about .eyebrow { color: var(--color-muted); margin-bottom: 18px; }
.about h2 { font-size: 44px; letter-spacing: -1.8px; margin-bottom: 24px; }
.about p:not(.eyebrow) { font-size: 16px; line-height: 1.75; color: var(--color-muted); margin-top: 14px; }
.footer { border-top: 1px solid var(--color-rule); max-width: var(--content-width); width: calc(100% - 64px); margin: 0 auto; padding: 25px 0 35px; display: flex; align-items: baseline; gap: 24px; font-size: 12px; color: var(--color-muted); }
.footer-wordmark { font-weight: 550; color: var(--color-ink); }
.photo-credit { margin-left: auto; max-width: 310px; text-align: right; font-size: 10px; }
.photo-credit summary { cursor: pointer; min-height: 30px; }
.photo-credit p { line-height: 1.6; margin-top: 10px; }
.photo-credit p a { text-decoration: underline; text-underline-offset: 2px; }
/* Shared tasting-page shell; future experiences attach below the introduction. */
.detail-landscape { position: absolute; top: 0; inset-inline: 0; z-index: -1; height: 640px; overflow: hidden; opacity: .22; }
.detail-landscape .landscape { top: 0; }
.tasting-article { max-width: 920px; margin: 0 auto; padding: 147px 32px 60px; }
.back-link { font-size: 12px; color: var(--color-muted); display: inline-block; padding: 10px 0; margin-bottom: 38px; }
.back-link:hover { color: var(--color-ink); }
.detail-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.detail-meta .eyebrow { color: var(--color-chapter); }
.detail-meta .schedule-date { font-size: 12px; }
.tasting-article > h1 { font-size: clamp(40px, 5.8vw, 72px); line-height: 1.02; letter-spacing: -.055em; font-weight: 550; max-width: 820px; text-wrap: balance; }
.detail-place { font-size: 15px; color: var(--color-muted); margin-top: 22px; }
.detail-content { background: var(--color-glass); border: 1px solid #fff; border-radius: var(--radius-panel); margin-top: 40px; padding: 42px; }
.question-section .eyebrow { color: var(--color-accent); margin-bottom: 20px; }
.question-section h2 { font-size: 29px; line-height: 1.3; letter-spacing: -.8px; font-weight: 500; }
.question-section > p:last-child, .aroma-section > p:not(.eyebrow) { font-size: 15px; color: var(--color-muted); line-height: 1.8; margin-top: 22px; }
.flight-section { margin-top: 42px; padding-top: 32px; border-top: 1px solid var(--color-rule); }
.section-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.section-title h2, .aroma-section h2 { font-size: 25px; letter-spacing: -.7px; }
.section-title > span { color: var(--color-muted); font-size: 11px; white-space: nowrap; }
.wine-list { list-style: none; margin: 23px 0 0; padding: 0; }
.wine-list li { display: flex; gap: 24px; padding: 22px 0; border-top: 1px solid var(--color-rule); }
.wine-position { font: 12px var(--font-mono); color: var(--color-chapter); padding-top: 3px; }
.wine-vintage { font: 12px var(--font-mono); color: var(--color-accent); }
.wine-list h3 { font-size: 18px; line-height: 1.35; font-weight: 500; margin-top: 6px; letter-spacing: -.3px; }
.lineup-note, .blind-note { color: var(--color-muted); font-size: 12px; line-height: 1.7; margin: 18px 0 0; }
.coda { background: var(--color-control-fill); border-radius: 10px; padding: 20px; margin-top: 18px; }
.coda p { font-size: 14px; line-height: 1.6; margin-top: 10px; }
.blind-reveal { margin-top: 24px; }
.blind-reveal summary { cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 17px 20px; background: var(--color-surface); border-radius: 8px; font-size: 13px; }
.blind-reveal summary::-webkit-details-marker { display: none; }
.blind-reveal summary svg { width: 18px; transform: rotate(90deg); transition: transform .2s; }
.blind-reveal[open] summary svg { transform: rotate(-90deg); }
.aroma-section { border-top: 1px solid var(--color-rule); margin-top: 36px; padding-top: 32px; }
.aroma-section .eyebrow { margin-bottom: 12px; color: var(--color-accent); }
.aroma-list { display: flex; flex-wrap: wrap; padding: 0; list-style: none; gap: 8px; margin: 22px 0 0; }
.aroma-list li { border: 1px solid var(--color-rule); border-radius: 100px; padding: 8px 13px; font-size: 11px; }
.tasting-pagination { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 35px; }
.tasting-pagination a { padding: 10px 0; font-size: 14px; line-height: 1.5; }
.tasting-pagination a:last-child { text-align: right; }
.tasting-pagination span { display: block; font: 9px var(--font-mono); letter-spacing: 1px; color: var(--color-muted); margin-bottom: 9px; }
.not-found { min-height: 80vh; padding: 180px 30px 100px; text-align: center; }
.not-found h1 { font-size: clamp(36px, 5vw, 60px); line-height: 1.1; letter-spacing: -2px; margin-top: 20px; }
@media (min-width: 1600px) { .landscape img { object-position: center 70%; } }
@media (max-width: 1000px) {
  .program-shell { padding: 32px 28px 25px; }
  .chapter { grid-template-columns: 180px 1fr; gap: 22px; }
  .chapter-intro h3 { font-size: 26px; }
  .tasting-row { grid-template-columns: 26px 1fr 96px 16px; gap: 10px; padding-inline: 4px; }
  .tasting-title { font-size: 16px; }
  .aroma-indicator { display: none; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 24px; }
  .site-header { top: 16px; width: calc(100% - 32px); gap: 14px; min-height: 64px; padding-right: 19px; }
  .brand { font-size: 12px; gap: 8px; }
  .brand-sub { font-size: 10px; }
  .seal { width: 40px; height: 40px; }
  .site-header nav { gap: 17px; font-size: 11px; }
  .hero { padding: 145px 20px 125px; min-height: 650px; }
  .hero h1 { font-size: clamp(64px, 12vw, 88px); }
  .hero .eyebrow { font-size: 10px; letter-spacing: 1.5px; margin-bottom: 25px; }
  .hero-subtitle { font-size: 16px; line-height: 1.6; margin-top: 23px; }
  .hero .pill-button { margin-top: 24px; }
  .landscape { top: 130px; height: 590px; }
  .landscape img { object-position: 57% 50%; }
  .landscape-caption { bottom: 42px; right: 20px; font-size: 8px; }
  .program-shell { width: calc(100% - 24px); padding: 27px 20px 20px; border-radius: 22px; margin-top: -18px; }
  .program-heading { display: block; padding-bottom: 25px; }
  .program-heading h2 { font-size: 30px; }
  .program-heading > p { margin-top: 14px; font-size: 14px; }
  .program-heading > p br { display: none; }
  .chapter-nav { gap: 3px; flex-wrap: wrap; }
  .chapter-nav a { flex: 1 1 44%; justify-content: start; padding: 10px 12px; }
  .schedule-key { font-size: 9px; padding-right: 25px; }
  .chapter { grid-template-columns: 1fr; gap: 22px; padding: 28px 0 18px; }
  .chapter-intro { padding-top: 0; }
  .chapter-intro h3 { max-width: none; font-size: 27px; margin: 10px 0; }
  .chapter-intro > p:not(.eyebrow) { max-width: 340px; font-size: 14px; }
  .chapter-range { display: none; }
  .view-tab { flex: 1 1 auto; justify-content: center; padding: 11px 14px; font-size: 13px; }
  .view { padding-top: 20px; }
  .view-note { font-size: 14px; margin-bottom: 20px; }
  .order-tag { padding-left: 0; border-left: 0; font-size: 10px; }
  .tasting-row { grid-template-columns: 24px 1fr 80px 14px; gap: 8px; min-height: 92px; }
  .tasting-title { font-size: 16px; line-height: 1.35; }
  .tasting-place { font-size: 12px; }
  .schedule-date { font-size: 11px; }
  .is-completed .schedule-date { white-space: normal; font-size: 9px; line-height: 1.5; }
  .row-arrow svg { width: 16px; }
  .about { grid-template-columns: 1fr; gap: 28px; margin: 70px auto; padding: 0 32px; }
  .about-seal img { width: 100px; height: 100px; }
  .about h2 { font-size: 38px; }
  .footer { width: calc(100% - 48px); flex-direction: column; gap: 15px; padding-bottom: 20px; }
  .photo-credit { margin: 5px 0 0; text-align: left; }
  .tasting-article { padding: 120px 20px 50px; }
  .back-link { margin-bottom: 27px; }
  .detail-meta .eyebrow { font-size: 10px; letter-spacing: 1px; }
  .detail-meta .schedule-date { font-size: 10px; }
  .tasting-article > h1 { font-size: clamp(36px, 8.5vw, 54px); }
  .detail-place { font-size: 13px; line-height: 1.5; }
  .detail-content { padding: 26px 21px; margin-top: 30px; border-radius: 20px; }
  .question-section h2 { font-size: 23px; }
  .question-section > p:last-child, .aroma-section > p:not(.eyebrow) { font-size: 14px; }
  .section-title h2, .aroma-section h2 { font-size: 22px; }
  .section-title { align-items: start; }
  .section-title > span { padding-top: 4px; font-size: 10px; }
  .wine-list li { gap: 18px; }
  .wine-list h3 { font-size: 16px; }
  .tasting-pagination { gap: 24px; }
  .tasting-pagination a { font-size: 12px; }
}
@media (max-width: 370px) {
  .site-header nav { gap: 12px; font-size: 10px; }
  .brand { font-size: 11px; }
  .seal { width: 34px; height: 34px; }
  .hero h1 { font-size: 59px; }
  .program-shell { padding-inline: 15px; }
  .tasting-row { grid-template-columns: 20px 1fr 64px 12px; gap: 7px; }
  .tasting-title { font-size: 15px; }
  .chapter-nav a { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Aroma illustrations are shared by the homepage invitation and Viola studio. */
.aroma-glass { overflow: visible; }
.aroma-cloud { opacity: .3; transition: opacity .35s; }
.scent-halo { fill: var(--aroma); opacity: .1; }
.scent-line { fill: none; stroke: var(--aroma); stroke-width: 2; stroke-linecap: round; opacity: .6; }
.note-two { stroke-width: 1.5; opacity: .85; }
.note-three { stroke-width: 1; opacity: .45; }
.scent-dot { fill: var(--aroma); opacity: .6; }
.glass-button:is(:hover,:focus-visible) .scent-notes,
.viola-teaser:has(a:hover) .scent-notes,
.viola-teaser:has(a:focus-visible) .scent-notes { animation: aroma-lift 1.8s ease-in-out infinite alternate; transform-origin: 80px 95px; }
@keyframes aroma-lift { from { transform: translateY(3px) rotate(-3deg); } to { transform: translateY(-8px) rotate(4deg); } }
.text-link { text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--color-rule-strong); }
.viola-teaser { width: min(var(--content-width), calc(100% - 64px)); margin: 70px auto 0; padding: 35px 40px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 35px; align-items: center; border-block: 1px solid var(--color-rule); }
.viola-teaser .eyebrow { color: var(--color-accent); margin-bottom: 16px; }
.viola-teaser p:not(.eyebrow) { font-size: 14px; line-height: 1.8; margin-top: 18px; color: var(--color-muted); }
.teaser-glasses { display: flex; align-items: center; justify-content: center; }
.teaser-glasses svg { width: 33.333%; height: auto; max-width: 145px; flex-shrink: 1; }
.viola-teaser:has(a:is(:hover,:focus-visible)) .aroma-cloud { opacity: 1; }
.site-header { width: min(800px, calc(100% - 48px)); }
@media (max-width: 700px) {
  .site-header { width: calc(100% - 32px); flex-wrap: wrap; border-radius: 25px; padding: 9px 15px; gap: 5px; }
  .site-header .brand { margin: auto; }
  .site-header nav { width: 100%; justify-content: center; gap: 24px; }
  .site-header nav a { padding: 9px 0; }
  .viola-teaser { width: calc(100% - 44px); grid-template-columns: 1fr; gap: 15px; padding: 30px 10px; margin-top: 50px; }
  .viola-teaser h2 { font-size: 32px; }
  .teaser-glasses { max-width: 350px; width: 100%; margin: auto; }
}
