:root {
  --bg-shell: #141210;
  --bg-editorial: #191714;
  --editorial-texture: radial-gradient(ellipse at 74% 24%, #33281b80, transparent 65%), repeating-linear-gradient(90deg, transparent 0 5px, #b49a6803 5px 6px);
  --color-text: #f0e8d8;
  --color-muted: #b9ae9b;
  --color-accent: #b49a68;
  --color-line: #484034;
  --font-display: 'Bodoni 72', Didot, 'Bodoni MT', Baskerville, 'Times New Roman', serif;
  --font-heading: 'Bodoni 72', Didot, 'Bodoni MT', Baskerville, 'Times New Roman', serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --container: 1240px;
  --gutter: clamp(1.25rem, 4.2vw, 4rem);
  --section-space: clamp(3rem, 6vw, 6rem);
}
*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: dark; scroll-padding-top: 7rem; }
body { margin: 0; background: var(--bg-shell); color: var(--color-text); font-family: var(--font-body); font-size: 1rem; line-height: 1.8; -webkit-font-smoothing: antialiased; }
main { background: var(--editorial-texture), var(--bg-editorial); }
.page-legal main { background: var(--bg-shell); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .3em; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 6px; }
::selection { background: var(--color-accent); color: var(--bg-shell); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--font-heading); font-weight: 400; line-height: 1.12; overflow-wrap: break-word; }
h2 { font-size: clamp(2rem, 3.3vw, 3.05rem); }
h3 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
em { font-weight: 400; }
.container { width: min(calc(100% - var(--gutter) * 2), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: .75rem; left: 1rem; z-index: 100; transform: translateY(-200%); padding: .5rem 1rem; background: var(--color-text); color: var(--bg-editorial); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--bg-shell); border-bottom: 1px solid var(--color-line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 90px; }
.wordmark { display: inline-flex; flex-direction: column; align-items: center; gap: .35rem; font-family: var(--font-display); font-size: 1.4rem; letter-spacing: .1em; line-height: 1.2; text-decoration: none; white-space: nowrap; }
.wordmark small { display: flex; align-items: center; gap: .65rem; font-family: var(--font-heading); font-size: .75rem; font-style: italic; letter-spacing: .025em; color: var(--color-accent); }
.wordmark small::before, .wordmark small::after { content: ''; width: 1.5rem; height: 1px; background: var(--color-line); }
.site-nav { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3rem); }
.site-nav a { position: relative; padding-block: .8rem; font-size: .82rem; text-decoration: none; }
.site-nav a::after { content: ''; position: absolute; bottom: .35rem; left: 0; right: 0; height: 1px; background: var(--color-accent); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.site-nav a:hover::after, .site-nav a[aria-current]::after { transform: scaleX(1); }
.nav-toggle { display: none; }
.eyebrow { color: var(--color-accent); font-size: .66rem; line-height: 1.6; letter-spacing: .19em; font-weight: 500; text-transform: uppercase; }
.section-number { margin-right: 1rem; opacity: .85; }
.hero { position: relative; overflow: hidden; background: var(--editorial-texture), var(--bg-editorial); }
.hero .container { padding-top: clamp(3rem, 6.5vw, 6rem); }
.hero h1 { font-family: var(--font-display); font-size: clamp(3.1rem, 10vw, 9rem); letter-spacing: .018em; line-height: 1.05; white-space: nowrap; font-weight: 400; }
.hero-bottom { display: grid; grid-template-columns: 1.15fr 1fr; gap: 5rem; margin-top: 2.8rem; padding-top: 1rem; }
.hero-statement { font-family: var(--font-heading); font-size: clamp(1.8rem, 2.6vw, 2.6rem); line-height: 1.3; }
.hero-description { max-width: 28rem; color: var(--color-muted); font-size: .94rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 3rem; min-height: 46px; padding: .7rem 0; border-bottom: 1px solid var(--color-accent); color: var(--color-text); text-decoration: none; text-transform: uppercase; font-size: .67rem; font-weight: 500; letter-spacing: .15em; transition: color .18s; }
.button:hover { color: var(--color-accent); }
.button span { font-size: 1.1rem; }
.hero .button { margin-top: 1.8rem; }
.hero-colophon { display: flex; justify-content: space-between; margin-top: clamp(3.5rem, 7vw, 6rem); padding-block: 1.2rem; border-top: 1px solid var(--color-line); color: var(--color-muted); font-size: .58rem; text-transform: uppercase; letter-spacing: .22em; }
.hero-photo { margin: 3rem 0 0; }
.hero-photo img { width: 100%; }
.section { padding-block: var(--section-space); }
.stock-section { padding-block: clamp(2.5rem, 3.75vw, 3.75rem); }
.page-collection .page-hero { padding-block: clamp(2.75rem, 5.25vw, 5.25rem); }
.page-collection .editorial-grid { column-gap: clamp(2rem, 4vw, 4rem); }
.page-collection .section + .section { border-top: 1px solid var(--color-line); }
.page-collection .collection-closing { padding-block: 2.75rem; }
.stock-meta { margin-top: 1.5rem; }
.humidity-range { white-space: nowrap; }
.editorial-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.editorial-grid .eyebrow { margin-bottom: 1.5rem; }
.editorial-grid h2 { max-width: 18ch; }
.reading-copy { color: var(--color-muted); max-width: 34rem; padding-top: 2.6rem; }
.reading-copy p + p { margin-top: 1.4rem; }
.text-link { display: inline-block; padding-block: .5rem; color: var(--color-text); font-size: .69rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid var(--color-accent); }
.text-link:hover { color: var(--color-accent); }
.text-link span { margin-left: 1.5rem; }
.reading-copy .text-link { margin-top: 1.8rem; }
.archive-preview { border-block: 1px solid var(--color-line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.8rem; }
.section-heading .eyebrow { margin-bottom: 1rem; }
.section-note { font-size: .82rem; color: var(--color-muted); }
.brand-index { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--color-line); }
.brand-index li { border-bottom: 1px solid var(--color-line); }
.brand-index a { display: grid; grid-template-columns: 4rem minmax(0, 1fr) 3rem; gap: 1.5rem; align-items: center; padding-block: 1.75rem; text-decoration: none; }
.index-number { color: var(--color-accent); font-size: .7rem; }
.brand-name { font-family: var(--font-heading); font-size: clamp(2rem, 3.7vw, 3.2rem); line-height: 1.2; }
.index-caption { color: var(--color-muted); font-size: .68rem; letter-spacing: .08em; }
.index-arrow { justify-self: end; font-size: 1.5rem; color: var(--color-accent); transition: transform .18s; }
.brand-index a:hover .index-arrow { transform: translate(3px, -3px); }
.brand-index a:hover .brand-name { color: var(--color-accent); }
.index-end { margin-top: 2.3rem; text-align: right; }
.site-footer { padding-top: 2.25rem; background: var(--bg-shell); border-top: 1px solid var(--color-line); }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr; gap: 1.5rem; align-items: center; padding-bottom: 1.75rem; }
.email-link { overflow-wrap: anywhere; }
.footer-identity > .email-link { display: block; width: fit-content; margin-top: .8rem; color: var(--color-muted); font-size: .82rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: .5rem 1.75rem; justify-content: flex-end; align-items: center; }
.footer-nav a { color: var(--color-muted); font-size: .78rem; text-decoration: none; padding-block: .65rem; }
.footer-nav a:hover { color: var(--color-text); text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem; padding-block: 1.3rem; border-top: 1px solid var(--color-line); font-size: .64rem; color: var(--color-muted); }
.page-hero { padding-block: clamp(3.5rem, 7vw, 7rem); }
.page-hero .eyebrow { margin-bottom: 1.7rem; }
.page-hero h1 { font-size: clamp(2.8rem, 5.8vw, 5rem); max-width: 19ch; }
.page-lead { max-width: 46rem; margin-top: 2rem; color: var(--color-muted); font-size: 1.06rem; }
.page-hero + .section, .page-hero + .legal-copy { border-top: 1px solid var(--color-line); }
.catalogue h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.archive-entry { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); grid-template-rows: auto; column-gap: clamp(2rem, 5vw, 5rem); row-gap: 1.8rem; margin-top: 4rem; padding-top: 3rem; border-top: 1px solid var(--color-line); scroll-margin-top: 7rem; }
.entry-copy .eyebrow { margin-bottom: 1.3rem; }
.entry-copy, .entry-media { min-width: 0; }
.archive-photo { width: 100%; margin: 0 0 1rem; }
.archive-photo img { width: 100%; height: clamp(340px, 30vw, 470px); object-fit: contain; object-position: center; }
.archive-photo figcaption { color: var(--color-muted); font-size: .68rem; padding-top: .5rem; }
.entry-copy > p:not(.eyebrow) { color: var(--color-muted); margin-top: 1.4rem; }
.archive-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.5rem; margin: 1.5rem 0 0; }
.archive-facts > div { min-width: 0; }
.archive-facts .fact-wide { grid-column: 1 / -1; }
.archive-facts dt { color: var(--color-muted); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.archive-facts dd { margin: .3rem 0 0; font-family: var(--font-body); font-size: .85rem; line-height: 1.6; overflow-wrap: anywhere; }
.photo-placeholder { position: relative; aspect-ratio: 5 / 4; border: 1px solid var(--color-line); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1.2rem; text-align: center; padding: 2rem; background: var(--bg-shell); }
.photo-placeholder::before { content: ''; position: absolute; inset: .65rem; border: 1px solid #b49a6818; pointer-events: none; }
.photo-placeholder > p { font-family: var(--font-heading); font-size: clamp(2rem, 3vw, 3rem); line-height: 1.15; color: var(--color-muted); letter-spacing: .04em; }
.placeholder-note { font-size: .65rem; color: var(--color-muted); }
.entry-media { grid-column: 2; grid-row: 1; }
.entry-brand { display: block; font-family: var(--font-body); font-size: .73rem; letter-spacing: .18em; line-height: 1.6; text-transform: uppercase; margin-bottom: .65rem; color: var(--color-muted); }
.entry-format { display: block; font-size: clamp(2.25rem, 3.6vw, 3.4rem); line-height: 1.12; }
.catalogue-note { max-width: 48rem; }
.hero-signature { position: relative; text-align: center; padding: 1.7rem 0 1.5rem; }
.signature-rule { display: block; width: 6rem; height: 1px; background: var(--color-accent); margin: 2rem auto 0; position: relative; }
.signature-rule::after { content: ''; width: .4rem; height: .4rem; border: 1px solid var(--color-accent); background: var(--bg-editorial); position: absolute; left: calc(50% - .2rem); top: -.2rem; transform: rotate(45deg); }
.intro-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.intro-heading .eyebrow { margin-bottom: 1.25rem; }
.intro-layout h2 { font-size: clamp(2rem, 2.8vw, 2.65rem); max-width: none; }
.intro-copy { margin: 0; max-width: 36rem; color: var(--color-muted); }
.intro-copy p + p { margin-top: 1rem; }
.intro-copy .text-link { margin-top: 1.5rem; }
.provenance-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.provenance-copy h2 { margin: 1.2rem 0 2rem; }
.provenance-copy > p:not(.eyebrow) { color: var(--color-muted); max-width: 32rem; }
.provenance-copy > p + p { margin-top: 1rem; }
.collection-closing { padding-block: 3.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.collection-closing h2 { font-size: clamp(1.9rem, 3vw, 2.7rem); margin-top: .8rem; }
.collection-closing .text-link { flex-shrink: 0; }
.contact-copy { max-width: 38rem; margin-top: 1rem; color: var(--color-muted); font-size: .9rem; }
.contact-inline { margin-top: 1.8rem; padding-top: 1.2rem; border-top: 1px solid var(--color-line); font-size: .9rem; }
.intro-copy .contact-inline .text-link { margin-top: .35rem; }
.site-nav a[href^="mailto:"] { color: var(--color-accent); }
.footer-identity .wordmark { font-size: 1.3rem; }
.legal-copy { max-width: 780px; }
.legal-copy section { margin-top: 2.8rem; }
.legal-copy h2 { font-size: 2rem; margin-bottom: 1rem; }
.legal-copy p { color: var(--color-muted); }
.legal-copy p + p { margin-top: 1rem; }
.legal-copy .email-link { text-transform: none; letter-spacing: normal; font-size: 1rem; }
.hero-statement em { display: inline-block; margin-top: .4rem; color: var(--color-accent); }
.provenance-photo { min-width: 0; margin: 0; }
.provenance-photo img { width: 100%; height: auto; object-fit: contain; object-position: center; }
.provenance-photo figcaption { margin-top: .75rem; color: var(--color-muted); font-size: .72rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
.footer-legal a { padding-block: .35rem; text-decoration: none; }
.footer-legal a:hover { text-decoration: underline; }
#kontakt { scroll-margin-top: 7rem; }
@media (max-width: 59.99rem) {
  .header-inner { flex-wrap: wrap; gap: 0; min-height: 76px; }
  .header-inner > .wordmark { padding-block: .85rem; }
  .site-nav { width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 1rem; }
  .site-nav a { padding: .8rem 0; min-height: 44px; }
  .site-nav a::after { right: auto; width: 2rem; }
  .js .site-nav { display: none; }
  .js .nav-open .site-nav { display: flex; max-height: calc(100dvh - 76px); overflow-y: auto; }
  .js .nav-toggle { display: flex; width: 44px; height: 44px; padding: 12px 9px; flex-direction: column; justify-content: center; gap: 7px; border: 0; background: transparent; cursor: pointer; }
  .nav-toggle span { height: 1px; width: 26px; background: var(--color-text); transition: transform .18s; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero-bottom { gap: 2.5rem; }
  .editorial-grid { gap: 3rem; }
  .brand-index a { grid-template-columns: 2rem minmax(0, 1fr) 2rem; gap: 1rem; }
}
@media (max-width: 43rem) {
  .wordmark { font-size: 1.15rem; }
  .hero h1 { font-size: clamp(2.5rem, 10vw, 4.4rem); letter-spacing: -.02em; }
  .hero-bottom, .editorial-grid, .archive-entry { grid-template-columns: 1fr; gap: 1.8rem; }
  .hero-bottom { margin-top: 2rem; padding-top: 2rem; }
  .hero-statement { font-size: 1.9rem; }
  .hero-description { font-size: .94rem; }
  .hero-colophon { font-size: .52rem; letter-spacing: .12em; }
  .reading-copy { padding-top: 0; }
  .editorial-grid h2 { max-width: 18ch; }
  .section-heading { display: block; }
  .section-note { margin-top: 1.5rem; }
  .brand-index a { grid-template-columns: 1.6rem 1fr 1.5rem; gap: .7rem; padding-block: 1.5rem; }
  .index-caption { display: block; }
  .index-end { text-align: left; }
  .footer-main { grid-template-columns: 1fr; gap: 1rem; }
  .footer-nav { justify-content: flex-start; }
  .footer-identity { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .page-lead { font-size: 1rem; }
  .catalogue .section-heading > .eyebrow { display: block; margin-top: 1rem; }
  .hero-signature { padding: .7rem 0; }
  .hero-statement { font-size: 1.8rem; }
  .hero-colophon { gap: 1rem; letter-spacing: .08em; }
  .intro-layout, .provenance-layout { grid-template-columns: 1fr; gap: 2rem; }
  .intro-copy { margin-top: 0; }
  .collection-closing { flex-direction: column; align-items: start; gap: 1.5rem; }
  .entry-media { grid-column: 1; grid-row: auto; }
  .archive-photo img { height: auto; max-height: none; }
  .archive-entry { grid-template-rows: auto; margin-top: 3rem; padding-top: 2.2rem; }
  .archive-facts { margin-top: 1.5rem; gap: 1.2rem; }
  .archive-facts dd { font-size: .85rem; }
  .entry-format { font-size: 2.4rem; }
  .photo-placeholder { aspect-ratio: 3 / 2; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

.entry-copy > .entry-description { max-width: 38rem; margin-top: 1.6rem; color: var(--color-muted); font-size: .95rem; line-height: 1.8; }
.entry-copy > .entry-edition { margin-top: .85rem; color: var(--color-muted); font-size: .8rem; }

.collector-section { padding-block: calc(var(--section-space) * .75); }
.collector-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.collector-portrait { min-width: 0; margin: 0; }
.collector-portrait img { width: 100%; height: auto; object-fit: contain; object-position: center; }
.collector-portrait figcaption { margin-top: .75rem; color: var(--color-muted); font-size: .68rem; }
.collector-copy { min-width: 0; max-width: 38rem; }
.collector-copy .eyebrow { margin-bottom: 1rem; }
.collector-copy h2 { margin-bottom: 1.5rem; }
.collector-copy > p:not(.eyebrow) { color: var(--color-muted); }
.collector-copy > p + p { margin-top: 1.4rem; }
@media (max-width: 59.99rem) {
  .collector-grid { grid-template-columns: 1fr; gap: 2rem; }
  .collector-copy { max-width: 100%; }
}

.index-content, .index-content .brand-name { display: block; min-width: 0; }
.index-content .index-caption { display: block; margin-top: .45rem; }
.photography-note { max-width: 65ch; margin-top: 1.5rem; }
.page-lead, .intro-copy, .reading-copy, .collector-copy { max-width: 65ch; }
.whisky-subline { margin-top: 2rem; font-family: var(--font-heading); font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.25; }
.copyright-note { margin-top: 2rem; font-size: .72rem; }

.contact-closing { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); }
.contact-address { min-width: 0; justify-self: end; }
.contact-email { display: inline-flex; align-items: baseline; gap: .65rem; max-width: 100%; padding-block: .45rem; font-family: var(--font-heading); font-size: clamp(1.2rem, 2.15vw, 1.8rem); line-height: 1.5; text-decoration: none; border-bottom: 1px solid var(--color-accent); }
.contact-email span { flex: none; color: var(--color-accent); }
.contact-email:hover { color: var(--color-accent); }
.entry-copy .detail-link { margin-top: 1.5rem; }
.cigar-detail { padding-block: clamp(2rem, 4vw, 4rem) var(--section-space); }
.breadcrumbs { margin-bottom: clamp(2rem, 4vw, 3.5rem); color: var(--color-muted); font-size: .78rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .35rem .65rem; list-style: none; padding: 0; margin: 0; }
.breadcrumbs li { min-width: 0; }
.breadcrumbs li + li::before { content: '›'; margin-right: .65rem; color: var(--color-accent); }
.breadcrumbs a { text-decoration: none; overflow-wrap: anywhere; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs a[aria-current] { color: var(--color-text); }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.detail-copy, .detail-media { min-width: 0; }
.detail-copy header > .eyebrow { margin-bottom: 1rem; }
.detail-copy h1 { font-size: clamp(2.2rem, 3.8vw, 3.5rem); }
.detail-photo { margin: 0; }
.detail-photo + .detail-photo { margin-top: 1.5rem; }
.detail-photo img { width: 100%; height: auto; object-fit: contain; object-position: center; }
.detail-photo figcaption { margin-top: .6rem; font-size: .68rem; color: var(--color-muted); }
.detail-description { margin-top: 2rem; }
.detail-description .eyebrow, .detail-context .eyebrow { font-family: var(--font-body); }
.detail-description > p { color: var(--color-muted); margin-top: 1rem; max-width: 65ch; }
.detail-description .section-note { font-size: .78rem; }
.detail-context { border-top: 1px solid var(--color-line); margin-top: clamp(2.5rem, 5vw, 4rem); padding-top: 2rem; }
.detail-context > p { color: var(--color-muted); max-width: 65ch; margin-top: 1rem; }
.detail-context .text-link { margin-top: 1.5rem; }
@media (max-width: 59.99rem) {
  .intro-layout, .contact-closing, .detail-grid { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .contact-address { justify-self: start; }
}
