@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&family=Cinzel+Decorative:wght@700;900&family=Alegreya+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap');
:root {
  --parchment: #f6efde;
  --parchment-deep: #ecdfbf;
  --ink: #1b2420;
  --ink-soft: #4f584c;
  --forest: #1f3d2e;
  --forest-dark: #142920;
  --navy: #16233f;
  --navy-deep: #0c1526;
  --gold: #b8923f;
  --gold-soft: #ddc079;
  --line: #d3c19a;
  --card: #fffaef;
  --burgundy: #6b2530;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--parchment); color: var(--ink); font-family: 'Alegreya Sans', Georgia, serif; line-height: 1.7; font-size: 17px; }
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; color: var(--ink); line-height: 1.3; font-weight: 700; letter-spacing: 0.015em; }
.brand { font-family: 'Cinzel Decorative', Georgia, serif; color: var(--ink); line-height: 1.3; font-weight: 700; letter-spacing: 0.015em; }
a { color: var(--forest); text-decoration: none; cursor: pointer; }
a:hover { color: var(--forest-dark); text-decoration: underline; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
.kicker { font-family: 'Alegreya Sans', sans-serif; text-transform: uppercase; font-size: 0.76rem; letter-spacing: 0.18em; color: var(--gold); font-weight: 700; margin-bottom: 8px; display: block; }
header.site {
  position: relative;
  background-image: linear-gradient(180deg, rgba(12,18,15,0.62), rgba(12,18,15,0.58)), url('/images/header-banner.jpg');
  background-size: cover;
  background-position: center 42%;
  border-bottom: 2px solid var(--gold);
  padding: 42px 0;
}
header.site .wrap { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.header-right { display: flex; align-items: center; gap: 16px; }
.social-icons { display: flex; align-items: center; gap: 10px; }
.social-icons .social-icon { display: inline-flex; width: 20px; height: 20px; opacity: 0.85; transition: opacity 0.15s ease, transform 0.15s ease; }
.social-icons .social-icon:hover { opacity: 1; transform: translateY(-1px); }
.social-icons .social-icon svg { width: 100%; height: 100%; }
footer.site .social-icons .social-icon { width: 22px; height: 22px; }
.footer-seal-link { display: inline-block; }
.footer-seal { height: 92px; width: auto; opacity: 0.92; transition: opacity 0.15s ease, transform 0.15s ease; }
.footer-seal-link:hover .footer-seal { opacity: 1; transform: translateY(-1px); }
@media (max-width: 780px) { .header-right { width: 100%; justify-content: space-between; } }
.brand-row { display: flex; align-items: center; gap: 14px; }
.brand-logo { height: 104px; width: auto; filter: drop-shadow(0 3px 10px rgba(0,0,0,0.45)); }
.brand { font-size: 1.35rem; letter-spacing: 0.08em; text-transform: uppercase; }
nav.main { display: flex; gap: 26px; flex-wrap: wrap; font-family: 'Alegreya Sans', sans-serif; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; }
nav.main a { color: #f0e6cf; padding-bottom: 4px; border-bottom: 2px solid transparent; text-shadow: 0 1px 4px rgba(0,0,0,0.5); }
nav.main a:hover { color: #fff; text-decoration: none; border-bottom-color: var(--gold-soft); }
nav.main a.active { color: #fff; border-bottom-color: var(--gold); }
.hero { position: relative; padding: 80px 0 68px; background: radial-gradient(1200px 500px at 15% -10%, rgba(184,146,63,0.10), transparent 60%), linear-gradient(180deg, var(--parchment-deep), var(--parchment)); border-bottom: 1px solid var(--line); }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: 2.5rem; margin: 0 0 18px; letter-spacing: 0.005em; }
.hero p.lede { font-size: 1.12rem; color: var(--ink-soft); margin-bottom: 26px; font-style: italic; }
.hero img { border-radius: 3px; box-shadow: 0 24px 48px rgba(12,21,38,0.35); border: 6px solid #fff; }
@media (max-width: 780px) { .hero .wrap { grid-template-columns: 1fr; } }
.btn { display: inline-block; font-family: 'Alegreya Sans', sans-serif; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.8rem; font-weight: 700; padding: 13px 28px; border-radius: 2px; background: var(--forest); color: #fdf6e5; border: 1px solid var(--forest); cursor: pointer; box-shadow: 0 4px 14px rgba(20,41,32,0.25); }
.btn:hover { background: var(--forest-dark); border-color: var(--forest-dark); text-decoration: none; }
.btn.ghost { background: transparent; border: 1.5px solid var(--forest); color: var(--forest); box-shadow: none; }
.btn.ghost:hover { background: var(--forest); color: #fdf6e5; }
.btn.gold { background: var(--gold); border-color: var(--gold); color: #241a08; }
.btn.gold:hover { background: #9d7a30; border-color: #9d7a30; }
section.pad { padding: 64px 0; }
.alt { background: var(--parchment-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 34px; flex-wrap: wrap; gap: 10px; }
.section-head h2 { font-size: 1.55rem; margin: 0; }
.grid { display: grid; gap: 26px; }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.grid.cols-5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 900px) { .grid.cols-3, .grid.cols-4, .grid.cols-5 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid.cols-3, .grid.cols-4, .grid.cols-5 { grid-template-columns: 1fr; } }
.card { background: var(--card); border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: 2px; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; display: block; }
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(27,36,32,0.16); text-decoration: none; }
.card img { aspect-ratio: 16/10; object-fit: cover; width: 100%; filter: saturate(0.92); background: var(--parchment-deep); }
.card .body { padding: 18px 20px 20px; }
.card .date { font-family: 'Alegreya Sans', sans-serif; font-size: 0.72rem; color: var(--gold); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; }
.card h3 { font-size: 1.12rem; margin: 8px 0 8px; letter-spacing: 0; }
.card p { font-size: 0.92rem; color: var(--ink-soft); margin: 0; }
.card.product .body { text-align: center; }
.card.product img { aspect-ratio: 1/1; }
.card.product .price { color: var(--forest); font-weight: 700; font-family: 'Alegreya Sans', sans-serif; margin-top: 4px; }
.swatch { aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; text-align:center; padding:18px; font-family:'Alegreya Sans',sans-serif; font-weight:700; text-transform: uppercase; letter-spacing: 0.06em; font-size:0.78rem; color:#fdf6e5; position: relative; }
.swatch::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(253,246,229,0.35); pointer-events: none; }
.sw1 { background: linear-gradient(135deg,#1f3d2e,#142920); }
.sw2 { background: linear-gradient(135deg,#16233f,#0c1526); }
.sw3 { background: linear-gradient(135deg,#b8923f,#8a6a2a); }
.sw4 { background: linear-gradient(135deg,#6b2530,#43151d); }
.motto-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; text-align: center; }
.motto-strip .m { padding: 0 28px; border-left: 1px solid var(--line); }
.motto-strip .m:first-child { border-left: none; }
.motto-strip .m h4 { color: var(--forest); font-size: 1.05rem; margin-bottom: 10px; }
.motto-strip .m p { font-size: 0.92rem; color: var(--ink-soft); }
@media (max-width: 700px) { .motto-strip { grid-template-columns: 1fr; } .motto-strip .m { border-left: none; border-top: 1px solid var(--line); padding: 28px 0 0; margin-top: 20px; } .motto-strip .m:first-child { border-top: none; margin-top: 0; padding-top: 0; } }
.newsletter { background: var(--navy-deep); color: var(--gold-soft); text-align: center; padding: 64px 0; border-top: 3px solid var(--gold); }
.newsletter h2 { color: #fdf6e5; }
.newsletter p { color: #cbb98f; max-width: 520px; margin: 0 auto 24px; }
.newsletter form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; max-width: 480px; margin: 0 auto; }
.newsletter input { padding: 13px 16px; border-radius: 2px; border: 1px solid var(--line); font-family: 'Alegreya Sans', sans-serif; flex: 1 1 220px; }
.newsletter .btn { flex: 0 0 auto; }
.member-banner { background: #f2e6cf; border: 1px solid var(--gold); border-radius: 2px; padding: 24px 28px; display: flex; align-items: center; gap: 20px; margin: 32px 0; flex-wrap: wrap; }
.member-banner .lock { font-size: 1.8rem; }
.member-banner h4 { margin: 0 0 4px; color: var(--burgundy); }
.member-banner p { margin: 0; color: var(--ink-soft); font-size: 0.92rem; }
.fade-wrap { position: relative; }
.fade-wrap::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 220px; background: linear-gradient(180deg, rgba(246,239,222,0) 0%, var(--parchment) 92%); }
article.post { max-width: 740px; margin: 0 auto; padding: 56px 24px 90px; }
article.post h1 { font-size: 2rem; margin-bottom: 8px; }
article.post .meta { font-family: 'Alegreya Sans', sans-serif; font-size: 0.8rem; color: var(--gold); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; margin-bottom: 30px; }
article.post img { border-radius: 3px; margin: 26px 0; border: 6px solid #fff; box-shadow: 0 14px 30px rgba(27,36,32,0.18); }
article.post iframe { border-radius: 3px; margin: 26px 0; width: 100%; aspect-ratio: 16 / 9; height: auto; box-shadow: 0 14px 30px rgba(27,36,32,0.18); }
article.post p { font-size: 1.06rem; }
article.post blockquote { border-left: 3px solid var(--gold); margin: 28px 0; padding: 6px 24px; font-style: italic; color: var(--ink-soft); background: var(--parchment-deep); font-family: 'Alegreya Sans', sans-serif; }
.pills { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; font-family: 'Alegreya Sans', sans-serif; font-size: 0.8rem; letter-spacing: 0.02em; }
.pills a { padding: 7px 18px; border: 1px solid var(--line); border-radius: 20px; color: var(--ink-soft); }
.pills a.active { background: var(--forest); color: #fdf6e5; border-color: var(--forest); }
footer.site { background: var(--navy-deep); color: #a9b3ad; padding: 56px 0 30px; border-top: 3px solid var(--gold); }
footer.site .wrap { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; }
footer.site h5 { color: var(--gold-soft); font-family: 'Alegreya Sans', sans-serif; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; font-weight: 700; }
footer.site a { color: #a9b3ad; }
footer.site a:hover { color: #fdf6e5; }
footer.site .cols a { display: block; margin-bottom: 9px; font-size: 0.92rem; }
.footer-newsletter { max-width: 1120px; margin: 40px auto 0; padding: 0 28px; text-align: center; }
.footer-newsletter p { font-size: 0.88rem; margin-bottom: 12px; }
.footer-newsletter form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; max-width: 420px; margin: 0 auto; }
.footer-newsletter input { padding: 11px 14px; border-radius: 2px; border: 1px solid #3a4658; background: #101a2c; color: #fdf6e5; font-family: 'Alegreya Sans', sans-serif; flex: 1 1 200px; }
footer.site .bottom { border-top: 1px solid #26324a; margin-top: 36px; padding-top: 20px; text-align: center; font-size: 0.8rem; color: #6d7a72; font-family: 'Alegreya Sans', sans-serif; }
@media (max-width: 780px) { footer.site .wrap { grid-template-columns: 1fr 1fr; } }
.tag-pill { display: inline-block; font-family: 'Alegreya Sans', sans-serif; font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.07em; font-weight: 700; background: var(--gold); color: #241a08; padding: 4px 11px; border-radius: 2px; margin-bottom: 10px; }
.tag-pill.lock { background: var(--burgundy); color: #fdf6e5; }
.contrib img { border-radius:50%; aspect-ratio:1/1; object-fit:cover; width:100px; margin:0 auto 14px; border: 3px solid #fff; box-shadow: 0 6px 16px rgba(27,36,32,0.2); }
.field { padding:12px 14px; border:1px solid var(--line); border-radius:4px; font-family:'Alegreya Sans',Arial,sans-serif; width: 100%; }

/* ---- Site search ---- */
.site-search { position: relative; }
.site-search input { padding: 9px 14px; border: 1px solid var(--line); border-radius: 20px; font-family: 'Alegreya Sans', sans-serif; font-size: 0.85rem; width: 170px; background: var(--parchment-deep); color: var(--ink); }
.site-search input:focus { outline: none; border-color: var(--gold); width: 220px; transition: width 0.15s ease; }
.site-search .results { position: absolute; top: calc(100% + 8px); right: 0; width: 320px; max-height: 420px; overflow-y: auto; background: var(--card); border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: 2px; box-shadow: 0 16px 30px rgba(27,36,32,0.2); z-index: 50; display: none; }
.site-search .results.is-open { display: block; }
.site-search .results a { display: block; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.site-search .results a:last-child { border-bottom: none; }
.site-search .results a:hover { background: var(--parchment-deep); text-decoration: none; }
.site-search .results .r-type { font-family: 'Alegreya Sans', sans-serif; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); font-weight: 700; }
.site-search .results .r-title { color: var(--ink); font-family: 'Playfair Display', Georgia, serif; font-size: 0.92rem; margin: 3px 0; }
.site-search .results .r-excerpt { font-size: 0.8rem; color: var(--ink-soft); }
.site-search .results .r-empty { padding: 14px 16px; font-size: 0.85rem; color: var(--ink-soft); }
@media (max-width: 780px) { .site-search input { width: 130px; } .site-search .results { width: 260px; right: -20px; } }

/* ---- Journal sort controls ---- */
.sort-controls { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; font-family: 'Alegreya Sans', sans-serif; font-size: 0.82rem; }
.sort-controls span { color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.75rem; }
.sort-controls button { padding: 7px 16px; border: 1px solid var(--line); border-radius: 20px; background: transparent; color: var(--ink-soft); font-family: 'Alegreya Sans', sans-serif; font-size: 0.8rem; cursor: pointer; }
.sort-controls button.active { background: var(--forest); color: #fdf6e5; border-color: var(--forest); }
