:root {
  --bg: #fdfcff;
  --ink: #111111;
  --muted: #666666;
  --line: rgba(17, 17, 17, 0.1);
  --line-strong: rgba(17, 17, 17, 0.18);
  --blue: #5e72ff;
  --violet: #8c7bff;
  --pink: #f6bfd8;
  --butter: #f4ddb0;
  --mint: #cfe8df;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Times New Roman", Times, serif;
  background:
    radial-gradient(circle at top left, rgba(140, 123, 255, 0.14), transparent 24%),
    radial-gradient(circle at 80% 10%, rgba(246, 191, 216, 0.16), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #fcfbff 58%, #f7f8ff 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.2rem 0 4rem;
}

.reading-shell {
  width: min(880px, calc(100% - 2rem));
}

.site-header {
  margin-bottom: 1.5rem;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}

.brand,
.nav-link,
.eyebrow,
.card-label,
.reading-byline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: lowercase;
}

.brand {
  font-weight: 700;
}

.nav-link {
  color: var(--muted);
}

.nav-link:hover,
.text-link:hover,
.mini-title:hover {
  color: var(--blue);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(220px, 0.56fr);
  gap: 2rem;
  align-items: center;
  padding: 1.5rem 0 3rem;
}

.hero-copy h1,
.section-heading h2,
.feature-copy h3,
.category-section h3,
.reading-header h1,
blockquote {
  margin: 0.35rem 0 1rem;
  font-family: "Vidaloka", "Times New Roman", serif;
  font-weight: 400;
  line-height: 1;
}

.hero-copy h1 {
  font-size: clamp(3.7rem, 8vw, 6.3rem);
  max-width: 9ch;
}

.hero-text,
.intro-strip p,
.feature-copy p,
.mini-feature p,
.category-section p,
.about-copy p,
.about-meta p,
.submit-row p,
.reading-body p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.portrait-card {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  max-width: 300px;
  justify-self: end;
  background:
    linear-gradient(135deg, rgba(140, 123, 255, 0.14), rgba(246, 191, 216, 0.14));
}

.portrait-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-strip,
.about-copy,
.about-meta,
.quote-section,
.submit-row,
.reading-header,
.reading-body {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.intro-strip {
  padding: 1.3rem 1.4rem;
  margin-bottom: 3rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(246, 191, 216, 0.18));
}

.intro-strip p {
  color: var(--ink);
}

.scroll-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: -1rem 0 2.8rem;
}

.scroll-notes p {
  margin: 0;
  padding: 1.15rem 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.archive,
.about-section,
.submit-section {
  padding: 1.5rem 0 3rem;
}

.section-heading {
  margin-bottom: 1.4rem;
}

.section-heading h2 {
  font-size: clamp(2.2rem, 4.7vw, 3.9rem);
  max-width: 12ch;
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 1.4rem;
  margin-bottom: 1.5rem;
}

.feature-story,
.mini-feature,
.category-section {
  display: grid;
  gap: 0.9rem;
}

.feature-story,
.mini-feature {
  align-content: start;
}

.feature-image,
.mini-image {
  width: 100%;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #f8f8ff;
}

.feature-image {
  aspect-ratio: 4 / 3;
}

.mini-image {
  aspect-ratio: 4 / 3;
}

.section-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #f8f8ff;
}

.feature-copy h3 {
  font-size: 2.3rem;
}

.mini-title,
.category-section h3 {
  font-family: "Vidaloka", "Times New Roman", serif;
  font-size: 1.85rem;
  line-height: 1.05;
}

.feature-column {
  display: grid;
  gap: 1.2rem;
}

.external-list,
.lifestyle-list {
  display: grid;
  gap: 0.75rem;
}

.external-link,
.lifestyle-link {
  color: var(--ink);
  font-family: "Vidaloka", "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.12;
  transition: color 180ms ease;
}

.external-link:hover,
.lifestyle-link:hover {
  color: var(--blue);
}

.category-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.lifestyle-list {
  margin-top: 0.35rem;
}

.text-link {
  color: var(--blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: 1rem;
}

.about-copy,
.about-meta,
.submit-row,
.reading-header,
.reading-body,
.quote-section {
  padding: 1.4rem;
}

.about-copy {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(207, 232, 223, 0.18));
}

.about-meta {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(244, 221, 176, 0.2));
}

.about-copy p,
.about-meta p {
  margin-bottom: 1rem;
}

.about-copy p:last-child,
.about-meta p:last-child {
  margin-bottom: 0;
}

.quote-section {
  margin-bottom: 3rem;
  background:
    linear-gradient(135deg, rgba(140, 123, 255, 0.08), rgba(94, 114, 255, 0.06));
}

blockquote {
  max-width: 15ch;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(140, 123, 255, 0.12));
}

.submit-row p {
  max-width: 44rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--ink);
  color: #ffffff;
}

.button-primary:hover {
  background: var(--blue);
  border-color: var(--blue);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.76);
}

.reading-page {
  padding-top: 1.5rem;
}

.reading-header {
  margin-bottom: 1rem;
}

.reading-header h1 {
  font-size: clamp(2.8rem, 7vw, 5.2rem);
}

.reading-byline {
  color: var(--muted);
}

.reading-body p {
  margin: 0 0 1.2rem;
  color: var(--ink);
}

.reading-body h2 {
  margin: 2rem 0 1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: lowercase;
}

.reading-body em,
.reading-body strong {
  color: var(--blue);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  .hero,
  .feature-grid,
  .about-layout,
  .category-columns,
  .scroll-notes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .nav,
  .submit-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    gap: 0.8rem;
  }
}

@media (max-width: 540px) {
  .page-shell {
    width: min(100% - 1rem, 1100px);
  }

  .button {
    width: 100%;
  }
}
