/*
Theme Name: Tikli Jewelry
Theme URI: https://tiklijewelry.com
Author: Tikli Jewelry
Author URI: https://tiklijewelry.com
Description: A premium independent jewelry editorial theme with a quiet-luxury, atelier-led visual system.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: tikli-jewelry
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Atelier Ledger: warm parchment, ink, mineral olive, burnished brass, asymmetrical editorial composition. */
:root {
  --paper: #f3eee5;
  --paper-deep: #e7e0d5;
  --ink: #171711;
  --ink-soft: #65635b;
  --olive: #263027;
  --olive-soft: #d9ddcf;
  --brass: #b28a4a;
  --line: rgba(23, 23, 17, .18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body::after { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
::selection { background: var(--brass); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: 100%; max-width: 1440px; margin: 0 auto; padding-right: 3rem; padding-left: 3rem; }
.serif { font-family: var(--serif); }
.eyebrow { color: #6d6b61; font-size: .68rem; font-weight: 600; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.brass-rule { width: 2.25rem; height: 1px; background: var(--brass); }
.focus-ring:focus-visible { outline: 2px solid var(--brass); outline-offset: 5px; }
.link-line { position: relative; display: inline-flex; align-items: center; gap: .55rem; font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.link-line::after { content: ""; position: absolute; right: 0; bottom: -.4rem; left: 0; height: 1px; transform: scaleX(.35); transform-origin: left; background: var(--brass); transition: transform 220ms var(--ease-out); }
.link-line:hover::after, .link-line:focus-visible::after { transform: scaleX(1); }

.issue-bar { border-bottom: 1px solid var(--line); color: #6d6b61; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.issue-bar__inner { display: flex; justify-content: space-between; padding-top: .6rem; padding-bottom: .6rem; }
.issue-bar__aside { color: #948d80; }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(243, 238, 229, .94); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 5.6rem; }
.brand-lockup { display: inline-flex; align-items: center; gap: .7rem; min-width: 10rem; }
.brand-lockup img { width: 2.25rem; height: 2.25rem; object-fit: contain; }
.brand-lockup span { display: grid; gap: .06rem; }
.brand-lockup strong { font-family: var(--serif); font-size: 1.55rem; font-weight: 600; letter-spacing: -.02em; line-height: .85; }
.brand-lockup small { color: #6d6b61; font-size: .52rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.brand-lockup--compact img { width: 1.9rem; height: 1.9rem; }
.brand-lockup--compact strong { font-size: 1.25rem; }
.desktop-nav { display: flex; align-items: center; gap: 2.1rem; margin-left: 7rem; }
.desktop-nav ul { display: flex; align-items: center; gap: 2.1rem; padding: 0; margin: 0; list-style: none; }
.desktop-nav a, .header-cta { color: #55544d; font-size: .72rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; transition: color 180ms ease-out; }
.desktop-nav a:hover, .header-cta:hover { color: var(--ink); }
.site-header__actions { display: flex; align-items: center; gap: 1.3rem; }
.icon-button { display: inline-grid; width: 2rem; height: 2rem; padding: 0; place-items: center; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.header-cta { display: inline-flex; align-items: center; gap: .45rem; color: var(--ink); }
.menu-toggle, .mobile-nav { display: none; }
.search-drawer { border-top: 1px solid var(--line); background: #eae3d7; }
.search-drawer__inner { display: grid; grid-template-columns: .8fr 1.7fr 1fr; gap: 2rem; align-items: center; padding-top: 1rem; padding-bottom: 1rem; }
.search-input { width: 100%; padding: .8rem 0; border: 0; border-bottom: 1px solid var(--ink); outline: 0; background: transparent; color: var(--ink); font-family: var(--serif); font-size: 1.45rem; }
.search-input::placeholder { color: #8b877d; }
.search-drawer__hint { color: #77736a; font-size: .72rem; line-height: 1.4; }

.hero-section { padding: 5.5rem 0 2.5rem; }
.hero-grid { display: grid; grid-template-columns: minmax(18rem, .9fr) minmax(30rem, 1.45fr); gap: clamp(3.5rem, 8vw, 9rem); align-items: center; }
.hero-copy { padding-left: clamp(0rem, 4vw, 4rem); }
.hero-kicker { display: flex; align-items: center; gap: .8rem; margin-bottom: 2.3rem; }
.hero-copy h1 { margin: 0; font-size: clamp(4.6rem, 7vw, 7.4rem); font-weight: 500; letter-spacing: -.055em; line-height: .82; }
.hero-copy h1 em, .section-intro h2 em, .index-copy h2 em, .about-copy h2 em, .letters-copy h2 em { color: #76816e; font-style: italic; font-weight: 500; }
.hero-intro { max-width: 23rem; margin: 2.3rem 0 0; color: #59584f; font-size: 1rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: flex-end; gap: 2.8rem; margin-top: 3.4rem; }
.hero-edition { color: #77736a; font-size: .63rem; font-weight: 600; letter-spacing: .1em; line-height: 1.6; text-transform: uppercase; }
.hero-edition span { color: #9b968a; font-weight: 400; }
.hero-figure { margin: 0; }
.hero-figure__image-wrap { position: relative; margin-left: auto; max-width: 46rem; overflow: hidden; background: #dad0bf; }
.hero-figure__image-wrap::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(23,23,17,.12); pointer-events: none; }
.hero-figure img { width: 100%; aspect-ratio: 3/2; object-fit: cover; filter: saturate(.88) contrast(1.03); transition: transform 700ms var(--ease-out); }
.hero-figure:hover img { transform: scale(1.018); }
.hero-figure figcaption { display: flex; justify-content: space-between; padding-top: .8rem; color: #817c71; font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; padding-top: 5rem; }
.hero-bottom__note { color: #918b80; font-size: .7rem; line-height: 1.45; }
.scroll-cue { display: flex; align-items: center; gap: .75rem; color: #6e6c64; font-size: .65rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }

.journal-section { padding: 9rem 0 10rem; background: var(--paper-deep); }
.section-intro { display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 3rem; align-items: end; padding-bottom: 4rem; }
.section-label { display: flex; align-items: center; gap: .7rem; align-self: start; padding-top: .7rem; }
.section-label__index { color: var(--brass); font-family: var(--serif); font-size: 1.55rem; font-weight: 600; }
.section-intro__body h2, .index-copy h2, .about-copy h2, .letters-copy h2 { margin: 0; font-size: clamp(2.8rem, 4.1vw, 4.6rem); font-weight: 500; letter-spacing: -.04em; line-height: .9; }
.section-intro__body p { max-width: 23rem; margin: 1.7rem 0 0; color: #65635b; font-size: .93rem; line-height: 1.7; }
.section-intro__link { justify-self: end; margin-bottom: .5rem; }
.notes-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3.5vw, 4rem); align-items: start; }
.note-card:nth-child(2) { margin-top: 5rem; }
.note-card:nth-child(3) { margin-top: 1.5rem; }
.note-card__image { position: relative; display: block; overflow: hidden; background: #d2c8ba; }
.note-card__image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.84); transition: transform 650ms var(--ease-out), filter 240ms ease-out; }
.note-card__image:hover img { transform: scale(1.035); filter: saturate(1); }
.note-card__number { position: absolute; right: 1rem; bottom: .8rem; color: #f3eee5; font-family: var(--serif); font-size: 2.5rem; line-height: 1; text-shadow: 0 1px 14px rgba(0,0,0,.2); }
.note-card__meta { display: flex; justify-content: space-between; padding: .95rem 0 .7rem; border-bottom: 1px solid var(--line); color: #7a756b; font-size: .6rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.note-card h3 { max-width: 18rem; margin: 1.1rem 0 .65rem; font-size: clamp(1.9rem, 2.7vw, 2.85rem); font-weight: 500; letter-spacing: -.035em; line-height: .93; }
.note-card h3 a { transition: color 180ms ease-out; }
.note-card h3 a:hover { color: #76816e; }
.note-card p { max-width: 17rem; margin: 0; color: #69665e; font-size: .87rem; line-height: 1.65; }
.card-arrow { display: grid; width: 2.35rem; height: 2.35rem; margin-top: 1.2rem; place-items: center; border: 1px solid var(--line); color: #5e5c55; transition: background 180ms ease-out, color 180ms ease-out; }
.card-arrow:hover { background: var(--ink); color: var(--paper); }

.index-section { padding: 9rem 0 9.5rem; }
.index-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(4rem, 10vw, 10rem); align-items: center; }
.index-visual { padding-left: clamp(0rem, 4vw, 4rem); }
.index-visual__frame { position: relative; max-width: 32rem; }
.index-visual__frame::before { content: ""; position: absolute; top: -1.1rem; right: -1.1rem; bottom: 1.1rem; left: 1.1rem; border: 1px solid var(--brass); z-index: -1; }
.index-visual img { width: 100%; aspect-ratio: 1/1.08; object-fit: cover; filter: saturate(.8); }
.index-visual__caption { display: block; padding-top: 1rem; color: #817c71; font-size: .61rem; letter-spacing: .1em; text-transform: uppercase; }
.index-copy { max-width: 31rem; }
.index-copy .section-label { margin-bottom: 2.3rem; }
.index-copy p { max-width: 25rem; margin: 1.8rem 0 2.3rem; color: #646259; font-size: .95rem; line-height: 1.72; }
.index-list { border-top: 1px solid var(--line); }
.index-list__item { display: grid; grid-template-columns: 2rem 1fr auto; gap: 1rem; align-items: center; padding: 1.05rem 0; border-bottom: 1px solid var(--line); color: #393a32; transition: color 180ms ease-out, padding 200ms var(--ease-out); }
.index-list__item:hover { padding-left: .55rem; color: var(--brass); }
.index-list__item span { color: var(--brass); font-family: var(--serif); font-size: 1.35rem; }
.index-list__item strong { font-family: var(--serif); font-size: 1.55rem; font-weight: 600; }

.about-section { padding: 7.5rem 0 8rem; background: var(--olive); color: var(--paper); }
.about-grid { display: grid; grid-template-columns: .7fr 1.2fr .55fr; gap: 4rem; align-items: start; }
.about-section .section-label { color: #d4d4c7; }
.about-section .section-label__index { color: #c3a167; }
.about-section .section-label .eyebrow { color: #c9c9bd; }
.about-section .brass-rule { background: #c3a167; }
.about-copy { max-width: 32rem; }
.about-copy h2 { color: var(--paper); }
.about-copy h2 em { color: #c4ccb9; }
.about-copy > p:not(.about-pull) { max-width: 26rem; margin: 2rem 0 1.4rem; color: #c4c8ba; font-size: .97rem; line-height: 1.72; }
.about-pull { max-width: 23rem; margin: 2.5rem 0 2.6rem; color: #f0e6d7; font-family: var(--serif); font-size: 1.6rem; font-style: italic; line-height: 1.02; }
.about-section .link-line { color: #f2eadc; }
.about-stamp { display: grid; width: 9.3rem; height: 9.3rem; margin-left: auto; place-items: center; border: 1px solid rgba(195,161,103,.65); border-radius: 50%; transform: rotate(8deg); color: #c3a167; text-align: center; }
.about-stamp span { font-family: var(--serif); font-size: 3rem; line-height: .65; }
.about-stamp small { font-size: .54rem; font-weight: 600; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }

.letters-section { padding: 8rem 0 8.5rem; background: var(--olive-soft); }
.letters-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 4rem; align-items: end; }
.letters-copy { max-width: 32rem; }
.letters-copy .section-label { margin-bottom: 2.3rem; }
.letters-copy p { max-width: 25rem; margin: 1.8rem 0 0; color: #5e6559; font-size: .95rem; line-height: 1.7; }
.letters-form { padding-bottom: .4rem; }
.letters-form__row { display: flex; align-items: center; margin-top: 1rem; border-bottom: 1px solid #2e382d; }
.letters-form input { min-width: 0; flex: 1; padding: .75rem 0; border: 0; outline: 0; background: transparent; color: var(--olive); }
.letters-form input::placeholder { color: #6d7567; }
.submit-button { display: grid; width: 2.5rem; height: 2.5rem; padding: 0; place-items: center; border: 1px solid #52614e; background: var(--olive); color: var(--paper); cursor: pointer; transition: transform 160ms ease-out, background 180ms ease-out; }
.submit-button:hover { background: #384838; }
.submit-button:active { transform: scale(.97); }
.letters-form__fine { display: block; margin-top: .9rem; color: #697064; font-size: .65rem; }

.site-footer { padding: 3.5rem 0 1.2rem; background: var(--paper); }
.site-footer__top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; padding-bottom: 3.5rem; }
.site-footer__top p { color: #77736a; font-family: var(--serif); font-size: 1.3rem; font-style: italic; }
.site-footer__top .link-line { justify-self: end; }
.site-footer__bottom { display: flex; justify-content: space-between; padding-top: 1rem; border-top: 1px solid var(--line); color: #8a8478; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: flex; gap: 1.3rem; align-items: center; }
.footer-links a { transition: color 180ms ease-out; }
.footer-links a:hover { color: var(--ink); }

.archive-page, .single-page, .page-content { padding: 6rem 0 8rem; }
.archive-header { max-width: 46rem; margin-bottom: 4rem; }
.archive-header h1 { margin: 1.4rem 0 0; font-family: var(--serif); font-size: clamp(3.4rem, 6vw, 6rem); font-weight: 500; letter-spacing: -.05em; line-height: .88; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3.2rem; }
.archive-layout { display: grid; grid-template-columns: minmax(0, 1fr) 15rem; gap: 4rem; align-items: start; }
.archive-main { min-width: 0; }
.post-card__image { display: block; overflow: hidden; background: #d2c8ba; }
.post-card__image picture { display: block; }
.post-card__image img, .post-card__media { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform 600ms var(--ease-out); }
.post-card__image:hover img { transform: scale(1.03); }
.post-card h2 { margin: 1rem 0 .6rem; font-family: var(--serif); font-size: 2.3rem; font-weight: 500; line-height: .95; }
.post-card p { color: var(--ink-soft); font-size: .88rem; line-height: 1.65; }
.post-meta { color: #7a756b; font-size: .6rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.single-header { max-width: 54rem; margin-bottom: 3rem; }
.single-header h1 { margin: 1rem 0; font-family: var(--serif); font-size: clamp(3.4rem, 6vw, 6.6rem); font-weight: 500; letter-spacing: -.05em; line-height: .86; }
.single-layout { display: grid; grid-template-columns: minmax(0, 1fr) 15rem; gap: 4rem; align-items: start; }
.single-main { min-width: 0; }
.single-featured { margin: 0 0 3rem; }
.single-featured picture { display: block; }
.single-featured__media { display: block; width: 100%; max-height: 42rem; object-fit: cover; }
.single-featured figcaption { margin-top: .65rem; color: #817c71; font-size: .62rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.single-content { max-width: 44rem; margin: 0 auto; font-size: 1.05rem; line-height: 1.8; }
.single-content h2, .single-content h3 { font-family: var(--serif); font-weight: 600; line-height: 1; }
.single-content img { margin: 2rem auto; }
.not-found { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.not-found h1 { font-family: var(--serif); font-size: 5rem; font-weight: 500; }
.breadcrumbs { display: flex; align-items: center; gap: .65rem; margin-bottom: 2rem; color: #817c71; font-size: .62rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumbs a { color: var(--ink); }
.archive-description { max-width: 35rem; margin-top: 1.4rem; color: var(--ink-soft); font-size: .95rem; line-height: 1.7; }
.nav-links { display: flex; gap: 1rem; margin-top: 4rem; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.nav-links a, .nav-links span { padding: .8rem 1rem; border: 1px solid var(--line); }
.nav-links .current { background: var(--ink); color: var(--paper); }
.related-reading { max-width: 44rem; margin: 5rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.related-reading__heading h2 { margin: 1rem 0 1.5rem; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 4.4rem); font-weight: 500; letter-spacing: -.045em; line-height: .9; }
.related-reading__list { display: grid; margin-top: 1.4rem; border-top: 1px solid var(--line); }
.related-reading__item { display: grid; grid-template-columns: 5rem 1fr auto; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--line); transition: color 180ms ease-out, padding 200ms var(--ease-out); }
.related-reading__item:hover { padding-left: .5rem; color: var(--brass); }
.related-reading__item strong { font-size: 1.55rem; font-weight: 600; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.8rem 1.2rem; }
.related-card__image { display: block; overflow: hidden; background: #d2c8ba; }
.related-card__image picture { display: block; }
.related-card__media { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform 500ms var(--ease-out); }
.related-card__image:hover .related-card__media { transform: scale(1.03); }
.related-card .post-meta { display: block; margin-top: .85rem; }
.related-card h3 { margin: .55rem 0 .75rem; font-size: 1.75rem; font-weight: 600; line-height: .98; }
.related-card h3 a { color: var(--ink); }
.related-card h3 a:hover { color: var(--brass); }
.related-card__link { color: var(--ink-soft); font-size: .65rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.related-card__link:hover { color: var(--brass); }
.social-share { display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.social-share--top { margin: 0 0 2.2rem; }
.social-share--bottom { max-width: 44rem; margin: 3.5rem auto 0; }
.social-share__intro { display: flex; align-items: center; gap: .65rem; min-width: 0; }
.social-share__rule { width: 1.8rem; height: 1px; background: var(--brass); }
.social-share__label { color: var(--ink-soft); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.social-share__links { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: .45rem; }
.social-share__link { padding: .5rem .62rem; border: 1px solid var(--line); background: transparent; color: var(--ink); font-family: var(--sans); font-size: .61rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; transition: color 180ms ease-out, background 180ms ease-out, border-color 180ms ease-out; }
.social-share__link:hover { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.social-share__copy { cursor: pointer; }
.social-share__status { width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.popular-posts-list { margin: 0; padding: 0; list-style: none; }
.popular-posts-list li { border-bottom: 1px solid var(--line); }
.popular-posts-list a { display: grid; grid-template-columns: 1.5rem 1fr; gap: .55rem; align-items: start; padding: .75rem 0; color: var(--ink); }
.popular-posts-list a:hover { color: var(--brass); }
.popular-posts-list__number { color: var(--brass); font-family: var(--serif); font-size: 1.25rem; line-height: 1; }
.popular-posts-list strong, .popular-posts-list small { display: block; }
.popular-posts-list strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; line-height: 1.05; }
.popular-posts-list small { margin-top: .25rem; color: #817c71; font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }
.newsletter-widget { padding: 1.25rem; background: #eae3d7; }
.newsletter-widget .sidebar-widget__title { margin-top: .65rem; }
.newsletter-widget p { margin: 0 0 1rem; color: var(--ink-soft); font-size: .83rem; line-height: 1.55; }
.newsletter-widget__form { display: grid; grid-template-columns: 1fr 2.5rem; gap: .35rem; }
.newsletter-widget__form input { min-width: 0; padding: .75rem .7rem; border: 1px solid #c6bcae; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: .75rem; }
.newsletter-widget__form .submit-button { width: 2.5rem; min-height: 2.5rem; padding: 0; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); }
.newsletter-widget__fine { display: block; margin-top: .75rem; color: #817c71; font-size: .6rem; line-height: 1.45; }
.newsletter-widget__fine a { color: var(--ink); text-decoration: underline; text-underline-offset: .15em; }
.journal-sidebar { position: sticky; top: 7rem; padding-top: .4rem; }
.sidebar-widget { padding: 1.25rem 0 1.5rem; border-top: 1px solid var(--line); }
.sidebar-widget__title { margin: .75rem 0 1rem; font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: .95; }
.sidebar-topic-list, .sidebar-topic-list ul { margin: 0; padding: 0; list-style: none; }
.sidebar-topic-list li { border-bottom: 1px solid var(--line); }
.sidebar-topic-list a { display: flex; align-items: baseline; justify-content: space-between; gap: .6rem; padding: .65rem 0; color: var(--ink); font-family: var(--serif); font-size: 1.15rem; line-height: 1.05; }
.sidebar-topic-list a:hover { color: var(--brass); }
.sidebar-topic-list .count { color: #817c71; font-family: var(--sans); font-size: .62rem; }
.author-bio { display: grid; grid-template-columns: 8rem 1fr; gap: 1.5rem; max-width: 44rem; margin: 5rem auto 0; padding: 1.4rem 0 1.6rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.author-bio__portrait { position: relative; }
.author-bio__portrait img { display: block; width: 8rem; height: 8rem; border-radius: 50%; object-fit: cover; background: #d7d0c5; }
.author-bio__caption { position: absolute; right: -.6rem; bottom: .3rem; padding: .25rem .4rem; background: var(--paper); color: #817c71; font-size: .52rem; letter-spacing: .08em; text-transform: uppercase; transform: rotate(-6deg); }
.author-bio__copy h2 { margin: .55rem 0 .2rem; font-size: 2.1rem; font-weight: 600; line-height: .95; }
.author-bio__copy h2 a { color: var(--ink); }
.author-bio__copy h2 a:hover { color: var(--brass); }
.author-bio__role { margin: 0 0 .8rem; color: var(--brass); font-size: .67rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.author-bio__copy > p:not(.author-bio__role):not(.author-bio__note) { margin: 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.65; }
.author-bio__note { margin: .9rem 0 0; color: #817c71; font-size: .68rem; font-style: italic; line-height: 1.5; }
.search-form { width: 100%; }
.tikli-article { font-size: 1.05rem; line-height: 1.82; }
.tikli-article .post-dek { margin: 0 0 2rem; color: var(--ink-soft); font-family: var(--serif); font-size: 1.65rem; line-height: 1.15; }
.editorial-disclosure { padding: 1.2rem 1.35rem; border-left: 2px solid var(--brass); background: #eae3d7; color: #57564f; font-size: .9rem; line-height: 1.65; }
.article-index { display: grid; gap: .65rem; margin: 3rem 0; padding: 1.4rem 1.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-index strong { color: var(--brass); font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; }
.article-index a { width: fit-content; border-bottom: 1px solid transparent; font-family: var(--serif); font-size: 1.2rem; line-height: 1.1; }
.article-index a:hover { border-color: var(--brass); color: var(--brass); }
.tikli-article h2 { margin: 3.5rem 0 1rem; font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 3.7rem); font-weight: 500; letter-spacing: -.035em; line-height: .95; }
.tikli-article p { margin: 1rem 0; }
.tikli-article a { color: #5d6d59; text-decoration: underline; text-decoration-color: var(--brass); text-underline-offset: .2em; }
.tikli-article a:hover { color: var(--brass); }
.tikli-article table { width: 100%; margin: 2.5rem 0; border-collapse: collapse; font-size: .9rem; line-height: 1.5; }
.tikli-article th, .tikli-article td { padding: .85rem .7rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.tikli-article th { color: var(--brass); font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }
.tikli-page-copy { max-width: 44rem; margin: 0 auto; font-size: 1.05rem; line-height: 1.8; }
.tikli-page-copy .post-dek { margin: 0 0 2rem; color: var(--ink-soft); font-family: var(--serif); font-size: 1.65rem; line-height: 1.15; }
.tikli-page-copy h2 { margin: 3.2rem 0 1rem; font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 3.5rem); font-weight: 500; letter-spacing: -.035em; line-height: .95; }
.tikli-page-copy p { margin: 1rem 0; }
.tikli-page-copy a { color: #5d6d59; text-decoration: underline; text-decoration-color: var(--brass); text-underline-offset: .2em; }
.tikli-faq { margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.tikli-faq h2 { margin-top: 0; }
.tikli-faq-item { padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.tikli-faq-item h3 { margin: 0 0 .5rem; font-family: var(--serif); font-size: 1.6rem; font-weight: 600; line-height: 1.05; }
.tikli-faq-item p { margin: 0; color: var(--ink-soft); }

@media (max-width: 850px) {
  .container { padding-right: 2rem; padding-left: 2rem; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: inline-grid; }
  .mobile-nav { display: grid; padding: .5rem 2rem 1.5rem; border-top: 1px solid var(--line); }
  .mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.75rem; }
  .search-drawer__inner { grid-template-columns: 1fr; gap: .3rem; }
  .search-drawer__hint { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .hero-copy { padding-left: 0; }
  .hero-figure__image-wrap { max-width: none; }
  .section-intro { grid-template-columns: 1fr 1.5fr; gap: 1.5rem; }
  .section-intro__link { grid-column: 2; justify-self: start; }
  .notes-rail { gap: 1.2rem; }
  .index-grid { gap: 4rem; }
  .about-grid { grid-template-columns: .7fr 1.3fr; gap: 2rem; }
  .about-stamp { grid-column: 2; margin: 0; }
  .archive-grid { gap: 1.5rem; }
  .archive-layout, .single-layout { grid-template-columns: 1fr; gap: 3rem; }
  .journal-sidebar { position: static; }
  .related-reading__item { grid-template-columns: 4.2rem 1fr auto; }
  .social-share { align-items: flex-start; flex-direction: column; }
  .social-share__links { justify-content: flex-start; }
}
@media (max-width: 620px) {
  .container { padding-right: 1.25rem; padding-left: 1.25rem; }
  .issue-bar__aside { display: none; }
  .issue-bar__inner { justify-content: flex-start; }
  .site-header__inner { min-height: 4.7rem; }
  .mobile-nav { padding-right: 1.25rem; padding-left: 1.25rem; }
  .hero-section { padding: 3.8rem 0 2rem; }
  .hero-copy h1 { font-size: clamp(4rem, 17vw, 6rem); }
  .hero-intro { margin-top: 1.8rem; font-size: .92rem; }
  .hero-actions { gap: 1.5rem; margin-top: 2.6rem; }
  .hero-bottom { padding-top: 3rem; }
  .hero-bottom__note { font-size: .62rem; }
  .scroll-cue span { display: none; }
  .journal-section, .index-section { padding: 6rem 0; }
  .section-intro, .index-grid, .letters-grid { grid-template-columns: 1fr; gap: 2.3rem; }
  .section-intro__body, .section-intro__link { grid-column: 1; }
  .section-intro__body h2, .index-copy h2, .about-copy h2, .letters-copy h2 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .notes-rail, .archive-grid { grid-template-columns: 1fr; gap: 4rem; }
  .note-card:nth-child(2), .note-card:nth-child(3) { margin-top: 0; }
  .note-card__image img { aspect-ratio: 4/4.4; }
  .index-visual { padding-right: .8rem; padding-left: .8rem; }
  .about-section { padding: 6rem 0; }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-stamp { grid-column: 1; justify-self: end; margin-top: 0; }
  .letters-section { padding: 6rem 0; }
  .site-footer__top { grid-template-columns: 1fr; gap: 1.6rem; padding-bottom: 2.5rem; }
  .site-footer__top .link-line { justify-self: start; }
  .site-footer__bottom { flex-wrap: wrap; gap: 1rem; }
  .site-footer__bottom > span:last-child { width: 100%; }
  .tikli-article { font-size: 1rem; }
  .tikli-article .post-dek { font-size: 1.35rem; }
  .tikli-article table { display: block; overflow-x: auto; white-space: nowrap; }
  .tikli-page-copy { font-size: 1rem; }
  .tikli-page-copy .post-dek { font-size: 1.35rem; }
  .related-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .social-share__links { gap: .35rem; }
  .social-share__link { padding: .48rem .52rem; font-size: .56rem; }
  .author-bio { grid-template-columns: 5.5rem 1fr; gap: 1rem; margin-top: 4rem; }
  .author-bio__portrait img { width: 5.5rem; height: 5.5rem; }
  .author-bio__copy h2 { font-size: 1.8rem; }
  .author-bio__caption { right: -.25rem; font-size: .46rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
