:root {
  --ink: #173328;
  --ink-2: #27493d;
  --muted: #687a72;
  --green: #2f7d5b;
  --green-dark: #1b573f;
  --green-deep: #123d2d;
  --green-soft: #e6f1e9;
  --sage: #cfe2d4;
  --accent: #f0a35f;
  --accent-dark: #ca7135;
  --cream: #f7f2e9;
  --sand: #eee5d7;
  --white: #ffffff;
  --border: #dce6df;
  --danger: #b84545;
  --warning: #a86712;
  --demo: #a43d57;
  --demo-soft: #fff0f3;
  --shadow-sm: 0 8px 24px rgba(23, 51, 40, .07);
  --shadow: 0 22px 55px rgba(23, 51, 40, .12);
  --shadow-lg: 0 34px 90px rgba(13, 48, 35, .22);
  --radius: 22px;
  --radius-sm: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 4%, rgba(240, 163, 95, .08), transparent 24rem),
    radial-gradient(circle at 90% 20%, rgba(47, 125, 91, .08), transparent 28rem),
    var(--cream);
  line-height: 1.62;
}
a { color: var(--green-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
button:disabled { cursor: not-allowed; opacity: .58; }
code { background: #edf2ee; border: 1px solid var(--border); border-radius: 7px; padding: 2px 7px; color: var(--ink); }
.container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(220, 230, 223, .9);
  backdrop-filter: blur(18px);
  box-shadow: 0 5px 25px rgba(23, 51, 40, .04);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-size: 1.24rem; font-weight: 760; letter-spacing: -.02em; }
.brand:hover { text-decoration: none; }
.brand-words { display: grid; line-height: 1.05; }
.brand-words > span { white-space: nowrap; }
.brand-words strong { color: var(--green-dark); }
.brand-words small { margin-top: 4px; color: var(--muted); font-size: .68rem; font-weight: 650; letter-spacing: .01em; }
.footer-brand .brand-words strong { color: #fff; }
.footer-brand .brand-words small { color: #bed3c8; }
.brand-mark { width: 44px; height: 44px; border-radius: 15px; display: grid; place-items: center; background: linear-gradient(145deg, var(--green), var(--green-deep)); color: var(--white); font-size: 1.55rem; line-height: 1; box-shadow: 0 9px 22px rgba(47, 125, 91, .24); }
.main-nav { display: flex; align-items: center; gap: 21px; }
.main-nav a { color: var(--ink); font-weight: 680; font-size: .96rem; }
.nav-toggle { display: none; border: 1px solid var(--border); border-radius: 11px; padding: 9px 13px; background: var(--white); color: var(--ink); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; border: 0; border-radius: 14px; padding: 12px 20px;
  background: linear-gradient(145deg, var(--green), var(--green-dark)); color: var(--white) !important;
  font-weight: 780; cursor: pointer; text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(47, 125, 91, .2); transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.button:hover { transform: translateY(-1px); filter: brightness(.97); box-shadow: 0 14px 30px rgba(47, 125, 91, .24); }
.button-outline { background: transparent; border: 1px solid var(--green); color: var(--green-dark) !important; box-shadow: none; }
.button-soft { background: var(--green-soft); color: var(--green-dark) !important; box-shadow: none; }
.button-ghost { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.38); color: white !important; box-shadow: none; }
.button-accent { background: linear-gradient(145deg, #f3b16f, var(--accent)); color: #3c2514 !important; box-shadow: 0 12px 28px rgba(240, 163, 95, .23); }
.button-danger { background: linear-gradient(145deg, #c75757, var(--danger)); }
.button-small { min-height: 38px; padding: 8px 14px; border-radius: 11px; font-size: .9rem; }
.button-block { width: 100%; }
.notification-link span { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: var(--danger); color: white; font-size: .72rem; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.75rem, 7vw, 5.7rem); margin: 17px 0 22px; max-width: 850px; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); margin: 0 0 16px; }
h3 { font-size: 1.23rem; }
p { margin: 0 0 1rem; }
.lead { font-size: clamp(1.06rem, 1.6vw, 1.22rem); color: var(--muted); max-width: 690px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-weight: 780; font-size: .82rem; letter-spacing: .02em; }
.eyebrow-light { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.16); }
.hero { padding: 80px 0 66px; overflow: hidden; }
.hero-new { position: relative; color: white; background: linear-gradient(132deg, #103b2b 0%, #1d5a43 57%, #2e7456 100%); }
.hero-new::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 14% 22%, rgba(255,255,255,.08) 0 2px, transparent 2px), radial-gradient(circle at 82% 18%, rgba(240,163,95,.2), transparent 28%); background-size: 32px 32px, auto; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 68px; align-items: center; }
.hero-copy h1 { color: #fff; max-width: 720px; }
.hero-copy .lead { color: #dce9e2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.hero-trust-row { display: flex; flex-wrap: wrap; gap: 10px 20px; color: #dce9e2; font-size: .88rem; margin-top: 22px; }
.hero-stats { margin-top: 30px; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.stat { background: rgba(255,255,255,.76); border: 1px solid var(--border); border-radius: 16px; padding: 15px; }
.stat strong { display: block; font-size: 1.42rem; }
.stat span { color: var(--muted); font-size: .84rem; }
.hero-stats .stat { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.15); }
.hero-stats .stat strong { color: #fff; }
.hero-stats .stat span { color: #c9dbd2; }
.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.visual-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); }
.orbit-one { width: 490px; height: 490px; }
.orbit-two { width: 390px; height: 390px; }
.hero-listing-card { position: relative; z-index: 3; width: min(390px, 88%); background: #fff; color: var(--ink); border-radius: 30px; padding: 15px; box-shadow: var(--shadow-lg); transform: rotate(2deg); }
.hero-listing-image { min-height: 300px; position: relative; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(145deg, #e4efe7, #f6e4cf); overflow: hidden; }
.hero-object { font-size: 8rem; filter: drop-shadow(0 18px 18px rgba(23,51,40,.18)); }
.floating-tag { position: absolute; left: 18px; bottom: 18px; padding: 8px 11px; border-radius: 999px; color: #fff; background: var(--green-deep); font-size: .76rem; font-weight: 760; }
.hero-listing-content { padding: 17px 6px 7px; }
.hero-listing-top { display: flex; justify-content: space-between; align-items: center; }
.hero-listing-content h3 { font-size: 1.55rem; margin: 14px 0 7px; }
.hero-listing-content p { color: var(--muted); }
.hero-heart { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 1.3rem; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; min-width: 210px; padding: 13px 15px; border-radius: 17px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: var(--shadow); }
.floating-card strong, .floating-card small { display: block; }
.floating-card small { color: var(--muted); }
.floating-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; background: var(--green-soft); }
.floating-card-one { left: 0; top: 105px; transform: rotate(-4deg); }
.floating-card-two { right: -22px; bottom: 78px; transform: rotate(3deg); }
.section { padding: 76px 0; }
.section-featured { background: #fff; }
.section-white { background: #fff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 31px; }
.section-heading.compact { align-items: center; }
.section-heading p { color: var(--muted); max-width: 690px; margin: 0; }
.centered-heading { justify-content: center; text-align: center; }
.centered-heading > div { max-width: 760px; }
.text-link { font-weight: 780; white-space: nowrap; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(3px); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.item-card { position: relative; background: var(--white); border: 1px solid var(--border); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.item-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.item-card-media { display: block; position: relative; overflow: hidden; }
.item-card-image { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; background: var(--green-soft); transition: transform .35s ease; }
.item-card:hover .item-card-image { transform: scale(1.025); }
.item-card-placeholder { aspect-ratio: 4 / 3; display: grid; place-items: center; background: var(--green-soft); font-size: 4rem; }
.item-card-body { padding: 19px 20px 21px; }
.item-card h3 { margin: 13px 0 9px; font-size: 1.28rem; }
.card-badge-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.category-label { color: var(--muted); font-size: .8rem; font-weight: 700; }
.card-meta { padding-top: 12px; border-top: 1px solid #eef2ef; }
.meta { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--muted); font-size: .88rem; }
.badge { display: inline-flex; align-items: center; padding: 6px 10px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: .76rem; font-weight: 800; letter-spacing: .015em; }
.badge-warning { background: #fff1d7; color: var(--warning); }
.badge-danger { background: #fde8e8; color: var(--danger); }
.badge-demo { background: var(--demo-soft); color: var(--demo); border: 1px solid #f3c8d2; }
.badge-demo-large { font-size: .88rem; padding: 9px 14px; }
.item-card-demo { border-color: #efc6d0; }
.demo-ribbon { position: absolute; z-index: 4; left: 14px; top: 14px; padding: 8px 11px; border-radius: 10px; background: rgba(123,36,58,.93); color: white; font-size: .7rem; font-weight: 850; letter-spacing: .06em; box-shadow: 0 8px 20px rgba(123,36,58,.2); }
.demo-card-copy { color: var(--demo); font-size: .86rem; font-weight: 690; }
.process-section { background: linear-gradient(180deg, var(--cream), #efe8dc); }
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: steps; }
.step { counter-increment: steps; position: relative; background: rgba(255,255,255,.82); border: 1px solid var(--border); border-radius: 22px; padding: 25px; box-shadow: var(--shadow-sm); }
.step::before { content: "0" counter(steps); position: absolute; right: 19px; top: 17px; color: #b8c9bf; font-weight: 850; font-size: .82rem; }
.step-icon { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(145deg, var(--green-soft), #d9e9dd); color: var(--green-dark); font-size: 1.3rem; }
.step h3 { margin: 20px 0 8px; }
.step p { color: var(--muted); margin-bottom: 0; }
.safety-strip { background: var(--ink); color: white; border-radius: 29px; padding: 38px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.safety-strip-new { grid-template-columns: auto 1fr auto; background: linear-gradient(135deg, #173328, #265c46); box-shadow: var(--shadow); }
.safety-strip p { color: #d6e4df; margin-bottom: 0; }
.safety-graphic { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 24px; background: rgba(255,255,255,.1); font-size: 2.2rem; }
.page-header { padding: 60px 0 34px; }
.page-header h1 { font-size: clamp(2.55rem, 5vw, 4.35rem); margin-bottom: 11px; }
.page-header p { color: var(--muted); max-width: 760px; }
.admin-header, .account-header, .manage-header { padding-bottom: 40px; }
.browse-section { padding-top: 14px; }
.form-card, .panel { background: rgba(255,255,255,.96); border: 1px solid var(--border); border-radius: var(--radius); padding: 27px; box-shadow: var(--shadow-sm); }
.form-card { max-width: 800px; margin: 0 auto 76px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: grid; gap: 8px; margin-bottom: 18px; }
.form-group.full { grid-column: 1 / -1; }
label { font-weight: 780; }
input, textarea, select { width: 100%; border: 1px solid #cad8d0; border-radius: 13px; padding: 12px 14px; background: #fff; color: var(--ink); transition: border-color .15s ease, box-shadow .15s ease; }
textarea { min-height: 132px; resize: vertical; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(47,125,91,.12); }
.help { color: var(--muted); font-size: .86rem; }
.error-list { background: #fff0f0; border: 1px solid #efbbbb; color: #842b2b; padding: 15px 18px; border-radius: 13px; margin-bottom: 20px; }
.flash-stack { padding-top: 18px; }
.flash { padding: 14px 16px; border-radius: 13px; margin-bottom: 10px; border: 1px solid var(--border); background: white; box-shadow: var(--shadow-sm); }
.flash-success { background: #eaf8ef; border-color: #b6dfc5; }
.flash-warning { background: #fff6df; border-color: #efd38e; }
.flash-error { background: #fff0f0; border-color: #efb4b4; }
.filters { display: grid; grid-template-columns: 2fr 1fr auto; gap: 12px; margin-bottom: 22px; }
.browse-filters { padding: 15px; border-radius: 18px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.search-input-wrap { position: relative; }
.search-input-wrap span { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 1.25rem; }
.search-input-wrap input { padding-left: 42px; }
.results-heading { display: flex; align-items: center; justify-content: space-between; margin: 12px 0 24px; color: var(--muted); }
.item-title-row { display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.item-layout { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr); gap: 29px; align-items: start; padding-bottom: 76px; }
.item-image-frame { position: relative; }
.item-main-image { width: 100%; max-height: 650px; object-fit: cover; border-radius: 25px; border: 1px solid var(--border); background: var(--green-soft); box-shadow: var(--shadow-sm); }
.demo-image-ribbon { position: absolute; z-index: 5; left: 20px; top: 20px; padding: 10px 14px; border-radius: 11px; background: rgba(123,36,58,.93); color: #fff; font-size: .74rem; font-weight: 850; letter-spacing: .07em; }
.item-copy { margin-top: 22px; }
.item-copy h2 { font-size: 2rem; margin-top: 17px; }
.interest-panel { margin-top: 20px; }
.interest-count { min-width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: var(--green-soft); color: var(--green-dark); font-size: 1.2rem; font-weight: 850; }
.item-sidebar { position: sticky; top: 102px; display: grid; gap: 18px; }
.owner-card, .action-card, .demo-action-panel { padding: 23px; }
.owner-row, .person-row { display: flex; align-items: center; gap: 12px; }
.avatar { width: 47px; height: 47px; border-radius: 50%; background: linear-gradient(145deg, #e4f0e8, #cfe2d5); display: grid; place-items: center; font-weight: 850; color: var(--green-dark); flex: 0 0 auto; }
.interest-list { display: grid; gap: 10px; margin-top: 14px; }
.person-row { justify-content: space-between; padding: 13px; border: 1px solid var(--border); border-radius: 14px; background: #fbfdfc; }
.person-main { display: flex; gap: 10px; align-items: center; }
.countdown { display: inline-block; padding: 10px 13px; border-radius: 12px; background: var(--ink); color: white; font-weight: 800; letter-spacing: .02em; }
.warning-box { background: #fff7df; border: 1px solid #efd18c; border-radius: 15px; padding: 16px; color: #734d00; }
.warning-box strong { display: block; margin-bottom: 4px; }
.privacy-note { display: flex; gap: 13px; align-items: flex-start; background: #eaf4ed; border: 1px solid #c7dfcf; border-radius: 15px; padding: 16px; margin-bottom: 20px; }
.privacy-note > span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; background: #fff; }
.privacy-note p { color: var(--muted); margin: 3px 0 0; }
.demo-product-banner { display: flex; gap: 16px; align-items: center; margin-bottom: 25px; padding: 20px 22px; border: 1px solid #efbac6; border-radius: 18px; background: linear-gradient(135deg, #fff1f4, #fff8fa); color: #76243a; box-shadow: var(--shadow-sm); }
.demo-product-banner strong { display: block; font-size: 1.18rem; }
.demo-product-banner p { margin: 3px 0 0; color: #8a5361; }
.demo-product-icon { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 17px; background: #7b243a; color: #fff; font-size: 1.4rem; }
.dashboard-grid { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 25px; padding-bottom: 76px; }
.dashboard-nav { display: grid; gap: 7px; align-content: start; position: sticky; top: 102px; }
.dashboard-nav a { padding: 11px 13px; border-radius: 11px; font-weight: 720; }
.dashboard-nav a:hover, .dashboard-nav a.active { background: var(--green-soft); text-decoration: none; }
.dashboard-nav .dashboard-cta { margin-top: 8px; background: var(--green); color: #fff; text-align: center; }
.reputation-panel { display: flex; align-items: center; justify-content: space-between; gap: 22px; background: linear-gradient(135deg, #fff, #eef6f0); }
.dashboard-section { margin-top: 22px; scroll-margin-top: 110px; }
.profile-settings-panel { background: linear-gradient(145deg, #fff, #fbfdfb); }
.list-stack { display: grid; gap: 14px; }
.list-row { display: grid; grid-template-columns: 92px 1fr auto; gap: 16px; align-items: center; border: 1px solid var(--border); border-radius: 16px; padding: 12px; background: white; }
.demo-list-row { border-color: #efc6d0; background: #fffafb; }
.list-thumb { width: 92px; aspect-ratio: 1; object-fit: cover; border-radius: 12px; background: var(--green-soft); }
.actions { display: flex; gap: 9px; flex-wrap: wrap; align-items: center; }
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 23px; }
.tab { padding: 9px 13px; border-radius: 11px; background: white; border: 1px solid var(--border); font-weight: 720; }
.tab.active { background: var(--green); color: white; border-color: var(--green); }
.admin-page, .manage-page { padding-bottom: 76px; }
.admin-tabs { margin-bottom: 25px; }
.admin-metrics { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; margin-bottom: 22px; }
.admin-metric { min-width: 0; padding: 18px; border-radius: 18px; color: #fff; background: linear-gradient(145deg, #173328, #285944); box-shadow: var(--shadow-sm); }
.admin-metric:nth-child(2n) { background: linear-gradient(145deg, #2d7456, #3b8b69); }
.admin-metric span, .admin-metric small, .admin-metric strong { display: block; }
.admin-metric span { color: #d5e7dd; font-size: .8rem; font-weight: 750; }
.admin-metric strong { margin: 7px 0; font-size: 2rem; }
.admin-metric small { color: #c3d8ce; line-height: 1.3; }
.admin-dashboard-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 22px; align-items: start; }
.admin-demo-card { background: linear-gradient(145deg, #fff8ef, #fff); }
.tool-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; margin-bottom: 18px; background: #fff0de; color: var(--accent-dark); font-size: 1.45rem; }
.admin-tool-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 22px; align-items: start; }
.admin-tool-card { min-height: 430px; background: linear-gradient(145deg, #fff, #f2f7f3); }
.demo-status-card { background: linear-gradient(145deg, #173328, #285944); color: white; }
.demo-status-card .eyebrow { background: rgba(255,255,255,.1); color: white; }
.demo-status-card .help { color: #c5d9cf; }
.demo-status-card hr { border: 0; border-top: 1px solid rgba(255,255,255,.14); margin: 22px 0; }
.demo-warning { padding: 15px; margin: 20px 0; border-radius: 14px; background: var(--demo-soft); border: 1px solid #efc6d0; color: var(--demo); }
.metric-pair { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(128,150,138,.22); }
.metric-pair strong { font-size: 2rem; }
.message-shell { display: grid; grid-template-rows: auto 1fr auto; min-height: 580px; }
.message-list { display: grid; gap: 12px; align-content: start; padding: 20px 0; max-height: 520px; overflow-y: auto; }
.message { max-width: 78%; padding: 12px 14px; border-radius: 15px 15px 15px 4px; background: var(--green-soft); }
.message.mine { margin-left: auto; border-radius: 15px 15px 4px 15px; background: var(--green); color: white; }
.message small { display: block; margin-top: 5px; opacity: .72; }
.message-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.profile-grid { display: grid; grid-template-columns: 300px 1fr; gap: 26px; padding-bottom: 76px; }
.profile-summary { display: grid; justify-items: start; align-content: start; }
.profile-avatar { width: 94px; height: 94px; font-size: 2rem; margin-bottom: 14px; }
.rating-big { font-size: 2.8rem; font-weight: 850; margin: 22px 0 0; }
.profile-stats { width: 100%; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 17px 0; }
.profile-stats div { padding: 11px 7px; text-align: center; border-radius: 12px; background: var(--green-soft); }
.profile-stats strong, .profile-stats span { display: block; }
.profile-stats strong { font-size: 1.25rem; }
.profile-stats span { color: var(--muted); font-size: .72rem; }
.public-location { width: 100%; display: flex; gap: 10px; align-items: center; padding: 13px; margin: 8px 0 14px; border: 1px solid var(--border); border-radius: 13px; }
.public-location strong, .public-location small { display: block; }
.public-location small { color: var(--muted); }
.profile-bio { padding: 18px; margin-bottom: 25px; border-radius: 16px; background: var(--green-soft); }
.review { padding: 19px 0; border-bottom: 1px solid var(--border); }
.review:last-child { border-bottom: 0; }
.selected-recipient-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px; border-radius: 17px; background: var(--green-soft); margin-bottom: 18px; }
.selected-person { display: flex; align-items: center; gap: 12px; }
.selected-person h3 { margin: 2px 0; }
.location-send-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 22px; align-items: center; padding: 22px; border-radius: 18px; background: linear-gradient(135deg, #fff6e9, #fff); border: 1px solid #f0d2a9; }
.location-send-card h3 { font-size: 1.45rem; margin: 14px 0 8px; }
.location-send-actions { display: grid; gap: 9px; min-width: 225px; }
.location-sent-status { color: var(--green-dark); font-weight: 760; }
.collection-secondary-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.inline-action { display: flex; gap: 8px; align-items: center; }
.inline-action select { width: auto; }
.demo-action-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.demo-action-grid div { padding: 15px; border-radius: 14px; background: var(--demo-soft); color: var(--demo); }
.manage-interests-panel, .danger-zone { margin-top: 22px; }
.danger-zone { border-color: #efc3c3; }
.empty { text-align: center; padding: 48px 24px; border: 2px dashed var(--border); border-radius: var(--radius); color: var(--muted); }
.site-footer { margin-top: 44px; background: #102a20; color: white; padding: 58px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 38px; }
.footer-grid a { display: block; color: #d4e5de; margin: 8px 0; }
.footer-grid p { color: #c4d6cf; max-width: 430px; }
.footer-brand { color: white; }
.footer-bottom { margin-top: 36px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.12); color: #abc1b8; font-size: .88rem; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; border-bottom: 1px solid var(--border); padding: 13px 10px; vertical-align: middle; }
th { font-size: .81rem; color: var(--muted); text-transform: uppercase; letter-spacing: .045em; }
@media (max-width: 1040px) {
  .admin-metrics { grid-template-columns: repeat(3,1fr); }
  .floating-card-one { left: -20px; }
  .floating-card-two { right: -10px; }
}
@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; left: 16px; right: 16px; top: 68px; background: white; border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: 17px; padding: 16px; flex-direction: column; align-items: stretch; }
  .main-nav.is-open { display: flex; }
  .hero-grid, .item-layout, .dashboard-grid, .profile-grid, .admin-dashboard-grid, .admin-tool-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 510px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .how-grid { grid-template-columns: repeat(2, 1fr); }
  .item-sidebar, .dashboard-nav { position: static; }
  .dashboard-nav { grid-template-columns: repeat(2, 1fr); }
  .safety-strip-new { grid-template-columns: auto 1fr; }
  .safety-strip-new .button { grid-column: 1 / -1; }
  .location-send-card { grid-template-columns: 1fr; }
  .location-send-actions { grid-template-columns: repeat(2, 1fr); min-width: 0; }
}
@media (max-width: 650px) {
  .container { width: min(100% - 22px, 1180px); }
  .hero { padding-top: 54px; }
  h1 { font-size: 2.75rem; }
  .hero-visual { min-height: 455px; margin-top: 10px; }
  .hero-listing-card { width: 90%; }
  .hero-listing-image { min-height: 245px; }
  .hero-object { font-size: 6rem; }
  .floating-card { min-width: 180px; padding: 10px; font-size: .78rem; }
  .floating-card-one { top: 25px; left: 0; }
  .floating-card-two { bottom: 12px; right: 0; }
  .stat-row, .card-grid, .how-grid, .form-grid, .footer-grid, .admin-metrics, .demo-action-grid { grid-template-columns: 1fr; }
  .section-heading, .safety-strip { grid-template-columns: 1fr; display: grid; align-items: start; }
  .safety-strip-new { grid-template-columns: 1fr; }
  .filters { grid-template-columns: 1fr; }
  .list-row { grid-template-columns: 72px 1fr; }
  .list-thumb { width: 72px; }
  .list-row > .actions { grid-column: 1 / -1; }
  .message-form { grid-template-columns: 1fr; }
  .dashboard-nav { grid-template-columns: 1fr 1fr; }
  .reputation-panel, .selected-recipient-card { display: grid; }
  .item-title-row { display: grid; }
  .location-send-actions { grid-template-columns: 1fr; }
  .collection-secondary-actions, .inline-action { display: grid; width: 100%; }
  .inline-action select { width: 100%; }
  .collection-secondary-actions form, .collection-secondary-actions .button { width: 100%; }
  .admin-metric { text-align: center; }
}

/* Reuse Kirklees homepage and server-updater fixes — v1.2.1 */
.kirklees-hero {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 85% 12%, rgba(240, 163, 95, .22), transparent 25rem),
    radial-gradient(circle at 8% 85%, rgba(255, 255, 255, .08), transparent 22rem),
    linear-gradient(132deg, #103b2b 0%, #1c5d44 54%, #2e7859 100%);
}
.kirklees-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 34px 34px;
}
.kirklees-hero .hero-grid { align-items: stretch; }
.kirklees-hero .hero-copy { position: relative; z-index: 1; align-self: center; padding: 16px 0; }
.kirklees-hero .hero-copy h1 { margin-bottom: 20px; }
.kirklees-hero .hero-copy .lead { max-width: 720px; }
.hero-guide-link { align-self: center; color: #fff; }
.hero-guide-link:hover { color: #fff; }
.postcode-finder {
  max-width: 690px;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}
.postcode-finder label {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: .9rem;
  font-weight: 780;
}
.postcode-finder-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
.postcode-finder select {
  width: 100%;
  min-height: 50px;
  padding: 11px 42px 11px 14px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 13px;
  background: #fff;
  color: var(--ink);
}
.postcode-finder small {
  display: block;
  margin-top: 10px;
  color: #d3e4db;
}
.kirklees-map-shell {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 30px;
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow-lg);
}
.map-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px 18px;
  background: linear-gradient(145deg, #fff, #edf5ef);
}
.map-heading h2 { margin: 3px 0 0; font-size: 1.8rem; }
.map-kicker {
  color: var(--green-dark);
  font-size: .74rem;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.map-pin {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 16px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 1.45rem;
}
#kirklees-map {
  width: 100%;
  height: 455px;
  min-height: 455px;
  background: #dfe9e3;
  z-index: 1;
}
#kirklees-map .leaflet-control-attribution { font-size: 10px; }
.map-caption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px 22px 19px;
  border-top: 1px solid var(--border);
  background: #fff;
}
.map-caption span {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: .72rem;
  font-weight: 780;
}
.map-caption p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.4; }

.update-ready-card { margin-top: 24px; }
.update-ready-card h3 { margin: 14px 0 7px; font-size: 1.65rem; }
.update-file-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}
.update-file-details div {
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--border);
  border-radius: 13px;
  background: rgba(255,255,255,.8);
}
.update-file-details dt { color: var(--muted); font-size: .75rem; font-weight: 760; text-transform: uppercase; letter-spacing: .04em; }
.update-file-details dd { margin: 4px 0 0; overflow-wrap: anywhere; font-weight: 720; }
.server-update-empty {
  display: grid;
  justify-items: start;
  gap: 10px;
  margin-top: 24px;
  padding: 26px;
  border: 2px dashed var(--border);
  border-radius: 19px;
  background: rgba(255,255,255,.65);
}
.server-update-empty h3, .server-update-empty p { margin: 0; }
.server-update-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 1.5rem;
}

@media (max-width: 1040px) {
  .kirklees-hero .hero-grid { gap: 38px; }
  #kirklees-map { height: 420px; min-height: 420px; }
}
@media (max-width: 900px) {
  .kirklees-map-shell { max-width: 720px; width: 100%; margin-inline: auto; }
  #kirklees-map { height: 390px; min-height: 390px; }
}
@media (max-width: 650px) {
  .kirklees-hero { padding-top: 45px; }
  .postcode-finder { padding: 15px; border-radius: 17px; }
  .postcode-finder-row { grid-template-columns: 1fr; }
  .postcode-finder-row .button { width: 100%; }
  .map-heading { padding: 18px; }
  .map-heading h2 { font-size: 1.5rem; }
  #kirklees-map { height: 330px; min-height: 330px; }
  .map-caption { grid-template-columns: 1fr; padding: 14px 17px 17px; }
  .map-caption span { justify-self: start; }
  .update-file-details { grid-template-columns: 1fr; }
}


/* Reuse Guide journal redesign — v1.3.0 */
.blog-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 58px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 8%, rgba(240,163,95,.2), transparent 24rem),
    radial-gradient(circle at 5% 100%, rgba(255,255,255,.08), transparent 22rem),
    linear-gradient(132deg, #123c2d 0%, #1f6349 62%, #31785b 100%);
}
.blog-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 34px 34px;
}
.blog-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 64px;
  align-items: end;
}
.blog-hero h1 {
  max-width: 760px;
  margin: 18px 0 18px;
  color: #fff;
  font-size: clamp(2.55rem, 5.2vw, 4.65rem);
}
.blog-hero p {
  max-width: 700px;
  margin: 0;
  color: #d9e8e0;
  font-size: 1.08rem;
}
.blog-hero-summary {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 19px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(8px);
}
.blog-hero-summary-icon {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  font-size: 1.7rem;
}
.blog-hero-summary strong,
.blog-hero-summary span {
  display: block;
}
.blog-hero-summary strong {
  color: #fff;
  font-size: 1rem;
}
.blog-hero-summary span {
  margin-top: 4px;
  color: #c9ddd3;
  font-size: .86rem;
  line-height: 1.45;
}
.blog-topic-bar {
  position: sticky;
  top: 78px;
  z-index: 80;
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
}
.blog-topic-scroll {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding-block: 13px;
  scrollbar-width: none;
}
.blog-topic-scroll::-webkit-scrollbar { display: none; }
.blog-topic-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ink-2);
  font-size: .88rem;
  font-weight: 740;
}
.blog-topic-link:hover {
  text-decoration: none;
  border-color: var(--border);
  background: var(--green-soft);
}
.blog-topic-link.active {
  color: #fff;
  background: var(--ink);
}
.blog-topic-link span {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(23,51,40,.08);
  font-size: .72rem;
}
.blog-topic-link.active span {
  background: rgba(255,255,255,.16);
}
.blog-featured-section {
  padding-top: 66px;
  background: #fff;
}
.blog-library-section {
  background: #f8f5ef;
}
.blog-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}
.blog-section-heading h2 {
  margin: 7px 0 8px;
  font-size: clamp(1.8rem, 3.1vw, 2.65rem);
}
.blog-section-heading p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
}
.blog-kicker {
  color: var(--green-dark);
  font-size: .77rem;
  font-weight: 830;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.blog-kicker-light { color: #dcebe4; }
.blog-featured-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr);
  gap: 24px;
}
.blog-feature-main {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 27px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.blog-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}
.blog-feature-copy h2 {
  margin: 12px 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}
.blog-feature-copy h2 a,
.blog-post-card h3 a,
.blog-feature-small h3 a {
  color: inherit;
}
.blog-feature-copy h2 a:hover,
.blog-post-card h3 a:hover,
.blog-feature-small h3 a:hover {
  color: var(--green-dark);
  text-decoration: none;
}
.blog-feature-copy p {
  color: var(--muted);
  font-size: 1rem;
}
.blog-feature-copy .button { align-self: flex-start; margin-top: 6px; }
.blog-feature-side {
  display: grid;
  gap: 18px;
}
.blog-feature-small {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  padding: 13px;
  border: 1px solid var(--border);
  border-radius: 21px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.blog-feature-small h3 {
  margin: 7px 0 10px;
  font-size: 1.12rem;
}
.blog-category {
  color: var(--green-dark);
  font-size: .73rem;
  font-weight: 830;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.blog-cover {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-decoration: none !important;
}
.blog-cover-large { min-height: 430px; }
.blog-cover-small {
  min-height: 145px;
  border-radius: 16px;
}
.blog-card-cover {
  min-height: 218px;
}
.blog-cover-pattern,
.article-hero-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .75;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.2) 0 2px, transparent 2px),
    radial-gradient(circle at 82% 78%, rgba(255,255,255,.12), transparent 38%);
  background-size: 29px 29px, auto;
}
.blog-cover::after {
  content: "";
  position: absolute;
  right: -16%;
  bottom: -32%;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(255,255,255,.045),
    0 0 0 68px rgba(255,255,255,.035);
}
.blog-cover-icon {
  position: relative;
  z-index: 2;
  font-size: clamp(3.2rem, 8vw, 6.5rem);
  line-height: 1;
  filter: drop-shadow(0 14px 18px rgba(0,0,0,.16));
}
.blog-cover-small .blog-cover-icon { font-size: 3.2rem; }
.blog-card-cover .blog-cover-icon { font-size: 4.8rem; }
.blog-cover-label {
  position: absolute;
  left: 17px;
  bottom: 15px;
  z-index: 3;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(14,44,33,.42);
  color: #fff;
  font-size: .72rem;
  font-weight: 790;
  backdrop-filter: blur(7px);
}
.blog-cover-environment { background: linear-gradient(145deg, #286d51, #8db36f); }
.blog-cover-safety { background: linear-gradient(145deg, #16394b, #3f7692); }
.blog-cover-kirklees { background: linear-gradient(145deg, #6a4f35, #c18b53); }
.blog-cover-collections { background: linear-gradient(145deg, #57467b, #8c78b3); }
.blog-cover-giving { background: linear-gradient(145deg, #9c5644, #d58c69); }
.blog-cover-process { background: linear-gradient(145deg, #27566b, #65a2a8); }
.blog-cover-community { background: linear-gradient(145deg, #285846, #4f9370); }
.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 670;
}
.blog-meta span + span {
  position: relative;
}
.blog-meta span + span::before {
  content: "•";
  position: absolute;
  left: -10px;
  color: #a3b2aa;
}
.blog-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px;
}
.blog-post-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.blog-post-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.blog-post-card-body {
  padding: 22px 22px 24px;
}
.blog-post-card h3 {
  margin: 11px 0 10px;
  font-size: 1.34rem;
  line-height: 1.18;
}
.blog-post-card p {
  display: -webkit-box;
  min-height: 4.7em;
  overflow: hidden;
  color: var(--muted);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blog-read-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green-dark);
  font-size: .9rem;
  font-weight: 820;
}
.blog-read-link:hover { text-decoration: none; }
.blog-read-link span { transition: transform .18s ease; }
.blog-read-link:hover span { transform: translateX(3px); }
.blog-benefits-section {
  padding-top: 18px;
  background: #f8f5ef;
}
.blog-benefits-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr);
  gap: 54px;
  padding: 48px;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 12%, rgba(240,163,95,.18), transparent 18rem),
    linear-gradient(132deg, #102f24, #205a43);
  box-shadow: var(--shadow);
}
.blog-benefits-intro h2 {
  max-width: 580px;
  margin: 10px 0 15px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.25rem);
}
.blog-benefits-intro p {
  max-width: 620px;
  color: #cfdfd7;
}
.blog-benefits-intro .button { margin-top: 10px; }
.blog-benefit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.blog-benefit-list div {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 17px;
  background: rgba(255,255,255,.07);
}
.blog-benefit-list span,
.blog-benefit-list strong {
  display: block;
}
.blog-benefit-list span {
  color: #f3b675;
  font-size: .72rem;
  font-weight: 850;
}
.blog-benefit-list strong {
  margin: 7px 0 5px;
  color: #fff;
}
.blog-benefit-list p {
  margin: 0;
  color: #c6d8cf;
  font-size: .84rem;
  line-height: 1.45;
}

/* Full article page */
.article-hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 76px;
  color: #fff;
}
.article-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 70px;
  align-items: center;
}
.article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 23px;
  color: rgba(255,255,255,.75);
  font-size: .82rem;
}
.article-breadcrumbs a { color: #fff; }
.article-category-label {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(12,39,29,.25);
  color: #fff;
  font-size: .75rem;
  font-weight: 820;
}
.article-hero h1 {
  max-width: 860px;
  margin: 15px 0 18px;
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 4.55rem);
}
.article-hero-copy > p {
  max-width: 760px;
  color: rgba(255,255,255,.84);
  font-size: 1.1rem;
}
.article-byline {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 28px;
}
.article-author-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
  background: rgba(255,255,255,.11);
  color: #fff;
  font-size: .75rem;
  font-weight: 850;
}
.article-byline strong,
.article-byline span { display: block; }
.article-byline strong { color: #fff; font-size: .88rem; }
.article-byline div span { color: rgba(255,255,255,.72); font-size: .76rem; }
.article-hero-art {
  position: relative;
  width: 245px;
  height: 245px;
  display: grid;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(255,255,255,.09);
  box-shadow:
    0 0 0 28px rgba(255,255,255,.04),
    0 0 0 56px rgba(255,255,255,.025);
}
.article-hero-art span {
  font-size: 7rem;
  filter: drop-shadow(0 18px 18px rgba(0,0,0,.15));
}
.article-page-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 760px);
  justify-content: center;
  gap: 58px;
  padding-top: 58px;
  padding-bottom: 76px;
}
.article-contents {
  align-self: start;
  position: sticky;
  top: 154px;
}
.article-contents-card {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.article-contents-card > strong {
  display: block;
  margin-bottom: 11px;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.article-contents-card nav {
  display: grid;
  gap: 3px;
}
.article-contents-card nav a {
  padding: 8px 9px;
  border-radius: 10px;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.35;
}
.article-contents-card nav a:hover {
  color: var(--green-dark);
  text-decoration: none;
  background: var(--green-soft);
}
.article-back-link {
  display: block;
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  font-size: .8rem;
  font-weight: 760;
}
.article-content {
  color: #29453a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.82;
}
.article-content > p:first-child {
  font-size: 1.18rem;
  color: #203d31;
}
.article-content h2,
.article-content h3 {
  scroll-margin-top: 155px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -.025em;
}
.article-content h2 {
  margin: 2.4em 0 .72em;
  padding-top: .2em;
  font-size: 1.8rem;
}
.article-content h3 {
  margin: 1.8em 0 .55em;
  font-size: 1.25rem;
}
.article-content p {
  margin: 0 0 1.22em;
}
.article-content ul,
.article-content ol {
  margin: 0 0 1.45em;
  padding-left: 1.35em;
}
.article-content li {
  margin-bottom: .58em;
  padding-left: .28em;
}
.article-content a {
  color: var(--green-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.article-content blockquote {
  margin: 1.8em 0;
  padding: 20px 22px;
  border-left: 5px solid var(--accent);
  border-radius: 0 14px 14px 0;
  background: #fff7ec;
  color: #573a24;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .98rem;
  font-weight: 650;
}
.article-content hr {
  margin: 2.4em 0;
  border: 0;
  border-top: 1px solid var(--border);
}
.article-source-box,
.article-guidance-note {
  margin-top: 38px;
  padding: 22px;
  border-radius: 17px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
.article-source-box {
  border: 1px solid #c9ded1;
  background: #edf6f0;
}
.article-source-box > span {
  display: block;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 820;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.article-source-box > a {
  display: inline-flex;
  gap: 8px;
  margin: 7px 0 8px;
  color: var(--green-dark);
  font-size: 1rem;
  font-weight: 820;
  text-decoration: none;
}
.article-source-box p,
.article-guidance-note p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.55;
}
.article-guidance-note {
  border: 1px solid var(--border);
  background: #fff;
}
.article-guidance-note strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: .9rem;
}
.article-more-section {
  border-top: 1px solid var(--border);
  background: #fff;
}

/* Blog administration */
.blog-admin-grid {
  display: grid;
  grid-template-columns: minmax(370px, .78fr) minmax(0, 1.22fr);
  gap: 22px;
  align-items: start;
}
.blog-editor {
  position: sticky;
  top: 104px;
}
.blog-content-editor {
  min-height: 430px;
  resize: vertical;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .88rem;
  line-height: 1.55;
}
.admin-blog-list {
  display: grid;
  gap: 14px;
}
.admin-blog-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 17px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: #fff;
}
.admin-blog-row h3 { margin: 8px 0 6px; }
.admin-blog-row p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: .88rem;
}
.admin-blog-row > .actions {
  display: grid;
  gap: 7px;
}
.admin-blog-row > .actions form,
.admin-blog-row > .actions .button {
  width: 100%;
}
.admin-blog-cover {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  font-size: 2rem;
}

@media (max-width: 1040px) {
  .blog-featured-layout { grid-template-columns: 1fr; }
  .blog-feature-side { grid-template-columns: 1fr 1fr; }
  .blog-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-admin-grid { grid-template-columns: 1fr; }
  .blog-editor { position: static; }
}
@media (max-width: 900px) {
  .blog-hero-grid,
  .article-hero-grid,
  .blog-benefits-panel {
    grid-template-columns: 1fr;
  }
  .blog-hero-summary { max-width: 480px; }
  .article-hero-art { display: none; }
  .article-page-layout {
    grid-template-columns: 1fr;
    max-width: 800px;
  }
  .article-contents {
    position: static;
  }
  .article-contents-card nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog-benefit-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .blog-hero { padding: 54px 0 45px; }
  .blog-hero h1 { font-size: 2.55rem; }
  .blog-topic-bar { top: 68px; }
  .blog-section-heading { display: grid; align-items: start; }
  .blog-feature-main { grid-template-columns: 1fr; }
  .blog-cover-large { min-height: 280px; }
  .blog-feature-copy { padding: 25px; }
  .blog-feature-side,
  .blog-post-grid,
  .blog-benefit-list {
    grid-template-columns: 1fr;
  }
  .blog-feature-small { grid-template-columns: 110px minmax(0, 1fr); }
  .blog-cover-small { min-height: 115px; }
  .blog-benefits-panel { padding: 28px 22px; gap: 30px; }
  .article-hero { padding: 50px 0 56px; }
  .article-hero h1 { font-size: 2.45rem; }
  .article-page-layout { gap: 30px; padding-top: 34px; }
  .article-contents-card nav { grid-template-columns: 1fr; }
  .article-content { font-size: 1.02rem; }
  .article-content h2 { font-size: 1.55rem; }
  .admin-blog-row {
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: start;
  }
  .admin-blog-cover { width: 62px; height: 62px; border-radius: 14px; }
  .admin-blog-row > .actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 460px) {
  .blog-feature-small { grid-template-columns: 92px minmax(0, 1fr); }
  .blog-cover-small { min-height: 98px; }
  .blog-cover-small .blog-cover-icon { font-size: 2.4rem; }
  .admin-blog-row > .actions { grid-template-columns: 1fr; }
}

/* Reuse Kirklees 1.4.0: wanted requests, important guides and member controls */
.page-header-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.badge-wanted{background:#ede5ff;color:#5b2b91}.badge-soft{background:#edf4f0;color:#28564d}.notice{padding:14px 16px;border-radius:12px;margin:12px 0;font-size:.94rem}.notice-warning{background:#fff6df;border:1px solid #efd58c;color:#684c08}.reliability-option{padding:16px;border:1px solid #dce8e2;border-radius:14px;background:#f8fbf9}.reliability-option label{display:flex;gap:10px;align-items:flex-start;font-weight:700}.reliability-option input{width:auto;margin-top:4px}.eligibility-panel{border-left:5px solid #d3a22e}.eligibility-rules{display:grid;gap:12px;margin-top:18px}.eligibility-rules>div{display:flex;gap:13px;padding:14px;border-radius:13px;background:#f7faf8}.eligibility-rules>div>span{display:grid;place-items:center;min-width:38px;height:38px;border-radius:50%;background:#123d36;color:#fff;font-weight:800}.eligibility-rules p{margin:0}.eligibility-summary{margin-top:16px;padding:12px 14px;background:#f6f8f7;border-radius:10px;color:#38564f}.wanted-match-banner{display:flex;gap:16px;align-items:flex-start;margin:24px 0;padding:18px 20px;border-radius:16px;background:linear-gradient(135deg,#4c2876,#7144a0);color:#fff;box-shadow:0 12px 30px rgba(61,31,91,.16)}.wanted-match-banner>span{display:grid;place-items:center;flex:0 0 44px;height:44px;border-radius:50%;background:#fff;color:#5c2f88;font-size:1.35rem;font-weight:900}.wanted-match-banner strong{font-size:1.05rem}.wanted-match-banner p{margin:5px 0 0;color:rgba(255,255,255,.86)}
.wanted-header,.wanted-detail-header{background:linear-gradient(135deg,#f2edfa,#fff 58%,#edf7f2)}.wanted-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.wanted-card{display:flex;flex-direction:column;min-height:320px;padding:24px;border:1px solid #dfebe5;border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(20,61,53,.08)}.wanted-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.wanted-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:17px;background:#5f338c;color:#fff;font-size:1.65rem;font-weight:900}.wanted-icon-small{width:42px;height:42px;border-radius:13px;font-size:1.2rem}.wanted-card h2{font-size:1.32rem;line-height:1.25;margin:10px 0}.wanted-card h2 a{color:#173f37}.wanted-card p{color:#5b6e68;flex:1}.wanted-card .meta{display:grid;gap:5px;margin:14px 0}.wanted-detail-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(290px,.8fr);gap:26px;padding-top:38px;padding-bottom:70px}.wanted-request-copy{font-size:1.03rem}.wanted-list-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#5f338c;color:#fff;font-weight:900}.wanted-list-row{grid-template-columns:auto 1fr auto}.wanted-home-section{padding-top:0}.wanted-home-panel{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:34px;border-radius:24px;background:linear-gradient(135deg,#3f1f62,#6f3b96);color:#fff}.wanted-home-panel h2{color:#fff;margin:4px 0 10px}.wanted-home-panel p{max-width:760px;color:rgba(255,255,255,.84);margin:0}.wanted-home-panel .actions{display:flex;flex-direction:column;min-width:220px}.dashboard-cta-alt{margin-top:8px;background:#5f338c!important}.profile-block-form{margin-top:18px}.profile-block-form button:disabled{opacity:.65;cursor:not-allowed}
.important-guide-section{padding-bottom:0}.important-guide-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:center;padding:26px 28px;border-radius:22px;background:linear-gradient(135deg,#7b241c,#a73b2e);color:#fff;box-shadow:0 18px 45px rgba(110,31,23,.2)}.important-guide-icon{display:grid;place-items:center;width:66px;height:66px;border-radius:20px;background:rgba(255,255,255,.15);font-size:2rem}.important-guide-label,.article-important-label{display:inline-flex;padding:5px 10px;border-radius:999px;background:#ffdf78;color:#5b3300;font-weight:900;font-size:.76rem;letter-spacing:.05em;text-transform:uppercase}.important-guide-card h2{margin:6px 0 8px;font-size:1.55rem}.important-guide-card h2 a{color:#fff}.important-guide-card p{margin:0;color:rgba(255,255,255,.88)}.important-guide-card .blog-meta{color:rgba(255,255,255,.72);margin-top:10px}.important-card-flag{position:absolute;top:12px;right:12px;padding:5px 8px;border-radius:999px;background:#ffdf78;color:#5b3300;font-size:.7rem;font-weight:900;text-transform:uppercase}.blog-cover{position:relative}.article-important-label{margin-left:8px;vertical-align:middle}.checkbox-group{display:flex;flex-direction:column;align-items:flex-start!important;gap:9px}.checkbox-group label{display:flex;align-items:center;gap:8px}.checkbox-group input{width:auto}.message-shell .notice{margin-bottom:18px}
@media(max-width:950px){.wanted-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.important-guide-card{grid-template-columns:auto 1fr}.important-guide-card>.button{grid-column:1/-1}.wanted-home-panel{align-items:flex-start;flex-direction:column}.wanted-home-panel .actions{flex-direction:row;min-width:0}.wanted-detail-grid{grid-template-columns:1fr}}
@media(max-width:650px){.wanted-grid{grid-template-columns:1fr}.important-guide-card{grid-template-columns:1fr;padding:22px}.important-guide-icon{width:52px;height:52px}.wanted-home-panel{padding:24px}.wanted-home-panel .actions{width:100%;flex-direction:column}.page-header-actions{flex-direction:column}.page-header-actions .button{width:100%}.wanted-detail-grid{padding-top:24px}.hero-stats{grid-template-columns:repeat(2,1fr)}}

/* v1.5.0 collection appointment workflow */
.collection-availability-builder{margin:34px 0;padding:28px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,#f4fbf7,#fff)}
.availability-builder-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:24px 0}
.availability-builder-grid h3{margin:0 0 12px;font-size:1rem}
.choice-grid{display:grid;gap:10px}.day-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.period-choice-grid{grid-template-columns:1fr}
.choice-tile{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer;font-weight:700}
.choice-tile:has(input:checked){border-color:var(--primary);box-shadow:0 0 0 2px rgba(21,107,85,.1);background:#eef9f3}
.choice-tile input{width:auto;margin:0}.choice-tile-detail small{display:block;font-weight:500;color:var(--muted);margin-top:2px}
.timing-rule{padding:16px 18px;border-radius:16px;background:#fff4d8;border:1px solid #efd798;margin:18px 0}.timing-rule strong{display:block;margin-bottom:4px;color:#6d4e08}.timing-rule p{margin:0}
.booking-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;padding-bottom:70px}.booking-layout main{display:grid;gap:22px;align-content:start}.booking-layout aside{display:grid;gap:18px;align-content:start}
.private-address-card{display:grid;grid-template-columns:58px 1fr;gap:18px;border:2px solid #bddfd1}.private-address-icon{width:58px;height:58px;border-radius:18px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:1.7rem}.private-address-card h2{margin:4px 0 12px}.private-address-card p{font-size:1.05rem;line-height:1.7}.left-out-detail{margin-top:18px;padding:16px;border-radius:14px;background:#f5f7f4;border:1px solid var(--line)}
.availability-summary-grid,.collection-availability-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.availability-summary-grid>div,.collection-availability-summary>div{padding:16px;border-radius:14px;background:#f6f8f5;border:1px solid var(--line)}.availability-summary-grid p,.collection-availability-summary p{margin:6px 0 0;color:var(--muted)}
.booking-form-panel .section-heading{align-items:flex-start}.booking-deadline{text-align:right;padding:12px 15px;border-radius:14px;background:#edf7f2}.booking-deadline small,.booking-deadline strong{display:block}.booking-deadline .countdown{font-size:1rem;margin-top:6px}
.booked-appointment-card{text-align:center;border:2px solid #a9d8c7}.booked-appointment-card h2{font-size:2rem;margin:12px 0 5px}.appointment-window{padding:14px 16px;background:#eef7ff;border-radius:14px;margin:18px 0}.appointment-window p{margin:4px 0 0}.booking-help-card ol{padding-left:20px;display:grid;gap:10px}.booking-help-card form{margin-top:10px}
.booking-status-card{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px;border-radius:18px;margin:18px 0}.awaiting-booking{background:#fff8e8;border:1px solid #eed497}.booked-status{background:#eef9f3;border:1px solid #b8ddce}.booking-status-card h3{margin:5px 0}.booking-status-card p{margin:0}.booked-time-public{font-size:1.2rem;font-weight:800;margin:12px 0}.public-availability-panel{margin-top:20px}
@media(max-width:900px){.booking-layout{grid-template-columns:1fr}.availability-builder-grid{grid-template-columns:1fr}.availability-summary-grid,.collection-availability-summary{grid-template-columns:1fr}.booking-status-card{align-items:flex-start;flex-direction:column}.booking-deadline{text-align:left}}
@media(max-width:560px){.day-choice-grid{grid-template-columns:1fr}.collection-availability-builder{padding:20px}.private-address-card{grid-template-columns:1fr}.booking-form-panel .section-heading{display:block}.booking-deadline{margin-top:16px}}


/* v1.6.0: Reuse Kirklees identity, blog lockups and user administration */
.brand-logo{width:48px;height:48px;display:block;flex:0 0 48px;filter:drop-shadow(0 6px 12px rgba(8,43,37,.16))}.blog-brand-lockup,.article-guide-brand{display:flex;align-items:center;gap:16px}.blog-brand-lockup{margin-bottom:24px}.blog-brand-lockup img,.article-guide-brand img{border-radius:50%;box-shadow:0 12px 32px rgba(0,0,0,.18)}.blog-brand-lockup div,.article-guide-brand div{display:flex;flex-direction:column}.blog-brand-lockup strong{font-size:1.25rem;color:#fff;letter-spacing:-.02em}.article-guide-brand{margin-bottom:22px}.article-guide-brand strong{font-size:1.05rem}.article-guide-brand span{font-size:.86rem;opacity:.75}.article-guide-brand img{width:58px;height:58px}
.admin-users-page{padding-bottom:80px}.admin-users-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:24px;margin:24px 0}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.panel-heading h2{margin:.15rem 0 0}.admin-account-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--soft,#e8f5ef);font-size:1.6rem;font-weight:700;color:var(--primary,#123d36)}.admin-user-summary{align-self:start;position:sticky;top:95px}.admin-user-summary h2{margin-top:.35rem}.feature-list{padding-left:1.15rem;line-height:1.85;margin:18px 0 24px}.check-row{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border:1px solid rgba(18,61,54,.15);border-radius:14px;background:#f8fbf9}.check-row input{margin-top:4px}.check-row span{display:flex;flex-direction:column;gap:3px}.check-row small{color:var(--muted,#61706b)}.recent-users-panel{margin-top:24px}.admin-user-search{display:grid;grid-template-columns:minmax(240px,1fr) auto auto;gap:10px;margin-bottom:18px}.verification-pill{display:inline-flex;margin-top:6px;padding:3px 8px;border-radius:999px;font-size:.72rem;font-weight:800}.verification-pill.verified{background:#def5e7;color:#176039}.verification-pill.unverified{background:#fff0d8;color:#85510b}.status-dot{display:inline-flex;align-items:center;gap:7px}.status-dot:before{content:"";width:8px;height:8px;border-radius:50%;background:#82918b}.status-active:before{background:#28a463}.status-suspended:before{background:#c64a4a}.table-actions{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.link-button{border:0;background:transparent;padding:0;color:var(--primary,#123d36);font:inherit;font-size:.83rem;font-weight:800;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.link-button:hover{color:#000}
@media(max-width:900px){.admin-users-layout{grid-template-columns:1fr}.admin-user-summary{position:static}.admin-user-search{grid-template-columns:1fr}.blog-brand-lockup img{width:58px;height:58px}}


/* v1.6.2: show the circular Reuse Kirklees identity beside article author details. */
img.article-author-mark {
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  padding: 0;
  border: 2px solid rgba(255,255,255,.34);
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
  box-shadow: 0 7px 18px rgba(0,0,0,.18);
}
