/* Yaşama Dair: a personal journal with an editorial rhythm. */
:root {
  --paper:#f7f5f0;
  --white:#fffefa;
  --ink:#252923;
  --muted:#61645c;
  --accent:#a13e2c;
  --accent-dark:#7d2e20;
  --line:#d8d9cf;
  --soft:#eeece4;
  --dark:#232a24;
  --serif:Georgia,'Times New Roman',serif;
  --sans:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --wrap:1280px}

* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:2rem}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
  font-size:1rem;
  line-height:1.7;
  -webkit-font-smoothing:antialiased}
body:has(dialog[open]) {
  overflow:hidden}
h1,h2,h3,p,figure,blockquote {
  margin:0}
h1,h2,h3 {
  font-family:var(--serif);
  font-weight:400;
  line-height:1.12;
  text-wrap:balance}
h1 {
  font-size:clamp(2.8rem,5.5vw,5.7rem);
  letter-spacing:-.055em}
h2 {
  font-size:clamp(2rem,3.6vw,3.35rem);
  letter-spacing:-.04em}
h3 {
  font-size:1.75rem;
  letter-spacing:-.025em}
a {
  color:inherit;
  text-decoration-thickness:1px;
  text-underline-offset:5px}
button,input,textarea {
  font:inherit}
button,a,input,textarea,summary {
  -webkit-tap-highlight-color:transparent}
button {
  cursor:pointer}
button:disabled {
  cursor:wait}
button:focus-visible,a:focus-visible,summary:focus-visible {
  outline:3px solid var(--accent);
  outline-offset:5px}
input:focus-visible,textarea:focus-visible {
  outline:2px solid var(--accent);
  outline-offset:2px}
img {
  display:block;
  max-width:100%;
  height:auto}
svg {
  flex-shrink:0}
.icon {
  width:22px;
  height:22px;
  vertical-align:middle}
button .icon {
  pointer-events:none}
::selection {
  background:#dfbc96;
  color:var(--ink)}
[hidden] {
  display:none!important}
.wrap {
  width:min(var(--wrap),calc(100% - 88px));
  margin-inline:auto}
.section {
  padding-block:88px}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.8125rem;
  font-weight:650;
  line-height:1.5}
.metadata {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 18px;
  font-size:.8125rem;
  color:var(--muted);
  line-height:1.6}
.small-text {
  font-size:.875rem;
  color:var(--muted);
  line-height:1.7}
.count {
  color:var(--accent);
  font-family:var(--sans);
  font-size:1rem;
  vertical-align:super;
  margin-left:.3rem}
.skip-link {
  position:fixed;
  top:-100px;
  left:20px;
  background:var(--ink);
  color:#fff;
  padding:12px 20px;
  z-index:99}
.skip-link:focus {
  top:12px}
.signature {
  font:italic 2rem var(--serif);
  display:inline-block}

/* Masthead */
.site-header {
  border-bottom:1px solid var(--line)}
.masthead {
  min-height:104px;
  display:flex;
  align-items:center;
  gap:32px}
.brand {
  font:700 2.5rem var(--serif);
  letter-spacing:-.055em;
  text-decoration:none;
  white-space:nowrap;
  line-height:1.1}
.brand span {
  color:var(--accent)}
.journal-name {
  margin-left:auto;
  font-size:.75rem;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--muted)}
.header-actions {
  display:flex;
  align-items:center;
  gap:16px}
.languages {
  display:flex;
  align-items:center;
  gap:2px}
.languages a {
  display:grid;
  place-items:center;
  min-width:40px;
  min-height:40px;
  font-size:.875rem;
  text-decoration:none;
  color:var(--muted);
  border:1px solid transparent;
  border-radius:50%}
.languages a:hover {
  color:var(--accent)}
.languages [aria-current] {
  border-color:var(--line);
  color:var(--ink);
  font-weight:700}
.navigation-shell {
  border-top:1px solid var(--line)}
.site-navigation {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-height:60px}
.site-navigation a {
  padding:16px 5px;
  text-decoration:none;
  font-size:.875rem;
  position:relative}
.site-navigation a:hover {
  color:var(--accent)}
.site-navigation [aria-current=page] {
  color:var(--accent)}
.site-navigation [aria-current=page]:after {
  content:'';
  position:absolute;
  left:5px;
  right:5px;
  bottom:0;
  height:2px;
  background:var(--accent)}
.menu-toggle {
  display:none;
  background:none;
  border:1px solid var(--line);
  padding:9px;
  align-items:center;
  gap:7px;
  color:var(--ink);
  min-height:44px;
  font-size:.875rem}

/* First page */
.hero {
  padding-block:68px 76px;
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:70px;
  align-items:center}
.hero .eyebrow {
  color:var(--accent);
  margin-bottom:25px}
.hero h1 {
  font-size:clamp(3.7rem,6.4vw,6.65rem);
  line-height:1.04;
  letter-spacing:-.055em}
.hero h1 em {
  font-weight:400;
  color:var(--accent)}
.hero-description {
  font-size:1.06rem;
  line-height:1.85;
  color:var(--muted);
  max-width:470px;
  margin-top:28px}
.hero-actions {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:22px;
  margin-top:32px}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  padding:15px 22px;
  background:var(--accent);
  border:1px solid var(--accent);
  color:#fff;
  text-decoration:none;
  font-weight:600;
  font-size:.875rem;
  line-height:1.5;
  min-height:52px;
  transition:background .2s,transform .2s}
.button:hover {
  background:var(--accent-dark);
  border-color:var(--accent-dark);
  transform:translateY(-2px)}
.button-outline {
  background:transparent;
  color:var(--accent)}
.button-outline:hover {
  color:#fff}
.text-link {
  font-size:.875rem;
  display:inline-flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  line-height:1.55;
  min-height:44px;
  font-weight:600}
.text-link:hover {
  color:var(--accent)}
.text-link .icon {
  width:19px;
  transition:transform .2s}
.text-link:hover .icon {
  transform:translateX(3px)}
.quiet-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:.875rem;
  color:var(--muted);
  line-height:1.55}
.quiet-link .icon {
  width:16px;
  height:16px}
.hero-byline {
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:44px;
  font-size:.875rem}
.hero-byline small {
  display:block;
  color:var(--muted);
  font-size:.75rem;
  margin-top:3px}
.byline-rule {
  width:42px;
  height:1px;
  background:var(--accent)}
.hero-portrait {
  position:relative;
  background:var(--ink);
  margin:0 0 12px 12px;
  isolation:isolate}
.hero-portrait:before {
  content:'';
  position:absolute;
  inset:14px 14px -14px -14px;
  border:1px solid #b8bcb0;
  z-index:-1}
.hero-portrait img {
  width:100%;
  height:550px;
  object-fit:cover;
  object-position:center 60%}
.hero-portrait figcaption {
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:.75rem;
  letter-spacing:.1em;
  color:#fff;
  background:var(--dark);
  padding:16px 22px}
.topics-strip {
  border-block:1px solid var(--line)}
.topics-strip>.wrap {
  display:grid;
  grid-template-columns:repeat(4,1fr)}
.topics-strip a {
  display:flex;
  align-items:center;
  gap:18px;
  text-decoration:none;
  padding:23px 25px;
  font-family:var(--serif);
  font-size:1.2rem;
  border-right:1px solid var(--line)}
.topics-strip a:first-child {
  padding-left:0}
.topics-strip a:last-child {
  border-right:0}
.topic-index {
  font-family:var(--sans);
  font-size:.75rem;
  color:var(--accent)}
.topics-strip .icon {
  margin-left:auto;
  width:18px}
.topics-strip a:hover {
  color:var(--accent)}

/* Listening */
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:32px;
  margin-bottom:36px}
.section-heading .eyebrow {
  color:var(--accent);
  margin-bottom:13px}
.section-heading h2 {
  max-width:730px}
.section-heading>.text-link {
  flex-shrink:0}
.podcast-card {
  border:1px solid var(--line);
  display:grid;
  grid-template-columns:310px 1fr;
  background:var(--white);
  overflow:hidden}
.podcast-art {
  position:relative;
  min-width:0;
  display:flex;
  align-items:center;
  background:#14222a;
  padding:24px}
.podcast-art img {
  width:100%;
  height:auto;
  object-fit:contain;
  box-shadow:0 18px 40px #0004}
.episode-number {
  position:absolute;
  top:16px;
  left:20px;
  font:italic 1.7rem var(--serif);
  color:#fff}
.podcast-body {
  padding:32px 38px;
  min-width:0}
.episode-meta {
  display:flex;
  justify-content:space-between;
  gap:15px;
  color:var(--accent);
  margin-bottom:16px}
.episode-meta span:last-child {
  color:var(--muted);
  white-space:nowrap;
  font-size:.8125rem;
  letter-spacing:.02em;
  text-transform:none}
.podcast-body h2 {
  font-size:clamp(1.7rem,3vw,2.7rem);
  line-height:1.16}
.podcast-body h3 {
  font-size:2rem;
  line-height:1.2}
.podcast-description {
  font-size:1rem;
  color:var(--muted);
  margin-block:16px}
.podcast-body .metadata {
  margin-block:14px 20px}
.podcast-body audio {
  display:block;
  width:100%;
  height:44px;
  color-scheme:light}
.audio-foot {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:12px;
  margin-top:10px}
.media-status {
  font-size:.875rem;
  color:var(--accent)}
.episode-notes {
  font-size:.875rem;
  border-top:1px solid var(--line);
  margin-top:24px;
  padding-top:16px}
.episode-notes summary {
  cursor:pointer;
  min-height:30px;
  font-weight:600}
.episode-notes p {
  color:var(--muted);
  margin-top:12px}
.podcast-featured {
  grid-template-columns:.82fr 1.18fr}
.podcast-featured .podcast-art {
  padding:38px}
.podcast-featured .podcast-body {
  padding:36px 42px}
.podcast-list {
  display:grid;
  gap:32px}
.list-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin-bottom:30px}
.list-heading h2 {
  font-size:1.8rem}

/* Journal */
.thoughts-section {
  padding-top:0}
.thought-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line)}
.thought-card {
  padding:30px 32px 8px;
  border-right:1px solid var(--line);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:0}
.thought-card:first-child {
  padding-left:0}
.thought-card:last-child {
  padding-right:0;
  border:0}
.thought-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  width:100%;
  margin-bottom:30px}
.article-number {
  font:italic 2rem var(--serif);
  color:var(--accent)}
.thought-card h3 {
  font-size:2rem;
  line-height:1.2;
  margin-bottom:18px}
.thought-card h3 a {
  text-decoration:none}
.thought-card h3 a:hover {
  color:var(--accent)}
.thought-card>p {
  color:var(--muted);
  font-size:1rem;
  margin-bottom:28px}
.thought-card>.text-link {
  margin-top:auto}
.story-band {
  background:var(--dark);
  color:var(--paper);
  padding-block:76px}
.story-band-inner {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px 90px}
.story-band .eyebrow {
  grid-column:1/-1;
  color:#d6ba94}
.story-band h2 {
  font-size:clamp(2.7rem,4.7vw,4.3rem);
  max-width:500px}
.story-band p:not(.eyebrow) {
  color:#d5d9ce;
  font-size:1.08rem;
  line-height:1.9}
.story-band .text-link {
  margin-top:22px;
  color:#fff;
  border-bottom:1px solid #84917e}
.explore-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px}
.explore-link {
  border:1px solid var(--line);
  padding:36px 38px;
  text-decoration:none;
  position:relative;
  transition:background .2s}
.explore-link:hover {
  background:var(--soft)}
.explore-link .eyebrow {
  color:var(--accent);
  margin-bottom:18px}
.explore-link h3 {
  font-size:2rem;
  max-width:380px;
  margin-bottom:18px}
.explore-link>p:not(.eyebrow) {
  color:var(--muted);
  max-width:85%}
.explore-link>.icon {
  position:absolute;
  right:25px;
  bottom:30px}
.news-brief {
  border-block:1px solid var(--line);
  display:grid;
  grid-template-columns:150px 1fr auto;
  gap:30px;
  align-items:center;
  padding-block:30px}
.news-brief .eyebrow {
  color:var(--accent)}
.news-brief h2 {
  font-size:1.7rem;
  margin-bottom:8px}
.news-brief p:not(.eyebrow) {
  color:var(--muted);
  font-size:1rem}

/* Inside pages */
.page-heading {
  padding-block:40px 48px;
  border-bottom:1px solid var(--line)}
.breadcrumb {
  display:flex;
  gap:12px;
  align-items:center;
  font-size:.8125rem;
  color:var(--muted);
  margin-bottom:55px}
.breadcrumb a {
  text-decoration:none}
.page-heading .eyebrow {
  color:var(--accent);
  margin-bottom:22px}
.page-heading h1 {
  max-width:1000px}
.page-heading>p:last-child {
  color:var(--muted);
  font-size:1.12rem;
  line-height:1.85;
  max-width:690px;
  margin-top:24px}
.inner-page .section {
  padding-top:56px}
.story-page {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:90px}
.story-page figure img {
  width:100%;
  max-height:650px;
  object-fit:cover;
  object-position:center 60%}
.story-page figcaption {
  font:italic 1.1rem var(--serif);
  color:var(--muted);
  margin-top:18px}
.story-prose h2 {
  margin-bottom:25px}
.story-prose p {
  font-size:1.1rem;
  color:var(--muted);
  margin-bottom:24px;
  line-height:1.9}
.story-prose p.lead {
  color:var(--ink);
  font-size:1.2rem}
.story-prose blockquote {
  font:italic 1.9rem/1.4 var(--serif);
  color:var(--accent);
  border-left:2px solid var(--accent);
  padding-left:26px;
  margin-block:38px}
.story-prose .signature {
  display:block;
  margin:28px 0}
.writing-layout {
  display:grid;
  grid-template-columns:270px 1fr;
  gap:85px}
.writing-index {
  align-self:start;
  position:sticky;
  top:35px}
.writing-index .eyebrow {
  color:var(--accent);
  margin-bottom:24px}
.writing-index a {
  display:flex;
  gap:14px;
  padding:17px 0;
  border-bottom:1px solid var(--line);
  text-decoration:none;
  font-size:.875rem}
.writing-index a:hover {
  color:var(--accent)}
.writing-index a span {
  color:var(--accent);
  font-size:.75rem}
.writing-list {
  max-width:760px;
  min-width:0}
.writing {
  padding-block:48px;
  border-bottom:1px solid var(--line);
  scroll-margin-top:40px}
.writing:first-child {
  padding-top:0}
.writing h2 {
  font-size:2.8rem;
  margin:18px 0 25px}
.writing>p {
  font:1.2rem/1.95 var(--serif);
  margin-bottom:20px}
.writing .article-author {
  font:.8125rem var(--sans);
  color:var(--muted);
  margin-top:26px}
.photo-gallery {
  max-width:920px;
  margin-inline:auto;
  display:grid;
  gap:60px}
.photo-figure {
  display:grid;
  grid-template-columns:1.35fr .65fr;
  align-items:end;
  gap:44px}
.photo-open {
  position:relative;
  display:block;
  text-decoration:none}
.photo-open img {
  width:100%;
  max-height:680px;
  object-fit:cover}
.photo-expand {
  position:absolute;
  bottom:20px;
  left:20px;
  background:var(--white);
  color:var(--ink);
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  font-size:.875rem}
.photo-open:hover .photo-expand {
  background:var(--accent);
  color:#fff}
.photo-figure figcaption h2 {
  font-size:2.4rem;
  margin-bottom:15px}
.photo-figure figcaption p {
  margin-top:18px;
  color:var(--muted)}
.photo-dialog {
  border:0;
  padding:24px;
  background:var(--white);
  max-width:min(95vw,1000px);
  max-height:94vh;
  overflow:auto}
.photo-dialog::backdrop {
  background:#111c;
  backdrop-filter:blur(5px)}
.photo-dialog>img {
  width:auto;
  max-width:100%;
  height:70vh;
  object-fit:contain;
  margin:0 auto}
.dialog-close {
  display:grid;
  place-items:center;
  margin:0 0 15px auto;
  width:44px;
  height:44px;
  background:var(--soft);
  border:0}
.dialog-caption {
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:18px}
.video-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px 32px}
.video-facade,.local-video {
  aspect-ratio:16/9;
  background:var(--dark);
  position:relative;
  overflow:hidden}
.video-facade iframe,.local-video video {
  width:100%;
  height:100%;
  border:0;
  display:block}
.youtube-load {
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  background:transparent;
  color:var(--paper);
  border:0;
  position:relative;
  z-index:1}
.youtube-load>.icon {
  background:var(--accent);
  padding:15px;
  width:64px;
  height:64px;
  border-radius:50%;
  transition:transform .2s}
.youtube-load:hover>.icon {
  transform:scale(1.08)}
.youtube-load>span {
  font:1.5rem var(--serif)}
.video-index {
  position:absolute;
  right:26px;
  bottom:8px;
  font:italic 5rem var(--serif);
  color:#ffffff1a;
  pointer-events:none}
.video-caption {
  display:flex;
  justify-content:space-between;
  gap:15px;
  align-items:center;
  padding-block:22px 12px}
.video-caption h2 {
  font-size:1.7rem}
.video-card>p {
  color:var(--muted);
  font-size:1rem}
.video-card>p.small-text {
  font-size:.875rem}
.video-noscript {
  color:white;
  position:absolute;
  top:45%;
  left:30%}
.channel-banner {
  background:var(--soft);
  border:1px solid var(--line);
  margin-top:60px;
  padding:32px;
  display:flex;
  gap:30px;
  align-items:center;
  justify-content:space-between}
.channel-banner .eyebrow {
  color:var(--accent);
  margin-bottom:14px}
.channel-banner h2 {
  font-size:2.2rem}
.channel-banner .button {
  flex-shrink:0}
.news-list {
  max-width:1050px}
.news-item {
  display:grid;
  grid-template-columns:200px 1fr;
  gap:40px;
  padding-block:32px;
  border-bottom:1px solid var(--line)}
.news-item h2 {
  margin-bottom:20px}
.news-item p {
  font-size:1.1rem;
  line-height:1.85;
  color:var(--muted);
  margin-bottom:24px}
.contact-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px}
.contact-grid>article {
  padding:32px 0;
  border-top:1px solid var(--line);
  min-width:0}
.contact-icon {
  color:var(--accent);
  margin-bottom:20px}
.contact-icon .icon {
  width:32px;
  height:32px}
.contact-grid .eyebrow {
  color:var(--accent);
  margin-bottom:22px}
.contact-grid h2 {
  font-size:2rem;
  overflow-wrap:anywhere}
.contact-grid h2 a {
  text-decoration:none}
.contact-grid p:not(.eyebrow) {
  color:var(--muted);
  margin-top:20px}
.social-list {
  display:flex;
  flex-wrap:wrap;
  gap:10px 25px;
  margin-top:25px}
.success-section {
  min-height:35vh;
  display:flex;
  align-items:flex-start;
  gap:25px;
  padding-block:45px}

/* Readers and letters */
.reader-section>.eyebrow {
  color:var(--accent);
  margin-bottom:30px}
.reader-comments {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px}
.reader-comment {
  border-left:2px solid var(--line);
  padding:0 0 0 28px;
  max-width:760px}
.reader-comment:only-child {
  grid-column:1/-1}
.reader-comment header {
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:20px}
.reader-avatar {
  border:1px solid var(--line);
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  font:1.3rem var(--serif);
  border-radius:50%}
.reader-comment h3 {
  font-family:var(--sans);
  font-size:.9rem;
  font-weight:600;
  letter-spacing:0;
  margin-bottom:5px}
.reader-comment>p {
  font-size:1.06rem;
  line-height:1.9}
.reader-reply {
  background:var(--soft);
  padding:18px 23px;
  margin-top:22px}
.reader-reply .eyebrow {
  font-size:.75rem;
  color:var(--accent)}
.reader-reply p {
  font-size:1rem;
  margin-top:10px}
.reader-section [data-more-comments] {
  margin-top:25px}
.comment-section {
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:85px}
.comment-intro .eyebrow {
  color:var(--accent);
  margin-bottom:20px}
.comment-intro h2 {
  font-size:3rem;
  max-width:400px;
  margin-bottom:25px}
.comment-intro>p:not(.eyebrow) {
  color:var(--muted);
  margin-block:18px}
.comment-intro>.text-link {
  margin-top:2px}
.comment-form {
  min-width:0}
.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px}
.comment-form label {
  display:block;
  font-size:.875rem;
  font-weight:600;
  margin-bottom:24px}
.comment-form label>span {
  font-weight:400;
  color:var(--muted)}
.comment-form input:not([type=checkbox]),.comment-form textarea {
  width:100%;
  display:block;
  background:var(--white);
  border:1px solid #b6b9ae;
  color:var(--ink);
  padding:13px;
  margin-top:9px;
  border-radius:0;
  font-size:1rem;
  min-height:48px}
.comment-form textarea {
  resize:vertical;
  line-height:1.7}
.comment-form .checkbox {
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:.875rem;
  line-height:1.7;
  font-weight:400}
.checkbox input {
  width:18px;
  height:18px;
  flex-shrink:0;
  margin:3px 0 0;
  accent-color:var(--accent)}
.form-note {
  margin-top:15px;
  font-size:.8125rem}
.honeypot {
  position:absolute!important;
  width:1px;
  height:1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap}

/* Footer */
.site-footer {
  border-top:1px solid var(--line);
  background:var(--soft)}
.footer-top {
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:85px;
  padding-block:60px}
.footer-intro>p {
  max-width:340px;
  color:var(--muted);
  font-size:1rem;
  margin-block:25px}
.footer-intro .signature {
  font-size:1.55rem}
.footer-top h2.eyebrow {
  font-family:var(--sans);
  font-size:.75rem;
  font-weight:600;
  color:var(--accent);
  letter-spacing:.12em;
  margin-bottom:24px}
.footer-links {
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px}
.footer-links a {
  font-size:.875rem;
  text-decoration:none}
.footer-links a:hover {
  color:var(--accent)}
.footer-bottom {
  border-top:1px solid var(--line);
  padding-block:22px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:var(--muted);
  font-size:.75rem}
.footer-bottom a {
  text-decoration:none}

@media(min-width:1500px) {
  .hero {
  gap:100px}
.hero-portrait img {
  height:620px}
}

@media(max-width:1100px) {
  .wrap {
  width:calc(100% - 56px)}
.journal-name {
  max-width:230px}
.hero {
  gap:38px}
.hero h1 {
  font-size:clamp(3.5rem,6.5vw,5.5rem)}
.hero-portrait img {
  height:500px}
.hero-actions {
  gap:16px}
.story-page,.writing-layout,.comment-section {
  gap:45px}
.podcast-featured .podcast-body {
  padding:30px}
.podcast-featured .podcast-art {
  padding:26px}
.thought-card {
  padding-inline:24px}
.thought-card h3 {
  font-size:1.8rem}
.footer-top {
  gap:45px}
}

@media(max-width:900px) {
  .masthead {
  min-height:90px;
  flex-wrap:wrap;
  gap:18px}
.brand {
  font-size:2.15rem}
.journal-name {
  display:none}
.header-actions {
  margin-left:auto}
.js .menu-toggle {
  display:inline-flex}
.site-navigation {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  padding-block:8px}
.site-navigation a {
  padding:13px 4px}
.site-navigation [aria-current=page]:after {
  display:none}
.js .navigation-shell:not(.is-open) {
  display:none}
.hero {
  grid-template-columns:1.05fr 1fr;
  gap:32px;
  padding-block:48px}
.hero h1 {
  font-size:4rem}
.hero-description {
  font-size:1rem;
  margin-top:23px}
.hero-portrait img {
  height:455px}
.hero-byline {
  margin-top:28px}
.hero-portrait figcaption {
  padding:14px}
.hero-portrait figcaption span:last-child {
  display:none}
.hero-actions {
  gap:10px}
.topics-strip a {
  padding:18px 12px;
  gap:10px;
  font-size:1rem}
.topics-strip .icon {
  display:none}
.section {
  padding-block:64px}
.section-heading {
  align-items:flex-start;
  gap:22px}
.section-heading h2 {
  font-size:2.5rem}
.podcast-card,.podcast-featured {
  grid-template-columns:.7fr 1.3fr}
.podcast-art,.podcast-featured .podcast-art {
  padding:18px}
.podcast-body,.podcast-featured .podcast-body {
  padding:27px}
.podcast-body h2,.podcast-body h3 {
  font-size:1.9rem}
.story-band-inner {
  gap:25px 40px}
.story-band h2 {
  font-size:3rem}
.thought-grid {
  grid-template-columns:1fr}
.thought-card,.thought-card:first-child,.thought-card:last-child {
  padding:28px 0;
  border-right:0;
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:1fr auto;
  column-gap:25px}
.thought-top {
  grid-column:1/-1;
  margin-bottom:20px}
.thought-card h3 {
  grid-column:1/-1}
.thought-card>p {
  margin-bottom:0}
.thought-card>.text-link {
  margin-top:0;
  align-self:end}
.explore-link {
  padding:27px}
.news-brief {
  grid-template-columns:1fr auto}
.news-brief>.eyebrow {
  grid-column:1/-1}
.page-heading {
  padding-block:28px 42px}
.breadcrumb {
  margin-bottom:40px}
.writing-layout {
  grid-template-columns:200px 1fr;
  gap:35px}
.writing h2 {
  font-size:2.3rem}
.story-page {
  grid-template-columns:1fr 1.2fr;
  gap:35px}
.story-prose blockquote {
  font-size:1.55rem;
  padding-left:20px}
.photo-figure {
  gap:25px}
.video-grid {
  gap:40px 25px}
.video-caption {
  display:block}
.video-caption .quiet-link {
  margin-top:14px}
.channel-banner h2 {
  font-size:1.9rem}
.contact-grid h2 {
  font-size:1.6rem}
.comment-section {
  grid-template-columns:1fr 1.25fr;
  gap:35px}
.comment-intro h2 {
  font-size:2.4rem}
.form-grid {
  grid-template-columns:1fr;
  gap:0}
.footer-top {
  grid-template-columns:1.2fr 1fr 1fr;
  gap:28px}
.footer-intro .brand {
  font-size:2rem}
}

@media(max-width:650px) {
  .wrap {
  width:calc(100% - 40px)}
.masthead {
  min-height:82px}
.brand {
  font-size:1.8rem}
.header-actions {
  gap:7px}
.languages a {
  min-width:31px;
  min-height:40px;
  font-size:.8125rem}
.menu-toggle {
  padding:9px}
.menu-toggle span {
  display:none}
.menu-toggle .icon {
  width:19px;
  height:19px}
.site-navigation {
  grid-template-columns:1fr 1fr}
.site-navigation a {
  font-size:.9rem;
  padding:12px 4px}
.hero {
  grid-template-columns:1fr;
  gap:42px;
  padding-block:42px 45px}
.hero-copy {
  max-width:500px;
  min-width:0}
.hero h1 {
  font-size:clamp(3.1rem,11.5vw,4.6rem);
  line-height:1.07}
.hero .eyebrow {
  margin-bottom:19px;
  font-size:.75rem}
.hero-description {
  font-size:1rem;
  max-width:430px;
  margin-top:24px}
.hero-actions {
  gap:18px;
  margin-top:25px}
.button {
  padding:14px 18px;
  gap:14px}
.hero-byline {
  margin-top:27px}
.hero-portrait {
  margin-left:9px;
  max-width:500px}
.hero-portrait img {
  height:auto;
  aspect-ratio:1/.95;
  object-position:center 66%;
  object-fit:cover}
.hero-portrait:before {
  inset:10px 10px -10px -10px}
.hero-portrait figcaption {
  font-size:.75rem;
  padding:13px 16px;
  letter-spacing:.06em}
.hero-portrait figcaption span:last-child {
  display:block}
.topics-strip>.wrap {
  grid-template-columns:1fr 1fr}
.topics-strip a,.topics-strip a:first-child {
  padding:17px 12px}
.topics-strip a:nth-child(2) {
  border-right:0}
.topics-strip a:nth-child(-n+2) {
  border-bottom:1px solid var(--line)}
.topics-strip .icon {
  display:block;
  width:17px}
.section {
  padding-block:48px}
.section-heading {
  display:block;
  margin-bottom:27px}
.section-heading h2 {
  font-size:2.25rem}
.section-heading>.text-link {
  margin-top:15px}
.podcast-card,.podcast-featured {
  grid-template-columns:1fr}
.podcast-art,.podcast-featured .podcast-art {
  padding:38px;
  min-height:200px}
.podcast-art img {
  width:100%;
  max-width:420px;
  margin:auto}
.podcast-body,.podcast-featured .podcast-body {
  padding:25px 22px}
.podcast-body h2,.podcast-body h3 {
  font-size:1.9rem}
.podcast-description {
  font-size:1rem}
.thoughts-section {
  padding-top:0}
.thought-card,.thought-card:first-child,.thought-card:last-child {
  display:flex;
  padding:25px 0}
.thought-card h3 {
  font-size:2rem}
.thought-card>p {
  font-size:1rem;
  margin-bottom:16px}
.thought-top {
  margin-bottom:20px}
.story-band {
  padding-block:50px}
.story-band-inner {
  grid-template-columns:1fr;
  gap:22px}
.story-band h2 {
  font-size:3rem;
  max-width:450px}
.story-band p:not(.eyebrow) {
  font-size:1rem}
.explore-grid {
  grid-template-columns:1fr;
  gap:18px}
.explore-link {
  padding:26px}
.explore-link h3 {
  font-size:1.95rem}
.news-brief {
  grid-template-columns:1fr;
  gap:18px}
.news-brief>.eyebrow {
  grid-column:auto}
.news-brief>.text-link {
  justify-self:start}
.reader-comments {
  grid-template-columns:1fr}
.reader-comment {
  padding-left:20px}
.reader-comment>p {
  font-size:1rem}
.reader-reply {
  padding:17px}
.comment-section {
  grid-template-columns:1fr;
  gap:30px}
.comment-intro h2 {
  max-width:400px;
  font-size:2.65rem;
  margin-bottom:18px}
.comment-intro>p:not(.eyebrow) {
  margin-block:12px}
.form-grid {
  grid-template-columns:1fr}
.form-note {
  font-size:.8125rem}
.footer-top {
  grid-template-columns:1fr 1fr;
  gap:35px 30px;
  padding-block:42px}
.footer-intro {
  grid-column:1/-1}
.footer-intro>p {
  margin-block:18px;
  max-width:360px}
.footer-links a {
  font-size:.9rem}
.footer-links {
  gap:12px}
.footer-bottom {
  display:block}
.footer-bottom>a {
  display:inline-block;
  margin-top:16px}
.page-heading h1 {
  font-size:clamp(2.5rem,10vw,3.8rem)}
.page-heading>p:last-child {
  font-size:1rem}
.breadcrumb {
  margin-bottom:35px;
  flex-wrap:wrap}
.page-heading .eyebrow {
  font-size:.75rem}
.inner-page .section {
  padding-top:40px}
.story-page {
  grid-template-columns:1fr;
  gap:35px}
.story-page figure img {
  max-height:480px;
  aspect-ratio:4/4.2}
.story-prose h2 {
  font-size:2.4rem}
.story-prose p,.story-prose p.lead {
  font-size:1.08rem}
.writing-layout {
  grid-template-columns:1fr;
  gap:38px}
.writing-index {
  position:static;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 22px}
.writing-index .eyebrow {
  grid-column:1/-1;
  margin-bottom:8px}
.writing-index a {
  font-size:.875rem;
  padding-block:13px;
  gap:8px}
.writing-index a span {
  font-size:.75rem}
.writing h2 {
  font-size:2.35rem;
  overflow-wrap:anywhere}
.writing>p {
  font-size:1.15rem;
  line-height:1.9}
.writing {
  scroll-margin-top:20px;
  padding-block:35px}
.photo-figure {
  grid-template-columns:1fr;
  gap:25px}
.photo-figure img {
  max-height:none}
.photo-figure figcaption h2 {
  font-size:2rem}
.photo-dialog {
  padding:15px;
  max-width:95vw;
  max-height:95vh}
.photo-dialog>img {
  height:65vh}
.dialog-caption {
  display:block}
.dialog-caption>a {
  margin-top:10px}
.video-grid {
  grid-template-columns:1fr;
  gap:35px}
.video-caption {
  display:flex;
  flex-wrap:wrap;
  padding-top:18px}
.video-caption .quiet-link {
  margin-top:0}
.channel-banner {
  display:block;
  padding:25px;
  margin-top:40px}
.channel-banner>.button {
  margin-top:25px}
.channel-banner h2 {
  font-size:2rem}
.news-item {
  grid-template-columns:1fr;
  gap:20px;
  padding-block:20px 35px}
.news-item h2 {
  font-size:2.3rem}
.contact-grid {
  grid-template-columns:1fr;
  gap:15px}
.contact-grid h2 {
  font-size:1.8rem}
.success-section {
  flex-direction:column;
  gap:15px}
.list-heading {
  align-items:flex-start;
  gap:15px}
.list-heading h2 {
  font-size:1.5rem}
.list-heading .text-link {
  gap:7px}
.list-heading .icon {
  width:16px}
}

@media(max-width:360px) {
  .wrap {
  width:calc(100% - 28px)}
.brand {
  font-size:1.6rem}
.masthead {
  gap:8px}
.languages {
  gap:0}
.languages a {
  min-width:28px}
.hero h1 {
  font-size:2.9rem}
.hero-portrait figcaption {
  padding:12px;
  font-size:.75rem}
.podcast-body,.podcast-featured .podcast-body {
  padding:22px 17px}
}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
*,*:before,*:after {
  transition:none!important;
  animation:none!important}
}

@media print {
  .site-header,.site-footer,.comment-section,.hero-actions,.topics-strip,.video-grid,.audio-foot,.photo-expand {
  display:none!important}
body {
  background:#fff;
  color:#000}
.wrap {
  width:100%}
.section {
  padding-block:20px}
.writing-layout {
  display:block}
.writing-index {
  display:none}
.writing {
  break-inside:avoid}
.page-heading {
  padding-block:10px}
.story-band {
  background:#fff;
  color:#000}
.story-band p:not(.eyebrow) {
  color:#000}
}

/* Allow enlarged text and long translated headings to reflow. */
h1,h2,h3 { overflow-wrap: anywhere; }
@media(max-width:650px) { .brand { white-space:normal; } }
