:root {
  --red: #d71920;
  --red-dark: #9f1118;
  --black: #111111;
  --ink: #242124;
  --cream: #f5f0e8;
  --paper: #fffdf9;
  --white: #ffffff;
  --line: #ddd5ca;
  --muted: #686168;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { max-width: 100%; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 920px; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; padding: 10px 14px; background: var(--white); color: var(--black); }
.skip-link:focus { left: 8px; }
.utility { background: var(--red); color: var(--white); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.utility-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; }
.utility a { text-decoration: none; font-weight: 700; }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--black); text-decoration: none; line-height: 1; }
.brand-seal { width: 54px; height: 54px; border: 2px solid var(--red); border-radius: 50%; display: grid; place-items: center; color: var(--red); font-family: var(--serif); font-size: 1.5rem; font-weight: 700; }
.brand strong, .brand em { display: block; }
.brand strong { font-family: var(--serif); font-size: 1.45rem; letter-spacing: .04em; }
.brand em { margin-top: 5px; color: var(--red); font-family: var(--sans); font-size: .58rem; font-style: normal; font-weight: 700; letter-spacing: .2em; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: var(--black); text-decoration: none; font-size: .88rem; font-weight: 700; }
.main-nav a:hover, .main-nav a:focus { color: var(--red); }
.main-nav a.is-active { margin: -8px -10px; padding: 8px 10px; border-radius: 2px; color: var(--red); background: #f9e6e7; font-weight: 800; }
.main-nav .shop-button { padding: 14px 19px; color: var(--white); background: var(--red); }
.main-nav .shop-button:hover, .main-nav .shop-button:focus { color: var(--white); background: var(--black); }
.nav-toggle { display: none; border: 1px solid var(--black); background: var(--white); padding: 10px 13px; font: 700 .82rem var(--sans); }
.eyebrow { display: block; margin-bottom: 14px; color: var(--red); font-size: .7rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: var(--white); }
.hero { background: var(--black); color: var(--white); }
.hero-grid { min-height: 640px; display: grid; grid-template-columns: 1fr .82fr; align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 78px 80px 78px 0; }
.hero h1, .page-hero h1, .article-hero h1, .not-found h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.9rem, 7vw, 7.3rem); font-weight: 600; letter-spacing: -.045em; line-height: .82; }
.hero h1 em, .page-hero h1 em, .signature h2 em { color: var(--red); font-style: italic; }
.hero-copy > p { max-width: 650px; margin: 36px 0 0; color: #ded9d2; font-size: 1.08rem; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 25px; }
.button { display: inline-block; padding: 15px 21px; border: 0; color: var(--white); background: var(--red); font-weight: 700; text-decoration: none; }
.button:hover, .button:focus { background: var(--black); }
.button-light { color: var(--black); background: var(--white); }
.button-light:hover, .button-light:focus { color: var(--white); background: var(--red); }
.text-link { display: inline-block; border-bottom: 2px solid var(--red); color: var(--black); font-weight: 700; line-height: 1.8; text-decoration: none; }
.text-link.light { color: var(--white); }
.hero-portrait { min-width: 0; margin: 0; position: relative; background: var(--cream); overflow: hidden; }
.hero-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.hero-portrait figcaption { position: absolute; left: 0; bottom: 0; min-width: 180px; padding: 18px 22px; background: var(--red); color: var(--white); }
.hero-portrait span, .hero-portrait strong { display: block; }
.hero-portrait span { font-size: .62rem; font-weight: 700; letter-spacing: .18em; }
.hero-portrait strong { margin-top: 3px; font-family: var(--serif); font-size: 1.6rem; }
.intro { background: var(--cream); border-bottom: 1px solid var(--line); }
.intro-grid { min-height: 280px; display: grid; grid-template-columns: .45fr 1.25fr .9fr; align-items: center; gap: 45px; }
.dropcap { color: var(--red); font-family: var(--serif); font-size: 6.5rem; font-weight: 600; line-height: 1; }
.intro h2, .section h2, .signature h2, .newsletter h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4.5rem); line-height: .95; }
.intro p { margin: 0; font-size: 1.02rem; }
.intro-eyebrow { margin-top: 12px; }
.section { padding: 96px 0; }
.section-heading { margin-bottom: 40px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); background: var(--white); }
.card-image { height: 260px; display: block; position: relative; overflow: hidden; background: var(--cream); }
.card-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .card-image img { transform: scale(1.025); }
.card-image span { position: absolute; left: 0; bottom: 0; padding: 9px 13px; color: var(--white); background: var(--red); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.post-card.ink .card-image span { background: var(--black); }
.post-card.blush .card-image span { background: var(--red-dark); }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.card-body h3 { margin: 18px 0 12px; font-family: var(--serif); font-size: 2rem; line-height: 1; }
.card-body h3 a { text-decoration: none; }
.card-body p { margin: 0 0 24px; color: var(--muted); display: -webkit-box; overflow: hidden; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.card-body .text-link { align-self: flex-start; margin-top: auto; }
.signature { padding: 92px 0; background: var(--red); color: var(--white); }
.signature-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.signature h2 em { color: var(--black); }
.signature p { margin: 0; font-size: 1.08rem; }
.page-hero { padding: 105px 0; color: var(--white); background: var(--black); }
.page-hero h1 { max-width: 980px; font-size: clamp(3.8rem, 7vw, 7rem); }
.page-hero p { max-width: 720px; margin: 30px 0 0; color: #ddd8d1; font-size: 1.08rem; }
.story-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.story-grid h2 { max-width: 430px; }
.prose p { margin: 0 0 25px; font-size: 1.1rem; }
.values { padding: 80px 0; color: var(--white); background: var(--red); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.value-grid strong { color: var(--black); font-family: var(--serif); font-size: 3rem; }
.value-grid h3 { margin: 12px 0 8px; font-family: var(--serif); font-size: 2rem; }
.value-grid p { margin: 0; }
.filter-row { margin-bottom: 64px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 26px; background: var(--cream); }
.filter-row label { font-family: var(--serif); font-size: 1.7rem; font-weight: 700; }
.filter-row input { width: min(420px, 100%); padding: 14px 16px; border: 1px solid var(--line); border-radius: 0; background: var(--white); font: inherit; }
.year-group { margin-bottom: 70px; }
.year-group > h2 { margin-bottom: 20px; padding-bottom: 12px; border-bottom: 3px solid var(--black); color: var(--red); font-size: 4rem; }
.month-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.month-list a { min-height: 92px; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); text-decoration: none; }
.month-list a:hover strong { color: var(--red); }
.month-list span { color: var(--red); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.month-list strong { font-family: var(--serif); font-size: 1.35rem; line-height: 1.1; }
.month-list em { font-size: .72rem; font-style: normal; font-weight: 700; }
.no-results { padding: 25px; background: var(--cream); }
.article-hero { color: var(--white); background: var(--black); }
.article-hero.ruby { background: var(--red-dark); }
.article-hero.blush { background: #4b0712; }
.article-hero-grid { min-height: 570px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; padding-block: 65px; }
.article-heading h1 { font-size: clamp(3.8rem, 6vw, 6.7rem); }
.article-heading .eyebrow { color: var(--white); }
.crumb { display: inline-block; margin-bottom: 45px; color: var(--white); font-size: .76rem; font-weight: 700; text-decoration: none; }
.article-meta { margin-top: 28px; display: flex; gap: 28px; font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
/*.article-bottle { height: 420px; margin: 0; padding: 22px; background: var(--cream); }*/
.article-bottle { height: 420px; margin: 0; padding: 22px; background: transparent; }
.article-bottle img { display: block; width: 100%; height: 100%; object-fit: contain; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 80px; padding-block: 90px; }
.article-content { min-width: 0; max-width: 790px; }
.lede { margin: 0 0 45px; padding-bottom: 32px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.65rem; font-weight: 600; line-height: 1.35; }
.imported-content h1 { display: none; }
.imported-content h2, .imported-content h3, .imported-content h4 { margin: 52px 0 14px; font-family: var(--serif); line-height: 1.05; }
.imported-content h2 { color: var(--red-dark); font-size: 2.35rem; }
.imported-content h3 { font-size: 1.9rem; }
.imported-content p { margin: 0 0 23px; }
.imported-content a { color: var(--red-dark); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.imported-content img { display: block; max-width: 100%; height: auto; margin: 34px auto; }
.imported-content ul, .imported-content ol { padding-left: 24px; }
.imported-content table { width: 100%; border-collapse: collapse; }
.imported-content td, .imported-content th { padding: 10px; border: 1px solid var(--line); }
.price { color: var(--red); font-weight: 700; }
.aside-card { position: sticky; top: 25px; padding: 28px; border-top: 5px solid var(--red); background: var(--cream); }
.aside-card h3 { margin: 0 0 20px; font-family: var(--serif); font-size: 2rem; }
.aside-card a { display: block; padding: 14px 0; border-top: 1px solid var(--line); color: var(--black); font-size: .83rem; font-weight: 700; text-decoration: none; }
.not-found { min-height: 520px; display: flex; flex-direction: column; justify-content: center; padding-block: 80px; }
.not-found h1 { max-width: 760px; font-size: clamp(3.5rem, 7vw, 6.4rem); }
.not-found p { font-size: 1.1rem; }
.not-found .button { align-self: flex-start; }
.newsletter { padding: 70px 0; color: var(--white); background: var(--black); }
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.newsletter h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.newsletter p { margin-bottom: 0; color: #d7d0c8; }
footer { padding: 75px 0 24px; color: var(--white); background: #080808; border-top: 1px solid #333; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .65fr; gap: 70px; }
.footer-brand { color: var(--white); }
.footer-brand .brand-seal { color: var(--white); border-color: var(--red); }
.footer-grid p { color: #bcb5ae; }
.footer-grid h3 { margin: 0 0 17px; color: var(--red); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 8px 0; color: var(--white); text-decoration: none; }
.footer-grid p a { display: inline; }
.footer-base { margin-top: 58px; padding-top: 20px; border-top: 1px solid #343434; display: flex; justify-content: space-between; gap: 25px; color: #8e8984; font-size: .7rem; }

@media (max-width: 980px) {
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-right: 35px; }
  .post-grid { grid-template-columns: 1fr 1fr; }
  .article-hero-grid { gap: 40px; }
  .article-layout { grid-template-columns: 1fr; }
  .aside-card { position: static; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 1180px); }
  .nav-wrap { min-height: 78px; }
  .brand-seal { width: 45px; height: 45px; font-size: 1.25rem; }
  .brand strong { font-size: 1.15rem; }
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 110px; padding: 22px 20px; flex-direction: column; align-items: stretch; background: var(--white); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 7px 0; }
  .hero-grid { width: 100%; grid-template-columns: 1fr; }
  .hero-copy { min-height: 540px; padding: 65px 20px; }
  .hero-portrait { height: 470px; }
  .intro-grid { padding-block: 60px; grid-template-columns: 1fr; gap: 25px; }
  .dropcap { font-size: 5rem; }
  .section { padding: 72px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .post-grid { grid-template-columns: 1fr; }
  .card-image { height: 330px; }
  .signature-grid, .story-grid, .value-grid, .footer-grid { grid-template-columns: 1fr; gap: 45px; }
  .page-hero { padding: 80px 0; }
  .filter-row { align-items: stretch; flex-direction: column; }
  .month-list { grid-template-columns: 1fr; }
  .article-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .article-bottle { height: 360px; }
  .article-layout { gap: 45px; padding-block: 65px; }
  .newsletter-inner { align-items: flex-start; flex-direction: column; }
  .footer-base { flex-direction: column; }
}

@media (max-width: 480px) {
  .hero h1, .page-hero h1, .article-hero h1 { font-size: 3.5rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-portrait { height: 390px; }
  .card-image { height: 260px; }
  .month-list a { grid-template-columns: 54px 1fr; }
  .month-list em { display: none; }
  .article-bottle { height: 300px; }
}
