.home-template{
      /* =============================
         BEGINNER DESIGN EDIT ZONE
         Change these values safely.
         ============================= */
      --background: #000000;
      --paper: #ffffff;
      --ink: #000000;
      --cream: #ffffff;
      --hero-overlay-darkness: 0.44;
      --hero-text-color: #fff7e8;
      --title-red: #D95724;
      --hero-title-font: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
      --prose-font: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
      --max-text-width: 960px;
      --page-side-padding: clamp(20px, 5vw, 72px);
    }body.home-template *{ box-sizing: border-box; }html{
      margin: 0;
      padding: 0;
      scroll-behavior: smooth;
      background: var(--background);
    }body.home-template{
      margin: 0;
      min-height: 100vh;
      font-family: var(--prose-font);
      background: var(--background);
      color: var(--cream);
      overflow-x: hidden;
    }body.home-template a{ color: inherit; }.home-template .site-shell{
      width: 100%;
      overflow-x: hidden;
    }.home-template /* HERO / IMAGE SECTION */
    .hero-scroll-stage{
      position: relative;
      height: 100vh;
      background: var(--background);
    }.home-template .hero-sticky{
      position: sticky;
      top: 0;
      height: 100vh;
      display: grid;
      place-items: center;
      overflow: hidden;
      isolation: isolate;
    }.home-template .hero-image{
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.045);
      filter: saturate(0.96) contrast(1.04) brightness(1.08);
      z-index: -3;
    }.home-template .hero-fade-layer{
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at center, rgba(0,0,0,0.06), rgba(0,0,0,0.48)),
        linear-gradient(to bottom, rgba(0,0,0,0.08), rgba(0,0,0,var(--hero-overlay-darkness)) 70%, rgba(0,0,0,0.74));
      z-index: -2;
    }.home-template .hero-grain{
      position: absolute;
      inset: 0;
      opacity: 0.18;
      pointer-events: none;
      mix-blend-mode: overlay;
      background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
      background-size: 5px 5px;
      z-index: -1;
    }.home-template .hero-copy{
      position: absolute;
      left: 50%;
      top: 17vh;
      width: min(1040px, 84vw);
      transform: translateX(-50%);
      color: var(--hero-text-color);
      text-align: center;
      text-shadow: 0 2px 18px rgba(0,0,0,0.38);
    }.home-template .hero-title{
      margin: 0;
      padding: 0;
      display: block;
    }.home-template .hero-line{
      display: block;
      font-family: var(--hero-title-font);
      font-size: clamp(92px, 9.6vw, 168px);
      line-height: 0.92;
      letter-spacing: -0.038em;
      font-weight: 800;
      max-width: 1040px;
      color: var(--title-red);
      opacity: 0;
      transform: translateY(34px);
      transition: opacity 240ms linear, transform 240ms linear;
      will-change: opacity, transform;
    }.home-template .hero-line.compact{
      font-size: clamp(58px, 6.55vw, 108px);
      line-height: 0.98;
      letter-spacing: -0.028em;
      white-space: nowrap;
      margin-left: 0;
      margin-top: 0.02em;
    }.home-template .hero-line.visible{
      opacity: 1;
      transform: translateY(0);
    }.home-template /* PROSE SECTION */
    .prose-section{
      position: relative;
      min-height: 120vh;
      background: var(--paper);
      color: var(--ink);
      padding: clamp(28px, 5vw, 64px) var(--page-side-padding) clamp(72px, 10vw, 132px);
      border-top: 1px solid rgba(255,255,255,0.08);
      overflow: hidden;
    }.home-template .prose-inner{
      max-width: var(--max-text-width);
      margin: 0 auto;
    }.home-template .animated-prose{
      font-family: var(--prose-font);
      font-size: clamp(20px, 1.58vw, 26px);
      line-height: 1.24;
      letter-spacing: -0.006em;
      font-weight: 400;
    }.home-template .animated-prose > p{
      margin: 0;
    }.home-template .animated-prose > p + p{
      margin-top: 1em;
    }.home-template .line-block{
      display: block;
      opacity: 0.10;
      transform: translateY(12px);
      filter: blur(2.5px);
      transition: opacity 180ms linear, transform 180ms linear, filter 180ms linear;
      will-change: opacity, transform, filter;
      margin-bottom: 0.06em;
    }.home-template .line-block.revealed{
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }.home-template .paragraph-break{
      height: 1em;
    }.home-template .scrapbook-photo{
      position: absolute;
      z-index: 1;
      width: clamp(245px, 24vw, 475px);
      margin: 0;
      padding: 0;
      background: transparent;
      border: 0;
      box-shadow: 0 20px 42px rgba(0,0,0,0.13);
      opacity: 0;
      transform: translateY(28px) rotate(var(--rotate, -3deg)) scale(var(--scale, 1));
      transition: opacity 480ms ease, transform 640ms cubic-bezier(.2,.8,.2,1);
      pointer-events: none;
      filter: saturate(0.86) contrast(1.03);
      mix-blend-mode: multiply;
    }.home-template .scrapbook-photo.evidence{
      z-index: 1;
      filter: saturate(0.88) contrast(1.03);
      mix-blend-mode: multiply;
      box-shadow: 0 24px 48px rgba(0,0,0,0.14);
    }.home-template .scrapbook-photo.margin-scrap{
      z-index: 1;
      filter: saturate(0.82) contrast(1.05);
      opacity: 0;
    }.home-template .scrapbook-photo.bleed{
      z-index: 0;
      filter: saturate(0.78) contrast(1.05);
      mix-blend-mode: multiply;
    }.home-template .scrapbook-photo.revealed{
      opacity: var(--photo-opacity, 0.72);
      transform: translateY(0) rotate(var(--rotate, -3deg)) scale(var(--scale, 1));
    }.home-template .scrapbook-photo::before{
      content: none;
    }.home-template .scrapbook-photo::after{
      content: none;
    }.home-template .scrapbook-photo img{
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: var(--aspect, 4 / 3);
      object-fit: cover;
      border-radius: 0;
    }.home-template .scrap-1{ top: 1%; left: max(28px, calc(50% - 705px)); width: clamp(275px, 23vw, 470px); --rotate: -2deg; --photo-opacity: .48; --photo-opacity-mobile: .33; }.home-template .scrap-2{ top: 9%; right: max(8px, calc(50% - 725px)); width: clamp(290px, 24vw, 500px); --rotate: 2.2deg; --photo-opacity: .68; --photo-opacity-mobile: .33; }.home-template .scrap-3{ top: 26%; left: max(-80px, calc(50% - 800px)); width: clamp(320px, 28vw, 580px); --rotate: -1.2deg; --photo-opacity: .32; }.home-template .scrap-4{ top: 40%; right: max(-70px, calc(50% - 790px)); width: clamp(300px, 25vw, 535px); --rotate: -3.2deg; --photo-opacity: .38; }.home-template .scrap-5{ top: 55%; left: max(-20px, calc(50% - 700px)); width: clamp(245px, 21vw, 430px); --rotate: 4.8deg; --photo-opacity: .58; }.home-template .scrap-6{ top: 63%; right: max(28px, calc(50% - 645px)); width: clamp(260px, 21vw, 430px); --rotate: 2.2deg; --photo-opacity: .48; }.home-template .scrap-7{ top: 34%; left: max(98px, calc(50% - 535px)); width: clamp(205px, 17vw, 340px); --rotate: -5.4deg; --photo-opacity: .18; --scale: .96; }.home-template .scrap-8{ top: 55%; right: max(112px, calc(50% - 540px)); width: clamp(210px, 17vw, 360px); --rotate: 5.8deg; --photo-opacity: .20; --scale: .96; }.home-template .scrap-9{ top: 82%; left: max(56px, calc(50% - 610px)); width: clamp(245px, 20vw, 420px); --rotate: -1.8deg; --photo-opacity: .42; }.home-template .scrap-10{ top: 78%; right: max(62px, calc(50% - 645px)); width: clamp(280px, 23vw, 455px); --rotate: 2.4deg; --photo-opacity: .54; }.home-template .scrap-11{ top: 68%; left: max(6px, calc(50% - 720px)); width: clamp(260px, 22vw, 455px); --rotate: 3.6deg; --photo-opacity: .50; }.home-template .prose-inner{
      position: relative;
      z-index: 2;
    }.home-template /* SIGNUP SECTION */
    .signup-section{
      min-height: auto;
      display: grid;
      place-items: center;
      padding: clamp(42px, 7vw, 90px) var(--page-side-padding);
      background: var(--paper);
      color: var(--ink);
    }.home-template .signup-card{
      width: min(860px, 100%);
      border: 1px solid #000000;
      background:
        linear-gradient(180deg, rgba(232,90,36,0.045), rgba(255,255,255,0) 38%),
        #fffdf8;
      border-radius: 0;
      padding: clamp(20px, 3.2vw, 38px);
      box-shadow: 10px 12px 0 rgba(0,0,0,0.08);
      transform: rotate(-0.35deg);
    }.home-template .signup-title{
      font-family: var(--prose-font);
      font-size: clamp(24px, 3vw, 40px);
      line-height: 1.06;
      letter-spacing: -0.015em;
      margin: 0 0 10px;
      color: #000000;
      font-weight: 600;
      text-transform: none;
    }.home-template .signup-form{
      display: grid;
      grid-template-columns: minmax(260px, 1fr) auto;
      gap: 12px;
      margin-top: 24px;
      align-items: stretch;
    }.home-template .email-input{
      width: 100%;
      min-height: 46px;
      border-radius: 0;
      border: 1px solid #000000;
      background: #ffffff;
      color: #000000;
      padding: 0 14px;
      font-family: var(--prose-font);
      font-size: 15px;
      outline: none;
    }.home-template .email-input::placeholder{ color: rgba(0,0,0,0.55); }.home-template .email-input:focus{
      border-color: #000000;
      box-shadow: 0 0 0 2px rgba(232,90,36,0.22);
    }.home-template .submit-button{
      min-height: 46px;
      border: 1px solid #000000;
      border-radius: 0;
      background: #000000;
      color: #ffffff;
      padding: 0 22px;
      font-family: var(--prose-font);
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      transition: transform 160ms ease, background 160ms ease;
      white-space: nowrap;
    }.home-template .submit-button:hover{
      transform: translateY(-1px);
      background: #E85A24;
    }.home-template .signup-membership-note{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 8px 20px;
      margin: 14px 0 0;
      color: rgba(0,0,0,0.72);
      font-family: var(--prose-font);
      font-size: 11px;
      line-height: 1.45;
      letter-spacing: 0.015em;
    }.home-template .signup-membership-note a{
      flex: 0 0 auto;
      color: #000000;
      font-weight: 600;
      text-decoration: none;
      letter-spacing: 0.04em;
    }.home-template .signup-membership-note a:hover,
    .home-template .success-message a:hover{ color: #E85A24; }
    .home-template .success-message{
      display: none;
      margin-top: 18px;
      color: #000000;
      font-family: var(--prose-font);
      font-weight: 500;
    }.home-template .success-message span,
    .home-template .success-message a{ display: block; }
    .home-template .success-message a{
      width: fit-content;
      margin-top: 8px;
      font-family: var(--prose-font);
      font-size: 11px;
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: 0.04em;
      text-decoration: none;
    }.home-template .system-image-section{
      background: var(--paper);
      padding: 0 var(--page-side-padding) clamp(70px, 10vw, 130px);
    }.home-template .system-image-wrap{
      max-width: 1200px;
      margin: 0 auto;
      border: 1px solid #000000;
      background: #ffffff;
    }.home-template .system-image-wrap + .system-image-wrap{
      margin-top: 18px;
    }.home-template .system-image{
      display: block;
      width: 100%;
      height: auto;
    }.home-template .site-footer{
      padding: 26px var(--page-side-padding);
      background: #0b0907;
      color: rgba(255,247,232,0.52);
      font-size: 13px;
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }@media (max-width: 700px){.home-template .hero-scroll-stage{ height: 100vh; }.home-template .hero-copy{
        left: 50%;
        top: 37vh;
        width: 94vw;
        transform: translateX(-50%);
        text-align: center;
      }.home-template .hero-line{
        letter-spacing: -0.04em;
        line-height: 0.92;
        font-size: clamp(66px, 18vw, 96px);
      }.home-template .hero-line.compact{
        font-size: clamp(42px, 12.4vw, 68px);
        line-height: 0.98;
        letter-spacing: -0.032em;
        margin-left: 0;
        margin-top: 0.12em;
      }.home-template .animated-prose{
        font-size: clamp(21px, 6.2vw, 25px);
        line-height: 1.24;
      }.home-template .scrapbook-photo{
        display: block;
        box-shadow: 0 14px 30px rgba(0,0,0,0.10);
        z-index: 0;
      }.home-template .scrapbook-photo.revealed{
        opacity: var(--photo-opacity-mobile, .18);
      }.home-template .prose-inner{
        position: relative;
        z-index: 2;
      }.home-template .scrap-1{ top: 1%; left: max(28px, calc(50% - 705px)); width: clamp(275px, 23vw, 470px); --rotate: -2deg; --photo-opacity: .48; --photo-opacity-mobile: .33; }.home-template .scrap-2{ top: 9%; right: max(8px, calc(50% - 725px)); width: clamp(290px, 24vw, 500px); --rotate: 2.2deg; --photo-opacity: .68; --photo-opacity-mobile: .33; }.home-template .scrap-3{ top: 24%; left: -40vw; width: 68vw; --photo-opacity-mobile: .30; }.home-template .scrap-4{ top: 39%; right: -39vw; width: 62vw; --photo-opacity-mobile: .30; }.home-template .scrap-5{ top: 54%; left: -32vw; width: 55vw; --photo-opacity-mobile: .33; }.home-template .scrap-6{ top: 63%; right: -34vw; width: 58vw; --photo-opacity-mobile: .33; }.home-template .scrap-7{ top: 34%; left: -28vw; width: 50vw; --photo-opacity-mobile: .27; }.home-template .scrap-8{ top: 57%; right: -25vw; width: 48vw; --photo-opacity-mobile: .29; }.home-template .scrap-9{ top: 80%; left: -30vw; width: 55vw; --photo-opacity-mobile: .31; }.home-template .scrap-10{ top: 88%; right: -30vw; width: 62vw; --photo-opacity-mobile: .33; }.home-template .scrap-11{ top: 70%; left: -28vw; width: 56vw; --photo-opacity-mobile: .33; }.home-template .signup-form{ grid-template-columns: 1fr; }.home-template .submit-button{ width: 100%; }.home-template .signup-card{ transform: none; box-shadow: none; }.home-template .site-footer{ display: block; }.home-template .site-footer span{ display: block; margin-bottom: 8px; }
    }@media (prefers-reduced-motion: reduce){html{ scroll-behavior: auto; }.home-template .hero-line, .home-template .line-block, .home-template .scrapbook-photo{
        transition: none !important;
        transform: none !important;
        filter: none !important;
        opacity: 1 !important;
      }
    }
  

/* Shared editorial chrome */
:root {
  --gh-font-heading: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
  --gh-font-body: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
  --soc-blue: #245866;
  --soc-green: #385641;
  --soc-orange: #D95724;
  --soc-yellow: #8f7d24;
  --soc-purple: #664b67;
  --soc-ink: #0b0907;
  --soc-paper: #fffdf8;
  --soc-white: #ffffff;
  --soc-rule: rgba(11, 9, 7, 0.28);
  --soc-rule-light: rgba(11, 9, 7, 0.14);
  --soc-muted: rgba(11, 9, 7, 0.66);
  --soc-serif: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
  --soc-sans: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
  --soc-reading: 720px;
  --soc-wide: 1040px;
  --soc-shell: 1180px;
}

html { margin: 0; padding: 0; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--soc-sans);
  background: var(--soc-paper);
  color: var(--soc-ink);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body:not(.home-template) { padding-top: 0; }
a { color: inherit; }
img { max-width: 100%; }

:focus-visible {
  outline: 2px solid var(--soc-orange);
  outline-offset: 4px;
}

/* Restrained folio navigation */
.folio-nav {
  position: fixed;
  z-index: 100;
  top: 20px;
  right: clamp(20px, 3vw, 48px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 19px;
  align-items: baseline;
  max-width: min(720px, calc(100vw - 40px));
  font-family: var(--soc-serif);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.folio-nav__link {
  --folio-link-color: var(--soc-ink);
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
  color: var(--folio-link-color);
  text-decoration: none;
  transition: color 190ms ease, border-color 190ms ease, opacity 190ms ease;
}
.folio-nav__store { --folio-link-color: var(--soc-purple); }
.folio-nav__system { --folio-link-color: var(--soc-blue); }
.folio-nav__club { --folio-link-color: var(--soc-yellow); }
.folio-nav__signin,
.folio-nav__account,
.folio-nav__signout { --folio-link-color: var(--soc-orange); }
.folio-nav__link:hover,
.folio-nav__link.nav-current { border-bottom-color: currentColor; }

/* Homepage sequence: orange on hero, paper on prose, full palette afterward. */
.home-template .folio-nav {
  text-shadow: 0 1px 12px rgba(0, 0, 0, .42);
}
.home-template .folio-nav__link,
.home-template .folio-nav.folio-nav--hero .folio-nav__link {
  color: var(--soc-orange);
}
.home-template .folio-nav.folio-nav--paper .folio-nav__link {
  color: var(--folio-link-color);
  text-shadow: none;
}
.home-template .folio-nav.folio-nav--palette .folio-nav__link {
  color: var(--folio-link-color);
  text-shadow: none;
}

/* Preserved homepage member-form states */
.home-template .signup-portal-button {
  display: inline-grid;
  place-items: center;
  text-decoration: none;
  margin-top: 24px;
}
.home-template .form-error {
  display: none;
  margin-top: 14px;
  font-family: var(--prose-font);
  color: #8a1e00;
}
.home-template [data-members-form].error ~ [data-members-error] { display: block; }
.home-template [data-members-form].success { display: none; }
.home-template [data-members-form].success ~ .signup-membership-note { display: none; }
.home-template [data-members-form].success ~ [data-members-success] { display: block; }

/* Publication shell — explicitly isolated from the static homepage */
.publication-shell {
  width: min(var(--soc-shell), calc(100% - 48px));
  margin: 0 auto;
  padding: 112px 0 110px;
}
.publication-mark {
  display: inline-block;
  margin-bottom: 62px;
  font-family: var(--soc-serif);
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  color: var(--soc-orange);
}
.publication-header { max-width: 900px; margin-bottom: 70px; }
.publication-folio,
.entry-folio {
  margin: 0 0 16px;
  font-family: var(--soc-sans);
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.publication-header h1,
.entry-header h1,
.error-page h1 {
  font-family: var(--soc-serif);
  font-weight: 700;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.publication-header h1 {
  margin: 0;
  font-size: clamp(68px, 10vw, 138px);
  line-height: .86;
}
.publication-deck,
.publication-header > p:last-of-type {
  max-width: 620px;
  margin: 28px 0 0;
  font-family: var(--soc-serif);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.25;
}

.section-switch {
  display: flex;
  gap: 24px;
  width: fit-content;
  margin-top: 42px;
  border-top: 1px solid var(--soc-ink);
  padding-top: 11px;
  font-family: var(--soc-sans);
  font-size: 11px;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section-switch__link { text-decoration: none; opacity: .56; }
.section-switch__latest { color: var(--soc-blue); }
.section-switch__contents { color: var(--soc-green); }
.section-switch__link:hover,
.section-switch__link.is-current { opacity: 1; }
.section-switch__link.is-current::before { content: "• "; color: var(--soc-orange); }

/* System ledger */
.journal-list { border-top: 1px solid var(--soc-ink); }
.journal-item { border-bottom: 1px solid var(--soc-rule); }
.journal-item__link {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr) minmax(170px, 260px);
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
  padding: 32px 0 38px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
}
.journal-item:not(.has-image) .journal-item__link { grid-template-columns: 126px minmax(0, 1fr); }
.journal-item__folio {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 5px;
  font-family: var(--soc-sans);
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.day-notation { color: var(--soc-orange); font-weight: 600; }
.journal-item__title {
  margin: 0;
  font-family: var(--soc-serif);
  font-size: clamp(35px, 4.25vw, 60px);
  line-height: .97;
  letter-spacing: -.027em;
  font-weight: 600;
  text-wrap: balance;
}
.journal-item__excerpt {
  max-width: 680px;
  margin: 15px 0 0;
  font-family: var(--soc-serif);
  font-size: clamp(18px, 1.65vw, 21px);
  line-height: 1.33;
}
.journal-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 20px;
  font-family: var(--soc-sans);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--soc-muted);
}
.journal-item__figure {
  margin: 0;
  transform: rotate(var(--item-rotation, .35deg));
  background: var(--soc-white);
}
.journal-item:nth-child(3n + 2) .journal-item__figure { --item-rotation: -1.1deg; }
.journal-item:nth-child(4n) .journal-item__figure { --item-rotation: 1.25deg; }
.journal-item__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(.82) contrast(1.03);
  mix-blend-mode: multiply;
}
.journal-item__link:hover .journal-item__title { color: var(--soc-orange); }
.journal-empty {
  padding: 42px 0;
  font-family: var(--soc-serif);
  font-size: 24px;
}

.journal-access-banner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  margin: -18px 0 38px;
  border-top: 1px solid var(--soc-ink);
  border-bottom: 1px solid var(--soc-rule-light);
  padding: 13px 0 14px;
}
.journal-access-banner p {
  max-width: 760px;
  margin: 0;
  font-family: var(--soc-serif);
  font-size: 18px;
  line-height: 1.35;
}
.journal-access-banner a {
  flex: 0 0 auto;
  font-family: var(--soc-sans);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-decoration: none;
}
.journal-access-banner a:hover { color: var(--soc-orange); }
.journal-gateway { margin-top: 0; }

.pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  border-top: 1px solid var(--soc-ink);
  margin-top: 34px;
  padding-top: 18px;
  font-family: var(--soc-sans);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pagination__side--end { text-align: right; }
.pagination__link { text-decoration: none; }
.pagination__link:hover { color: var(--soc-orange); }
.pagination__number { color: var(--soc-muted); }

/* Curated System contents */
.soc-system-contents { width: min(1040px, calc(100% - 48px)); }
.contents-feature { margin: -16px 0 66px; }
.contents-feature img { display: block; width: 100%; height: auto; filter: saturate(.84); }
.contents-feature figcaption,
.entry-feature figcaption,
.gh-content figcaption {
  margin-top: 9px;
  font-family: var(--soc-sans);
  font-size: 11px;
  line-height: 1.45;
  color: var(--soc-muted);
}
.journal-contents__content {
  max-width: 900px;
  margin: 0;
}
.journal-contents__content > * { max-width: none; }
.journal-contents__content > p:first-child {
  max-width: 720px;
  font-size: clamp(23px, 2.5vw, 31px);
  line-height: 1.25;
}
.journal-contents__content h2 {
  border-top: 1px solid var(--soc-ink);
  margin: 2.3em 0 0;
  padding: 12px 0 4px;
  font-family: var(--soc-sans);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
}
.journal-contents__content ol,
.journal-contents__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: contents-item;
}
.journal-contents__content li {
  counter-increment: contents-item;
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid var(--soc-rule-light);
  padding: 18px 0 20px;
  font-family: var(--soc-serif);
  font-size: clamp(25px, 3.2vw, 42px);
  line-height: 1.02;
}
.journal-contents__content li::before {
  content: counter(contents-item, decimal-leading-zero);
  padding-top: 5px;
  font-family: var(--soc-sans);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .12em;
  color: var(--soc-orange);
}
.journal-contents__content li a { text-decoration: none; }
.journal-contents__content li a:hover { color: var(--soc-orange); }
.journal-contents__content hr {
  height: 0;
  border: 0;
  border-top: 1px solid var(--soc-ink);
  margin: 60px 0;
}

/* System article */
.publication-single {
  width: min(var(--soc-wide), calc(100% - 48px));
  overflow: clip;
}
.entry-header { max-width: 900px; margin-bottom: 54px; }
.entry-header .publication-mark { margin-bottom: 72px; }
.entry-folio a { text-decoration: none; }
.entry-header h1 {
  margin: 0;
  font-size: clamp(58px, 8vw, 112px);
  line-height: .91;
}
.entry-deck {
  max-width: 760px;
  margin: 26px 0 0;
  font-family: var(--soc-serif);
  font-size: clamp(23px, 2.5vw, 33px);
  line-height: 1.22;
}
.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 19px;
  margin-top: 28px;
  font-family: var(--soc-sans);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--soc-muted);
}
.entry-access-note {
  width: fit-content;
  margin: 22px 0 0;
  border-top: 1px solid var(--soc-ink);
  padding-top: 8px;
  font-family: var(--soc-sans);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.entry-feature { margin: 0 0 64px; }
.entry-feature img { display: block; width: 100%; height: auto; }

.gh-content {
  font-family: var(--soc-serif);
  font-size: clamp(20px, 2.05vw, 25px);
  line-height: 1.54;
  overflow-wrap: break-word;
}
.gh-content > * {
  max-width: var(--soc-reading);
  margin-left: auto;
  margin-right: auto;
}
.gh-content > p,
.gh-content > ul,
.gh-content > ol { margin-top: 0; margin-bottom: 1.18em; }
.gh-content h2,
.gh-content h3,
.gh-content h4,
.gh-content h5,
.gh-content h6 {
  font-family: var(--soc-serif);
  line-height: 1.05;
  letter-spacing: -.02em;
  text-wrap: balance;
}
.gh-content h2 { margin-top: 1.75em; margin-bottom: .55em; font-size: 2.05em; }
.gh-content h3 { margin-top: 1.65em; margin-bottom: .55em; font-size: 1.48em; }
.gh-content h4 { margin-top: 1.6em; margin-bottom: .45em; font-size: 1.18em; }
.gh-content h5,
.gh-content h6 {
  margin-top: 1.7em;
  margin-bottom: .5em;
  font-family: var(--soc-sans);
  font-size: .56em;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.gh-content ul,
.gh-content ol { padding-left: 1.25em; }
.gh-content li + li { margin-top: .25em; }
.gh-content li > ul,
.gh-content li > ol { margin-top: .3em; margin-bottom: .4em; }
.gh-content a { text-decoration-thickness: 1px; text-underline-offset: .15em; }
.gh-content a:hover { color: var(--soc-orange); }
.gh-content strong { font-weight: 700; }
.gh-content hr {
  width: 100%;
  height: 0;
  border: 0;
  border-top: 1px solid var(--soc-ink);
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.gh-content blockquote {
  margin-top: 1.8em;
  margin-bottom: 1.8em;
  border-left: 2px solid var(--soc-orange);
  padding: .05em 0 .05em 1.05em;
  font-style: italic;
}
.gh-content blockquote p:last-child { margin-bottom: 0; }
.gh-content blockquote.kg-blockquote-alt,
.gh-content .kg-blockquote-alt {
  border: 0;
  padding: 0;
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.08;
  text-align: center;
  font-style: normal;
}
.gh-content pre {
  overflow: auto;
  border: 1px solid var(--soc-rule);
  padding: 18px;
  background: #f1eee7;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 14px;
  line-height: 1.55;
}
.gh-content code { font-size: .75em; }
.gh-content img,
.gh-content video,
.gh-content iframe { max-width: 100%; height: auto; }
.gh-content figure { margin-top: 2em; margin-bottom: 2em; }
.gh-content .kg-card { margin-top: 2.2em; margin-bottom: 2.2em; }
.gh-content .kg-width-wide { max-width: var(--soc-wide); }
.gh-content .kg-width-full,
.gh-content .kg-content-wide {
  max-width: none;
  width: 100vw;
  margin-left: 50%;
  margin-right: 0;
  transform: translateX(-50%);
}
.gh-content .kg-width-full img,
.gh-content .kg-width-full video { width: 100%; }
.gh-content .kg-image-card img,
.gh-content .kg-gallery-image img { display: block; width: 100%; height: auto; }
.gh-content .kg-gallery-container { display: flex; flex-direction: column; gap: 8px; }
.gh-content .kg-gallery-row { display: flex; gap: 8px; }
.gh-content .kg-gallery-image { flex: 1 1 0; }
.gh-content .kg-gallery-image img { width: 100%; height: 100%; object-fit: cover; }
.gh-content .kg-embed-card iframe,
.gh-content .kg-video-card video { width: 100%; }
.gh-content .kg-audio-card,
.gh-content .kg-file-card,
.gh-content .kg-bookmark-card,
.gh-content .kg-product-card,
.gh-content .kg-callout-card {
  border: 1px solid var(--soc-rule);
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.gh-content .kg-callout-card { padding: 22px; }
.gh-content .kg-button-card a,
.gh-content .kg-btn {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid var(--soc-ink);
  border-radius: 0;
  padding: 0 18px;
  background: var(--soc-ink);
  color: var(--soc-white);
  font-family: var(--soc-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
}
.gh-content .kg-header-card,
.gh-content .kg-signup-card { border-radius: 0; }
.gh-content .kg-signup-card input,
.gh-content .kg-signup-card button { border-radius: 0; }
.gh-content .kg-table-card { max-width: var(--soc-wide); overflow-x: auto; -webkit-overflow-scrolling: touch; }
.gh-content table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-family: var(--soc-sans);
  font-size: 13px;
  line-height: 1.45;
}
.gh-content th,
.gh-content td {
  padding: 11px 12px;
  border: 1px solid var(--soc-rule);
  text-align: left;
  vertical-align: top;
}
.gh-content th { background: rgba(11, 9, 7, .04); font-weight: 600; }
.gh-content .footnotes-sep { margin-top: 3.5em; }
.gh-content .footnotes {
  font-family: var(--soc-sans);
  font-size: 13px;
  line-height: 1.55;
}
.gh-content .footnote-backref { text-decoration: none; }

/* Protected-content paper */
.content-cta {
  box-sizing: border-box;
  width: min(680px, calc(100% - 16px));
  min-height: min(680px, 70vh);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 72px auto 12px;
  border: 1px solid var(--soc-ink);
  padding: clamp(28px, 5vw, 58px);
  background: #fffdf8;
  box-shadow: 11px 13px 0 rgba(11, 9, 7, .09);
  transform: rotate(-.22deg);
}
.content-cta__kicker {
  margin: 0 0 18px;
  font-family: var(--soc-sans);
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--soc-orange);
}
.content-cta h2 {
  max-width: 530px;
  margin: 0;
  font-family: var(--soc-serif);
  font-size: clamp(40px, 6vw, 66px);
  line-height: .98;
  letter-spacing: -.025em;
  font-weight: 600;
}
.content-cta > p:not(.content-cta__kicker) {
  max-width: 490px;
  margin: 22px 0 36px;
  font-family: var(--soc-serif);
  font-size: clamp(19px, 2.2vw, 24px);
  line-height: 1.33;
}
.content-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.content-cta__actions a,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--soc-ink);
  padding: 0 16px;
  text-decoration: none;
  font-family: var(--soc-sans);
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.content-cta__primary { background: var(--soc-ink); color: var(--soc-white); }
.content-cta__secondary { background: transparent; color: var(--soc-ink); }

.public-post-invitation {
  max-width: var(--soc-reading);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: baseline;
  margin: 78px auto 0;
  border-top: 1px solid var(--soc-ink);
  padding-top: 14px;
}
.public-post-invitation p {
  margin: 0;
  font-family: var(--soc-serif);
  font-size: 20px;
  line-height: 1.3;
}
.public-post-invitation a {
  flex: 0 0 auto;
  font-family: var(--soc-sans);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
}
.public-post-invitation a:hover { color: var(--soc-orange); }

/* Free-member welcome page */
.soc-welcome-page { width: min(1040px, calc(100% - 48px)); }
.welcome-paper {
  box-sizing: border-box;
  width: min(760px, calc(100% - 16px));
  margin: 0 0 72px;
  border: 1px solid var(--soc-ink);
  padding: clamp(28px, 5vw, 54px);
  background: #fffdf8;
  box-shadow: 11px 13px 0 rgba(11, 9, 7, .09);
  transform: rotate(-.16deg);
}
.welcome-paper h2 {
  max-width: 600px;
  margin: 0;
  font-family: var(--soc-serif);
  font-size: clamp(38px, 5.5vw, 62px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
}
.welcome-paper__list {
  margin: 32px 0 36px;
  padding: 0;
  list-style: none;
  counter-reset: welcome-item;
}
.welcome-paper__list li {
  counter-increment: welcome-item;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  border-top: 1px solid var(--soc-rule-light);
  padding: 13px 0;
  font-family: var(--soc-serif);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.3;
}
.welcome-paper__list li:last-child { border-bottom: 1px solid var(--soc-rule-light); }
.welcome-paper__list li::before {
  content: counter(welcome-item, decimal-leading-zero);
  padding-top: 5px;
  color: var(--soc-orange);
  font-family: var(--soc-sans);
  font-size: 9px;
  line-height: 1;
  letter-spacing: .1em;
}
.welcome-paper__actions { margin-top: 0; }
.welcome-paper__contents {
  display: inline-block;
  margin-top: 25px;
  font-family: var(--soc-sans);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-decoration: none;
}
.welcome-paper__contents:hover { color: var(--soc-orange); }
.welcome-page__content { margin-top: 68px; }

/* Generic pages and errors */
.error-page { min-height: calc(100vh - 80px); }
.error-page h1 { margin: 0 0 18px; font-size: clamp(50px, 8vw, 100px); }
.error-page > p:not(.publication-folio) { font-family: var(--soc-serif); font-size: 22px; }

.site-footer {
  padding: 26px clamp(20px, 5vw, 72px);
  background: #0b0907;
  color: rgba(255, 247, 232, .52);
  font-family: var(--soc-sans);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.site-footer a { text-decoration: none; }
body:not(.home-template) .site-footer { margin-top: 0; }

@media (max-width: 900px) {
  .journal-item__link { grid-template-columns: 104px minmax(0, 1fr) 190px; gap: 24px; }
  .journal-item:not(.has-image) .journal-item__link { grid-template-columns: 104px minmax(0, 1fr); }
  .gh-content .kg-width-wide { max-width: calc(100vw - 36px); }
}

@media (max-width: 700px) {
  .folio-nav { top: 14px; right: 14px; gap: 7px 12px; max-width: calc(100vw - 28px); font-size: 11px; }
  .folio-nav__link { min-height: 30px; }
  .publication-shell { width: min(calc(100% - 28px), var(--soc-shell)); padding: 82px 0 80px; }
  .publication-mark { margin-bottom: 44px; font-size: 20px; }
  .publication-header { margin-bottom: 52px; }
  .publication-header h1 { font-size: clamp(62px, 22vw, 96px); }
  .section-switch { margin-top: 32px; }
  .journal-item__link,
  .journal-item:not(.has-image) .journal-item__link {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 24px 0 28px;
  }
  .journal-item__folio { flex-direction: row; gap: 14px; padding-top: 0; }
  .journal-item__title { font-size: clamp(36px, 11.5vw, 51px); }
  .journal-item__excerpt { font-size: 19px; }
  .journal-item__figure { grid-row: 2; width: min(72vw, 280px); margin: 8px 0 2px; }
  .journal-access-banner { flex-direction: column; align-items: flex-start; gap: 12px; margin-top: -8px; }
  .pagination { grid-template-columns: 1fr 1fr; }
  .pagination__number { grid-column: 1 / -1; grid-row: 2; text-align: center; }
  .soc-system-contents { width: min(calc(100% - 28px), 1040px); }
  .journal-contents__content li { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; font-size: 29px; }
  .entry-header .publication-mark { margin-bottom: 48px; }
  .entry-header h1 { font-size: clamp(54px, 17vw, 82px); }
  .entry-meta { gap: 8px 14px; }
  .entry-feature { margin-bottom: 44px; }
  .gh-content { font-size: 21px; line-height: 1.5; }
  .gh-content h2 { font-size: 1.75em; }
  .gh-content .kg-width-full,
  .gh-content .kg-content-wide { width: 100vw; }
  .gh-content .kg-gallery-row { gap: 5px; }
  .content-cta {
    width: calc(100% - 8px);
    min-height: 520px;
    margin-top: 54px;
    padding: 26px 22px;
    box-shadow: 7px 8px 0 rgba(11, 9, 7, .08);
    transform: none;
  }
  .content-cta h2 { font-size: clamp(39px, 13vw, 56px); }
  .content-cta__actions { flex-direction: column; align-items: stretch; }
  .content-cta__actions a { width: auto; }
  .public-post-invitation { flex-direction: column; align-items: flex-start; gap: 14px; }
  .welcome-paper { width: calc(100% - 8px); padding: 26px 22px; box-shadow: 7px 8px 0 rgba(11, 9, 7, .08); transform: none; }
  .welcome-paper__actions { flex-direction: column; align-items: stretch; }
  .welcome-paper__actions a { width: auto; }
  .site-footer { display: block; }
  .site-footer span { display: block; margin-bottom: 8px; }
}

@media (max-width: 360px) {
  .folio-nav { gap: 9px; font-size: 10px; letter-spacing: .05em; }
  .publication-shell { width: calc(100% - 22px); }
  .journal-item__title { font-size: 34px; }
  .entry-header h1 { font-size: 49px; }
  .journal-contents__content li { grid-template-columns: 34px minmax(0, 1fr); font-size: 26px; }
}

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

/* Phase 2.2 — custom member authentication surfaces */
body.soc-auth-open { overflow: hidden; }
.soc-auth-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  place-items: center;
  padding: 24px;
}
.soc-auth-overlay:target,
.soc-auth-overlay.is-open { display: grid; }
.soc-auth-overlay__backdrop {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(11, 9, 7, .34);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.soc-auth-paper {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: min(620px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  border: 1px solid var(--soc-ink);
  border-radius: 0;
  padding: clamp(30px, 5vw, 54px);
  background: var(--soc-paper);
  box-shadow: 12px 14px 0 rgba(11, 9, 7, .14);
  color: var(--soc-ink);
}
.soc-auth-paper__close {
  position: absolute;
  top: 15px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--soc-ink);
  font-family: var(--soc-sans);
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
}
.soc-auth-paper__close:hover,
.soc-auth-paper__close:focus-visible { color: var(--soc-orange); }
.soc-auth-paper__kicker {
  margin: 0 54px 20px 0;
  color: var(--soc-orange);
  font-family: var(--soc-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
}
.soc-auth-paper h2 {
  max-width: 500px;
  margin: 0;
  font-family: var(--soc-serif);
  font-size: clamp(42px, 6.2vw, 66px);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: .98;
}
.soc-auth-paper__intro {
  max-width: 480px;
  margin: 22px 0 30px;
  font-family: var(--soc-serif);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.34;
}
.soc-auth-form { margin: 0; }
.soc-auth-form__fields { display: grid; gap: 18px; }
.soc-auth-field {
  display: grid;
  gap: 8px;
  font-family: var(--soc-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
}
.soc-auth-field em {
  color: var(--soc-muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
}
.soc-auth-field input {
  box-sizing: border-box;
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--soc-ink);
  border-radius: 0;
  padding: 0 14px;
  background: transparent;
  color: var(--soc-ink);
  font-family: var(--soc-sans);
  font-size: 16px;
  line-height: 1;
  outline: none;
}
.soc-auth-field input:focus {
  border-color: var(--soc-orange);
  box-shadow: inset 0 0 0 1px var(--soc-orange);
}
.soc-auth-submit {
  min-height: 52px;
  border: 1px solid var(--soc-ink);
  border-radius: 0;
  padding: 0 18px;
  background: var(--soc-ink);
  color: var(--soc-white);
  cursor: pointer;
  font-family: var(--soc-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}
.soc-auth-submit:hover,
.soc-auth-submit:focus-visible { background: var(--soc-orange); border-color: var(--soc-orange); }
.soc-auth-form__loading,
.soc-auth-form__error,
.soc-auth-form__success { display: none; }
.soc-auth-form.loading .soc-auth-form__loading,
.soc-auth-form.error .soc-auth-form__error,
.soc-auth-form.success .soc-auth-form__success { display: block; }
.soc-auth-form.loading .soc-auth-submit { opacity: .58; pointer-events: none; }
.soc-auth-form.success .soc-auth-form__fields { display: none; }
.soc-auth-form__loading,
.soc-auth-form__error {
  margin: 0;
  font-family: var(--soc-sans);
  font-size: 12px;
  line-height: 1.45;
}
.soc-auth-form__error { color: #8c211a; }
.soc-auth-form__success {
  border-top: 1px solid var(--soc-ink);
  border-bottom: 1px solid var(--soc-rule-light);
  padding: 22px 0;
  font-family: var(--soc-serif);
  font-size: 20px;
  line-height: 1.35;
}
.soc-auth-form__success p { margin: 0; }
.soc-auth-form__success p + p { margin-top: 7px; }
.soc-auth-form__success-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
.soc-auth-paper__switch,
.soc-auth-paper__notice {
  margin: 24px 0 0;
  font-family: var(--soc-sans);
  font-size: 12px;
  line-height: 1.5;
}
.soc-auth-paper__switch a,
.soc-auth-paper__notice a {
  color: var(--soc-orange);
  font-weight: 600;
  text-decoration: none;
}
.soc-auth-paper__switch a:hover { text-decoration: underline; }

/* Phase 2.4 — annual membership collage */
.soc-join-page {
  min-height: 100vh;
  overflow: hidden;
  background: var(--soc-paper);
}
.join-stage {
  position: relative;
  min-height: max(860px, 100vh);
  isolation: isolate;
  padding: clamp(88px, 9vw, 138px) clamp(24px, 5vw, 76px) 92px;
}
.join-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 62% 24%, rgba(217, 87, 36, .10), transparent 30%),
    linear-gradient(180deg, #fffdf8, #f7f1e7 76%, #fffdf8);
}
.join-collage {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}
.join-photo {
  position: absolute;
  margin: 0;
  opacity: .58;
  filter: saturate(.86) contrast(1.04);
  mix-blend-mode: multiply;
  box-shadow: 0 24px 55px rgba(11, 9, 7, .15);
  transform: rotate(var(--join-rotate, 0deg));
  animation: join-photo-arrive 720ms cubic-bezier(.2,.8,.2,1) both;
}
.join-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-photo--plate {
  top: 5%;
  right: -4%;
  width: min(57vw, 870px);
  aspect-ratio: 1.5;
  --join-rotate: 1.7deg;
  opacity: .72;
}
.join-photo--toaster {
  top: 42%;
  left: -5%;
  width: min(37vw, 560px);
  aspect-ratio: 1.49;
  --join-rotate: -3.2deg;
  animation-delay: 70ms;
}
.join-photo--glasses {
  right: 8%;
  bottom: 2%;
  width: min(31vw, 470px);
  aspect-ratio: 1.5;
  --join-rotate: -1.6deg;
  animation-delay: 130ms;
}
.join-photo--chickens {
  right: 34%;
  bottom: -10%;
  width: min(26vw, 400px);
  aspect-ratio: 1.5;
  --join-rotate: 4.1deg;
  opacity: .38;
  animation-delay: 180ms;
}
.join-photo--rolls {
  left: 27%;
  bottom: -8%;
  width: min(24vw, 365px);
  aspect-ratio: 1.5;
  --join-rotate: -2.5deg;
  opacity: .34;
  animation-delay: 230ms;
}
@keyframes join-photo-arrive {
  from { opacity: 0; transform: translateY(28px) rotate(var(--join-rotate, 0deg)); }
}
.join-copy {
  position: relative;
  z-index: 2;
  width: min(690px, 58vw);
}
.join-copy .publication-mark { margin-bottom: clamp(72px, 8vw, 118px); }
.join-copy h1 {
  max-width: 680px;
  margin: 0;
  font-family: var(--soc-serif);
  font-size: clamp(72px, 9vw, 132px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .84;
}
.join-deck {
  max-width: 610px;
  margin: 31px 0 38px;
  font-family: var(--soc-serif);
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.18;
}
.join-membership-card {
  box-sizing: border-box;
  width: min(470px, 100%);
  border: 1px solid var(--soc-ink);
  padding: 26px;
  background: rgba(255, 253, 248, .94);
  box-shadow: 10px 12px 0 rgba(11, 9, 7, .10);
}
.join-membership-card__price {
  margin: 0 0 18px;
  font-family: var(--soc-serif);
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}
.join-membership-card__price span {
  color: var(--soc-muted);
  font-family: var(--soc-sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.join-membership-card__button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--soc-ink);
  padding: 0 20px;
  background: var(--soc-ink);
  color: var(--soc-white);
  font-family: var(--soc-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}
.join-membership-card__button:hover,
.join-membership-card__button:focus-visible {
  border-color: var(--soc-orange);
  background: var(--soc-orange);
}
.join-membership-card__signin {
  margin: 16px 0 0;
  font-family: var(--soc-sans);
  font-size: 11px;
  line-height: 1.45;
}
.join-membership-card__signin a {
  color: var(--soc-orange);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .join-stage {
    min-height: 960px;
    padding: 88px 24px 72px;
  }
  .join-copy { width: min(650px, 82vw); }
  .join-photo--plate { top: 4%; right: -22%; width: 78vw; }
  .join-photo--toaster { top: 55%; left: -18%; width: 54vw; }
  .join-photo--glasses { right: -9%; bottom: 4%; width: 48vw; }
  .join-photo--chickens,
  .join-photo--rolls { opacity: .22; }
}

@media (max-width: 700px) {
  .soc-auth-overlay { padding: 14px; align-items: center; }
  .soc-auth-paper {
    width: calc(100vw - 28px);
    max-height: calc(100vh - 28px);
    padding: 28px 21px;
    box-shadow: 7px 8px 0 rgba(11, 9, 7, .12);
  }
  .soc-auth-paper h2 { font-size: clamp(42px, 13vw, 58px); }
  .soc-auth-paper__intro { font-size: 19px; }
  .soc-auth-paper__close { top: 8px; right: 9px; }

  .join-stage {
    min-height: 880px;
    padding: 82px 18px 58px;
  }
  .join-copy { width: 100%; }
  .join-copy .publication-mark { margin-bottom: 66px; }
  .join-copy h1 { font-size: clamp(64px, 19vw, 94px); }
  .join-deck {
    max-width: 93%;
    font-size: clamp(23px, 7.2vw, 30px);
  }
  .join-membership-card {
    width: calc(100% - 8px);
    padding: 22px;
    box-shadow: 7px 8px 0 rgba(11, 9, 7, .10);
  }
  .join-membership-card__button { width: 100%; box-sizing: border-box; }
  .join-photo--plate {
    top: 2%;
    right: -43%;
    width: 116vw;
    opacity: .50;
  }
  .join-photo--toaster {
    top: 63%;
    left: -42%;
    width: 86vw;
    opacity: .42;
  }
  .join-photo--glasses {
    right: -38%;
    bottom: 0;
    width: 82vw;
    opacity: .38;
  }
  .join-photo--chickens,
  .join-photo--rolls { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .soc-auth-overlay,
  .soc-auth-paper,
  .join-photo { animation: none !important; transition: none !important; transform: none; }
}

/* Phase 2.5 — tighter gateway, revised contents, and System scrapbook */
.soc-system-index {
  position: relative;
  isolation: isolate;
}

.system-latest-stage {
  position: relative;
  min-height: 760px;
  isolation: isolate;
  margin-top: -20px;
  padding: 52px 0 118px;
}
.system-latest-content {
  position: relative;
  z-index: 2;
}
.system-latest-collage {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}
.system-latest-photo {
  --system-rotate: 0deg;
  position: absolute;
  margin: 0;
  background: var(--soc-paper);
  box-shadow: 0 22px 48px rgba(11, 9, 7, .13);
  opacity: .42;
  filter: saturate(.82) contrast(1.04);
  mix-blend-mode: multiply;
  transform: rotate(var(--system-rotate));
  animation: system-photo-arrive 760ms cubic-bezier(.2,.8,.2,1) both;
}
.system-latest-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.system-latest-photo--wrapped {
  top: 0;
  right: 2%;
  width: min(25vw, 370px);
  aspect-ratio: 1.51;
  --system-rotate: 2.4deg;
}
.system-latest-photo--ketchup {
  top: 27%;
  left: -8%;
  width: min(27vw, 405px);
  aspect-ratio: 1.51;
  --system-rotate: -3.6deg;
  opacity: .34;
  animation-delay: 70ms;
}
.system-latest-photo--table {
  top: 42%;
  right: -5%;
  width: min(35vw, 525px);
  aspect-ratio: 1.51;
  --system-rotate: 2deg;
  opacity: .46;
  animation-delay: 125ms;
}
.system-latest-photo--mustard {
  bottom: -2%;
  left: 8%;
  width: min(25vw, 375px);
  aspect-ratio: 1.5;
  --system-rotate: 1.5deg;
  opacity: .32;
  animation-delay: 185ms;
}
.system-latest-photo--crab {
  right: 24%;
  bottom: -8%;
  width: min(29vw, 440px);
  aspect-ratio: 1.51;
  --system-rotate: -2.6deg;
  opacity: .38;
  animation-delay: 240ms;
}
.system-latest-stage.is-member .system-latest-photo {
  opacity: .13;
  box-shadow: none;
}
.system-latest-stage.is-member .system-latest-photo--table { opacity: .17; }

@keyframes system-photo-arrive {
  from {
    opacity: 0;
    transform: translateY(30px) rotate(var(--system-rotate));
  }
}

/* The archive gateway is intentionally compact; protected-post CTAs remain full paper sheets. */
.journal-gateway {
  width: min(680px, calc(100% - 16px));
  min-height: 330px;
  margin-top: 26px;
  padding: clamp(28px, 4vw, 48px);
}
.journal-gateway h2 { font-size: clamp(38px, 5.4vw, 60px); }
.journal-gateway > p:not(.content-cta__kicker) {
  margin: 17px 0 28px;
}

/* Contents now begins with the actual list: no duplicated page introduction or generated counters. */
.contents-masthead { margin-bottom: 48px; }
.journal-contents__content > p:first-child { display: none; }
.journal-contents__content h2,
.journal-contents__content h3,
.journal-contents__content h4 {
  border-top: 1px solid var(--soc-ink);
  margin: 1.9em 0 0;
  padding: 10px 0 3px;
  font-family: var(--soc-serif);
  font-size: clamp(22px, 2.15vw, 30px);
  line-height: 1.02;
  letter-spacing: -.012em;
  text-transform: none;
  font-weight: 600;
}
.journal-contents__content li {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 10px 0 12px;
  font-size: clamp(16px, 1.62vw, 21px);
  line-height: 1.08;
}
.journal-contents__content li::before { display: none; content: none; }
.journal-contents__content hr { margin: 34px 0; }

/* Rebalance the annual-membership collage. The toaster now occupies the leading photograph slot. */
.join-photo--plate {
  top: 4%;
  right: -3%;
  width: min(58vw, 885px);
  aspect-ratio: 1.49;
  --join-rotate: 1.5deg;
  opacity: .72;
}
.join-photo--toaster {
  top: 40%;
  left: -4%;
  width: min(35vw, 530px);
  aspect-ratio: 1.5;
  --join-rotate: -3deg;
  opacity: .57;
}
.join-photo--chickens {
  right: 42%;
  bottom: 3%;
  width: min(29vw, 435px);
  --join-rotate: 3.2deg;
  opacity: .48;
}
.join-photo--rolls {
  left: 14%;
  bottom: 8%;
  width: min(27vw, 405px);
  --join-rotate: -2.1deg;
  opacity: .45;
}
.join-photo--glasses {
  right: 5%;
  bottom: 1%;
  width: min(30vw, 455px);
  opacity: .48;
}

@media (max-width: 900px) {
  .system-latest-stage {
    min-height: 720px;
    padding-bottom: 92px;
  }
  .system-latest-photo--wrapped { top: 1%; right: -11%; width: 39vw; }
  .system-latest-photo--ketchup { top: 33%; left: -15%; width: 39vw; }
  .system-latest-photo--table { top: 50%; right: -13%; width: 48vw; }
  .system-latest-photo--mustard { left: 2%; bottom: 1%; width: 36vw; }
  .system-latest-photo--crab { right: 23%; bottom: -5%; width: 40vw; }

  .join-photo--plate { top: 4%; right: -22%; width: 78vw; }
  .join-photo--toaster { top: 51%; left: -17%; width: 53vw; }
  .join-photo--chickens { right: 42%; bottom: 8%; width: 38vw; opacity: .34; }
  .join-photo--rolls { left: 8%; bottom: 12%; width: 37vw; opacity: .34; }
  .join-photo--glasses { right: -8%; bottom: 4%; width: 46vw; }
}

@media (max-width: 700px) {
  .system-latest-stage {
    min-height: 610px;
    margin-top: -10px;
    padding: 30px 0 76px;
  }
  .journal-gateway {
    min-height: 0;
    margin-top: 18px;
    padding: 28px 24px;
  }
  .journal-gateway .content-cta__actions { margin-top: 4px; }
  .system-latest-photo--wrapped { top: 0; right: -32%; width: 74vw; opacity: .31; }
  .system-latest-photo--ketchup { top: 30%; left: -38%; width: 72vw; opacity: .25; }
  .system-latest-photo--table { top: 55%; right: -34%; width: 80vw; opacity: .3; }
  .system-latest-photo--mustard {
    display: block;
    top: auto;
    right: auto;
    bottom: -3%;
    left: -24%;
    width: 72vw;
    opacity: .27;
    --system-rotate: -2.4deg;
  }
  .system-latest-photo--crab { display: none; }

  .journal-contents__content h2,
  .journal-contents__content h3,
  .journal-contents__content h4 { font-size: 21px; }
  .journal-contents__content li { font-size: 17px; }

  .join-photo--plate { top: 2%; right: -42%; width: 116vw; opacity: .5; }
  .join-photo--toaster { top: 58%; left: -40%; width: 84vw; opacity: .39; }
  .join-photo--glasses { right: -37%; bottom: 0; width: 80vw; opacity: .34; }
  .join-photo--chickens,
  .join-photo--rolls { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .system-latest-photo { animation: none !important; transition: none !important; transform: none; }
}

/* Phase 2.6 — final photograph placement refinements */
/* The class names remain stable, but the images now follow the requested visual sequence:
   plated dish at upper right, chickens behind the membership paper, toaster lower centre. */

/* Phase 2.6.2 — swap the two left-hand photographs while preserving full frames. */
.system-latest-photo--plate {
  top: 12%;
  left: 2%;
  width: min(22vw, 330px);
  aspect-ratio: 1.5094;
  --system-rotate: -3.6deg;
  opacity: .38;
  animation-delay: 70ms;
}
.system-latest-photo--ketchup {
  top: 39%;
  left: 6%;
  width: min(29vw, 440px);
  aspect-ratio: 1.5094;
  --system-rotate: 2.2deg;
  opacity: .36;
  animation-delay: 105ms;
}

@media (max-width: 900px) {
  .system-latest-photo--plate {
    top: 15%;
    left: 5%;
    width: min(38vw, 360px);
  }
  .system-latest-photo--ketchup {
    top: 40%;
    left: 8%;
    width: 38vw;
  }
}

@media (max-width: 700px) {
  .system-latest-photo--plate {
    top: 18%;
    left: 7%;
    width: 68vw;
    opacity: .29;
  }
  .system-latest-photo--ketchup {
    top: 43%;
    left: 5%;
    width: 70vw;
    opacity: .25;
  }
}

/* Keep the intentionally off-canvas scrapbook edges from widening the mobile document. */
.soc-system-index { overflow-x: clip; }
@supports not (overflow: clip) {
  .soc-system-index { overflow-x: hidden; }
}

/* Phase 2.7 — unified typography and conversion-oriented polish */
.folio-nav {
  font-size: 14px;
  letter-spacing: .045em;
}
.publication-folio,
.entry-folio,
.section-switch,
.content-cta__kicker,
.join-membership-card__button,
.soc-auth-paper__kicker,
.soc-auth-field,
.soc-auth-submit,
.welcome-paper__contents,
.public-post-invitation a {
  font-size: 12px;
}
.join-membership-card__signin,
.soc-auth-paper__switch,
.soc-auth-paper__notice,
.site-footer,
.home-template .signup-membership-note,
.home-template .success-message a {
  font-size: 14px;
}
.home-template .email-input,
.home-template .submit-button,
.soc-auth-field input {
  font-size: 17px;
}

/* Phase 2.7.2 — selected Store announcement */
.soc-store-page {
  min-height: 100svh;
  overflow: hidden;
  background: #f5f0e6;
  color: #171614;
}
.store-announcement {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(170px, 20vh, 208px) clamp(34px, 5vw, 82px) 0;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.38), transparent 28%),
    radial-gradient(circle at 74% 72%, rgba(255,255,255,.18), transparent 32%),
    #f5f0e6;
}
.store-announcement::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image:
    repeating-radial-gradient(circle at 20% 30%, rgba(11,9,7,.12) 0 .45px, transparent .55px 4px);
  background-size: 9px 9px;
  mix-blend-mode: multiply;
}
.store-announcement__label {
  position: relative;
  z-index: 2;
  color: var(--soc-orange);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 500;
  letter-spacing: .19em;
  line-height: 1;
  text-transform: uppercase;
}
.store-announcement__rule {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 1px;
  margin-top: 34px;
  background: rgba(217, 87, 36, .56);
}
.store-announcement__title {
  position: absolute;
  z-index: 1;
  top: clamp(300px, 34vh, 352px);
  left: clamp(24px, 2.6vw, 48px);
  width: 112vw;
  margin: 0;
  color: rgba(17, 16, 15, .92);
  font-family: "Bodoni Moda", Didot, "Times New Roman", serif;
  font-size: clamp(190px, 25.2vw, 430px);
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .67;
  text-transform: uppercase;
}
.store-announcement__title span {
  display: block;
  white-space: nowrap;
}
body:has(.soc-store-page) {
  background: #f5f0e6;
}
body:has(.soc-store-page) .folio-nav {
  top: 32px;
  right: clamp(30px, 4vw, 62px);
  gap: 8px 30px;
}
body:has(.soc-store-page) .folio-nav__link {
  color: #171614;
  text-shadow: none;
}
body:has(.soc-store-page) .folio-nav__store {
  color: var(--soc-orange);
}
body:has(.soc-store-page) .site-footer {
  display: none;
}

/* Signed-in System members receive a clean archive; guests get the scrapbook reveal. */
.system-latest-stage.is-member .system-latest-collage,
.system-latest-stage.is-member .system-latest-photo {
  display: none !important;
}
.system-latest-stage.is-guest .system-latest-photo {
  --system-reveal-opacity: .42;
  --system-reveal-delay: 0ms;
  opacity: 0;
  animation: none;
  transform: translateY(34px) rotate(var(--system-rotate));
  transition:
    opacity 720ms cubic-bezier(.2,.8,.2,1) var(--system-reveal-delay),
    transform 760ms cubic-bezier(.2,.8,.2,1) var(--system-reveal-delay);
  will-change: opacity, transform;
}
.system-latest-stage.is-guest .system-latest-photo.revealed {
  opacity: var(--system-reveal-opacity);
  transform: translateY(0) rotate(var(--system-rotate));
}
.system-latest-stage.is-guest .system-latest-photo--wrapped {
  --system-reveal-opacity: .42;
}
.system-latest-stage.is-guest .system-latest-photo--plate {
  --system-reveal-opacity: .38;
  --system-reveal-delay: 45ms;
}
.system-latest-stage.is-guest .system-latest-photo--ketchup {
  --system-reveal-opacity: .36;
  --system-reveal-delay: 70ms;
}
.system-latest-stage.is-guest .system-latest-photo--table {
  --system-reveal-opacity: .46;
  --system-reveal-delay: 55ms;
}
.system-latest-stage.is-guest .system-latest-photo--mustard {
  --system-reveal-opacity: .32;
  --system-reveal-delay: 65ms;
}
.system-latest-stage.is-guest .system-latest-photo--crab {
  --system-reveal-opacity: .38;
  --system-reveal-delay: 90ms;
}

@media (max-width: 700px) {
  .store-announcement {
    padding: 116px 18px 0;
  }
  .store-announcement__label {
    font-size: 10px;
    letter-spacing: .14em;
  }
  .store-announcement__rule {
    margin-top: 22px;
  }
  .store-announcement__title {
    top: 218px;
    left: 10px;
    width: 150vw;
    font-size: clamp(112px, 38vw, 190px);
    line-height: .7;
    letter-spacing: -.07em;
  }
  body:has(.soc-store-page) .folio-nav {
    top: 14px;
    right: 14px;
    gap: 7px 12px;
  }
  .system-latest-stage.is-guest .system-latest-photo--wrapped {
    --system-reveal-opacity: .31;
  }
  .system-latest-stage.is-guest .system-latest-photo--plate {
    --system-reveal-opacity: .29;
  }
  .system-latest-stage.is-guest .system-latest-photo--ketchup {
    --system-reveal-opacity: .25;
  }
  .system-latest-stage.is-guest .system-latest-photo--table {
    --system-reveal-opacity: .30;
  }
  .system-latest-stage.is-guest .system-latest-photo--mustard {
    --system-reveal-opacity: .27;
  }
}

@media (prefers-reduced-motion: reduce) {
  .system-latest-stage.is-guest .system-latest-photo {
    transition: none !important;
    transform: rotate(var(--system-rotate));
  }
}

/* Phase 2.7.4 — minimal annual-membership offer and direct yearly checkout */
.join-copy--custom {
  width: min(800px, 64vw);
}
.join-copy--custom .publication-mark {
  margin-bottom: clamp(58px, 6.5vw, 96px);
}
.join-copy--custom h1 {
  max-width: 780px;
  font-size: clamp(78px, 9.4vw, 144px);
}
.join-copy--custom .join-deck {
  max-width: 690px;
  margin-bottom: 32px;
}
.join-offer--minimal {
  box-sizing: border-box;
  width: min(410px, 100%);
  border: 1px solid var(--soc-ink);
  padding: 24px;
  background: rgba(255, 253, 248, .965);
}
.join-offer--minimal .join-offer__action {
  display: block;
}
.join-offer--minimal .join-membership-card__button {
  box-sizing: border-box;
  width: 100%;
  min-height: 66px;
  padding: 10px 18px;
  font-size: 25px;
  line-height: 1;
  text-align: center;
}
.join-offer--minimal .join-membership-card__signin {
  margin: 14px 0 0;
  text-align: left;
}

@media (max-width: 1000px) {
  .join-copy--custom {
    width: min(720px, 82vw);
  }
}

@media (max-width: 700px) {
  .join-stage {
    min-height: 1040px;
    padding-bottom: 72px;
  }
  .join-copy--custom {
    width: 100%;
  }
  .join-copy--custom h1 {
    font-size: clamp(62px, 18vw, 92px);
  }
  .join-copy--custom .join-deck {
    max-width: 96%;
    margin-bottom: 27px;
  }
  .join-offer--minimal {
    width: min(100%, 390px);
    padding: 20px;
  }
  .join-offer--minimal .join-membership-card__button {
    min-height: 60px;
    font-size: 23px;
  }
}

/* Phase 2.9.0 — two-week chart carousel, explicit routes, and member-state polish */
.home-template .folio-nav__home { display: none; }
.folio-nav__home { --folio-link-color: var(--soc-green); }

/* The signed-in Account route moves from burnt orange over the hero to green
   as soon as the hero has been passed. */
.home-template .folio-nav.folio-nav--past-hero .folio-nav__account {
  color: var(--soc-green);
  text-shadow: none;
}

.home-template .system-chart-section {
  background: var(--paper);
  color: var(--ink);
  padding: 0 var(--page-side-padding) clamp(72px, 10vw, 132px);
}
.home-template .system-chart-shell {
  width: min(1448px, 100%);
  margin: 0 auto;
  border-top: 1px solid var(--soc-ink);
  padding-top: clamp(22px, 3vw, 38px);
}
.home-template .system-chart-header {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-end;
  margin-bottom: 22px;
}
.home-template .system-chart-kicker {
  margin: 0 0 7px;
  color: var(--soc-orange);
  font-family: var(--soc-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}
.home-template .system-chart-header h2 {
  margin: 0;
  font-family: var(--soc-serif);
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: .92;
}
.home-template .system-chart-status {
  display: grid;
  gap: 4px;
  justify-items: end;
  margin: 0;
  font-family: var(--soc-sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-align: right;
}
.home-template .system-chart-status [data-chart-position] {
  color: var(--soc-orange);
  font-size: 12px;
  letter-spacing: .12em;
}
.home-template .system-chart-navigation {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: stretch;
  margin-bottom: 12px;
}
.home-template .system-chart-weeks,
.home-template .system-chart-controls {
  display: flex;
  gap: 8px;
}
.home-template .system-chart-week,
.home-template .system-chart-controls button {
  min-height: 48px;
  border: 1px solid var(--soc-ink);
  border-radius: 0;
  background: transparent;
  color: var(--soc-ink);
  cursor: pointer;
  font-family: var(--soc-sans);
  transition: background 170ms ease, color 170ms ease, opacity 170ms ease, transform 170ms ease;
}
.home-template .system-chart-week {
  display: grid;
  min-width: 134px;
  align-content: center;
  justify-items: start;
  padding: 7px 13px 8px;
  text-align: left;
}
.home-template .system-chart-week span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .025em;
}
.home-template .system-chart-week small {
  margin-top: 2px;
  color: var(--soc-muted);
  font-size: 11px;
  line-height: 1;
}
.home-template .system-chart-week.is-current {
  background: var(--soc-ink);
  color: var(--soc-white);
}
.home-template .system-chart-week.is-current small { color: rgba(255,255,255,.72); }
.home-template .system-chart-week:hover,
.home-template .system-chart-controls button:hover { transform: translateY(-1px); }
.home-template .system-chart-controls button {
  min-width: 112px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 700;
}
.home-template .system-chart-controls button:disabled {
  cursor: default;
  opacity: .3;
  transform: none;
}
.home-template .system-chart-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid var(--soc-ink);
  background: var(--soc-white);
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}
.home-template .system-chart-viewport::-webkit-scrollbar { display: none; }
.home-template .system-chart-track {
  display: flex;
  width: 100%;
}
.home-template .system-chart-slide {
  flex: 0 0 100%;
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.home-template .system-chart-image-button {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--soc-white);
  color: var(--soc-ink);
  cursor: zoom-in;
  appearance: none;
  -webkit-appearance: none;
}
.home-template .system-chart-image-button img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: auto;
}
.home-template .system-chart-enlarge-cue {
  position: absolute;
  right: 12px;
  bottom: 12px;
  border: 1px solid var(--soc-ink);
  padding: 7px 10px;
  background: rgba(255,253,248,.94);
  font-family: var(--soc-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  transition: background 170ms ease, color 170ms ease;
}
.home-template .system-chart-image-button:hover .system-chart-enlarge-cue {
  background: var(--soc-orange);
  color: var(--soc-white);
}
.home-template .system-chart-slide figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--soc-ink);
  padding: 9px 12px 10px;
  font-family: var(--soc-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .035em;
}
.home-template .system-chart-slide figcaption span:last-child {
  color: var(--soc-orange);
}
.home-template .system-chart-hint {
  margin: 10px 0 0;
  color: var(--soc-muted);
  font-family: var(--soc-sans);
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}
.home-template .system-chart-hint__mobile { display: none; }

.system-chart-lightbox {
  box-sizing: border-box;
  width: min(96vw, 1560px);
  max-width: none;
  height: min(94svh, 1220px);
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--soc-ink);
  border-radius: 0;
  background: var(--soc-paper);
  color: var(--soc-ink);
  box-shadow: 14px 16px 0 rgba(11,9,7,.16);
}
.system-chart-lightbox::backdrop { background: rgba(11,9,7,.66); }
.system-chart-lightbox__bar {
  display: flex;
  min-height: 54px;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--soc-ink);
  padding: 0 16px;
  background: var(--soc-paper);
}
.system-chart-lightbox__bar p {
  margin: 0;
  font-family: var(--soc-sans);
  font-size: 14px;
  font-weight: 700;
}
.system-chart-lightbox__bar button {
  min-height: 36px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--soc-orange);
  cursor: pointer;
  font-family: var(--soc-sans);
  font-size: 13px;
  font-weight: 700;
}
.system-chart-lightbox__scroller {
  height: calc(100% - 94px);
  overflow: auto;
  background: var(--soc-white);
  touch-action: pan-x pan-y pinch-zoom;
  overscroll-behavior: contain;
}
.system-chart-lightbox__image {
  display: block;
  width: max(100%, 1120px);
  max-width: none;
  height: auto;
}
.system-chart-lightbox__hint {
  box-sizing: border-box;
  min-height: 40px;
  margin: 0;
  border-top: 1px solid var(--soc-ink);
  padding: 10px 16px;
  background: var(--soc-paper);
  color: var(--soc-muted);
  font-family: var(--soc-sans);
  font-size: 11px;
  line-height: 1.25;
}

.soc-auth-options {
  margin-top: 26px;
  border-top: 1px solid var(--soc-ink);
  padding-top: 17px;
}
.soc-auth-form.success + .soc-auth-options { display: none; }
.soc-auth-options > p {
  margin: 0 0 10px;
  font-family: var(--soc-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}
.soc-auth-options__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.soc-auth-options__links a {
  display: grid;
  gap: 3px;
  border: 1px solid var(--soc-ink);
  padding: 12px 13px;
  color: var(--soc-ink);
  text-decoration: none;
  transition: border-color 170ms ease, color 170ms ease, transform 170ms ease;
}
.soc-auth-options__links a:hover,
.soc-auth-options__links a:focus-visible {
  border-color: var(--soc-orange);
  color: var(--soc-orange);
  transform: translateY(-1px);
}
.soc-auth-options__links strong {
  font-family: var(--soc-sans);
  font-size: 13px;
  line-height: 1.2;
}
.soc-auth-options__links span {
  color: var(--soc-muted);
  font-family: var(--soc-sans);
  font-size: 11px;
  line-height: 1.25;
}

body:has(.soc-store-page) .folio-nav__home { color: var(--soc-green); }

@media (max-width: 700px) {
  .folio-nav { justify-content: flex-end; }
  .home-template .system-chart-section {
    padding-right: 14px;
    padding-left: 14px;
  }
  .home-template .system-chart-shell { padding-top: 20px; }
  .home-template .system-chart-header {
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .home-template .system-chart-header h2 { font-size: clamp(42px, 14vw, 60px); }
  .home-template .system-chart-status {
    max-width: 130px;
    padding-top: 3px;
    font-size: 11px;
  }
  .home-template .system-chart-navigation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }
  .home-template .system-chart-weeks { min-width: 0; }
  .home-template .system-chart-week {
    min-width: 0;
    width: 50%;
    min-height: 46px;
    padding: 6px 9px;
  }
  .home-template .system-chart-week span { font-size: 12px; }
  .home-template .system-chart-week small { font-size: 10px; }
  .home-template .system-chart-controls { gap: 5px; }
  .home-template .system-chart-controls button {
    min-width: 44px;
    width: 44px;
    padding: 0;
    font-size: 17px;
  }
  .home-template .system-chart-controls button span { display: none; }
  .home-template .system-chart-enlarge-cue {
    right: 7px;
    bottom: 7px;
    padding: 6px 8px;
    font-size: 9px;
  }
  .home-template .system-chart-slide figcaption {
    padding: 8px 9px;
    font-size: 11px;
  }
  .home-template .system-chart-hint {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 11px;
    text-align: left;
  }
  .home-template .system-chart-hint__mobile { display: inline; color: var(--soc-orange); font-weight: 700; }
  .system-chart-lightbox {
    width: calc(100vw - 12px);
    height: calc(100svh - 12px);
    box-shadow: none;
  }
  .system-chart-lightbox__bar { min-height: 50px; padding: 0 12px; }
  .system-chart-lightbox__bar p { font-size: 12px; }
  .system-chart-lightbox__scroller { height: calc(100% - 90px); }
  .system-chart-lightbox__image { width: 1120px; }
  .system-chart-lightbox__hint { min-height: 40px; padding: 9px 12px; }
  .soc-auth-options__links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .home-template .system-chart-viewport { scroll-behavior: auto; }
}


/* Phase 3.0.0 — relational register, chart plates, native mobile prose, quiet membership */
.soc-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Latest / Contents are editorial section names, not dashboard tabs. */
.section-switch {
  gap: 25px;
  padding-top: 10px;
  font-family: var(--soc-serif);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .015em;
  line-height: 1;
  text-transform: none;
}
.section-switch__link,
.section-switch__latest,
.section-switch__contents { color: var(--soc-ink); }
.section-switch__link { opacity: .48; }
.section-switch__link:hover,
.section-switch__link.is-current { opacity: 1; }
.section-switch__link.is-current::before { content: "• "; color: var(--soc-orange); }

/* Mobile prose uses the browser's own line breaking; no artificial word gaps. */
.home-template .animated-prose.is-native-mobile > .prose-paragraph {
  margin: 0;
  opacity: .13;
  transform: translateY(10px);
  filter: blur(1.8px);
  transition: opacity 260ms linear, transform 260ms linear, filter 260ms linear;
}
.home-template .animated-prose.is-native-mobile > .prose-paragraph + .prose-paragraph { margin-top: 1em; }
.home-template .animated-prose.is-native-mobile > .prose-paragraph.revealed {
  opacity: 1;
  transform: none;
  filter: none;
}

/* The chart is the object. Controls are reduced to edge arrows and a folio fraction. */
.home-template .system-chart-section {
  padding: 0 max(14px, var(--page-side-padding)) clamp(72px, 10vw, 132px);
}
.home-template .system-chart-shell {
  width: min(1540px, 100%);
  border-top: 0;
  padding-top: 0;
}
.home-template .system-chart-plate {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 8px;
}
.home-template .system-chart-edge {
  position: relative;
  z-index: 3;
  width: 34px;
  height: 58px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--soc-ink);
  font-family: var(--soc-serif);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  opacity: .62;
  transition: opacity 160ms ease, transform 160ms ease;
}
.home-template .system-chart-edge:hover,
.home-template .system-chart-edge:focus-visible { opacity: 1; transform: translateX(var(--edge-shift, 0)); }
.home-template .system-chart-edge--previous { --edge-shift: -2px; }
.home-template .system-chart-edge--next { --edge-shift: 2px; }
.home-template .system-chart-edge:disabled { opacity: .13; cursor: default; transform: none; }
.home-template .system-chart-viewport {
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  outline: none;
}
.home-template .system-chart-viewport::-webkit-scrollbar { display: none; }
.home-template .system-chart-track { display: flex; gap: 12px; }
.home-template .system-chart-slide {
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  margin: 0;
}
.home-template .system-chart-image-button {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}
.home-template .system-chart-image-button img {
  display: block;
  width: 100%;
  height: auto;
}
.home-template .system-chart-index {
  margin: 11px 42px 0;
  color: var(--soc-muted);
  font-family: var(--soc-serif);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
  line-height: 1;
  text-align: center;
}

/* Sign-in ends with one sentence, not two conversion cards. */
.soc-auth-options {
  margin: 24px 0 0;
  border-top: 1px solid var(--soc-ink);
  padding-top: 15px;
  color: var(--soc-muted);
  font-family: var(--soc-serif);
  font-size: 15px;
  line-height: 1.45;
}
.soc-auth-form.success + .soc-auth-options { display: none; }
.soc-auth-options a { color: var(--soc-ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.soc-auth-options a:hover { color: var(--soc-orange); }
.soc-auth-options span { padding: 0 .25em; color: var(--soc-orange); }

/* Store: one disruptive Bodoni voice, inside the institution's normal grammar. */
.store-announcement__mark {
  position: absolute;
  z-index: 3;
  top: clamp(70px, 8vh, 96px);
  left: clamp(34px, 5vw, 82px);
  color: var(--soc-orange);
  font-family: var(--soc-serif);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.store-announcement__label {
  font-family: var(--soc-serif);
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 600;
  letter-spacing: .12em;
}

/* Compact relational Contents register. */
.soc-system-contents { width: min(1120px, calc(100% - 48px)); }
.contents-masthead { margin-bottom: 42px; }
.contents-deck {
  max-width: 720px;
  margin: 28px 0 0;
  font-family: var(--soc-serif);
  font-size: clamp(23px, 2.5vw, 31px);
  line-height: 1.24;
}
.contents-editorial-note {
  max-width: 720px;
  margin: 0 0 44px;
  font-size: 18px;
}
.contents-editorial-note > :first-child { margin-top: 0; }
.contents-tools {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--soc-ink);
  border-bottom: 1px solid var(--soc-ink);
  padding: 12px 0;
  background: color-mix(in srgb, var(--soc-paper) 96%, transparent);
  backdrop-filter: blur(8px);
}
.contents-room-nav {
  display: flex;
  gap: 18px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}
.contents-room-nav::-webkit-scrollbar { display: none; }
.contents-room-nav a {
  color: var(--soc-ink);
  font-family: var(--soc-serif);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.contents-room-nav a:hover { color: var(--soc-orange); }
.contents-search input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--soc-rule);
  border-radius: 0;
  padding: 7px 0 6px;
  background: transparent;
  color: var(--soc-ink);
  font-family: var(--soc-serif);
  font-size: 15px;
  outline: none;
}
.contents-search input:focus { border-bottom-color: var(--soc-orange); }
.contents-search input::placeholder { color: var(--soc-muted); opacity: .8; }
.contents-register { border-bottom: 1px solid var(--soc-ink); }
.contents-room { border-top: 1px solid var(--soc-ink); }
.contents-room:first-child { border-top: 0; }
.contents-room > summary {
  display: grid;
  grid-template-columns: 42px minmax(150px, 220px) minmax(0, 1fr) 24px;
  gap: 18px;
  align-items: baseline;
  padding: 21px 0 20px;
  cursor: pointer;
  list-style: none;
}
.contents-room > summary::-webkit-details-marker { display: none; }
.contents-room > summary::after {
  content: "+";
  justify-self: end;
  font-family: var(--soc-serif);
  font-size: 25px;
  font-weight: 400;
  line-height: .8;
}
.contents-room[open] > summary::after { content: "−"; }
.contents-room > summary > span {
  color: var(--soc-orange);
  font-family: var(--soc-serif);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}
.contents-room > summary strong {
  font-family: var(--soc-serif);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1;
}
.contents-room > summary em {
  color: var(--soc-muted);
  font-family: var(--soc-serif);
  font-size: 16px;
  font-style: normal;
  line-height: 1.2;
}
.contents-room__body { padding: 0 0 26px 60px; }
.contents-room__body--divided {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
}
.contents-subregister h2 {
  margin: 0;
  border-top: 1px solid var(--soc-rule);
  padding: 10px 0 8px;
  font-family: var(--soc-serif);
  font-size: 16px;
  font-weight: 600;
}
.contents-ledger { margin: 0; padding: 0; list-style: none; }
.contents-entry { border-top: 1px solid var(--soc-rule-light); }
.contents-entry__link {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 62px;
  gap: 18px;
  align-items: start;
  padding: 14px 0 15px;
  color: var(--soc-ink);
  text-decoration: none;
}
.contents-entry__link:hover .contents-entry__title { color: var(--soc-orange); }
.contents-entry__folio,
.contents-entry__access {
  padding-top: 3px;
  color: var(--soc-muted);
  font-family: var(--soc-serif);
  font-size: 12px;
  line-height: 1.2;
}
.contents-entry__access { text-align: right; }
.contents-entry__main { display: grid; gap: 3px; }
.contents-entry__title {
  font-family: var(--soc-serif);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.08;
  transition: color 150ms ease;
}
.contents-entry__excerpt {
  color: var(--soc-muted);
  font-family: var(--soc-serif);
  font-size: 14px;
  line-height: 1.3;
}
.contents-empty,
.contents-no-results {
  margin: 0;
  padding: 16px 0;
  color: var(--soc-muted);
  font-family: var(--soc-serif);
  font-size: 15px;
}
.contents-empty code { font-family: inherit; color: var(--soc-orange); }
.entry-return {
  max-width: 780px;
  margin: 70px auto 0;
  border-top: 1px solid var(--soc-ink);
  padding-top: 12px;
  font-family: var(--soc-serif);
  font-size: 16px;
}
.entry-return a { text-decoration: none; }
.entry-return a:hover { color: var(--soc-orange); }

@media (max-width: 700px) {
  .section-switch { font-size: 16px; }
  .home-template .system-chart-section { padding-right: 0; padding-left: 0; }
  .home-template .system-chart-plate {
    grid-template-columns: 0 minmax(0, 1fr) 0;
    gap: 0;
  }
  .home-template .system-chart-edge {
    position: absolute;
    bottom: -31px;
    width: 36px;
    height: 28px;
    font-size: 21px;
  }
  .home-template .system-chart-edge--previous { left: 14px; }
  .home-template .system-chart-edge--next { right: 14px; }
  .home-template .system-chart-viewport { padding: 0 0 0 14px; scroll-padding-left: 14px; }
  .home-template .system-chart-track { gap: 10px; padding-right: 14px; }
  .home-template .system-chart-slide { flex-basis: calc(100% - 42px); }
  .home-template .system-chart-index { margin: 12px 50px 0; font-size: 12px; }

  .soc-auth-overlay { align-items: start; overflow-y: auto; padding: 10px; }
  .soc-auth-paper {
    width: min(100%, 620px);
    min-height: auto;
    margin: max(8px, env(safe-area-inset-top)) 0 max(8px, env(safe-area-inset-bottom));
    padding: 34px 24px 28px;
  }
  .soc-auth-paper__kicker { margin-bottom: 25px; }
  .soc-auth-paper h2 { font-size: clamp(42px, 13vw, 56px); }
  .soc-auth-paper__intro { margin-bottom: 26px; font-size: 18px; }
  .soc-auth-form__fields { gap: 14px; }
  .soc-auth-field input { min-height: 54px; }
  .soc-auth-submit { min-height: 54px; }
  .soc-auth-options { margin-top: 19px; font-size: 14px; }

  .store-announcement__mark { top: 78px; left: 18px; font-size: 17px; }
  .store-announcement { padding-top: 128px; }

  .soc-system-contents { width: min(100% - 28px, 1120px); }
  .contents-tools {
    top: 0;
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 10px 0 11px;
  }
  .contents-room-nav { gap: 16px; }
  .contents-room-nav a { font-size: 14px; }
  .contents-search input { font-size: 16px; }
  .contents-room > summary {
    grid-template-columns: 30px minmax(0, 1fr) 22px;
    gap: 10px;
    padding: 18px 0;
  }
  .contents-room > summary strong { font-size: 27px; }
  .contents-room > summary em { grid-column: 2 / 4; font-size: 14px; }
  .contents-room > summary::after { grid-column: 3; grid-row: 1; }
  .contents-room__body { padding: 0 0 22px 40px; }
  .contents-room__body--divided { grid-template-columns: 1fr; gap: 28px; }
  .contents-entry__link {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 10px;
    padding: 13px 0 14px;
  }
  .contents-entry__access { display: none; }
  .contents-entry__title { font-size: 19px; }
  .contents-entry__excerpt { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-template .animated-prose.is-native-mobile > .prose-paragraph { opacity: 1; transform: none; filter: none; }
}


.contents-source-register {
  margin-top: 34px;
  border-top: 1px solid var(--soc-ink);
  border-bottom: 1px solid var(--soc-ink);
}
.contents-source-register > summary {
  display: grid;
  grid-template-columns: 92px minmax(160px, 230px) minmax(0, 1fr) 24px;
  gap: 18px;
  align-items: baseline;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
}
.contents-source-register > summary::-webkit-details-marker { display: none; }
.contents-source-register > summary::after { content: "+"; justify-self: end; font-family: var(--soc-serif); font-size: 23px; }
.contents-source-register[open] > summary::after { content: "−"; }
.contents-source-register > summary span { color: var(--soc-orange); font-family: var(--soc-serif); font-size: 12px; }
.contents-source-register > summary strong { font-family: var(--soc-serif); font-size: 19px; font-weight: 600; }
.contents-source-register > summary em { color: var(--soc-muted); font-family: var(--soc-serif); font-size: 14px; font-style: normal; }
.contents-source-register__body { padding: 18px 0 38px; }
.contents-source-register .contents-feature { margin: 0 0 34px; }
@media (max-width: 700px) {
  .contents-source-register > summary { grid-template-columns: 56px minmax(0, 1fr) 22px; gap: 10px; }
  .contents-source-register > summary em { grid-column: 2 / 4; }
  .contents-source-register > summary::after { grid-column: 3; grid-row: 1; }
  .contents-source-register__body { padding-bottom: 28px; }
}

.contents-tools { top: 52px; }
.journal-gateway__annual {
  margin: 18px 0 0 !important;
  font-size: 15px !important;
}
.journal-gateway__annual a {
  color: var(--soc-ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.journal-gateway__annual a:hover { color: var(--soc-orange); }
@media (max-width: 700px) {
  .contents-tools { top: 44px; }
}

/* Phase 3.1.0 — corrected register, dedicated indexes, restored mobile reveals */
.section-switch__system { color: var(--soc-ink); }

/* The Contents rows now carry only number, title and disclosure control. */
.contents-room > summary {
  grid-template-columns: 42px minmax(0, 1fr) 24px;
}
.contents-room > summary strong { min-width: 0; }
.contents-room__title-link {
  color: inherit;
  text-decoration: none;
  transition: color 150ms ease;
}
.contents-room__title-link:hover,
.contents-room__title-link:focus-visible { color: var(--soc-orange); }
.contents-view-all {
  display: block;
  width: fit-content;
  margin: 0 0 15px;
  color: var(--soc-ink);
  font-family: var(--soc-serif);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}
.contents-view-all:hover,
.contents-view-all:focus-visible { color: var(--soc-orange); }
.contents-view-all--wide { grid-column: 1 / -1; }
.contents-room__body > .contents-view-all + .contents-ledger { border-top: 1px solid var(--soc-rule-light); }
.contents-room__body--divided > .contents-view-all { margin-bottom: -10px; }

/* The homepage signup now carries only the paid route beneath the free form. */
.home-template .signup-membership-note--paid-only { justify-content: flex-end; }

/* Mobile prose keeps native line breaking while each visual line still reveals. */
.home-template .animated-prose.is-native-mobile > .prose-paragraph {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}
.home-template .animated-prose.is-native-mobile .prose-word {
  display: inline-block;
  white-space: nowrap;
  opacity: .09;
  transform: translateY(9px);
  filter: blur(1.7px);
  transition: opacity 220ms linear, transform 250ms linear, filter 220ms linear;
  will-change: opacity, transform, filter;
}
.home-template .animated-prose.is-native-mobile .prose-word.revealed {
  opacity: 1;
  transform: none;
  filter: none;
}

/* Give mobile chart plates a guaranteed intrinsic box before image decoding. */
.home-template .system-chart-track { width: 100%; align-items: flex-start; }
.home-template .system-chart-slide,
.home-template .system-chart-image-button { aspect-ratio: 4 / 3; }
.home-template .system-chart-image-button { overflow: hidden; background: var(--soc-white); }
.home-template .system-chart-image-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--soc-white);
}

/* Latest guest gateway is now a short invitation rather than a descriptive panel. */
.journal-gateway { min-height: 280px; }
.journal-gateway h2 { margin-bottom: 34px; }
.journal-gateway .content-cta__actions { margin-top: auto; }

/* Dedicated System registers. */
.soc-register-index { width: min(1040px, calc(100% - 48px)); }
.register-masthead { margin-bottom: 56px; }
.full-register { border-top: 1px solid var(--soc-ink); border-bottom: 1px solid var(--soc-ink); }
.register-section-title,
.grocery-location-index__header h2,
.system-overview-copy h2 {
  margin: 0;
  font-family: var(--soc-serif);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.02em;
}
.register-section-title { padding: 18px 0 16px; border-bottom: 1px solid var(--soc-rule); }
.book-sequence { margin: 0; padding: 0; list-style: none; }
.book-sequence__entry {
  display: grid;
  grid-template-columns: 52px 108px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
  border-top: 1px solid var(--soc-rule-light);
  padding: 15px 0 17px;
}
.book-sequence__entry:first-child { border-top: 0; }
.book-sequence__number {
  color: var(--soc-orange);
  font-family: var(--soc-serif);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}
.book-sequence__weekday,
.book-sequence__note {
  color: var(--soc-muted);
  font-family: var(--soc-serif);
  font-size: 14px;
  line-height: 1.2;
}
.book-sequence__title {
  font-family: var(--soc-serif);
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 600;
  line-height: 1.08;
}
.book-sequence__note { text-align: right; }
.book-sequence__entry.is-away .book-sequence__title { color: var(--soc-muted); font-weight: 500; }
.register-return {
  margin: 30px 0 0;
  font-family: var(--soc-serif);
  font-size: 16px;
}
.register-return a { color: var(--soc-ink); text-decoration: none; }
.register-return a:hover { color: var(--soc-orange); }

/* Grocery location diagram: deliberately schematic, not a generic app map. */
.grocery-location-index { margin-top: 74px; }
.grocery-location-index__header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: baseline;
  border-top: 1px solid var(--soc-ink);
  padding: 17px 0 15px;
}
.grocery-location-index__header p {
  margin: 0;
  color: var(--soc-muted);
  font-family: var(--soc-serif);
  font-size: 15px;
}
.grocery-map {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid var(--soc-ink);
  background:
    linear-gradient(23deg, transparent 49.7%, rgba(11,9,7,.06) 50%, transparent 50.3%),
    linear-gradient(117deg, transparent 49.7%, rgba(11,9,7,.05) 50%, transparent 50.3%),
    repeating-linear-gradient(0deg, transparent 0 74px, rgba(11,9,7,.035) 74px 75px),
    repeating-linear-gradient(90deg, transparent 0 92px, rgba(11,9,7,.035) 92px 93px),
    #f7f2e8;
}
.grocery-map::before {
  content: "LONDON / PROVISIONAL FIELD MAP";
  position: absolute;
  top: 18px;
  left: 20px;
  color: var(--soc-muted);
  font-family: var(--soc-serif);
  font-size: 11px;
  letter-spacing: .13em;
}
.grocery-map__river {
  position: absolute;
  left: -6%;
  right: -4%;
  top: 66%;
  height: 70px;
  border-top: 10px double rgba(36,87,104,.38);
  border-radius: 50%;
  transform: rotate(-5deg);
}
.grocery-map__marker {
  position: absolute;
  display: grid;
  grid-template-columns: 27px minmax(0, 190px);
  gap: 8px;
  align-items: start;
  color: var(--soc-ink);
  font-family: var(--soc-serif);
  line-height: 1.12;
}
.grocery-map__marker i {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid var(--soc-ink);
  border-radius: 50%;
  background: var(--soc-orange);
  color: var(--soc-white);
  font-size: 12px;
  font-style: normal;
  font-variant-numeric: tabular-nums;
}
.grocery-map__marker b { padding-top: 3px; font-size: 17px; font-weight: 600; }
.grocery-map__marker small {
  grid-column: 2;
  color: var(--soc-muted);
  font-size: 12px;
  line-height: 1.25;
}
.grocery-map__marker--ally { top: 12%; left: 53%; }
.grocery-map__marker--abbas { top: 30%; left: 61%; }
.grocery-map__marker--newington { top: 40%; left: 48%; }
.grocery-map__marker--mestizo { top: 48%; left: 28%; }
.grocery-map__marker--billingsgate { top: 68%; left: 74%; }

/* System explanation page. */
.soc-system-overview { width: min(1040px, calc(100% - 48px)); }
.system-overview-copy { max-width: 840px; }
.system-overview-copy section {
  border-top: 1px solid var(--soc-ink);
  padding: 18px 0 54px;
}
.system-overview-copy p {
  max-width: 760px;
  margin: 20px 0 0;
  font-family: var(--soc-serif);
  font-size: clamp(20px, 2.15vw, 27px);
  line-height: 1.42;
}
.system-overview-brief p { font-size: clamp(25px, 3vw, 38px); line-height: 1.25; }
.system-overview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid var(--soc-ink);
  padding-top: 18px;
}
.system-overview-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid var(--soc-ink);
  padding: 0 16px;
  color: var(--soc-ink);
  font-family: var(--soc-serif);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.system-overview-actions a:first-child { background: var(--soc-ink); color: var(--soc-white); }
.system-overview-actions a:hover { border-color: var(--soc-orange); background: var(--soc-orange); color: var(--soc-white); }

@media (max-width: 700px) {
  .contents-room > summary {
    grid-template-columns: 30px minmax(0, 1fr) 22px;
  }
  .contents-room > summary strong { grid-column: 2; }
  .contents-room > summary::after { grid-column: 3; grid-row: 1; }
  .contents-room__body { padding-left: 40px; }
  .contents-view-all { font-size: 14px; }

  .home-template .system-chart-plate {
    display: block;
    width: 100%;
  }
  .home-template .system-chart-viewport {
    width: 100%;
    min-height: calc((100vw - 56px) * .75);
    padding-left: 14px;
    background: var(--soc-white);
  }
  .home-template .system-chart-track { width: 100%; min-height: calc((100vw - 56px) * .75); }
  .home-template .system-chart-slide {
    flex: 0 0 calc(100% - 42px);
    min-height: calc((100vw - 56px) * .75);
  }
  .home-template .system-chart-image-button { min-height: calc((100vw - 56px) * .75); }

  .soc-register-index,
  .soc-system-overview { width: min(100% - 28px, 1040px); }
  .book-sequence__entry {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 8px 10px;
    padding: 13px 0 15px;
  }
  .book-sequence__number { grid-column: 1; grid-row: 1 / span 2; padding-top: 4px; }
  .book-sequence__weekday { grid-column: 2; grid-row: 1; font-size: 12px; }
  .book-sequence__title { grid-column: 2 / 4; grid-row: 2; font-size: 20px; }
  .book-sequence__note { grid-column: 3; grid-row: 1; font-size: 11px; }
  .grocery-location-index { margin-top: 52px; }
  .grocery-location-index__header { display: block; }
  .grocery-location-index__header p { margin-top: 7px; }
  .grocery-map { min-height: 660px; }
  .grocery-map__marker { grid-template-columns: 25px minmax(0, 150px); }
  .grocery-map__marker i { width: 25px; height: 25px; }
  .grocery-map__marker b { font-size: 15px; }
  .grocery-map__marker--ally { top: 11%; left: 38%; }
  .grocery-map__marker--abbas { top: 27%; left: 49%; }
  .grocery-map__marker--newington { top: 40%; left: 26%; }
  .grocery-map__marker--mestizo { top: 54%; left: 8%; }
  .grocery-map__marker--billingsgate { top: 75%; left: 45%; }
  .system-overview-copy section { padding-bottom: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-template .animated-prose.is-native-mobile .prose-word {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}
.register-published {
  margin-top: 58px;
  border-top: 1px solid var(--soc-ink);
  border-bottom: 1px solid var(--soc-ink);
}
.register-published > h2 {
  margin: 0;
  border-bottom: 1px solid var(--soc-rule);
  padding: 17px 0 15px;
  font-family: var(--soc-serif);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.02em;
}
@media (max-width: 700px) {
  .register-published { margin-top: 44px; }
}
