
/* Living Library Public Integration v23 */
.ll-library-hero { background: linear-gradient(180deg, rgba(255,249,239,.7), rgba(242,228,208,.2)); }
.ll-index-section { padding-top: 1.5rem; }
.ll-index-intro { display:grid; grid-template-columns: minmax(0,1fr) 360px; gap:1.25rem; align-items:stretch; margin-bottom:1.25rem; }
.ll-reading-rule { border:1px solid var(--line); border-radius:22px; padding:1rem 1.1rem; background:rgba(255,249,239,.76); box-shadow:0 10px 34px rgba(64,43,29,.08); }
.ll-reading-rule strong { display:block; font-family:"Cormorant Garamond", Georgia, serif; font-size:1.45rem; }
.ll-reading-rule span { color:var(--muted); }
.ll-filter-bar { display:grid; grid-template-columns: minmax(240px,1fr) 220px 220px; gap:.75rem; margin:1.2rem 0 1.35rem; }
.ll-filter-bar label { display:grid; gap:.25rem; font-weight:800; color:var(--umber); font-size:.92rem; }
.ll-filter-bar input, .ll-filter-bar select { border:1px solid var(--line); background:var(--cream); border-radius:999px; padding:.78rem 1rem; color:var(--ink); font:inherit; }
.ll-index-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:1rem; }
.ll-index-card a { display:block; height:100%; color:var(--ink); text-decoration:none; border:1px solid var(--line); border-radius:26px; padding:1.1rem; background:linear-gradient(180deg, rgba(255,249,239,.9), rgba(248,239,224,.78)); box-shadow:0 14px 42px rgba(64,43,29,.1); }
.ll-index-card a:hover { transform:translateY(-2px); box-shadow:0 18px 54px rgba(64,43,29,.14); }
.ll-card-top, .ll-meta-chips, .ll-theme-chips { display:flex; gap:.45rem; flex-wrap:wrap; align-items:center; }
.ll-card-top { justify-content:space-between; margin-bottom:.75rem; }
.ll-type-badge, .ll-chip, .ll-read-time { display:inline-flex; align-items:center; gap:.38rem; border:1px solid var(--line); background:rgba(255,249,239,.78); border-radius:999px; padding:.3rem .65rem; color:var(--umber); font-size:.86rem; font-weight:800; line-height:1; }
.ll-type-badge.small { font-size:.8rem; }
.ll-chip.theme { background:rgba(228,236,217,.72); }
.ll-card-icon, .ll-hero-type-icon, .ll-related-icon { width:22px; height:22px; border-radius:50%; object-fit:contain; display:block; }
.ll-index-card h2 { margin-bottom:.45rem; }
.ll-index-card p { color:var(--muted); }
.ll-empty { border:1px dashed var(--line); border-radius:20px; padding:1rem; text-align:center; background:rgba(255,249,239,.62); }
.ll-entry-section { padding-top:1.5rem; }
.ll-entry-container { max-width:1180px; }
.ll-entry-hero { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(300px,.65fr); gap:1.25rem; align-items:stretch; border:1px solid var(--line); border-radius:32px; padding:clamp(1.25rem,3vw,2.25rem); background:linear-gradient(135deg, rgba(255,249,239,.94), rgba(242,228,208,.72)); box-shadow:var(--shadow); overflow:hidden; }
.ll-breadcrumb { font-size:.9rem; color:var(--muted); margin-bottom:.65rem; }
.ll-entry-hero h1 { font-size:clamp(3rem,6vw,5.2rem); }
.ll-entry-subtitle { font-size:clamp(1.2rem,2vw,1.55rem); color:var(--umber); max-width:720px; }
.ll-hero-media { min-height:300px; border-radius:28px; border:1px solid var(--line); background:radial-gradient(circle at 48% 25%, rgba(255,249,239,.9), transparent 7rem), linear-gradient(180deg, rgba(228,236,217,.8), rgba(234,215,189,.7)); position:relative; overflow:hidden; display:grid; place-items:center; }
.ll-hero-media img { max-width:100%; max-height:100%; object-fit:contain; display:block; }
.ll-hero-illustration .ll-hero-type-icon { width:94px; height:94px; position:relative; z-index:3; box-shadow:0 16px 42px rgba(64,43,29,.15); border-radius:50%; }
.ll-sun { position:absolute; width:74px; height:74px; border-radius:50%; background:rgba(255,249,239,.86); top:18%; left:18%; box-shadow:0 0 42px rgba(255,249,239,.9); }
.ll-path { position:absolute; left:0; right:0; bottom:-20px; height:150px; background:linear-gradient(140deg, transparent 15%, rgba(168,95,63,.22) 16% 42%, transparent 44%), linear-gradient(180deg, rgba(113,129,95,.45), rgba(75,55,40,.12)); clip-path: polygon(0 42%, 100% 18%, 100% 100%, 0 100%); }
.ll-entry-layout { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:1.25rem; align-items:start; margin-top:1.25rem; }
.ll-entry-main { display:grid; gap:1.15rem; }
.ll-entry-sidebar { display:grid; gap:1rem; position:sticky; top:94px; }
.ll-block, .ll-sidebar-card { border-radius:24px; }
.ll-block h2, .ll-sidebar-card h2 { position:relative; display:flex; align-items:center; gap:.5rem; }
.ll-body-section { padding:.4rem 0; }
.ll-body-section h2::after, .ll-practice-steps h2::after, .ll-reflection h2::after { content:""; display:block; width:92px; height:2px; border-radius:999px; background:rgba(168,95,63,.45); position:absolute; bottom:-.35rem; left:0; }
.ll-rich-text { font-size:1.08rem; color:var(--ink); }
.ll-section-intro { color:var(--umber); font-weight:700; }
.ll-callout { display:grid; grid-template-columns:72px minmax(0,1fr); gap:1rem; padding:1.15rem; border:1px solid rgba(113,129,95,.25); border-left:7px solid var(--sage); background:linear-gradient(180deg, rgba(228,236,217,.8), rgba(255,249,239,.86)); box-shadow:0 12px 36px rgba(64,43,29,.08); }
.ll-callout-icon, .ll-block-badge-img { width:48px; height:48px; border-radius:50%; object-fit:contain; }
.ll-quote { display:grid; grid-template-columns:54px minmax(0,1fr); gap:.7rem; padding:1.2rem; border:1px solid rgba(168,95,63,.24); background:rgba(255,249,239,.82); box-shadow:0 12px 36px rgba(64,43,29,.08); }
.ll-quote-mark { font-family:"Cormorant Garamond", Georgia, serif; font-size:5rem; line-height:.8; color:var(--clay); opacity:.72; }
.ll-quote blockquote { margin:0; font-family:"Cormorant Garamond", Georgia, serif; font-size:clamp(1.55rem,2.3vw,2.15rem); line-height:1.12; }
.ll-quote figcaption { grid-column:2; color:var(--muted); font-weight:800; }
.ll-source-small { grid-column:2; font-size:.92rem; color:var(--muted); margin:0; }
.ll-practice-steps { padding-top:.35rem; }
.ll-step-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.9rem; margin-top:1rem; }
.ll-step-card { border:1px solid var(--line); border-radius:22px; background:rgba(255,249,239,.82); padding:1rem; box-shadow:0 10px 30px rgba(64,43,29,.07); }
.ll-marker { width:38px; height:38px; min-width:38px; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; overflow:hidden; background:var(--sage-soft); color:var(--umber); font-weight:900; margin-bottom:.65rem; }
.ll-marker-img { width:26px; height:26px; max-width:26px; max-height:26px; object-fit:contain; display:block; border-radius:50%; }
.ll-marker-check { background:var(--sage); color:#fff; }
.ll-step-card h3 { font-size:1.25rem; margin-bottom:.3rem; }
.ll-step-card p { color:var(--muted); margin-bottom:0; }
.ll-reflection { border-top:1px solid var(--line); padding-top:1rem; }
.ll-question-list { display:grid; gap:.6rem; }
.ll-question-list p { display:flex; gap:.65rem; align-items:flex-start; margin:0; background:rgba(255,249,239,.66); border:1px solid var(--line); border-radius:18px; padding:.8rem .9rem; }
.ll-question-list span { display:inline-flex; width:26px; height:26px; border-radius:50%; background:rgba(201,140,122,.28); align-items:center; justify-content:center; font-weight:900; color:var(--clay); }
.ll-sidebar-card { border:1px solid var(--line); background:linear-gradient(180deg, rgba(255,249,239,.9), rgba(248,239,224,.78)); padding:1rem; box-shadow:0 12px 34px rgba(64,43,29,.08); }
.ll-sidebar-card h2 { font-size:1.5rem; }
.ll-related-row { display:flex; gap:.65rem; align-items:center; color:var(--ink); text-decoration:none; padding:.65rem 0; border-top:1px solid var(--line); }
.ll-related-row small { display:block; color:var(--muted); }
.ll-source-notes ul { padding-left:1.1rem; margin:.5rem 0 0; }
.ll-source-notes li { margin-bottom:.75rem; }
.ll-private-reflection { padding:1.1rem; border:1px solid rgba(113,129,95,.25); background:rgba(228,236,217,.55); box-shadow:0 10px 30px rgba(64,43,29,.07); }
.ll-options { display:grid; gap:.55rem; }
.ll-options label { display:block; border:1px solid var(--line); background:rgba(255,249,239,.76); border-radius:999px; padding:.55rem .8rem; }
.ll-private-note { color:var(--muted); font-size:.9rem; margin:.8rem 0 0; }
.ll-entry-footer-nav { margin:1.4rem 0 0; display:flex; justify-content:space-between; gap:.7rem; flex-wrap:wrap; border-top:1px solid var(--line); padding-top:1rem; }
@media (max-width: 900px) { .ll-index-intro, .ll-entry-hero, .ll-entry-layout { grid-template-columns:1fr; } .ll-entry-sidebar{position:static;} .ll-filter-bar{grid-template-columns:1fr;} .ll-index-grid,.ll-step-grid{grid-template-columns:1fr;} .ll-hero-media{min-height:220px;} }
@media print { body{background:#fff!important;} body::before,.site-header,.site-footer,.ll-filter-bar,.ll-entry-footer-nav{display:none!important;} *{ -webkit-print-color-adjust: exact; print-color-adjust: exact; } .container{width:100%!important;max-width:100%!important;} .section{padding:0!important;} .ll-entry-hero{break-inside:avoid; box-shadow:none; padding:18px!important; margin-bottom:18px; grid-template-columns:1.1fr .65fr;} .ll-hero-media{min-height:180px;} .ll-entry-layout{display:block;} .ll-entry-sidebar{display:block; position:static;} .ll-block,.ll-sidebar-card,.ll-step-card,.ll-question-list p{break-inside:avoid; page-break-inside:avoid; box-shadow:none;} .ll-step-grid{grid-template-columns:repeat(2,1fr);} a{text-decoration:none;} }


/* v24 database/admin visual polish */
.ll-meta-chips, .ll-theme-chips, .ll-chip-row { display:flex; flex-wrap:wrap; align-items:center; gap:10px 14px; }
.ll-meta-chips + .ll-theme-chips, .ll-chip-row + .ll-chip-row { margin-top:12px; }
.ll-data-status { margin:.75rem 0; padding:.75rem 1rem; border:1px solid var(--line); border-radius:18px; background:rgba(255,249,239,.74); color:var(--muted); }
.ll-loading-card { border:1px solid var(--line); border-radius:24px; background:rgba(255,249,239,.82); padding:1.25rem; box-shadow:0 10px 30px rgba(64,43,29,.07); }
.ll-options { display:grid; gap:.7rem; }
.ll-options label { min-height:70px; padding:16px 22px; display:flex; align-items:center; justify-content:space-between; gap:18px; border:1px solid var(--line); background:rgba(255,249,239,.76); border-radius:999px; }
.ll-options .ll-option-label { flex:1; text-align:left; line-height:1.35; }
.ll-options input[type="radio"], .ll-options input[type="checkbox"] { flex:0 0 auto; margin:0; width:18px; height:18px; }
.ll-block-title-with-icon { display:flex; align-items:center; gap:.55rem; }
.ll-admin-shell { max-width:1120px; }
.ll-admin-grid { display:grid; grid-template-columns:320px minmax(0,1fr); gap:1rem; align-items:start; }
.ll-admin-card { border:1px solid var(--line); border-radius:26px; background:linear-gradient(180deg, rgba(255,249,239,.9), rgba(248,239,224,.78)); box-shadow:0 12px 34px rgba(64,43,29,.08); padding:1.15rem; }
.ll-admin-actions { display:flex; flex-wrap:wrap; gap:.65rem; align-items:center; margin:.9rem 0; }
.ll-admin-file { display:grid; gap:.45rem; margin:1rem 0; font-weight:800; color:var(--umber); }
.ll-admin-file input { border:1px solid var(--line); border-radius:18px; background:var(--cream); padding:.8rem; }
.ll-import-preview { border:1px dashed var(--line); border-radius:18px; background:rgba(255,249,239,.68); padding:.9rem; margin:.85rem 0; }
.ll-admin-output { white-space:pre-wrap; overflow:auto; max-height:360px; border:1px solid var(--line); border-radius:18px; background:#fffaf2; padding:.85rem; }
.ll-admin-status-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:.8rem; margin-top:.8rem; }
.ll-admin-stat { border:1px solid var(--line); border-radius:18px; background:rgba(255,249,239,.72); padding:.8rem; }
.ll-admin-stat strong { display:block; font-family:"Cormorant Garamond", Georgia, serif; font-size:1.5rem; color:var(--umber); }
.ll-inline-list { display:flex; flex-wrap:wrap; gap:.4rem; padding:0; margin:.55rem 0 0; list-style:none; }
.ll-inline-list li { border:1px solid var(--line); border-radius:999px; padding:.24rem .55rem; background:rgba(255,249,239,.78); font-size:.9rem; }
@media (max-width: 900px) { .ll-admin-grid { grid-template-columns:1fr; } .ll-options label { border-radius:24px; } }
@media print { .ll-data-status, .ll-admin-shell { display:none!important; } .ll-options label { min-height:auto; border-radius:22px; break-inside:avoid; page-break-inside:avoid; } }


/* v24h entry-layout duplicate-sidebar guard */
body > .ll-entry-sidebar,
body > .ll-entry-footer-nav,
body > .ll-sidebar-card {
  display: none !important;
}
.ll-entry-section .ll-entry-sidebar,
.ll-entry-section .ll-entry-footer-nav,
.ll-entry-layout .ll-entry-sidebar,
.ll-entry-layout .ll-sidebar-card {
  display: grid;
}
.ll-entry-layout .ll-sidebar-card {
  display: block;
}

.ll-image-text-split{display:grid;grid-template-columns:minmax(180px,.9fr) 1.1fr;gap:24px;align-items:center;padding:24px;border:1px solid var(--line);border-radius:28px;background:rgba(255,251,243,.82);}
.ll-image-text-split.image-right figure{order:2;}
.ll-image-text-split figure{margin:0;}
.ll-image-text-split img,.ll-image-block img{width:100%;height:auto;border-radius:22px;border:1px solid var(--line);display:block;}
.ll-image-text-split figcaption,.ll-image-block figcaption{font-size:.92rem;color:var(--muted);margin-top:8px;text-align:center;}
@media(max-width:900px){.ll-image-text-split{grid-template-columns:1fr}.ll-image-text-split.image-right figure{order:0}}


/* ============================================================
   Living Library public page redesign — v26 visual mockup match
   ============================================================ */

.ll-home-hero {
  border-bottom: 1px solid rgba(75,55,40,.10);
  background:
    radial-gradient(circle at 72% 18%, rgba(234,215,189,.34), transparent 26rem),
    linear-gradient(180deg, rgba(255,249,239,.95), rgba(248,239,224,.70));
  overflow: hidden;
}

.ll-home-hero-inner {
  display: grid;
  grid-template-columns: minmax(0,.78fr) minmax(420px,1fr);
  gap: clamp(1.25rem, 4vw, 4rem);
  align-items: center;
  min-height: 430px;
  padding-top: clamp(2rem, 5vw, 4.5rem);
  padding-bottom: clamp(2rem, 5vw, 4.5rem);
}

.ll-home-hero-copy {
  max-width: 520px;
}

.ll-home-hero-copy h1 {
  font-size: clamp(4rem, 8.2vw, 6.6rem);
  line-height: .88;
  letter-spacing: -.045em;
  margin: .35rem 0 .65rem;
}

.ll-home-subtitle {
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.24;
  color: #3f3328;
  font-weight: 750;
  margin-bottom: 1.2rem;
}

.ll-home-hero-copy > p:not(.eyebrow):not(.ll-home-subtitle) {
  font-size: 1.08rem;
  line-height: 1.6;
  max-width: 430px;
}

.ll-home-hero-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
}

.ll-home-hero-art img {
  width: min(100%, 690px);
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

.ll-ornament {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  margin: .25rem 0 1.15rem;
}

.ll-ornament span {
  width: 70px;
  height: 1px;
  background: rgba(168,95,63,.42);
}

.ll-ornament img {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  object-fit: cover;
  mix-blend-mode: multiply;
}

/* Featured starts */

.ll-featured-starts {
  padding: 1.45rem 0 1rem;
  border-bottom: 1px solid rgba(75,55,40,.08);
  background: rgba(255,249,239,.58);
}

.ll-section-row,
.ll-index-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: .8rem;
}

.ll-section-heading {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
}

.ll-section-heading img {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.ll-section-heading h2,
.ll-index-heading h2,
.ll-respect-card h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 2.45rem);
}

.ll-small-link {
  color: #8a573f;
  font-weight: 900;
  text-decoration: none;
}

.ll-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border: 1px solid rgba(75,55,40,.12);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,249,239,.82);
  box-shadow: 0 12px 34px rgba(64,43,29,.08);
}

.ll-featured-card {
  display: grid;
  grid-template-columns: 82px minmax(0,1fr);
  gap: .85rem;
  align-items: center;
  min-height: 155px;
  padding: 1rem .95rem;
  color: var(--ink);
  text-decoration: none;
  border-right: 1px solid rgba(75,55,40,.10);
  background: linear-gradient(180deg, rgba(255,249,239,.86), rgba(248,239,224,.62));
}

.ll-featured-card:last-child {
  border-right: 0;
}

.ll-featured-card:hover {
  background: linear-gradient(180deg, rgba(255,249,239,.98), rgba(242,228,208,.74));
}

.ll-featured-card img {
  width: 78px;
  height: 78px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(64,43,29,.08);
  mix-blend-mode: multiply;
}

.ll-featured-card h3 {
  margin: 0 0 .35rem;
  font-size: 1.18rem;
}

.ll-featured-card p {
  margin: 0 0 .55rem;
  color: #5d5045;
  font-size: .92rem;
  line-height: 1.38;
}

.ll-featured-card span {
  color: #7d4d38;
  font-size: .9rem;
  font-weight: 900;
}

/* Catalog tools */

.ll-library-catalog {
  padding-top: 1.1rem;
  background:
    radial-gradient(circle at 18% 12%, rgba(234,215,189,.18), transparent 24rem),
    rgba(255,249,239,.36);
}

.ll-catalog-tools {
  border: 1px solid rgba(75,55,40,.12);
  border-radius: 20px;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255,249,239,.88), rgba(248,239,224,.72)),
    url("../img/card-paper-texture.png");
  background-size: cover;
  box-shadow: 0 14px 40px rgba(64,43,29,.08);
  margin-bottom: 1.2rem;
}

.ll-search-line {
  display: grid;
  grid-template-columns: minmax(280px,.72fr) minmax(240px,1fr);
  align-items: center;
  gap: 1.4rem;
  margin-bottom: .85rem;
}

.ll-search-line p {
  margin: 0;
  color: #5d5045;
  font-size: .93rem;
}

.ll-search-control {
  display: flex;
  align-items: center;
  gap: .7rem;
  border: 1px solid rgba(75,55,40,.14);
  border-radius: 16px;
  background: rgba(255,249,239,.86);
  padding: .68rem .85rem;
}

.ll-search-control img,
.ll-filter-row label img,
.ll-clear-filters img,
.ll-index-controls img {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  object-fit: cover;
  mix-blend-mode: multiply;
  flex: 0 0 auto;
}

.ll-search-control input {
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  color: var(--ink);
  font: inherit;
}

.ll-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  align-items: center;
}

.ll-filter-row label,
.ll-index-controls label {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid rgba(75,55,40,.14);
  border-radius: 10px;
  background: rgba(255,249,239,.72);
  padding: .52rem .58rem;
  color: #4e4035;
  font-weight: 850;
  font-size: .9rem;
}

.ll-filter-row select,
.ll-index-controls select {
  border: 0;
  background: transparent;
  color: #4e4035;
  font: inherit;
  font-weight: 850;
  outline: none;
}

.ll-clear-filters {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border: 0;
  background: transparent;
  color: #7d6c5c;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  padding: .5rem .25rem;
}

.ll-index-heading {
  margin: 1.15rem 0 .7rem;
}

.ll-index-heading p {
  margin: .2rem 0 0;
  color: #5d5045;
}

.ll-index-controls {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  justify-content: flex-end;
}

/* Index table */

.ll-index-table {
  display: grid;
  border: 1px solid rgba(75,55,40,.12);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,249,239,.80);
  box-shadow: 0 14px 36px rgba(64,43,29,.08);
}

.ll-index-row {
  display: grid;
  grid-template-columns: 50px minmax(260px,1.4fr) .58fr .9fr .52fr .38fr 72px;
  gap: 1rem;
  align-items: center;
  padding: .86rem 1rem;
  border-bottom: 1px solid rgba(75,55,40,.10);
  color: var(--ink);
  text-decoration: none;
}

.ll-index-row:last-child {
  border-bottom: 0;
}

.ll-index-row:hover {
  background: rgba(242,228,208,.46);
}

.ll-row-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 5px 12px rgba(64,43,29,.07);
  mix-blend-mode: multiply;
}

.ll-row-title strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.22rem;
  line-height: 1.08;
}

.ll-row-title small {
  display: block;
  color: #5d5045;
  font-size: .88rem;
  line-height: 1.35;
  margin-top: .18rem;
}

.ll-row-meta {
  color: #4d4036;
  font-size: .9rem;
  line-height: 1.3;
}

.ll-row-read {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: .3rem;
  font-weight: 900;
  color: #7d4d38;
}

.ll-row-read img {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.ll-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  margin-top: 1rem;
}

.ll-pagination button {
  border: 1px solid rgba(75,55,40,.14);
  background: rgba(255,249,239,.78);
  border-radius: 999px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.ll-pagination img {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  object-fit: cover;
  mix-blend-mode: multiply;
}

/* Respect band */

.ll-respect-band {
  padding: 1.3rem 0 1.9rem;
}

.ll-respect-card {
  display: grid;
  grid-template-columns: 120px minmax(0,1fr) 110px;
  gap: 1rem;
  align-items: center;
  border-radius: 18px;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(75,55,40,.10);
  background:
    linear-gradient(90deg, rgba(228,236,217,.66), rgba(255,249,239,.82), rgba(234,215,189,.40)),
    url("../img/card-paper-texture.png");
  background-size: cover;
  box-shadow: 0 12px 34px rgba(64,43,29,.08);
}

.ll-respect-card p {
  margin: .35rem 0 0;
  color: #4f4439;
  line-height: 1.5;
}

.ll-respect-leaf,
.ll-respect-circle {
  width: 100%;
  max-height: 110px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

/* Hide legacy grid card style on redesigned index rows */
.ll-index-card {
  display: contents;
}

@media (max-width: 1050px) {
  .ll-home-hero-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .ll-home-hero-art {
    min-height: auto;
  }

  .ll-featured-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .ll-featured-card:nth-child(2) {
    border-right: 0;
  }

  .ll-featured-card:nth-child(-n+2) {
    border-bottom: 1px solid rgba(75,55,40,.10);
  }

  .ll-index-row {
    grid-template-columns: 46px minmax(220px,1fr) .55fr .75fr 70px;
  }

  .ll-index-row .ll-row-meta:nth-of-type(4),
  .ll-index-row .ll-row-meta:nth-of-type(5) {
    display: none;
  }
}

@media (max-width: 740px) {
  .ll-section-row,
  .ll-index-heading,
  .ll-search-line,
  .ll-respect-card {
    grid-template-columns: 1fr;
    display: grid;
  }

  .ll-featured-grid {
    grid-template-columns: 1fr;
  }

  .ll-featured-card,
  .ll-featured-card:nth-child(n) {
    border-right: 0;
    border-bottom: 1px solid rgba(75,55,40,.10);
  }

  .ll-featured-card:last-child {
    border-bottom: 0;
  }

  .ll-index-row {
    grid-template-columns: 46px minmax(0,1fr);
    gap: .7rem;
    align-items: start;
  }

  .ll-index-row .ll-row-meta,
  .ll-index-row .ll-row-read {
    grid-column: 2;
  }

  .ll-row-read {
    justify-content: flex-start;
  }

  .ll-index-controls {
    justify-content: flex-start;
  }

  .ll-respect-leaf,
  .ll-respect-circle {
    max-width: 150px;
  }
}
