@font-face {
  font-family: "Manrope";
  src: url("/assets/manrope-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 800;
}

@font-face {
  font-family: "Noto Sans SC";
  src: url("/assets/noto-sans-sc-700.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

:root {
  color-scheme: light;
  --mist: #dce5de;
  --reed: #18382c;
  --water: #6d9288;
  --sun: #c79242;
  --paper: #f2f0e7;
  --paper-deep: #e7e5da;
  --ink: #19231e;
  --muted: #59675f;
  --line: rgba(24, 56, 44, .24);
  --edge: clamp(20px, 4.8vw, 76px);
  --content: 1320px;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--paper); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; color: var(--ink); background: var(--paper); font-family: "Manrope", "Noto Sans SC", "PingFang SC", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
img { max-width: 100%; }
::selection { color: var(--paper); background: var(--reed); }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 100; top: 10px; left: 12px; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; color: var(--paper); background: var(--reed); }
.skip-link:focus { width: auto; height: auto; padding: 10px 14px; overflow: visible; clip-path: none; }

.field-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1600px, 100%);
  min-height: 72px;
  margin-inline: auto;
  padding: 12px var(--edge);
  border-bottom: 1px solid var(--line);
  background: rgba(242, 240, 231, .96);
}

.field-brand { display: inline-flex; align-items: center; justify-self: start; gap: 11px; font-size: 10px; font-weight: 800; letter-spacing: .09em; }
.field-brand svg { width: 35px; height: 35px; color: var(--reed); }
.field-brand svg circle, .field-brand svg path { stroke: currentColor; stroke-width: 1.4; }
.field-brand b { color: var(--water); font-weight: 700; }
.field-header > time { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .12em; font-variant-numeric: tabular-nums; }
.field-header nav { display: flex; justify-self: end; gap: clamp(18px, 3vw, 40px); font-size: 11px; font-weight: 700; }
.field-header nav a { padding-block: 10px; border-bottom: 1px solid transparent; }
.field-header nav a:hover { border-color: var(--reed); }

main, .field-footer { width: min(1600px, 100%); margin-inline: auto; }

.journal-intro {
  display: grid;
  grid-template-columns: minmax(340px, .85fr) minmax(460px, 1.15fr);
  align-items: stretch;
  gap: clamp(52px, 8vw, 132px);
  max-width: var(--content);
  min-height: 570px;
  margin-inline: auto;
  padding: clamp(64px, 7vw, 110px) var(--edge);
  border-bottom: 1px solid var(--line);
}

.intro-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.intro-copy h1 { margin: 0; font-size: clamp(4.6rem, 7.6vw, 7rem); line-height: .9; letter-spacing: -.04em; }
.intro-copy p { max-width: 27rem; margin: 34px 0 0; padding-top: 22px; border-top: 1px solid var(--reed); color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.85; }
.intro-copy > a { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; margin-top: 34px; color: var(--reed); font-size: 12px; font-weight: 800; }
.intro-copy > a span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--reed); border-radius: 50%; transition: transform 180ms ease; }
.intro-copy > a:hover span { transform: translateY(3px); }

.intro-visual { position: relative; min-height: 420px; margin: 0; overflow: hidden; background: var(--paper-deep); }
.intro-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.intro-visual::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.36); pointer-events: none; }
.intro-visual figcaption { position: absolute; right: 18px; bottom: 16px; padding: 8px 11px; color: #fff; background: rgba(15,35,27,.74); font-size: 8px; font-weight: 700; letter-spacing: .04em; }

.journal-index { max-width: var(--content); margin-inline: auto; padding: clamp(82px, 9vw, 138px) var(--edge) clamp(100px, 10vw, 160px); }
.index-head { display: grid; grid-template-columns: 1fr minmax(280px, .72fr); align-items: end; gap: clamp(44px, 8vw, 120px); margin-bottom: clamp(52px, 6vw, 88px); }
.index-head h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .98; letter-spacing: -.04em; }
.index-head p { margin: 0 0 6px; padding-top: 18px; border-top: 1px solid var(--reed); color: var(--muted); line-height: 1.8; }

.journal-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .62fr); align-items: start; gap: clamp(50px, 8vw, 120px); }
.featured-entry { min-width: 0; }
.entry-photo { height: clamp(320px, 42vw, 560px); margin: 0 0 clamp(40px, 5vw, 68px); overflow: hidden; background: var(--paper-deep); }
.entry-photo img { width: 100%; height: 100%; object-fit: cover; }
.entry-body { max-width: 760px; }
.entry-body h3 { max-width: 12em; margin: 0; font-size: clamp(2.5rem, 4.8vw, 4.9rem); line-height: 1.02; letter-spacing: -.04em; }
.entry-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 24px 0 34px; color: var(--water); font-size: 10px; font-weight: 800; }
.entry-meta span + span { position: relative; }
.entry-meta span + span::before { content: ""; position: absolute; top: 50%; left: -13px; width: 4px; height: 4px; border-radius: 50%; background: var(--sun); transform: translateY(-50%); }
.entry-body > p { max-width: 68ch; margin: 0 0 18px; color: var(--muted); font-size: clamp(.96rem, 1.15vw, 1.06rem); line-height: 1.95; }
.entry-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.entry-points li { padding: 20px 18px; color: var(--reed); font-size: 12px; font-weight: 700; text-align: center; }
.entry-points li + li { border-left: 1px solid var(--line); }

.journal-aside { border-top: 2px solid var(--reed); }
.topic-index, .about-note { padding-block: 30px 38px; border-bottom: 1px solid var(--line); }
.journal-aside h2 { margin: 0 0 25px; font-size: 1.25rem; letter-spacing: -.02em; }
.topic-index ul { margin: 0; padding: 0; list-style: none; }
.topic-index li { display: grid; gap: 7px; padding: 18px 0; border-top: 1px solid var(--line); }
.topic-index strong { font-size: 1rem; }
.topic-index span { color: var(--muted); font-size: .82rem; line-height: 1.65; }
.nature-margin { margin: 44px 0; }
.nature-margin img { width: 100%; height: 330px; object-fit: cover; object-position: center 35%; filter: saturate(.9); }
.nature-margin figcaption { margin-top: 12px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.about-note p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.85; }

.field-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 100px; padding: 18px var(--edge); color: var(--paper); background: var(--reed); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.field-footer p { margin: 0; color: #b9c8be; font-size: 10px; letter-spacing: .02em; }
.field-footer p a { border-bottom: 1px solid rgba(185,200,190,.5); }
.field-footer > a { justify-self: end; font-size: 11px; letter-spacing: 0; }
.field-footer a:hover { color: #e2b96e; }

@media (max-width: 960px) {
  .journal-intro { grid-template-columns: minmax(300px, .8fr) minmax(380px, 1.2fr); gap: 54px; }
  .journal-layout { grid-template-columns: minmax(0, 1.5fr) minmax(250px, .65fr); gap: 54px; }
}

@media (max-width: 720px) {
  .field-header { grid-template-columns: 1fr auto; min-height: 64px; padding-block: 10px; }
  .field-header > time { display: none; }
  .field-brand { font-size: 9px; }
  .field-brand svg { width: 30px; height: 30px; }
  .field-header nav { gap: 14px; font-size: 9px; }
  .field-header nav a:first-child { display: none; }

  .journal-intro { grid-template-columns: 1fr; gap: 40px; min-height: 0; padding-top: 58px; padding-bottom: 54px; }
  .intro-copy h1 { font-size: clamp(4rem, 20vw, 5.4rem); }
  .intro-copy p { max-width: 22rem; margin-top: 26px; padding-top: 18px; }
  .intro-copy > a { margin-top: 24px; }
  .intro-visual { min-height: 0; height: clamp(210px, 62vw, 300px); }
  .intro-visual::after { inset: 9px; }
  .intro-visual figcaption { right: 12px; bottom: 11px; font-size: 7px; }

  .journal-index { padding-top: 70px; padding-bottom: 90px; }
  .index-head { grid-template-columns: 1fr; gap: 26px; margin-bottom: 48px; }
  .index-head h2 { font-size: clamp(2.7rem, 13vw, 3.8rem); }
  .index-head p { max-width: 24rem; }
  .journal-layout { grid-template-columns: 1fr; gap: 76px; }
  .entry-photo { height: clamp(220px, 66vw, 320px); margin-bottom: 36px; }
  .entry-body h3 { max-width: 9em; font-size: clamp(2.35rem, 11vw, 3.25rem); }
  .entry-meta { margin-block: 18px 26px; }
  .entry-points { grid-template-columns: 1fr; margin-top: 34px; }
  .entry-points li { padding: 15px 12px; text-align: left; }
  .entry-points li + li { border-top: 1px solid var(--line); border-left: 0; }
  .nature-margin { display: grid; grid-template-columns: 42% 1fr; align-items: end; gap: 18px; }
  .nature-margin img { height: 220px; }
  .nature-margin figcaption { margin: 0 0 3px; }
  .field-footer { grid-template-columns: 1fr auto; min-height: 84px; }
  .field-footer p { display: none; }
}

@media (max-width: 640px) {
  .intro-copy h1 { font-size: clamp(3.8rem, 19vw, 4.8rem); }
}

@media (max-width: 420px) {
  .field-brand b { display: none; }
  .journal-intro, .journal-index { padding-inline: 20px; }
}

@media (max-height: 700px) and (max-width: 640px) {
  .journal-intro { padding-top: 42px; }
  .intro-copy h1 { font-size: 3.55rem; }
  .intro-visual { height: 205px; }
}

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