
:root {
  --paper: #f7faf6;
  --surface: #ffffff;
  --ink: #10231b;
  --muted: #5b6f64;
  --line: #ccd8cf;
  --accent: #12382a;
  --accent-soft: #d8e7d0;
  --field: #edf3e9;
  --shadow: 0 24px 70px rgb(16 35 27 / 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.site-header { background: var(--surface); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.utility-bar {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 32px;
  background: var(--accent);
  color: #f4f8f1;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.masthead { display: flex; justify-content: center; padding: 22px 24px 18px; }
.brand-mark img { width: min(360px, 72vw); height: auto; }
.channel-nav {
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 3vw, 44px);
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
main { overflow: hidden; }
.section-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 800;
}
.home-page .site-header { position: static; }
.home-page .utility-bar {
  background: var(--surface);
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}
.publication-masthead {
  padding: 64px 20px 34px;
  text-align: center;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.publication-masthead h1 {
  margin: 0;
  color: #202720;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 132px;
  line-height: 0.82;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}
.publication-masthead h1 span { display: block; }
.publication-masthead p {
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.2;
  color: #2f3831;
}
.center-feature {
  max-width: 1120px;
  margin: 0 auto;
  padding: 42px 20px 76px;
  text-align: center;
  background: var(--paper);
}
.center-feature-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.center-feature h2 {
  max-width: 980px;
  margin: 34px auto 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
}
.center-feature p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
}
.connect-section, .hardworking-section, .story-rail-section, .advice-edit-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 58px 20px;
}
.ruled-title {
  border-top: 6px solid #2f3831;
  border-bottom: 1px solid #2f3831;
  padding: 42px 0 34px;
  margin-bottom: 50px;
  text-align: center;
}
.ruled-title.compact { margin-bottom: 30px; }
.ruled-title h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1.05;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}
.connect-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
}
.connect-card {
  display: block;
  background: var(--surface);
  text-align: center;
}
.connect-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.connect-card strong {
  display: block;
  min-height: 72px;
  padding: 18px 10px 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 500;
}
.hardworking-section {
  text-align: center;
}
.single-feature-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.hardworking-section h3 {
  max-width: 880px;
  margin: 32px auto 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 500;
}
.hardworking-section p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
}
.story-rail-section {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.rail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.rail-story {
  text-align: center;
  border-right: 1px solid var(--line);
}
.rail-story:last-child { border-right: 0; }
.rail-story img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.rail-story h3 {
  margin: 26px 18px 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 500;
}
.rail-story span {
  display: block;
  padding-bottom: 30px;
  color: var(--muted);
  font-size: 13px;
}
.issue-hero { padding: 34px clamp(20px, 4vw, 58px) 58px; background: var(--surface); }
.issue-date { text-align: center; color: var(--muted); font-size: 13px; margin-bottom: 18px; }
.issue-hero > h1 {
  margin: 0 auto 32px;
  max-width: 1050px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 0.98;
  text-align: center;
  letter-spacing: -0.035em;
}
.issue-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.72fr);
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}
.lead-story {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.72fr);
  background: var(--field);
  border: 1px solid var(--line);
}
.lead-story img { height: 100%; min-height: 430px; object-fit: cover; }
.story-copy { padding: clamp(24px, 4vw, 48px); display: flex; flex-direction: column; justify-content: center; }
.story-copy h2, .section-heading h2, .objects-edit h2, .newsletter-panel h2, .archive-hero h1, .category-hero h1, .article-header h1, .fixed-page-body h1 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.025em;
}
.story-copy h2 { font-size: clamp(32px, 4vw, 56px); line-height: 1; margin: 0 0 18px; }
.story-copy p:last-child { color: var(--muted); font-size: 18px; margin: 0; }
.hero-list { background: var(--paper); border: 1px solid var(--line); padding: 26px; }
.hero-list h2 { margin: 0 0 18px; font-size: 18px; text-transform: uppercase; letter-spacing: 0.12em; }
.story-list-item {
  display: block;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.story-list-item span, .feature-card span, .text-story span, .archive-row span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
.story-list-item strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.08; }
.brand-note { padding: 58px 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #edf3e9; }
.brand-note p { max-width: 1000px; margin: 0 auto; text-align: center; font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 3vw, 38px); line-height: 1.16; }
.channel-section, .latest-section { padding: 62px clamp(20px, 4vw, 58px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 0 auto 26px; max-width: 1280px; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 58px); line-height: 1; }
.section-heading a { color: var(--accent); font-weight: 800; }
.feature-row { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 22px; align-items: stretch; }
.feature-card { background: var(--surface); border: 1px solid var(--line); min-width: 0; }
.feature-card:first-child { grid-row: span 2; }
.feature-card img { width: 100%; height: 250px; object-fit: cover; }
.feature-card:first-child img { height: 450px; }
.feature-card div { padding: 20px; }
.feature-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.08; margin: 0 0 12px; }
.feature-card p { color: var(--muted); margin: 0; }
.objects-edit {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 70px);
  padding: 70px clamp(20px, 4vw, 58px);
  background: var(--accent);
  color: #f4f8f1;
}
.objects-edit > div:first-child { max-width: 520px; align-self: center; }
.objects-edit h2 { font-size: clamp(36px, 5vw, 72px); line-height: 0.98; margin: 0 0 20px; }
.objects-edit p { color: #d8e7d0; font-size: 18px; }
.objects-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.object-card { position: relative; min-height: 260px; overflow: hidden; border: 1px solid rgb(244 248 241 / 0.32); }
.object-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.86); transition: transform .35s ease; }
.object-card:hover img { transform: scale(1.035); }
.object-card span { position: absolute; inset: auto 0 0 0; padding: 28px; background: linear-gradient(transparent, rgb(16 35 27 / 0.86)); font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: 1.05; color: #fff; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 22px; border: 1px solid currentColor; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; }
.button.dark { color: #f4f8f1; }
.button.light { color: var(--accent); background: var(--surface); }
.category-ribbon { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.ribbon-card { min-height: 210px; position: relative; overflow: hidden; border-right: 1px solid var(--line); }
.ribbon-card img { width: 100%; height: 100%; object-fit: cover; opacity: 0.84; }
.ribbon-card span { position: absolute; inset: auto 18px 18px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 26px; text-shadow: 0 2px 16px rgb(0 0 0 / 0.5); }
.newsletter-panel { margin: 64px auto; max-width: 1080px; padding: 48px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); text-align: center; }
.newsletter-panel h2 { margin: 0 0 12px; font-size: clamp(34px, 5vw, 64px); line-height: 1; }
.newsletter-panel p { margin: 0 auto 24px; max-width: 620px; color: var(--muted); font-size: 18px; }
.latest-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.text-story { padding: 24px; min-height: 230px; background: var(--surface); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.text-story h3 { font-family: Georgia, "Times New Roman", serif; margin: 0 0 12px; font-size: 25px; line-height: 1.08; }
.text-story p { margin: 0; color: var(--muted); }
.archive-hero { padding: 80px 24px 42px; text-align: center; background: var(--surface); border-bottom: 1px solid var(--line); }
.archive-hero h1 { margin: 0 auto 16px; max-width: 980px; font-size: clamp(44px, 6vw, 82px); line-height: 0.98; }
.archive-hero p { margin: 0 auto; max-width: 680px; color: var(--muted); font-size: 18px; }
.archive-list { max-width: 1120px; margin: 0 auto; padding: 46px 24px 70px; }
.archive-row { display: grid; grid-template-columns: 0.8fr 1fr; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.archive-row h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 3vw, 42px); line-height: 1.04; }
.archive-row p { margin: 0; color: var(--muted); }
.commercial-hero, .category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 42px;
  align-items: center;
  padding: 58px clamp(20px, 4vw, 58px);
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.commercial-hero img, .category-hero img { width: 100%; height: min(58vh, 560px); object-fit: cover; }
.commercial-hero h1, .category-hero h1 { margin: 0 0 18px; font-size: clamp(42px, 6vw, 78px); line-height: 0.98; }
.commercial-hero p, .category-hero p { color: var(--muted); font-size: 19px; max-width: 620px; }
.deal-grid { padding: 58px clamp(20px, 4vw, 58px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 1280px; margin: 0 auto; }
.category-layout { max-width: 1240px; margin: 0 auto; padding: 58px 24px 78px; display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 42px; }
.category-lead { background: var(--surface); border: 1px solid var(--line); }
.category-lead img { width: 100%; height: 460px; object-fit: cover; }
.category-lead h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 4vw, 58px); line-height: 1; margin: 24px 24px 12px; }
.category-lead p { color: var(--muted); margin: 0 24px 28px; }
.category-stack .archive-row { grid-template-columns: 1fr; gap: 12px; }
.article-shell { max-width: 1120px; margin: 0 auto; padding: 56px 24px 36px; }
.article-header { max-width: 900px; margin: 0 auto 34px; text-align: center; }
.article-header h1 { margin: 0 0 16px; font-size: clamp(42px, 6vw, 82px); line-height: 0.98; }
.article-header p { margin: 0 auto 16px; color: var(--muted); font-size: 19px; max-width: 720px; }
.article-meta { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; }
.article-image { margin: 0 0 42px; }
.article-image img { width: 100%; max-height: 560px; object-fit: cover; }
.article-content {
  max-width: 780px;
  margin: 0 auto;
  background: var(--surface);
  padding: clamp(24px, 4vw, 52px);
  border: 1px solid var(--line);
}
.article-content h2 { font-family: Georgia, "Times New Roman", serif; font-size: 34px; line-height: 1.08; margin: 40px 0 14px; }
.article-content h3 { font-size: 22px; margin: 30px 0 10px; }
.article-content p, .article-content li { color: #243a31; font-size: 18px; }
.article-content a { color: var(--accent); font-weight: 800; text-decoration: underline; }
.article-content ul, .article-content ol { padding-left: 24px; }
.roundup-card-grid, .howto-stat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 20px 0; }
.roundup-pick-card, .howto-quick-card, .howto-stat-grid div, .howto-callout {
  border: 1px solid var(--line);
  background: var(--field);
  padding: 18px;
}
.roundup-pick-ribbon, .rating-note { font-weight: 800; color: var(--accent); }
.lt-button { display: inline-flex; border: 1px solid var(--accent); padding: 12px 16px; margin: 8px 0; color: var(--accent); font-weight: 800; }
.lt-button-primary { background: var(--accent); color: #fff; }
.related-stories { padding: 36px 24px 72px; max-width: 1120px; margin: 0 auto; }
.related-stories h2 { font-family: Georgia, "Times New Roman", serif; font-size: 38px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fixed-page-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 24px;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 42px;
}
.fixed-page-sidebar { background: var(--accent); color: #f4f8f1; align-self: start; }
.fixed-page-sidebar img { width: 100%; height: 260px; object-fit: cover; }
.fixed-page-sidebar p { padding: 20px; margin: 0; color: #d8e7d0; }
.fixed-page-body {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: clamp(28px, 5vw, 58px);
}
.fixed-page-body h1 { font-size: clamp(42px, 6vw, 76px); line-height: 0.98; margin: 0 0 26px; }
.fixed-page-body h2 { margin-top: 34px; font-size: 24px; }
.fixed-page-body p, .fixed-page-body li { color: #243a31; font-size: 18px; }
.fixed-page-visual-card { background: var(--field); border: 1px solid var(--line); padding: 22px; margin-top: 24px; }
.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: 32px;
  padding: 42px clamp(20px, 4vw, 58px);
  background: var(--surface);
  border-top: 1px solid var(--line);
}
.site-footer img { width: 260px; }
.site-footer p { color: var(--muted); max-width: 420px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px 26px; align-content: start; justify-content: end; font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
@media (prefers-reduced-motion: no-preference) {
  .feature-card img, .ribbon-card img, .lead-story img { transition: transform .35s ease; }
  .feature-card:hover img, .ribbon-card:hover img, .lead-story:hover img { transform: scale(1.025); }
}
@media (prefers-color-scheme: dark) {
  :root {
    --paper: #122019;
    --surface: #172820;
    --ink: #f4f8f1;
    --muted: #b8c9be;
    --line: #30483b;
    --accent: #d8e7d0;
    --accent-soft: #2e4739;
    --field: #21362b;
    --shadow: 0 24px 70px rgb(0 0 0 / 0.28);
  }
  .utility-bar { background: #0c1712; }
  .objects-edit { background: #0c1712; }
  .publication-masthead h1, .publication-masthead p { color: #f4f8f1; }
  .ruled-title { border-color: #b8c9be; }
  .article-content p, .article-content li, .fixed-page-body p, .fixed-page-body li { color: #e3ede5; }
  .lt-button-primary { background: #f4f8f1; color: #10231b; }
}
@media (max-width: 980px) {
  .utility-bar { padding: 0 16px; letter-spacing: 0.06em; }
  .channel-nav { overflow-x: auto; justify-content: flex-start; padding: 0 16px; }
  .issue-grid, .lead-story, .objects-edit, .commercial-hero, .category-hero, .category-layout, .fixed-page-shell, .site-footer { grid-template-columns: 1fr; }
  .feature-row, .latest-grid, .deal-grid, .related-grid { grid-template-columns: 1fr 1fr; }
  .connect-grid, .rail-grid { grid-template-columns: 1fr 1fr; }
  .publication-masthead h1 { font-size: 86px; line-height: 0.88; }
  .center-feature h2, .hardworking-section h3 { font-size: 42px; }
  .category-ribbon { grid-template-columns: 1fr 1fr; }
  .lead-story img, .feature-card:first-child img, .category-lead img { min-height: 0; height: 320px; }
  .site-footer nav { justify-content: flex-start; }
}
@media (max-width: 640px) {
  .masthead { padding: 16px 12px; }
  .issue-hero { padding-top: 24px; }
  .issue-hero > h1, .article-header h1, .archive-hero h1, .fixed-page-body h1 { font-size: 42px; line-height: 1.02; }
  .publication-masthead { padding: 44px 14px 28px; }
  .publication-masthead h1 { font-size: 48px; line-height: 0.98; }
  .publication-masthead p { font-size: 19px; }
  .center-feature, .connect-section, .hardworking-section, .story-rail-section, .advice-edit-section { padding-left: 16px; padding-right: 16px; }
  .center-feature h2, .hardworking-section h3 { font-size: 32px; }
  .ruled-title { padding: 28px 0 24px; margin-bottom: 28px; }
  .ruled-title h2 { font-size: 30px; }
  .feature-row, .latest-grid, .deal-grid, .related-grid, .objects-grid, .roundup-card-grid, .howto-stat-grid { grid-template-columns: 1fr; }
  .connect-grid, .rail-grid { grid-template-columns: 1fr; }
  .connect-card img, .rail-story img { height: 260px; }
  .rail-story { border-right: 0; border-bottom: 1px solid var(--line); }
  .category-ribbon { grid-template-columns: 1fr; }
  .newsletter-panel { margin: 34px 16px; padding: 28px; }
  .archive-row { grid-template-columns: 1fr; }
  .article-content { padding: 24px 18px; }
  .fixed-page-shell { padding: 40px 16px; }
}
