:root {
  --llx-bg: #f5f1ea;
  --llx-paper: #fffdf8;
  --llx-paper-2: #ebe4da;
  --llx-ink: #161210;
  --llx-muted: #746d66;
  --llx-line: #d8d0c6;
  --llx-line-strong: #bfb4a7;
  --llx-accent: #6f2238;
  --llx-accent-soft: #ead9de;
  --llx-display: "Bodoni Moda", Didot, "Times New Roman", serif;
  --llx-reading: "Source Serif 4", Georgia, serif;
  --llx-ui: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --llx-width: 1260px;
  --llx-reading-width: 760px;
  --llx-ease: cubic-bezier(.22,.75,.24,1);
  --llx-shadow: 0 24px 70px rgba(31,24,20,.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--llx-bg);
  color: var(--llx-ink);
  font-family: var(--llx-ui);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.llx-dark {
  --llx-bg: #11100e;
  --llx-paper: #181614;
  --llx-paper-2: #211e1a;
  --llx-ink: #f5f0e8;
  --llx-muted: #aaa198;
  --llx-line: #332f2a;
  --llx-line-strong: #514941;
  --llx-accent: #c8788e;
  --llx-accent-soft: #37242b;
  --llx-shadow: 0 28px 80px rgba(0,0,0,.28);
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--llx-accent); color: #fff; }
.llx-wrap { width: min(calc(100% - 64px), var(--llx-width)); margin-inline: auto; }
.llx-narrow { width: min(calc(100% - 40px), var(--llx-reading-width)); margin-inline: auto; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245,241,234,.94);
  border-bottom: 1px solid rgba(111,34,56,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
body.llx-dark .site-header { background: rgba(17,16,14,.94); }
.admin-bar .site-header { top: 32px; }
.llx-header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}
.site-branding { grid-column: 2; grid-row: 1; text-align: center; }
.custom-logo-link { display: inline-block; }
.custom-logo { max-height: 44px; width: auto; }
.site-title { margin: 0; font-family: var(--llx-display); font-size: 2.25rem; font-weight: 500; line-height: 1; letter-spacing: -.05em; }
.site-navigation { grid-column: 1; grid-row: 1; justify-self: start; }
.primary-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 26px; }
.primary-menu a { position: relative; font-size: .69rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.primary-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--llx-accent); transition: right .25s var(--llx-ease); }
.primary-menu a:hover::after { right: 0; }
.llx-header-tools { grid-column: 3; grid-row: 1; justify-self: end; display: flex; align-items: center; gap: 9px; }
.llx-header-search, .llx-theme-toggle { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: transparent; color: var(--llx-ink); cursor: pointer; }
.llx-header-search:hover, .llx-theme-toggle:hover { background: var(--llx-paper-2); }
.llx-header-search svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.llx-theme-toggle span { width: 15px; height: 15px; border: 1px solid currentColor; border-radius: 50%; box-shadow: inset -5px -2px 0 currentColor; }
.llx-menu-toggle { display: none; width: 40px; height: 40px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.llx-menu-toggle > span:not(.screen-reader-text) { display: block; width: 19px; height: 1px; margin: 5px auto; background: currentColor; }

/* Hero */
.llx-hero { padding: clamp(84px, 11vw, 154px) 0 clamp(70px, 9vw, 118px); }
.llx-hero-grid { max-width: 1130px; text-align: center; }
.llx-hero-main { display: flex; flex-direction: column; align-items: center; }
.llx-eyebrow { display: inline-flex; align-items: center; gap: 13px; margin-bottom: 34px; color: var(--llx-muted); font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.llx-eyebrow span + span::before { content: "•"; margin-right: 13px; color: var(--llx-accent); }
.llx-hero h1 { max-width: 1060px; margin: 0; font-family: var(--llx-display); font-size: clamp(4.35rem, 8.6vw, 8.4rem); font-weight: 500; line-height: .93; letter-spacing: -.065em; text-wrap: balance; }
.llx-hero-side { max-width: 660px; margin: 38px auto 0; }
.llx-hero-side p { margin: 0 0 28px; color: var(--llx-muted); font-family: var(--llx-reading); font-size: clamp(1.04rem, 1.35vw, 1.22rem); line-height: 1.75; }
.llx-text-link, .llx-arrow-link { display: inline-flex; align-items: center; gap: 12px; font-size: .66rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.llx-text-link span, .llx-arrow-link b { color: var(--llx-accent); font-size: 1rem; font-weight: 400; transition: transform .25s var(--llx-ease); }
.llx-text-link:hover span, .llx-arrow-link:hover b { transform: translate(3px,-2px); }
.llx-topic-row { display: flex; align-items: center; gap: 28px; padding-top: 18px; padding-bottom: 18px; border-top: 1px solid var(--llx-line); border-bottom: 1px solid var(--llx-line); }
.llx-topic-label { flex: 0 0 auto; color: var(--llx-muted); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.llx-topic-links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.llx-topic-links a { font-family: var(--llx-reading); font-size: .98rem; }
.llx-topic-links a:hover { color: var(--llx-accent); }

/* Featured */
.llx-featured-section { padding: clamp(68px, 8vw, 106px) 0; }
.llx-featured { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); min-height: 610px; background: #151211; color: #f7f1e9; overflow: hidden; box-shadow: var(--llx-shadow); }
.llx-featured-media { min-height: 610px; overflow: hidden; order: 2; }
.llx-featured-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(.98); transition: transform .8s var(--llx-ease); }
.llx-featured:hover .llx-featured-media img { transform: scale(1.018); }
.llx-featured-copy { min-width: 0; padding: clamp(40px, 5vw, 74px); display: flex; flex-direction: column; }
.llx-featured-topline { display: flex; justify-content: space-between; gap: 20px; color: #bdb2aa; font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.llx-featured h2 { max-width: 650px; margin: auto 0 26px; font-family: var(--llx-display); font-size: clamp(3.4rem, 5.8vw, 6rem); font-weight: 500; line-height: .94; letter-spacing: -.055em; text-wrap: balance; }
.llx-featured h2 a:hover { color: #fff; }
.llx-featured-excerpt { max-width: 540px; color: #cfc5bc; font-family: var(--llx-reading); font-size: 1.04rem; line-height: 1.65; }
.llx-featured-excerpt p { margin: 0; }
.llx-featured-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 54px; }
.llx-featured .llx-arrow-link b { color: #d69caf; }
.llx-featured-category { color: #a99e96; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.llx-featured--text { grid-template-columns: 1fr; background: var(--llx-accent); }
.llx-featured--text .llx-featured-copy { min-height: 590px; max-width: 920px; width: 100%; margin-inline: auto; text-align: center; align-items: center; }
.llx-featured--text .llx-featured-topline { width: 100%; }
.llx-featured--text h2 { max-width: 840px; }
.llx-featured--text .llx-featured-excerpt { max-width: 610px; color: rgba(255,255,255,.76); }
.llx-featured--text .llx-featured-bottom { width: 100%; }

/* Latest / Cards */
.llx-latest-section { padding: 22px 0 clamp(94px, 10vw, 144px); }
.llx-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 46px; padding-bottom: 24px; border-bottom: 1px solid var(--llx-line-strong); }
.llx-section-index { display: block; margin-bottom: 8px; color: var(--llx-accent); font-size: .61rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.llx-section-heading h2 { margin: 0; font-family: var(--llx-display); font-size: clamp(3rem, 5vw, 5.2rem); font-weight: 500; line-height: .95; letter-spacing: -.055em; }
.llx-editorial-grid, .llx-grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); column-gap: 32px; row-gap: 60px; }
.llx-card { grid-column: span 4; min-width: 0; position: relative; border-top: 1px solid var(--llx-line-strong); padding-top: 16px; }
.llx-editorial-grid > .llx-card:first-child { grid-column: span 8; }
.llx-editorial-grid > .llx-card:first-child h2 { max-width: 780px; font-size: clamp(3.25rem, 5.2vw, 5.3rem); }
.llx-editorial-grid > .llx-card:nth-child(4) { grid-column: span 6; }
.llx-editorial-grid > .llx-card:nth-child(5) { grid-column: span 6; }
.llx-card-media { display: block; margin-bottom: 26px; overflow: hidden; aspect-ratio: 4/3; background: var(--llx-paper-2); }
.llx-card-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); transition: transform .65s var(--llx-ease), filter .4s ease; }
.llx-card-media:hover img { transform: scale(1.02); filter: saturate(1); }
.llx-card-body { min-height: 100%; display: flex; flex-direction: column; }
.llx-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--llx-muted); font-size: .61rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.llx-card-meta a:hover { color: var(--llx-accent); }
.llx-card h2 { margin: 28px 0 18px; font-family: var(--llx-display); font-size: clamp(2.25rem, 3vw, 3.35rem); font-weight: 500; line-height: .99; letter-spacing: -.05em; text-wrap: balance; }
.llx-card h2 a { transition: color .2s ease; }
.llx-card h2 a:hover { color: var(--llx-accent); }
.llx-card-excerpt { max-width: 600px; color: var(--llx-muted); font-family: var(--llx-reading); font-size: .97rem; line-height: 1.67; }
.llx-card-excerpt p { margin: 0; }
.llx-card-footer { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--llx-line); }
.llx-arrow-link b { font-style: normal; }
.llx-card-share { position: relative; }
.llx-card-share summary { list-style: none; display: inline-flex; align-items: center; gap: 8px; color: var(--llx-muted); cursor: pointer; font-size: .62rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.llx-card-share summary::-webkit-details-marker { display: none; }
.llx-card-share summary span { color: var(--llx-accent); font-size: .9rem; font-weight: 400; }
.llx-card-share summary:hover { color: var(--llx-ink); }
.llx-card-share-popover { position: absolute; right: 0; bottom: calc(100% + 15px); z-index: 40; width: 280px; padding: 10px; background: var(--llx-paper); border: 1px solid var(--llx-line); box-shadow: var(--llx-shadow); }

/* Social sharing: single elegant control with editorial panel */
.llx-share-section { width: min(calc(100% - 40px), var(--llx-reading-width)); margin: 72px auto 0; padding: 26px 0 0; border-top: 1px solid var(--llx-line-strong); }
.llx-share-intro { margin-bottom: 15px; }
.llx-share-intro span { color: var(--llx-muted); font-size: .61rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.llx-share { position: relative; }
.llx-share-toggle { list-style: none; display: inline-flex; align-items: center; gap: 10px; padding: 0; border: 0; background: transparent; color: var(--llx-ink); cursor: pointer; font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.llx-share-toggle::-webkit-details-marker { display: none; }
.llx-share-toggle b { color: var(--llx-accent); font-size: 1rem; font-weight: 400; line-height: 1; transition: transform .22s ease; }
.llx-share[open] .llx-share-toggle b { transform: rotate(45deg); }
.llx-share-panel { width: min(100%, 430px); margin-top: 16px; background: var(--llx-paper); border: 1px solid var(--llx-line); box-shadow: var(--llx-shadow); }
.llx-share-list { display: grid; grid-template-columns: 1fr; }
.llx-share-item { appearance: none; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 16px; border: 0; border-bottom: 1px solid var(--llx-line); background: transparent; color: var(--llx-ink); cursor: pointer; text-align: left; font-family: var(--llx-ui); font-size: .83rem; font-weight: 600; }
.llx-share-item:last-child { border-bottom: 0; }
.llx-share-item i { color: var(--llx-accent); font-style: normal; font-size: .85rem; }
.llx-share-item:hover, .llx-share-item:focus-visible { background: var(--llx-paper-2); }
.llx-copy-feedback { display: block; min-height: 20px; padding: 0 16px 14px; color: var(--llx-accent); font-size: .68rem; font-weight: 600; }
.llx-share--compact { margin-left: auto; }
.llx-share--compact .llx-share-toggle { color: var(--llx-muted); font-size: .62rem; letter-spacing: .11em; }
.llx-share--compact .llx-share-panel { position: absolute; right: 0; bottom: calc(100% + 15px); width: 240px; margin-top: 0; z-index: 40; }
.llx-share--compact .llx-share-item { padding: 12px 13px; font-size: .74rem; }
.llx-share--compact .llx-copy-feedback { padding: 0 13px 12px; }

/* Manifesto */
.llx-manifesto { background: var(--llx-accent); color: #fff7f4; }
.llx-manifesto-inner { min-height: clamp(500px, 58vw, 760px); display: grid; align-content: center; justify-items: center; text-align: center; padding-top: 76px; padding-bottom: 76px; }
.llx-manifesto-label { margin-bottom: 34px; color: rgba(255,255,255,.67); font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.llx-manifesto blockquote { max-width: 1030px; margin: 0; font-family: var(--llx-display); font-size: clamp(3.6rem, 7.1vw, 7rem); font-weight: 500; line-height: .96; letter-spacing: -.055em; text-wrap: balance; }
.llx-manifesto-sign { display: flex; align-items: center; gap: 13px; margin-top: 40px; color: rgba(255,255,255,.7); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.llx-manifesto-sign span { width: 42px; height: 1px; background: rgba(255,255,255,.38); }
.llx-manifesto-sign cite { font-style: normal; }

/* Single / Pages */
.llx-single { padding: clamp(82px, 9vw, 132px) 0 0; }
.entry-header { width: min(calc(100% - 64px), 1060px); margin-inline: auto; text-align: center; }
.llx-entry-kicker { display: flex; justify-content: center; gap: 22px; color: var(--llx-muted); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.llx-entry-kicker a:hover { color: var(--llx-accent); }
.entry-title { max-width: 1000px; margin: 32px auto 0; font-family: var(--llx-display); font-size: clamp(4.2rem, 8.3vw, 8rem); font-weight: 500; line-height: .92; letter-spacing: -.065em; text-wrap: balance; }
.entry-deck { max-width: 680px; margin: 34px auto 0; color: var(--llx-muted); font-family: var(--llx-reading); font-size: clamp(1.07rem, 1.7vw, 1.28rem); line-height: 1.72; }
.entry-media { width: min(calc(100% - 64px), 1160px); margin: 68px auto 0; }
.entry-media img { width: 100%; }
.llx-reading-shell { width: min(calc(100% - 40px), var(--llx-reading-width)); margin: 70px auto 0; }
.entry-content { font-family: var(--llx-reading); font-size: clamp(1.08rem, 1.25vw, 1.2rem); line-height: 1.82; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content p { margin: 0 0 1.5em; }
.entry-content h2, .entry-content h3, .entry-content h4 { margin: 2.2em 0 .75em; color: var(--llx-ink); font-family: var(--llx-display); font-weight: 500; line-height: 1.04; letter-spacing: -.04em; }
.entry-content h2 { font-size: 2.7rem; }
.entry-content h3 { font-size: 2.15rem; }
.entry-content a { color: var(--llx-accent); text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { margin: 2.2em 0; padding: 12px 0 12px 30px; border-left: 2px solid var(--llx-accent); color: var(--llx-ink); font-family: var(--llx-display); font-size: clamp(2.2rem, 4vw, 3.55rem); line-height: 1.05; letter-spacing: -.045em; }
.entry-content blockquote p { margin: 0; }
.entry-content img, .entry-content iframe, .entry-content video { max-width: 100%; }
.entry-content table { width: 100%; border-collapse: collapse; font-family: var(--llx-ui); font-size: .86rem; }
.entry-content th, .entry-content td { padding: 10px; border: 1px solid var(--llx-line); text-align: left; }
.entry-content pre { overflow-x: auto; padding: 18px; background: var(--llx-paper-2); font-family: monospace; font-size: .84rem; }
.entry-content code { background: var(--llx-paper-2); padding: .12em .28em; }
.entry-footer { width: min(calc(100% - 40px), var(--llx-reading-width)); margin: 34px auto 88px; }
.llx-tags-label { display: block; margin-bottom: 12px; color: var(--llx-muted); font-size: .61rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.llx-tags { display: flex; flex-wrap: wrap; gap: 7px 15px; font-family: var(--llx-reading); font-size: .92rem; }
.llx-tags a:hover { color: var(--llx-accent); }
.llx-post-nav-wrap { width: min(calc(100% - 64px), 1060px); margin: 0 auto 96px; border-top: 1px solid var(--llx-line-strong); border-bottom: 1px solid var(--llx-line-strong); }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; }
.post-navigation a { min-height: 150px; padding: 28px 0; display: flex; flex-direction: column; justify-content: center; }
.post-navigation .nav-next { text-align: right; border-left: 1px solid var(--llx-line); padding-left: 30px; }
.post-navigation .nav-previous { padding-right: 30px; }
.post-navigation small { margin-bottom: 10px; color: var(--llx-muted); font-size: .59rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.post-navigation span { font-family: var(--llx-display); font-size: 1.65rem; line-height: 1.05; }

/* Archives / Search / Empty */
.archive-header { padding: clamp(78px, 9vw, 124px) 0 58px; }
.llx-kicker { margin: 0 0 18px; color: var(--llx-accent); font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.archive-title { max-width: 980px; margin: 0; font-family: var(--llx-display); font-size: clamp(4rem, 7vw, 7rem); font-weight: 500; line-height: .94; letter-spacing: -.06em; }
.archive-description { max-width: 650px; margin-top: 25px; color: var(--llx-muted); font-family: var(--llx-reading); font-size: 1.06rem; }
.llx-grid { margin-bottom: 92px; }
.navigation.pagination { margin: 0 0 100px; }
.nav-links { display: flex; gap: 8px; align-items: center; }
.page-numbers { min-width: 36px; height: 36px; display: inline-grid; place-items: center; border: 1px solid var(--llx-line); font-size: .72rem; }
.page-numbers.current { background: var(--llx-ink); color: var(--llx-bg); border-color: var(--llx-ink); }
.search-form { max-width: 620px; margin-top: 30px; display: flex; border-bottom: 1px solid var(--llx-line-strong); }
.search-field { flex: 1; min-width: 0; padding: 12px 0; border: 0; background: transparent; color: var(--llx-ink); font-family: var(--llx-reading); font-size: 1.05rem; outline: 0; }
.search-submit { border: 0; background: transparent; color: var(--llx-accent); cursor: pointer; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.llx-empty { min-height: 55vh; display: flex; flex-direction: column; justify-content: center; padding-top: 70px; padding-bottom: 100px; }
.llx-empty h1 { max-width: 850px; margin: 0; font-family: var(--llx-display); font-size: clamp(3.5rem, 7vw, 7rem); font-weight: 500; line-height: .94; letter-spacing: -.055em; }
.llx-empty p { max-width: 640px; color: var(--llx-muted); font-family: var(--llx-reading); }
.llx-readmore { display: inline-flex; align-self: flex-start; margin-top: 16px; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid currentColor; }

/* Comments */
.comments-area { width: min(calc(100% - 40px), 780px); margin: 0 auto 100px; }
.comments-title, .comment-reply-title { font-family: var(--llx-display); font-size: 2.6rem; font-weight: 500; letter-spacing: -.04em; }
.comment-list { list-style: none; padding: 0; }
.comment-body { padding: 24px 0; border-top: 1px solid var(--llx-line); }
.comment-meta { font-size: .72rem; }
.comment-content { font-family: var(--llx-reading); }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--llx-line); background: var(--llx-paper); color: var(--llx-ink); }
.comment-form input[type="submit"] { padding: 12px 18px; border: 1px solid var(--llx-ink); background: var(--llx-ink); color: var(--llx-bg); cursor: pointer; }

/* Footer */
.site-footer { position: relative; overflow: hidden; border-top: 1px solid var(--llx-line); }
.llx-footer--dark { --footer-bg: #12100f; --footer-fg: #f5f0e8; --footer-muted: #a59c94; --footer-line: #322d29; background: var(--footer-bg); color: var(--footer-fg); border-top-color: var(--footer-line); }
.llx-footer--light { --footer-bg: #fffdf8; --footer-fg: #161210; --footer-muted: #746d66; --footer-line: #ddd5ca; background: var(--footer-bg); color: var(--footer-fg); }
.llx-footer--soft { --footer-bg: var(--llx-paper-2); --footer-fg: var(--llx-ink); --footer-muted: var(--llx-muted); --footer-line: var(--llx-line); background: var(--footer-bg); color: var(--footer-fg); }
.llx-footer-main { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(220px,.7fr); gap: 70px; padding-top: clamp(64px, 7vw, 96px); padding-bottom: clamp(54px, 6vw, 80px); }
.llx-footer-title { margin: 0 0 22px; font-family: var(--llx-display); font-size: clamp(3rem, 5vw, 5rem); font-weight: 500; line-height: .96; letter-spacing: -.055em; }
.llx-footer-copy { max-width: 560px; color: var(--footer-muted, var(--llx-muted)); font-family: var(--llx-reading); font-size: 1.03rem; line-height: 1.7; }
.llx-footer-copy p { margin: 0; }
.llx-footer-copy a { text-decoration: underline; text-underline-offset: 3px; }
.llx-footer-nav { align-self: end; }
.llx-footer-nav-label { display: block; margin-bottom: 16px; color: var(--footer-muted, var(--llx-muted)); font-size: .6rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-menu { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.footer-menu a { font-family: var(--llx-reading); font-size: 1rem; }
.footer-menu a:hover { color: var(--llx-accent); }
.llx-footer-wordmark { width: 100%; margin: 0; padding: 0 .03em .025em; overflow: hidden; font-family: var(--llx-display); font-size: clamp(7rem, 18vw, 17rem); font-weight: 500; line-height: .72; letter-spacing: -.08em; white-space: nowrap; opacity: .07; text-align: center; pointer-events: none; user-select: none; }
.llx-footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; padding-bottom: 28px; border-top: 1px solid var(--footer-line, var(--llx-line)); color: var(--footer-muted, var(--llx-muted)); font-size: .59rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.llx-footer--center .llx-footer-main { grid-template-columns: 1fr; text-align: center; }
.llx-footer--center .llx-footer-copy { margin-inline: auto; }
.llx-footer--center .llx-footer-nav { justify-self: center; }
.llx-footer--center .footer-menu { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; }
.llx-footer--center .llx-footer-bottom { justify-content: center; flex-wrap: wrap; text-align: center; }

@media (max-width: 980px) {
  .llx-wrap { width: min(calc(100% - 44px), var(--llx-width)); }
  .llx-header-inner { grid-template-columns: auto 1fr auto; min-height: 76px; }
  .site-branding { grid-column: 1; text-align: left; }
  .site-navigation { position: absolute; top: 100%; left: 22px; right: 22px; display: none; padding: 14px 20px; background: var(--llx-paper); border: 1px solid var(--llx-line); box-shadow: var(--llx-shadow); }
  .site-navigation.is-open { display: block; }
  .primary-menu { display: grid; gap: 0; }
  .primary-menu a { display: block; padding: 13px 0; border-bottom: 1px solid var(--llx-line); }
  .primary-menu li:last-child a { border-bottom: 0; }
  .primary-menu a::after { display: none; }
  .llx-menu-toggle { display: block; grid-column: 2; grid-row: 1; justify-self: end; }
  .llx-header-tools { grid-column: 3; }
  .llx-featured { grid-template-columns: 1fr 1fr; }
  .llx-featured, .llx-featured-media { min-height: 520px; }
  .llx-editorial-grid > .llx-card, .llx-grid > .llx-card { grid-column: span 6; }
  .llx-editorial-grid > .llx-card:first-child { grid-column: span 12; }
  .llx-editorial-grid > .llx-card:nth-child(4), .llx-editorial-grid > .llx-card:nth-child(5) { grid-column: span 6; }
}

@media (max-width: 700px) {
  .admin-bar .site-header { top: 46px; }
  .llx-wrap { width: min(calc(100% - 28px), var(--llx-width)); }
  .llx-header-inner { min-height: 70px; gap: 8px; }
  .site-title { font-size: 1.85rem; }
  .llx-header-search { display: none; }
  .site-navigation { left: 14px; right: 14px; }
  .llx-hero { padding: 64px 0 70px; }
  .llx-eyebrow { margin-bottom: 25px; }
  .llx-hero h1 { font-size: clamp(3.7rem, 17vw, 5.8rem); line-height: .94; }
  .llx-hero-side { margin-top: 30px; }
  .llx-topic-row { gap: 16px; overflow: hidden; }
  .llx-topic-links { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
  .llx-topic-links::-webkit-scrollbar { display: none; }
  .llx-topic-links a { white-space: nowrap; }
  .llx-featured-section { padding: 54px 0 76px; }
  .llx-featured { grid-template-columns: 1fr; min-height: 0; }
  .llx-featured-media { min-height: 320px; order: 0; }
  .llx-featured-copy { min-height: 470px; padding: 30px 24px 34px; }
  .llx-featured--text .llx-featured-copy { min-height: 500px; }
  .llx-featured h2 { margin-top: 62px; font-size: clamp(3rem, 13vw, 4.35rem); }
  .llx-featured-bottom { margin-top: 40px; }
  .llx-featured-category { display: none; }
  .llx-section-heading { margin-bottom: 34px; padding-bottom: 18px; }
  .llx-section-heading h2 { font-size: 3.15rem; }
  .llx-section-heading .llx-text-link { font-size: .59rem; }
  .llx-editorial-grid, .llx-grid { display: block; }
  .llx-card { margin-bottom: 54px; }
  .llx-card h2, .llx-editorial-grid > .llx-card:first-child h2 { font-size: clamp(2.6rem, 12vw, 3.8rem); }
  .llx-share--compact .llx-share-panel { position: fixed; left: 14px; right: 14px; bottom: 16px; width: auto; max-width: 420px; margin-left: auto; margin-right: auto; }
  .llx-manifesto-inner { min-height: 500px; }
  .llx-manifesto blockquote { font-size: clamp(3.2rem, 14vw, 5rem); }
  .entry-header { width: min(calc(100% - 28px), 1060px); }
  .llx-single { padding-top: 66px; }
  .entry-title { margin-top: 27px; font-size: clamp(3.7rem, 16vw, 5.8rem); }
  .entry-deck { margin-top: 25px; }
  .entry-media { width: calc(100% - 28px); margin-top: 50px; }
  .llx-reading-shell { margin-top: 54px; }
  .entry-content blockquote { padding-left: 20px; font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .llx-share-section { margin-top: 56px; }
  .llx-share-panel { width: 100%; }
  .post-navigation .nav-links { grid-template-columns: 1fr; }
  .post-navigation .nav-next { text-align: left; border-left: 0; border-top: 1px solid var(--llx-line); padding-left: 0; }
  .post-navigation .nav-previous { padding-right: 0; }
  .archive-header { padding-top: 70px; }
  .archive-title { font-size: clamp(3.8rem, 15vw, 5.8rem); }
  .llx-footer-main { grid-template-columns: 1fr; gap: 48px; }
  .llx-footer-title { font-size: 3.5rem; }
  .llx-footer-wordmark { font-size: clamp(6.8rem, 26vw, 9.5rem); }
  .llx-footer-bottom { display: grid; gap: 8px; }
}

@media (max-width: 430px) {
  .llx-hero h1 { font-size: 3.65rem; }
  .llx-featured h2 { font-size: 3.1rem; }
  .llx-section-heading h2 { font-size: 2.8rem; }
  .llx-card h2, .llx-editorial-grid > .llx-card:first-child h2 { font-size: 2.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


/* 3.3 polish */
.llx-card { transition: transform .28s var(--llx-ease), border-color .28s ease; }
.llx-card:hover { transform: translateY(-2px); border-color: var(--llx-accent); }
.llx-card-footer { align-items: center; }
.entry-title, .llx-hero h1, .llx-featured h2, .archive-title { text-wrap: balance; }


/* ========================================================================== 
   LOVELESS ATELIER 4 — isolation layer
   The UI is deliberately scoped so old Loveless CSS and plugin button styles
   cannot turn the share menu into circular buttons.
   ========================================================================== */
body.loveless-atelier .llx-share,
body.loveless-atelier .llx-share * { box-sizing: border-box; }
body.loveless-atelier details.llx-share { margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
body.loveless-atelier details.llx-share > summary.llx-share-toggle {
  all: unset;
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 8px 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--llx-ink) !important;
  cursor: pointer;
  font-family: var(--llx-ui) !important;
  font-size: .66rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}
body.loveless-atelier details.llx-share > summary.llx-share-toggle::marker,
body.loveless-atelier details.llx-share > summary.llx-share-toggle::-webkit-details-marker { display: none !important; content: ""; }
body.loveless-atelier .llx-share-toggle b {
  display: inline-block !important;
  color: var(--llx-accent) !important;
  font: 400 1rem/1 var(--llx-ui) !important;
  transform-origin: 50% 50%;
}
body.loveless-atelier .llx-share[open] > .llx-share-toggle b { transform: rotate(45deg); }
body.loveless-atelier .llx-share-panel {
  overflow: hidden;
  width: min(310px, calc(100vw - 36px)) !important;
  margin-top: 12px !important;
  padding: 0 !important;
  border: 1px solid var(--llx-line) !important;
  border-radius: 0 !important;
  background: var(--llx-paper) !important;
  box-shadow: 0 18px 50px rgba(25,18,16,.12) !important;
}
body.loveless-atelier .llx-share-list { display: block !important; padding: 0 !important; margin: 0 !important; }
body.loveless-atelier .llx-share-item,
body.loveless-atelier a.llx-share-item,
body.loveless-atelier button.llx-share-item {
  all: unset;
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 13px 15px !important;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--llx-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--llx-ink) !important;
  cursor: pointer !important;
  font-family: var(--llx-ui) !important;
  font-size: .79rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
  transform: none !important;
  white-space: nowrap !important;
}
body.loveless-atelier .llx-share-item:last-child { border-bottom: 0 !important; }
body.loveless-atelier .llx-share-item:hover,
body.loveless-atelier .llx-share-item:focus-visible { background: var(--llx-paper-2) !important; color: var(--llx-accent) !important; }
body.loveless-atelier .llx-share-item i {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--llx-accent) !important;
  font: 400 .82rem/1 var(--llx-ui) !important;
  opacity: 1 !important;
  transform: none !important;
}
body.loveless-atelier .llx-copy-feedback { display: block; min-height: 0; padding: 0 15px; color: var(--llx-accent); font: 600 .68rem/1.4 var(--llx-ui); }
body.loveless-atelier .llx-copy-feedback:not(:empty) { padding-top: 10px; padding-bottom: 12px; border-top: 1px solid var(--llx-line); }
body.loveless-atelier .llx-share--compact { margin-left: auto; }
body.loveless-atelier .llx-share--compact .llx-share-panel { position: absolute !important; right: 0 !important; bottom: calc(100% + 10px) !important; z-index: 500 !important; margin: 0 !important; }

/* More restrained premium rhythm */
body.loveless-atelier .llx-hero { padding-top: clamp(72px, 9vw, 128px); padding-bottom: clamp(62px, 8vw, 100px); }
body.loveless-atelier .llx-hero h1 { max-width: 980px; font-size: clamp(3.9rem, 7.7vw, 7.35rem); line-height: .94; letter-spacing: -.058em; }
body.loveless-atelier .llx-hero-side { margin-top: 30px; }
body.loveless-atelier .llx-featured { min-height: 560px; }
body.loveless-atelier .llx-featured-media { min-height: 560px; }
body.loveless-atelier .llx-featured h2 { font-size: clamp(3rem, 5.1vw, 5.35rem); }
body.loveless-atelier .llx-card { transform: none !important; }
body.loveless-atelier .llx-card:hover { border-color: var(--llx-accent); }
body.loveless-atelier .llx-card h2 { line-height: 1.02; }
body.loveless-atelier .llx-manifesto blockquote { max-width: 960px; font-size: clamp(3.2rem, 6.3vw, 6.2rem); }
body.loveless-atelier .llx-footer-wordmark { opacity: .06; }

@media (max-width: 640px) {
  body.loveless-atelier .llx-share-section { margin-top: 48px; }
  body.loveless-atelier .llx-share-panel { width: min(100%, 340px) !important; }
  body.loveless-atelier .llx-share--compact .llx-share-panel {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    width: auto !important;
    max-width: 420px !important;
    margin: 0 auto !important;
  }
  body.loveless-atelier .llx-share-item,
  body.loveless-atelier a.llx-share-item,
  body.loveless-atelier button.llx-share-item { padding: 14px 15px !important; font-size: .82rem !important; }
  body.loveless-atelier .llx-hero h1 { font-size: clamp(3.2rem, 16vw, 4.75rem); }
}
