/*
Theme Name: Yanya Growth Journal
Theme URI: https://yanya-growth-journal.dance-dog.chatgpt.site
Author: Yanya 妍妍
Author URI: https://www.instagram.com/grace.growth_lab/
Description: 為 Yanya 妍妍打造的溫暖編輯風個人成長部落格佈景，適合閱讀筆記、思維整理與生活文章。
Version: 1.2.1
Requires at least: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yanya-growth
Domain Path: /languages
Tags: blog, one-column, two-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
  --yg-ink: #2c2b28;
  --yg-muted: #77736b;
  --yg-paper: #fcfaf6;
  --yg-cream: #f7f3ec;
  --yg-line: #ded8cc;
  --yg-rust: #884a35;
  --yg-rust-dark: #713924;
  --yg-sage: #7d8d78;
  --yg-ochre: #d4b371;
  --yg-surface: #fffdfa;
  --yg-band: #e8e4d7;
  --yg-input: #ffffff;
  --yg-focus: #276a73;
  --yg-shadow: rgba(44, 43, 40, .12);
  --yg-serif: Georgia, 'Noto Serif TC', 'Microsoft JhengHei', 'Microsoft YaHei', 'Songti TC', serif;
  --yg-sans: Arial, 'PingFang TC', 'Noto Sans TC', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
  --yg-wrap: 1180px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--yg-paper); color: var(--yg-ink); font-family: var(--yg-sans); line-height: 1.7; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, a { touch-action: manipulation; }
::selection { background: #dec2b3; color: var(--yg-ink); }
:where(a, button, input, textarea, select, [tabindex]):focus-visible { outline: 3px solid var(--yg-focus); outline-offset: 3px; }
.site-wrap { width: min(var(--yg-wrap), calc(100% - 64px)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; padding: 12px 16px; left: 12px; top: 12px; background: var(--yg-surface); color: var(--yg-ink); z-index: 100000; }
.section-label { margin: 0 0 12px; color: var(--yg-rust); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.icon { width: 1.25em; height: 1.25em; display: inline-block; flex: 0 0 auto; }
.arrow-link { display: inline-flex; align-items: center; gap: 9px; color: var(--yg-rust); font-size: 13px; font-weight: 700; }
.arrow-link .icon-arrow { transition: transform .2s ease; }
.arrow-link:hover .icon-arrow { transform: translateX(4px); }

.announcement { min-height: 38px; padding: 8px max(24px, calc((100% - var(--yg-wrap))/2)); display: flex; justify-content: space-between; align-items: center; background: var(--yg-ink); color: #f8f1e7; font-size: 11px; letter-spacing: .06em; }
.announcement a { color: #efc8b3; }
.site-header { width: min(var(--yg-wrap), calc(100% - 64px)); height: 92px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--yg-line); position: relative; z-index: 50; }
.site-branding { display: flex; align-items: center; gap: 11px; min-width: 190px; }
.custom-logo { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.brand-icon { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #f0dfd2; color: var(--yg-rust); }
.brand-icon .icon { width: 25px; height: 25px; }
.site-title, .site-description { display: block; margin: 0; }
.site-title { font: 500 17px/1.15 var(--yg-serif); letter-spacing: .04em; }
.site-description { margin-top: 4px; color: var(--yg-rust); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.main-navigation { margin-left: auto; }
.main-navigation ul { display: flex; align-items: center; gap: 34px; margin: 0; padding: 0; list-style: none; }
.main-navigation a { padding: 35px 0 32px; display: block; color: #625f59; font-size: 13px; position: relative; }
.main-navigation a::after { content: ''; position: absolute; left: 0; bottom: 23px; width: 0; height: 1px; background: var(--yg-rust); transition: width .2s; }
.main-navigation a:hover, .main-navigation .current-menu-item > a, .main-navigation .current_page_item > a { color: var(--yg-rust); }
.main-navigation a:hover::after, .main-navigation .current-menu-item > a::after, .main-navigation .current_page_item > a::after { width: 100%; }
.header-tools { display: flex; align-items: center; gap: 9px; margin-left: 36px; }
.header-round, .menu-toggle { width: 38px; height: 38px; border: 1px solid var(--yg-line); border-radius: 50%; display: grid; place-items: center; background: transparent; color: var(--yg-ink); cursor: pointer; font-size: 11px; }
.header-round:hover { border-color: var(--yg-rust); color: var(--yg-rust); }
.menu-toggle { display: none; }
.header-round .icon, .menu-toggle .icon { width: 19px; height: 19px; }
.menu-toggle .icon-close { display: none; }
.menu-toggle[aria-expanded='true'] .icon-menu { display: none; }
.menu-toggle[aria-expanded='true'] .icon-close { display: inline-block; }
.header-search-panel { width: min(380px, calc(100vw - 40px)); padding: 16px 20px; position: absolute; top: 76px; right: 0; z-index: 60; border: 1px solid var(--yg-line); background: var(--yg-surface); box-shadow: 0 15px 30px var(--yg-shadow); }
.header-search-panel[hidden] { display: none; }
.header-search-panel .search-form { margin: 0; }

.hero { padding: 65px 0 76px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 64px; }
.featured-story { display: grid; grid-template-columns: minmax(280px, 1.03fr) minmax(320px, .97fr); align-items: center; gap: 46px; }
.editorial-cover { aspect-ratio: 3/2; position: relative; overflow: hidden; background: #b9795d; color: #fff; isolation: isolate; }
.editorial-cover.has-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) sepia(.08); }
.editorial-cover:not(.has-image)::before { content: ''; position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; left: -21%; bottom: 5%; }
.editorial-cover:not(.has-image)::after { content: ''; position: absolute; width: 51%; height: 58%; right: -5%; bottom: -12%; background: #ddbd8e; border-radius: 150px 150px 0 0; opacity: .86; z-index: -1; }
.cover-kicker { position: absolute; left: 24px; top: 22px; z-index: 2; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.cover-number { position: absolute; right: 22px; top: 18px; z-index: 2; font: italic 22px var(--yg-serif); }
.feature-copy h1 { margin: 0; font: 400 clamp(38px, 4vw, 58px)/1.2 var(--yg-serif); letter-spacing: -.035em; }
.feature-copy h1 a:hover { color: var(--yg-rust); }
.feature-copy .excerpt { margin: 23px 0 20px; color: var(--yg-muted); font-size: 15px; line-height: 1.85; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.post-meta { display: flex; flex-wrap: wrap; gap: 7px 14px; color: var(--yg-muted); font-size: 10px; }
.post-meta a { color: var(--yg-rust); font-weight: 700; }
.feature-copy .arrow-link { margin-top: 26px; }
.editors-picks { border-top: 2px solid var(--yg-ink); }
.widget-title-row { padding: 14px 0; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--yg-line); }
.widget-title-row h2 { margin: 0; font: 400 18px var(--yg-serif); }
.widget-title-row span { color: var(--yg-rust); font-size: 9px; letter-spacing: .15em; }
.pick { padding: 22px 0; display: grid; grid-template-columns: 34px 1fr; gap: 11px; border-bottom: 1px solid var(--yg-line); }
.pick-number { color: var(--yg-rust); font: italic 15px var(--yg-serif); }
.pick small { color: var(--yg-muted); font-size: 9px; }
.pick h3 { margin: 7px 0 0; font: 400 18px/1.45 var(--yg-serif); }
.pick:hover h3 { color: var(--yg-rust); }

.content-layout { padding: 88px 0 105px; display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 78px; border-top: 1px solid var(--yg-line); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 34px; }
.section-heading h2, .archive-header h1, .page-header h1 { margin: 0; font: 400 clamp(34px, 4vw, 48px)/1.25 var(--yg-serif); letter-spacing: -.03em; }
.post-list { border-top: 2px solid var(--yg-ink); }
.post-card { padding: 29px 0; display: grid; grid-template-columns: 215px minmax(0, 1fr); gap: 30px; border-bottom: 1px solid var(--yg-line); }
.post-card-cover { display: block; aspect-ratio: 16/9; position: relative; overflow: hidden; background: var(--yg-sage); color: white; }
.post-card-cover img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.post-card-cover.no-image::before { content: ''; position: absolute; width: 130px; height: 130px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; left: 25px; top: 24px; }
.post-card-cover.no-image::after { content: ''; position: absolute; width: 92px; height: 130px; border-radius: 60px 60px 0 0; background: #d9d3bd; right: -5px; bottom: -45px; }
.post-card-cover span { position: absolute; z-index: 2; left: 16px; top: 14px; font-size: 9px; letter-spacing: .1em; }
.post-card h2 { margin: 9px 0 8px; font: 400 24px/1.42 var(--yg-serif); }
.post-card h2 a:hover { color: var(--yg-rust); }
.post-card .excerpt { margin: 0 0 14px; color: var(--yg-muted); font-size: 13px; line-height: 1.75; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sidebar { display: flex; flex-direction: column; gap: 24px; }
.widget { padding: 27px; border: 1px solid var(--yg-line); background: var(--yg-surface); }
.widget-title { margin: 0 0 15px; font: 400 22px/1.35 var(--yg-serif); }
.widget p, .widget li { color: var(--yg-muted); font-size: 13px; }
.widget ul { margin: 0; padding: 0; list-style: none; }
.widget li { padding: 10px 0; border-top: 1px solid var(--yg-line); }
.widget a:hover { color: var(--yg-rust); }
.search-form { display: flex; border-bottom: 1px solid #bdb5aa; }
.search-field { width: 100%; padding: 10px 0; background: transparent; border: 0; outline: 0; }
.search-field::placeholder { color: var(--yg-muted); opacity: 1; }
.search-submit { border: 0; background: transparent; color: var(--yg-rust); cursor: pointer; }
.author-widget { text-align: center; background: var(--yg-cream); }
.author-mark { width: 80px; height: 80px; margin: 0 auto 20px; border: 1px solid #c7a895; border-radius: 50%; display: grid; place-items: center; color: var(--yg-rust); }
.author-mark .icon { width: 42px; height: 42px; }
.author-widget p { text-align: left; line-height: 1.8; }

.topic-band { padding: 86px 0 94px; background: var(--yg-band); }
.topic-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); border-top: 1px solid #bbb3a2; }
.topic-card { min-height: 245px; padding: 32px 34px 15px 0; margin-right: 34px; border-right: 1px solid #c3bcac; }
.topic-card:last-child { margin: 0; border: 0; }
.topic-card small { color: var(--yg-muted); font-size: 9px; letter-spacing: .15em; }
.topic-card h3 { margin: 18px 0 12px; font: 400 29px var(--yg-serif); }
.topic-card p { max-width: 380px; color: var(--yg-muted); font-size: 13px; line-height: 1.8; }
.topic-card:hover h3 { color: var(--yg-rust); }
.about-preview { padding: 105px 0; display: grid; grid-template-columns: 100px 1fr 1fr; gap: 50px; align-items: start; }
.quote-mark { width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; background: #f0dfd2; color: var(--yg-rust); }
.quote-mark .icon { width: 42px; height: 42px; }
.about-preview h2 { margin: 0; font: 400 clamp(34px, 4vw, 47px)/1.3 var(--yg-serif); }
.about-preview h2 em { color: var(--yg-rust); font-style: normal; }
.about-preview-copy { padding-top: 28px; }
.about-preview-copy p { margin: 0 0 14px; color: var(--yg-muted); font-size: 14px; line-height: 1.9; }
.newsletter { padding: 68px max(32px, calc((100% - var(--yg-wrap))/2)); display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; background: var(--yg-rust); color: #fff9ef; }
.newsletter h2 { margin: 0; font: 400 clamp(34px, 4vw, 46px)/1.28 var(--yg-serif); }
.newsletter p { color: #f2d4c3; font-size: 13px; }
.newsletter-cta { display: flex; justify-content: flex-end; }
.newsletter-button { padding: 14px 18px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid #ecc5b1; color: white; font-size: 13px; }
.newsletter-button .icon { transition: transform .2s ease; }
.newsletter-button:hover .icon { transform: translateX(4px); }

.archive-header, .page-header { padding: 72px 0 58px; border-bottom: 1px solid var(--yg-line); position: relative; }
.archive-header h1, .page-header h1 { font-size: clamp(48px, 7vw, 78px); }
.archive-header > p, .page-header > p { max-width: 560px; margin: 16px 0 0; color: var(--yg-muted); }
.archive-layout { padding: 45px 0 100px; display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 78px; }
.archive-nav { margin-bottom: 28px; padding: 18px 0; border-top: 2px solid var(--yg-ink); border-bottom: 1px solid var(--yg-line); display: flex; gap: 9px; flex-wrap: wrap; }
.archive-nav a { padding: 8px 13px; border: 1px solid var(--yg-line); border-radius: 20px; font-size: 11px; }
.archive-nav a:hover, .archive-nav a.active { background: var(--yg-ink); border-color: var(--yg-ink); color: white; }
.pagination, .nav-links { margin-top: 36px; display: flex; gap: 8px; flex-wrap: wrap; }
.page-numbers { min-width: 38px; height: 38px; padding: 0 10px; display: grid; place-items: center; border: 1px solid var(--yg-line); font-size: 12px; }
.page-numbers.current, .page-numbers:hover { background: var(--yg-ink); color: #fff; }

.article-header { max-width: 900px; padding: 70px 0 55px; margin-inline: auto; text-align: center; }
.article-header h1 { margin: 0; font: 400 clamp(39px, 6vw, 66px)/1.23 var(--yg-serif); letter-spacing: -.035em; }
.article-header .post-meta { justify-content: center; margin-top: 24px; }
.article-featured { width: min(980px, calc(100% - 64px)); max-height: 560px; margin: 0 auto 55px; display: block; object-fit: cover; }
.single-layout { padding-bottom: 90px; display: grid; grid-template-columns: minmax(0, 720px) 260px; justify-content: center; gap: 80px; align-items: start; }
.entry-content { color: #46423d; font-size: 17px; line-height: 2; overflow-wrap: anywhere; }
.entry-content > p:first-child:first-letter { float: left; margin: 10px 9px 0 0; color: var(--yg-rust); font: 64px/.72 var(--yg-serif); }
.entry-content h2, .entry-content h3, .entry-content h4 { margin: 2.2em 0 .8em; color: var(--yg-ink); font: 400 29px/1.45 var(--yg-serif); }
.entry-content h3 { font-size: 23px; }
.entry-content a { color: var(--yg-rust); text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { margin: 32px 0; padding: 20px 25px; border-left: 2px solid var(--yg-rust); background: var(--yg-cream); font: italic 19px/1.8 var(--yg-serif); }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 9px; border: 1px solid var(--yg-line); }
.entry-footer { margin-top: 50px; padding: 22px 0; border-top: 1px solid var(--yg-line); color: var(--yg-muted); font-size: 12px; }
.post-navigation { width: min(900px, calc(100% - 64px)); margin: 0 auto 90px; padding-top: 28px; border-top: 1px solid var(--yg-line); display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.post-navigation a { font: 400 18px/1.5 var(--yg-serif); }
.post-navigation a:last-child { text-align: right; }
.post-navigation small { display: block; margin-bottom: 6px; color: var(--yg-rust); font: 700 10px var(--yg-sans); letter-spacing: .08em; }
.related-posts { padding: 85px 0; background: var(--yg-band); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.related-card-cover { aspect-ratio: 16/9; display: block; margin-bottom: 17px; background: var(--yg-sage); position: relative; overflow: hidden; }
.related-card-cover img { width: 100%; height: 100%; object-fit: cover; }
.related-card-cover.no-image::after { content: ''; position: absolute; width: 160px; height: 160px; border-radius: 50%; background: #d9d3bd; right: -25px; bottom: -55px; }
.related-grid h3 { margin: 7px 0 0; font: 400 20px/1.45 var(--yg-serif); }
.related-grid h3 a:hover { color: var(--yg-rust); }
.comments-area { max-width: 720px; margin: 0 auto 90px; }
.comments-title, .comment-reply-title { font: 400 28px var(--yg-serif); }
.comment-list { padding-left: 0; list-style: none; }
.comment-list li { margin: 20px 0; padding: 20px; background: var(--yg-cream); }
.comment-form label { display: block; font-size: 12px; }
.comment-form input, .comment-form textarea { width: 100%; padding: 11px; border: 1px solid var(--yg-line); background: var(--yg-input); color: var(--yg-ink); }
.form-submit .submit { width: auto; padding: 11px 18px; background: var(--yg-rust); color: white; border: 0; cursor: pointer; }

.standard-page { padding: 70px 0 100px; display: grid; grid-template-columns: minmax(0, 760px) 260px; justify-content: center; gap: 80px; }
.about-page-hero { padding: 78px 0 90px; display: grid; grid-template-columns: 400px minmax(0, 1fr); gap: 85px; align-items: center; }
.about-art { aspect-ratio: 4/4.6; display: grid; place-items: center; background: #e8e4d7; color: var(--yg-rust); font: italic 66px var(--yg-serif); position: relative; overflow: hidden; }
.about-art::before { content: ''; position: absolute; width: 72%; height: 60%; right: -12%; bottom: -9%; border-radius: 50% 50% 0 0; background: var(--yg-sage); opacity: .82; }
.about-art::after { content: ''; position: absolute; width: 88px; height: 88px; right: 14%; top: 12%; border-radius: 50%; background: var(--yg-ochre); }
.about-art span { position: relative; z-index: 2; }
.about-art .icon { width: 72px; height: 72px; position: relative; z-index: 2; }
.about-page-copy h1 { margin: 0; font: 400 clamp(40px, 5vw, 61px)/1.28 var(--yg-serif); letter-spacing: -.04em; }
.about-page-copy h1 em { color: var(--yg-rust); font-style: normal; }
.about-page-copy p { color: var(--yg-muted); line-height: 1.95; }
.not-found { min-height: 60vh; padding: 100px 24px; display: grid; place-content: center; text-align: center; }
.not-found h1 { margin: 0 0 14px; font: 400 64px var(--yg-serif); }

.site-footer { width: min(var(--yg-wrap), calc(100% - 64px)); margin: auto; padding: 42px 0 28px; }
.footer-top { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 35px; padding-bottom: 32px; }
.footer-note { color: var(--yg-muted); font: italic 15px var(--yg-serif); }
.footer-menu { display: flex; gap: 22px; margin: 0; padding: 0; list-style: none; font-size: 12px; }
.footer-menu a:hover { color: var(--yg-rust); }
.footer-bottom { padding-top: 20px; border-top: 1px solid var(--yg-line); display: flex; justify-content: space-between; color: var(--yg-muted); font-size: 10px; }

.alignwide { width: min(980px, calc(100vw - 64px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin-right: auto; margin-left: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .gallery-caption { color: var(--yg-muted); font-size: 12px; }
.sticky { position: relative; }
.bypostauthor { outline: 1px solid var(--yg-line); }

@media (max-width: 980px) {
  .main-navigation ul { gap: 20px; }
  .hero { grid-template-columns: 1fr; }
  .editors-picks { display: grid; grid-template-columns: repeat(3, 1fr); }
  .widget-title-row { grid-column: 1/-1; }
  .pick { padding-right: 18px; }
  .content-layout, .archive-layout { grid-template-columns: minmax(0, 1fr) 250px; gap: 45px; }
  .single-layout { grid-template-columns: minmax(0, 680px); }
  .single-layout .sidebar { display: none; }
  .about-page-hero { grid-template-columns: 340px 1fr; gap: 50px; }
}

@media (max-width: 760px) {
  .site-wrap, .site-header, .site-footer, .article-featured, .post-navigation { width: min(100% - 40px, var(--yg-wrap)); }
  .announcement { justify-content: center; }
  .announcement span { display: none; }
  .site-header { height: 74px; }
  .main-navigation { display: none; position: absolute; left: 0; right: 0; top: 74px; padding: 10px; background: var(--yg-paper); border: 1px solid var(--yg-line); box-shadow: 0 15px 30px var(--yg-shadow); }
  .main-navigation.is-open { display: block; }
  .main-navigation ul { display: block; }
  .main-navigation a { padding: 12px; border-bottom: 1px solid var(--yg-line); }
  .main-navigation a::after { display: none; }
  .menu-toggle { display: grid; }
  .header-tools { margin-left: auto; }
  .hero { padding: 40px 0 64px; }
  .featured-story { grid-template-columns: 1fr; gap: 28px; }
  .editorial-cover { aspect-ratio: 3/2; }
  .editors-picks { display: block; margin-top: 12px; }
  .content-layout, .archive-layout { padding: 65px 0 78px; display: block; }
  .sidebar { margin-top: 60px; }
  .post-card { grid-template-columns: 125px 1fr; gap: 19px; }
  .post-card-cover { aspect-ratio: 16/9; }
  .post-card .excerpt { display: none; }
  .topic-band { padding: 68px 0; }
  .topic-grid { display: block; }
  .topic-card { min-height: 220px; margin: 0; border-right: 0; border-bottom: 1px solid #bbb3a2; }
  .about-preview { padding: 75px 0; grid-template-columns: 70px 1fr; gap: 24px; }
  .about-preview-copy { grid-column: 2; padding: 0; }
  .newsletter { padding: 55px 25px; display: block; }
  .newsletter-cta { justify-content: flex-start; margin-top: 28px; }
  .archive-header, .page-header { padding: 54px 0; }
  .article-header { width: min(100% - 40px, 900px); padding: 52px 0 42px; }
  .single-layout { width: min(100% - 40px, 720px); padding-bottom: 65px; }
  .entry-content { font-size: 16px; }
  .related-posts { padding: 65px 0; }
  .related-grid { display: block; }
  .related-grid article { margin-bottom: 36px; }
  .related-card-cover { aspect-ratio: 16/9; }
  .standard-page { padding: 55px 0 75px; display: block; }
  .about-page-hero { padding: 55px 0 75px; grid-template-columns: 1fr; gap: 38px; }
  .about-art { max-width: 480px; aspect-ratio: 1.2/1; }
  .footer-top { display: block; }
  .footer-note { margin: 23px 0; }
  .footer-menu { flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .site-title { font-size: 15px; }
  .header-round.social-link { display: none; }
  .feature-copy h1, .article-header h1, .about-page-copy h1 { font-size: 34px; }
  .post-card { grid-template-columns: 102px 1fr; }
  .post-card h2 { font-size: 18px; }
  .post-meta time { display: none; }
  .section-heading { display: block; }
  .section-heading .arrow-link { margin-top: 12px; }
  .post-navigation { grid-template-columns: 1fr; }
  .post-navigation a:last-child { text-align: left; }
  .footer-bottom { gap: 20px; }
}

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