:root {
  --j-coal: #080b0c;
  --j-coal-soft: #121719;
  --j-ink: #171918;
  --j-chalk: #f4efe5;
  --j-paper: #e9e2d4;
  --j-paper-bright: #fbf8f0;
  --j-concrete: #a9aaa5;
  --j-copper: #d37b45;
  --j-copper-light: #f0b16f;
  --j-cobalt: #6686ff;
  --j-olive: #667058;
  --j-rule-dark: rgba(244, 239, 229, 0.18);
  --j-rule-light: rgba(23, 25, 24, 0.18);
  --j-display: "Iowan Old Style", "Baskerville", Georgia, serif;
  --j-sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

html { scroll-padding-top: 78px; }

.site-v3-page {
  overflow-x: clip;
  background: var(--j-coal);
  color: var(--j-chalk);
  font-family: var(--j-sans);
}

.site-v3-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 500;
  pointer-events: none;
  opacity: 0.023;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.site-v3-page main { background: var(--j-paper); color: var(--j-ink); }
.site-v3-page h1,
.site-v3-page h2,
.site-v3-page h3,
.site-v3-page p { text-wrap: pretty; }
.site-v3-page .shell { width: min(calc(100% - 72px), 1220px); }

.site-v3-header {
  position: sticky;
  z-index: 350;
  background: rgba(8, 11, 12, 0.93);
  border-bottom: 1px solid var(--j-rule-dark);
  backdrop-filter: blur(18px);
}

.site-v3-header .site-nav { min-height: 78px; }
.site-v3-header .brand-mark { border-color: rgba(240, 177, 111, 0.76); color: var(--j-copper-light); }
.site-v3-header .nav-links a::after { background: var(--j-copper); }
.site-v3-page :focus-visible { outline-color: var(--j-copper-light); }

.v3-kicker {
  margin: 0 0 20px;
  color: var(--j-copper);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.v3-kicker.light { color: var(--j-copper-light); }

.v3-heading {
  max-width: 980px;
  margin: 0;
  font-family: var(--j-display);
  font-size: clamp(44px, 6.2vw, 88px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.v3-heading.medium { font-size: clamp(38px, 5vw, 68px); }
.v3-heading.small { font-size: clamp(32px, 4vw, 54px); }
.v3-heading em { color: var(--j-copper); font-weight: 400; }

.v3-lede {
  max-width: 720px;
  margin: 26px 0 0;
  color: rgba(23, 25, 24, 0.73);
  font-family: var(--j-display);
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.48;
}

.v3-lede.light { color: rgba(244, 239, 229, 0.78); }

.v3-button,
.v3-text-link {
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.v3-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--j-coal);
  background: var(--j-coal);
  color: var(--j-chalk);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.v3-button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(8, 11, 12, 0.18); background: #1a2022; }
.v3-button.copper { border-color: var(--j-copper-light); background: var(--j-copper-light); color: var(--j-coal); }
.v3-button.copper:hover { background: #ffd095; }
.v3-button.ghost { border-color: rgba(244, 239, 229, 0.44); background: transparent; color: var(--j-chalk); }

.v3-text-link { display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.v3-text-link span { color: var(--j-copper); transition: transform 180ms ease; }
.v3-text-link:hover span { transform: translateX(4px); }

.v3-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 34px; }

/* Homepage threshold */
.v3-home-hero {
  position: relative;
  min-height: calc(100svh - 78px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background: var(--j-coal);
  color: var(--j-chalk);
}

.v3-home-art,
.v3-home-shade { position: absolute; inset: 0; }

.v3-home-art {
  z-index: -3;
  width: 104%;
  left: -2%;
  background: url("assets/journey_transition_hero_v3_auburn_brown.png") 66% center / cover no-repeat;
  transform: scale(1.02);
}

.v3-home-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 7, 8, 0.98) 0%, rgba(5, 7, 8, 0.91) 43%, rgba(5, 7, 8, 0.34) 70%, rgba(5, 7, 8, 0.16) 100%),
    linear-gradient(0deg, rgba(5, 7, 8, 0.94) 0%, transparent 38%, rgba(5, 7, 8, 0.3) 100%);
}

.v3-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,.044) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 100% 12.5%, 12.5% 100%;
  mask-image: linear-gradient(to right, #000, transparent 62%);
}

.v3-home-content { padding: 104px 0 72px; }

.v3-home-title {
  max-width: 830px;
  margin: 0;
  font-family: var(--j-display);
  font-size: clamp(58px, 8vw, 120px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.86;
}

.v3-home-title span,
.v3-home-title em { display: block; }
.v3-home-title em { margin-top: 20px; color: var(--j-copper-light); font-size: 0.52em; font-weight: 400; letter-spacing: -0.035em; line-height: 1; }
.v3-home-tagline { max-width: 760px; margin: 25px 0 0; color: var(--j-copper-light); font-family: var(--j-display); font-size: clamp(24px, 2.6vw, 39px); letter-spacing: -.035em; line-height: 1.06; }
.v3-home-content .v3-lede { max-width: 680px; }

.v3-identity-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 45px;
  border-top: 1px solid var(--j-rule-dark);
  border-bottom: 1px solid var(--j-rule-dark);
}

.v3-identity-ribbon span {
  padding: 12px 19px 12px 0;
  margin-right: 19px;
  border-right: 1px solid var(--j-rule-dark);
  color: rgba(244,239,229,.65);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.v3-identity-ribbon span:last-child { border-right: 0; }

.v3-proof-ribbon { background: var(--j-copper); color: var(--j-coal); }
.v3-proof-ribbon .shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.v3-proof-ribbon div { min-height: 126px; display: grid; align-content: center; gap: 7px; padding: 20px 25px; border-right: 1px solid rgba(8,11,12,.22); }
.v3-proof-ribbon div:first-child { padding-left: 0; }
.v3-proof-ribbon div:last-child { border-right: 0; }
.v3-proof-ribbon strong { font-family: var(--j-display); font-size: clamp(24px, 2.4vw, 35px); font-weight: 400; line-height: 1; }
.v3-proof-ribbon span { font-size: 9px; font-weight: 800; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }

/* V4: keep the previous city-and-studio image as the destination, not the origin. */
.v4-now-bridge {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background: var(--j-coal);
  color: var(--j-chalk);
}

.v4-now-art,
.v4-now-shade { position: absolute; inset: 0; }

.v4-now-art {
  z-index: -2;
  background: url("assets/journey_transition_hero_v3_auburn_brown.png") 68% center / cover no-repeat;
}

.v4-now-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5,7,8,.97) 0%, rgba(5,7,8,.82) 42%, rgba(5,7,8,.2) 76%),
    linear-gradient(0deg, rgba(5,7,8,.9), transparent 50%);
}

.v4-now-copy { padding: 92px 0 74px; }
.v4-now-copy h2 { max-width: 800px; }
.v4-now-copy > p:not(.v3-kicker) { max-width: 680px; margin: 24px 0 0; color: rgba(244,239,229,.72); font-family: var(--j-display); font-size: clamp(18px, 1.7vw, 24px); line-height: 1.5; }
.v4-now-copy .v3-text-link { margin-top: 30px; color: var(--j-chalk); }

/* Shared editorial sections */
.v3-section { padding: 112px 0; background: var(--j-paper); color: var(--j-ink); }
.v3-section.bright { background: var(--j-paper-bright); }
.v3-section.dark { background: var(--j-coal); color: var(--j-chalk); }
.v3-section.charcoal { background: var(--j-coal-soft); color: var(--j-chalk); }
.v3-section.copper { background: var(--j-copper); color: var(--j-coal); }

.v3-section-head { display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; align-items: start; margin-bottom: 64px; }
.v3-section-head .v3-kicker { padding-top: 12px; }
.v3-section-head-copy > p:last-child { max-width: 720px; margin: 24px 0 0; color: rgba(23,25,24,.67); font-size: 18px; }
.v3-section.dark .v3-section-head-copy > p:last-child,
.v3-section.charcoal .v3-section-head-copy > p:last-child { color: rgba(244,239,229,.65); }

.v3-story-intro { display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; align-items: start; }
.v3-side-fact { padding-top: 8px; color: rgba(23,25,24,.48); font-size: 9px; font-weight: 800; letter-spacing: .14em; line-height: 1.8; text-transform: uppercase; }
.v3-prose > p { max-width: 790px; margin: 0 0 22px; font-family: var(--j-display); font-size: clamp(21px, 2vw, 28px); line-height: 1.48; }
.v3-prose > p:not(:first-of-type) { color: rgba(23,25,24,.72); font-size: clamp(18px, 1.45vw, 21px); }
.v3-pullquote { margin: 42px 0 0; padding: 30px 34px; border-left: 4px solid var(--j-copper); background: rgba(255,255,255,.38); }
.v3-pullquote p { margin: 0; font-family: var(--j-display); font-size: clamp(26px, 3vw, 42px); line-height: 1.15; }

.v3-route-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--j-rule-light); border-left: 1px solid var(--j-rule-light); }
.v3-route-card { position: relative; min-height: 360px; display: flex; flex-direction: column; padding: 36px; border-right: 1px solid var(--j-rule-light); border-bottom: 1px solid var(--j-rule-light); color: var(--j-ink); text-decoration: none; overflow: hidden; transition: transform 200ms ease, background 200ms ease; }
.v3-route-card:hover { z-index: 2; transform: translateY(-4px); background: var(--j-paper-bright); }
.v3-route-card .number { color: var(--j-copper); font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.v3-route-card h3 { max-width: 500px; margin: auto 0 18px; font-family: var(--j-display); font-size: clamp(34px, 4vw, 58px); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.v3-route-card p { max-width: 520px; margin: 0; color: rgba(23,25,24,.62); font-size: 16px; }
.v3-route-card b { margin-top: 26px; color: var(--j-copper); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.v3-route-card.featured { min-height: 520px; grid-row: span 2; background: var(--j-coal); color: var(--j-chalk); }
.v3-route-card.featured::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .36; background: url("assets/journey_transition_hero_v3_auburn_brown.png") 68% center / cover no-repeat; }
.v3-route-card.featured::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(8,11,12,.95), rgba(8,11,12,.25)); }
.v3-route-card.featured p { color: rgba(244,239,229,.68); }
.v3-route-card.book-route { background: var(--j-paper-bright); }
.v3-route-card.book-route img { position: absolute; right: 6%; top: 34px; width: min(28%, 150px); transform: rotate(3deg); box-shadow: 0 18px 38px rgba(8,11,12,.22); }
.v3-route-card.book-route h3,
.v3-route-card.book-route p { max-width: 60%; }

.v3-method-line { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--j-rule-dark); border-left: 1px solid var(--j-rule-dark); }
.v3-method-line article { min-height: 260px; padding: 30px; border-right: 1px solid var(--j-rule-dark); border-bottom: 1px solid var(--j-rule-dark); }
.v3-method-line span { color: var(--j-copper-light); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.v3-method-line h3 { margin: 80px 0 14px; font-family: var(--j-display); font-size: 31px; font-weight: 400; }
.v3-method-line p { margin: 0; color: rgba(244,239,229,.58); font-size: 14px; }

.v3-book-feature { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: center; }
.v3-book-stage { position: relative; display: grid; place-items: center; min-height: 580px; background: radial-gradient(circle, rgba(240,177,111,.2), transparent 55%); }
.v3-book-stage::after { content: ""; position: absolute; inset: 8%; border: 1px solid var(--j-rule-dark); border-radius: 50%; }
.v3-book-stage img { position: relative; z-index: 2; width: min(70%, 360px); transform: rotate(-2deg); box-shadow: 0 35px 70px rgba(0,0,0,.45); }
.v3-book-copy p { max-width: 700px; color: rgba(244,239,229,.68); font-family: var(--j-display); font-size: clamp(19px, 1.8vw, 25px); line-height: 1.5; }
.v3-fact-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 0; }
.v3-fact-row span { padding: 8px 11px; border: 1px solid var(--j-rule-dark); color: rgba(244,239,229,.62); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.v3-public-grid { display: grid; grid-template-columns: 1.2fr repeat(2, .9fr); border-top: 1px solid var(--j-rule-light); border-left: 1px solid var(--j-rule-light); }
.v3-public-card { min-height: 230px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--j-rule-light); border-bottom: 1px solid var(--j-rule-light); color: var(--j-ink); text-decoration: none; transition: background 180ms ease; }
.v3-public-card:hover { background: var(--j-paper-bright); }
.v3-public-card span { color: var(--j-copper); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.v3-public-card strong { margin: auto 0 14px; font-family: var(--j-display); font-size: 27px; font-weight: 400; line-height: 1.12; }
.v3-public-card small { color: rgba(23,25,24,.55); font-size: 11px; }

.v3-cta { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; }
.v3-cta-actions { display: grid; gap: 14px; justify-items: start; }

/* Interior page threshold */
.v3-page-hero { position: relative; overflow: hidden; padding: 112px 0 92px; background: var(--j-coal); color: var(--j-chalk); }
.v3-page-hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 88px 88px; }
.v3-page-hero .shell { position: relative; z-index: 1; }
.v3-page-hero .v3-heading { max-width: 1050px; }
.v3-page-meta { display: flex; flex-wrap: wrap; gap: 0; margin-top: 45px; border-top: 1px solid var(--j-rule-dark); }
.v3-page-meta span { padding: 13px 20px 0 0; margin-right: 20px; color: rgba(244,239,229,.55); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.v3-split { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.v3-split.equal { grid-template-columns: 1fr 1fr; }
.v3-sticky { position: sticky; top: 118px; }
.v3-portrait { margin: 0; }
.v3-portrait img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.v3-portrait figcaption { padding: 14px 0; border-bottom: 1px solid var(--j-rule-light); color: rgba(23,25,24,.55); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.v3-copy h2 { margin: 0 0 28px; font-family: var(--j-display); font-size: clamp(40px, 5vw, 68px); font-weight: 400; letter-spacing: -.05em; line-height: .98; }
.v3-copy h3 { margin: 46px 0 16px; font-family: var(--j-display); font-size: 31px; font-weight: 400; }
.v3-copy > p { margin: 0 0 22px; color: rgba(23,25,24,.72); font-size: 18px; }
.v3-copy > p:first-of-type { color: var(--j-ink); font-family: var(--j-display); font-size: clamp(22px, 2.1vw, 29px); line-height: 1.45; }

.v3-timeline { margin: 54px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--j-rule-light); }
.v3-timeline li { display: grid; grid-template-columns: 95px 1fr; gap: 24px; padding: 27px 0; border-bottom: 1px solid var(--j-rule-light); }
.v3-timeline time,
.v3-timeline > li > span { color: var(--j-copper); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.v3-timeline h3 { margin: 0 0 8px; font-family: var(--j-display); font-size: 28px; font-weight: 400; }
.v3-timeline p { margin: 0; color: rgba(23,25,24,.63); font-size: 15px; }

/* Book */
.v3-book-hero { padding: 74px 0 86px; }
.v3-book-hero-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 80px; align-items: center; }
.v3-book-cover { position: relative; display: grid; place-items: center; min-height: 600px; }
.v3-book-cover::before { content: ""; position: absolute; inset: 10% -6%; border: 1px solid var(--j-rule-dark); border-radius: 50%; background: radial-gradient(circle, rgba(240,177,111,.12), transparent 62%); }
.v3-book-cover img { position: relative; width: min(78%, 380px); transform: rotate(-2.3deg); box-shadow: 0 38px 80px rgba(0,0,0,.48); }
.v3-book-premise { display: grid; grid-template-columns: .55fr 1.45fr; gap: 50px; align-items: start; }
.v3-book-premise blockquote { margin: 0; font-family: var(--j-display); font-size: clamp(38px, 5.5vw, 78px); letter-spacing: -.05em; line-height: .98; }
.v3-book-premise-copy p { margin: 0 0 23px; color: rgba(23,25,24,.69); font-size: 18px; }
.v3-book-premise-copy p:first-child { color: var(--j-ink); font-family: var(--j-display); font-size: 26px; }
.v3-books-catalogue { background: var(--j-paper); }
.v3-title-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--j-rule-light); border-left: 1px solid var(--j-rule-light); list-style: none; }
.v3-title-grid li { min-height: 260px; padding: 28px; border-right: 1px solid var(--j-rule-light); border-bottom: 1px solid var(--j-rule-light); }
.v3-title-grid li.featured { background: var(--j-coal); color: var(--j-chalk); }
.v3-title-grid span { color: var(--j-copper); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.v3-title-grid h3 { max-width: 340px; margin: 62px 0 0; font-family: var(--j-display); font-size: clamp(25px, 2.3vw, 34px); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
.v3-title-grid p { max-width: 400px; margin: 18px 0 0; color: rgba(244,239,229,.65); font-size: 14px; }
.v3-title-grid a { display: inline-block; margin-top: 22px; padding-bottom: 4px; border-bottom: 1px solid var(--j-copper-light); color: var(--j-copper-light); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.v3-catalogue-note { max-width: 760px; margin: 30px 0 0 auto; color: rgba(23,25,24,.6); font-size: 13px; line-height: 1.6; }
.v3-reader-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--j-rule-dark); border-left: 1px solid var(--j-rule-dark); }
.v3-reader-grid article { min-height: 230px; padding: 30px; border-right: 1px solid var(--j-rule-dark); border-bottom: 1px solid var(--j-rule-dark); }
.v3-reader-grid span { color: var(--j-copper-light); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.v3-reader-grid h3 { margin: 70px 0 0; color: var(--j-chalk); font-family: var(--j-display); font-size: 27px; font-weight: 400; }

/* Products */
.v3-product-feature { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; padding: 42px; border: 1px solid var(--j-rule-light); background: var(--j-paper-bright); }
.v3-product-feature h3 { margin: 0; font-family: var(--j-display); font-size: clamp(42px, 5vw, 68px); font-weight: 400; letter-spacing: -.05em; }
.v3-product-feature p { max-width: 650px; margin: 18px 0 0; color: rgba(23,25,24,.63); }
.v3-product-feature .v3-actions { justify-content: flex-end; }

.v3-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--j-rule-light); border-left: 1px solid var(--j-rule-light); }
.v3-product-card { min-height: 370px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--j-rule-light); border-bottom: 1px solid var(--j-rule-light); background: rgba(255,255,255,.15); }
.v3-product-card .kind { color: var(--j-copper); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.v3-product-card h3 { margin: auto 0 15px; font-family: var(--j-display); font-size: 32px; font-weight: 400; line-height: 1.02; }
.v3-product-card p { margin: 0; color: rgba(23,25,24,.61); font-size: 14px; }
.v3-product-card .v3-text-link { align-self: flex-start; margin-top: 25px; }

.v3-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--j-rule-dark); border-left: 1px solid var(--j-rule-dark); }
.v3-service-card { min-height: 390px; display: flex; flex-direction: column; padding: 36px; border-right: 1px solid var(--j-rule-dark); border-bottom: 1px solid var(--j-rule-dark); }
.v3-service-card .kind { color: var(--j-copper-light); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.v3-service-card h3 { margin: auto 0 17px; color: var(--j-chalk); font-family: var(--j-display); font-size: 40px; font-weight: 400; line-height: 1; }
.v3-service-card p { margin: 0 0 28px; color: rgba(244,239,229,.61); }
.v3-service-card .v3-button { align-self: flex-start; }

/* Field notes */
.v3-field-list { border-top: 1px solid var(--j-rule-light); }
.v3-field-item { display: grid; grid-template-columns: 90px 1fr 1fr; gap: 32px; align-items: start; padding: 40px 0; border-bottom: 1px solid var(--j-rule-light); }
.v3-field-item > span { color: var(--j-copper); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.v3-field-item h2 { margin: 0; font-family: var(--j-display); font-size: clamp(31px, 4vw, 49px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.v3-field-item p { margin: 0; color: rgba(23,25,24,.65); }

.v3-proof-standard { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--j-rule-dark); border-left: 1px solid var(--j-rule-dark); }
.v3-proof-standard article { min-height: 260px; padding: 28px; border-right: 1px solid var(--j-rule-dark); border-bottom: 1px solid var(--j-rule-dark); }
.v3-proof-standard span { color: var(--j-copper-light); font-size: 10px; font-weight: 850; }
.v3-proof-standard h3 { margin: 80px 0 12px; color: var(--j-chalk); font-family: var(--j-display); font-size: 28px; font-weight: 400; }
.v3-proof-standard p { margin: 0; color: rgba(244,239,229,.55); font-size: 14px; }

.v3-ledger { border-top: 1px solid var(--j-rule-light); }
.v3-ledger a { display: grid; grid-template-columns: 180px 1fr auto; gap: 24px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--j-rule-light); color: var(--j-ink); text-decoration: none; }
.v3-ledger a > span:first-child { color: var(--j-copper); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.v3-ledger strong { font-family: var(--j-display); font-size: 25px; font-weight: 400; }
.v3-ledger b { color: var(--j-copper); font-size: 18px; transition: transform 180ms ease; }
.v3-ledger a:hover b { transform: translateX(5px); }

/* About and boundaries */
.v3-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--j-rule-dark); border-left: 1px solid var(--j-rule-dark); }
.v3-value-grid article { min-height: 310px; padding: 31px; border-right: 1px solid var(--j-rule-dark); border-bottom: 1px solid var(--j-rule-dark); }
.v3-value-grid span { color: var(--j-copper-light); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.v3-value-grid h3 { margin: 110px 0 13px; color: var(--j-chalk); font-family: var(--j-display); font-size: 32px; font-weight: 400; }
.v3-value-grid p { margin: 0; color: rgba(244,239,229,.57); font-size: 14px; }

.v3-boundary { padding: 28px; border: 1px solid var(--j-rule-light); background: rgba(255,255,255,.28); }
.v3-boundary strong { display: block; margin-bottom: 11px; color: var(--j-copper); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.v3-boundary p { margin: 0; color: rgba(23,25,24,.65); }

/* Footer */
.site-v3-footer { padding: 66px 0 28px; background: #060809; color: var(--j-chalk); }
.site-v3-footer .footer-grid { display: grid; grid-template-columns: 1.5fr .5fr .5fr; gap: 70px; }
.site-v3-footer .footer-grid > div { display: grid; align-content: start; justify-items: start; gap: 8px; }
.site-v3-footer .footer-grid strong { font-family: var(--j-display); font-size: 27px; font-weight: 400; }
.site-v3-footer .footer-grid p { max-width: 410px; margin: 11px 0 0; color: rgba(244,239,229,.68); font-size: 13px; }
.site-v3-footer .footer-grid span { margin-bottom: 10px; color: var(--j-copper-light); font-size: 8px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.site-v3-footer .footer-grid a { color: rgba(244,239,229,.63); font-size: 12px; text-decoration: none; }
.site-v3-footer .footer-grid a:hover { color: var(--j-copper-light); }
.site-v3-footer .copyright { width: min(calc(100% - 72px), 1220px); margin: 58px auto 0; padding-top: 22px; border-top: 1px solid var(--j-rule-dark); color: rgba(244,239,229,.58); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }

.site-v3-page main.v3-not-found { min-height: calc(100svh - 78px); display: grid; place-items: center; padding: 70px 0; background: var(--j-coal); color: var(--j-chalk); }
.v3-not-found .shell { display: grid; grid-template-columns: .45fr 1.55fr; gap: 60px; align-items: start; }
.v3-not-found-number { color: var(--j-copper-light); font-family: var(--j-display); font-size: clamp(110px, 18vw, 250px); letter-spacing: -.08em; line-height: .72; }

.js-site-motion [data-site-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 700ms cubic-bezier(.2,.75,.2,1), transform 700ms cubic-bezier(.2,.75,.2,1); }
.js-site-motion [data-site-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .v3-proof-ribbon .shell { grid-template-columns: repeat(2, 1fr); }
  .v3-proof-ribbon div:nth-child(2) { border-right: 0; }
  .v3-proof-ribbon div:nth-child(-n+2) { border-bottom: 1px solid rgba(8,11,12,.22); }
  .v3-section-head,
  .v3-story-intro,
  .v3-book-premise { grid-template-columns: 1fr; gap: 25px; }
  .v3-route-grid { grid-template-columns: 1fr; }
  .v3-route-card.featured { min-height: 470px; grid-row: auto; }
  .v3-method-line,
  .v3-proof-standard { grid-template-columns: repeat(2, 1fr); }
  .v3-book-feature,
  .v3-book-hero-grid { grid-template-columns: .8fr 1.2fr; gap: 45px; }
  .v3-public-grid { grid-template-columns: repeat(2, 1fr); }
  .v3-product-grid { grid-template-columns: repeat(2, 1fr); }
  .v3-title-grid { grid-template-columns: repeat(2, 1fr); }
  .v3-field-item { grid-template-columns: 70px 1fr; }
  .v3-field-item p { grid-column: 2; }
  .v3-value-grid { grid-template-columns: 1fr; }
  .v3-title-grid { grid-template-columns: 1fr; }
  .v3-title-grid li { min-height: 220px; }
  .v3-value-grid article { min-height: 250px; }
  .v3-value-grid h3 { margin-top: 70px; }
}

@media (max-width: 760px) {
  .site-v3-page .shell { width: min(calc(100% - 30px), 720px); }
  .site-v3-header .site-nav { min-height: 68px; }
  .site-v3-header .nav-links { top: 68px; }
  .v3-home-hero { min-height: calc(100svh - 68px); }
  .v3-home-art {
    background-position: 67% top;
    background-size: auto 64%;
    background-repeat: no-repeat;
  }
  .v3-home-shade { background: linear-gradient(0deg, rgba(5,7,8,.99) 0%, rgba(5,7,8,.9) 65%, rgba(5,7,8,.52) 100%); }
  .v3-home-content { padding: 220px 0 45px; }
  .v3-home-title { font-size: clamp(54px, 17vw, 76px); }
  .v3-home-tagline { margin-top: 18px; font-size: clamp(24px, 7.6vw, 34px); }
  .v3-home-title em { margin-top: 14px; font-size: .54em; }
  .v3-home-content .v3-lede { font-size: 19px; }
  .v3-actions { align-items: stretch; flex-direction: column; }
  .v3-actions .v3-button { width: 100%; }
  .v3-identity-ribbon { margin-top: 30px; }
  .v3-identity-ribbon span { width: 50%; margin: 0; padding-right: 10px; border-bottom: 1px solid var(--j-rule-dark); }
  .v3-proof-ribbon .shell { width: 100%; grid-template-columns: 1fr; }
  .v3-proof-ribbon div,
  .v3-proof-ribbon div:first-child { min-height: 94px; padding: 17px 15px; border-right: 0; border-bottom: 1px solid rgba(8,11,12,.22); }
  .v3-proof-ribbon div:last-child { border-bottom: 0; }
  .v4-now-bridge { min-height: 620px; }
  .v4-now-art { background-position: 69% center; }
  .v4-now-shade { background: linear-gradient(0deg, rgba(5,7,8,.97) 0%, rgba(5,7,8,.72) 68%, rgba(5,7,8,.3) 100%); }
  .v4-now-copy { padding: 78px 0 60px; }
  .v3-section { padding: 74px 0; }
  .v3-section-head { margin-bottom: 42px; }
  .v3-heading { font-size: clamp(41px, 13vw, 62px); }
  .v3-heading.medium { font-size: clamp(37px, 12vw, 55px); }
  .v3-route-card,
  .v3-route-card.featured { min-height: 390px; padding: 27px; }
  .v3-route-card.book-route img { width: 105px; right: 24px; }
  .v3-route-card.book-route h3,
  .v3-route-card.book-route p { max-width: 63%; }
  .v3-method-line,
  .v3-proof-standard,
  .v3-reader-grid,
  .v3-public-grid,
  .v3-product-grid,
  .v3-service-grid,
  .v3-value-grid { grid-template-columns: 1fr; }
  .v3-method-line article,
  .v3-proof-standard article { min-height: 220px; }
  .v3-method-line h3,
  .v3-proof-standard h3 { margin-top: 60px; }
  .v3-book-feature,
  .v3-book-hero-grid,
  .v3-split,
  .v3-split.equal,
  .v3-product-feature,
  .v3-cta { grid-template-columns: 1fr; gap: 42px; }
  .v3-book-stage,
  .v3-book-cover { min-height: 480px; }
  .v3-book-feature { gap: 32px; }
  .v3-public-card { min-height: 190px; }
  .v3-page-hero { padding: 76px 0 64px; }
  .v3-sticky { position: relative; top: auto; }
  .v3-timeline li { grid-template-columns: 1fr; gap: 10px; }
  .v3-product-feature { padding: 26px; }
  .v3-product-feature .v3-actions { justify-content: stretch; }
  .v3-product-card { min-height: 340px; }
  .v3-service-card { min-height: 330px; }
  .v3-field-item { grid-template-columns: 44px 1fr; gap: 15px; padding: 30px 0; }
  .v3-ledger a { grid-template-columns: 1fr auto; gap: 9px; }
  .v3-ledger a > span:first-child { grid-column: 1 / -1; }
  .site-v3-footer .footer-grid { grid-template-columns: 1fr; gap: 37px; }
  .site-v3-footer .copyright { width: min(calc(100% - 30px), 720px); margin-top: 42px; }
  .v3-not-found .shell { grid-template-columns: 1fr; gap: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  .js-site-motion [data-site-reveal] { opacity: 1; transform: none; }
}
