@import url("/assets/fonts.css");
:root {
  --ink: #062d36;
  --teal: #0c695f;
  --mint: #65c6b0;
  --gold: #ebc370;
  --paper: #fff;
  --soft: #f2f6f5;
  --line: #dbe4e1;
  --muted: #596d70;
  --pad: clamp(22px, 5.5vw, 100px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
  opacity: 0.4;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #bc8722;
  outline-offset: 5px;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.15;
}
h1 {
  font-size: clamp(42px, 5.2vw, 78px);
  font-weight: 750;
  letter-spacing: -0.058em;
}
h1 em {
  font-style: normal;
  color: var(--teal);
}
h2 {
  font-size: clamp(29px, 3vw, 45px);
  font-weight: 650;
  letter-spacing: -0.045em;
}
h3 {
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.02em;
}
p {
  color: var(--muted);
}
p + p {
  margin-top: 15px;
}
button {
  color: inherit;
}
.eyebrow {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.13em;
  line-height: 1.6;
  color: var(--teal);
  margin-bottom: 18px;
}
.meta,
.small {
  font-size: 13px;
  line-height: 1.65;
}
.meta {
  color: var(--teal);
}
.small {
  color: var(--muted);
}
.skip {
  position: absolute;
  top: -100px;
  z-index: 20;
  background: var(--gold);
  padding: 12px;
}
.skip:focus {
  top: 0;
}
.topline {
  background: var(--ink);
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 9px var(--pad);
  font-size: 11px;
  letter-spacing: 0.1em;
}
.topline a {
  color: #bee4d9;
  letter-spacing: 0.02em;
}
.header {
  padding: 19px var(--pad);
  display: flex;
  align-items: center;
  gap: 28px;
  background: #fffffff5;
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand {
  display: block;
  flex-shrink: 0;
}
.brand img {
  width: 215px;
  height: auto;
}
.header nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 27px;
}
.header nav a {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  padding: 8px 0;
}
.header nav a[aria-current="page"] {
  color: var(--teal);
}
.header nav a[aria-current="page"]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--mint);
}
.header-cta {
  font-size: 13px;
  background: var(--ink);
  color: #fff;
  padding: 12px 17px;
  white-space: nowrap;
  border-radius: 3px;
}
.menu-toggle {
  display: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 50px;
  padding: 14px 21px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  transition:
    background 0.2s,
    transform 0.2s;
  text-align: left;
}
.button:hover {
  transform: translateY(-2px);
}
.button.primary {
  background: var(--ink);
  color: white;
}
.button.primary:hover {
  background: var(--teal);
}
.button.gold {
  background: var(--gold);
  color: var(--ink);
}
.button.outline {
  border-color: #91a6a5;
  background: transparent;
}
.button.outline-light {
  color: #fff;
  border-color: #6c8b90;
}
.button.text {
  padding-left: 0;
  padding-right: 0;
}
.text-link {
  font-size: 14px;
  font-weight: 650;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #9bb9ad;
}
.text-link:hover {
  color: var(--teal);
}
.actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 650px;
}
.hero-copy {
  padding: 75px 30px 36px var(--pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.line {
  height: 1px;
  width: 26px;
  background: var(--teal);
}
.hero-copy h1 {
  font-size: clamp(46px, 5.2vw, 78px);
  margin-bottom: 25px;
}
.hero-copy > p:not(.eyebrow) {
  max-width: 490px;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.hero-note {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  max-width: 530px;
}
.hero-note span {
  font-size: 10px;
  letter-spacing: 0.13em;
  color: var(--muted);
  line-height: 1.6;
}
.hero-note a {
  font-size: 11px;
  font-weight: 600;
}
.hero-library {
  overflow: hidden;
  background: radial-gradient(
    ellipse at 50% 55%,
    #256461 0,
    #123f44 45%,
    #062d36 80%
  );
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 34px;
}
.hero-caption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 0.17em;
  color: #afd1ca;
}
.hero-books {
  position: relative;
  flex: 1;
  min-height: 455px;
  isolation: isolate;
}
.hero-book {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(12px 20px 12px #001d2480);
  transition: transform 0.7s;
}
.b1 {
  width: 59%;
  height: 83%;
  left: -12%;
  top: 9%;
  transform: rotate(-12deg);
  z-index: 1;
}
.b2 {
  width: 82%;
  height: 105%;
  left: 10%;
  top: -4%;
  z-index: 3;
  transform: rotate(3deg);
}
.b3 {
  width: 61%;
  height: 82%;
  right: -18%;
  top: 17%;
  transform: rotate(16deg);
  z-index: 2;
}
.hero-library:hover .b2 {
  transform: rotate(0deg) translateY(-8px);
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #476b6d;
  padding-top: 20px;
}
.hero-bottom p {
  color: #d3e4e1;
  font-size: 13px;
}
.hero-bottom a {
  border: 1px solid #62817e;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  font-size: 24px;
}
.network-strip {
  padding: 31px var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}
.network-strip > span {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.11em;
  color: var(--muted);
}
.network-strip img {
  width: 155px;
  height: 40px;
  object-fit: contain;
}
.network-strip a {
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.network-strip small {
  display: block;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-top: 5px;
}
.section {
  padding: 80px var(--pad);
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
  margin-bottom: 38px;
}
.section-head .eyebrow {
  margin-bottom: 12px;
}
.section-head > .text-link {
  flex-shrink: 0;
}
.book-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.book-track::-webkit-scrollbar {
  display: none;
}
.book-track .book-card {
  flex: 0 0 calc((100% - 96px) / 5);
  scroll-snap-align: start;
}
.book-image {
  display: block;
  width: 100%;
  height: 285px;
  border: 0;
  background: var(--soft);
  padding: 5px;
  margin: 0 0 18px;
  border-radius: 4px;
  overflow: hidden;
}
.book-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s;
}
.catalog-section .book-card:nth-child(7) .book-image img,
.catalog-section .book-card:nth-child(8) .book-image img,
.catalog-section .book-card:nth-child(9) .book-image img,
.catalog-section .book-card:nth-child(10) .book-image img,
.catalog-section .book-card:nth-child(11) .book-image img,
.catalog-section .book-card:nth-child(13) .book-image img,
.catalog-section .book-card:nth-child(14) .book-image img,
.catalog-section .book-card:nth-child(15) .book-image img,
.catalog-section .book-card:nth-child(16) .book-image img {
  transform: scale(1.45);
}
.catalog-section .book-card:nth-child(7) .book-image:hover img,
.catalog-section .book-card:nth-child(8) .book-image:hover img,
.catalog-section .book-card:nth-child(9) .book-image:hover img,
.catalog-section .book-card:nth-child(10) .book-image:hover img,
.catalog-section .book-card:nth-child(11) .book-image:hover img,
.catalog-section .book-card:nth-child(13) .book-image:hover img,
.catalog-section .book-card:nth-child(14) .book-image:hover img,
.catalog-section .book-card:nth-child(15) .book-image:hover img,
.catalog-section .book-card:nth-child(16) .book-image:hover img {
  transform: translateY(-5px) rotate(-1deg) scale(1.5);
}
.book-image:hover img {
  transform: translateY(-7px) rotate(-2deg) scale(1.03);
}
.book-card .meta {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.book-card h3 {
  font-size: 16px;
  line-height: 1.45;
  margin: 7px 0;
}
.book-card h3 button {
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  font-weight: 650;
  line-height: inherit;
}
.book-card .author {
  font-size: 12px;
  color: var(--muted);
}
.carousel-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 27px 0;
}
.carousel-bottom p {
  font-size: 13px;
}
.carousel-controls {
  display: flex;
  gap: 8px;
}
.carousel-controls button {
  border: 1px solid #b8c9c3;
  background: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 18px;
}
.carousel-controls button:hover {
  background: var(--ink);
  color: #fff;
}
.journey {
  background: var(--soft);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.journey-intro > p:not(.eyebrow) {
  max-width: 460px;
  margin: 22px 0;
}
.steps article {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid #cfddda;
  padding: 20px 0;
}
.steps article:first-child {
  padding-top: 0;
}
.steps article > span {
  color: var(--teal);
  font-size: 14px;
  padding-top: 3px;
}
.steps h3 {
  font-size: 23px;
  margin-bottom: 10px;
}
.steps p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 390px;
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.article-visual {
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--soft);
  margin-bottom: 24px;
}
.article-visual img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.article-visual.triple {
  background: #04333b;
}
.article-visual.books {
  background: #e3ede9;
}
.article-visual .article-book {
  width: 70%;
  transform: rotate(-8deg);
  transition: transform 0.4s;
}
.article-visual:hover .article-book {
  transform: rotate(0deg) scale(1.04);
}
.article-card .eyebrow {
  font-size: 10px;
  margin-bottom: 10px;
}
.article-card h3 {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.article-card p:not(.eyebrow) {
  font-size: 14px;
  margin-bottom: 19px;
}
.article-card .text-link {
  font-size: 12px;
}
.type-art {
  background: #d9ebe4;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #0b534c;
}
.type-art > span {
  font-family: Georgia, serif;
  font-size: 115px;
  line-height: 1.15;
}
.type-art small {
  font-size: 10px;
  letter-spacing: 0.19em;
}
.podcast-section {
  background: var(--ink);
  color: white;
}
.podcast-section .eyebrow {
  color: #8dd3c3;
}
.podcast-section .text-link {
  color: #daeee8;
}
.podcast-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.podcast-card {
  border: 1px solid #3c5b61;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.podcast-card > img {
  width: 100%;
  height: 330px;
  object-fit: contain;
  background: #000d23;
}
.podcast-card.triple > img {
  background: #04333b;
}
.podcast-caption {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
.podcast-caption .eyebrow {
  font-size: 9px;
}
.podcast-caption h3 {
  font-size: 24px;
  margin: 7px 0 10px;
}
.podcast-caption p {
  font-size: 13px;
  color: #b6d1cc;
}
.circle-arrow {
  height: 42px;
  width: 42px;
  border: 1px solid #628c87;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 23px;
}
.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
.plan {
  padding: 29px;
  border: 1px solid #cad8d3;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
.plan-label {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.11em;
  font-weight: 600;
  color: var(--teal);
  margin-bottom: 23px;
}
.plan h3 {
  font-size: 27px;
  margin-bottom: 12px;
}
.plan > p {
  font-size: 13px;
}
.price {
  font-size: 58px;
  letter-spacing: -0.07em;
  line-height: 1.2;
  margin: 26px 0 6px;
  font-weight: 650;
  white-space: nowrap;
}
.price span {
  font-size: 19px;
  margin-right: 8px;
  letter-spacing: 0;
  font-weight: 500;
}
.plan .small {
  font-size: 11px;
  line-height: 1.8;
}
.checks {
  list-style: none;
  padding: 0;
  margin: 25px 0 30px;
}
.checks li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 13px;
  font-size: 13px;
  line-height: 1.65;
}
.checks li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 600;
}
.plan .button {
  margin-top: auto;
  width: 100%;
  font-size: 12px;
  padding: 14px;
}
.plan.featured {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
  box-shadow: 0 14px 35px #062d3617;
}
.plan.featured p {
  color: #c2d8d2;
}
.plan.featured .plan-label,
.plan.featured .checks li:before {
  color: #8ee0c8;
}
.plan-footnote {
  font-size: 12px;
  margin-top: 23px;
  line-height: 1.8;
}
.plan-footnote a {
  text-decoration: underline;
}
.contact-band {
  margin: 0 var(--pad) 70px;
  background: var(--ink);
  color: #fff;
  padding: 55px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 65px;
  border-radius: 5px;
}
.contact-band .eyebrow {
  color: var(--mint);
}
.contact-band h2 {
  font-size: 42px;
}
.contact-band p:not(.eyebrow) {
  font-size: 15px;
  color: #c2d6d0;
  margin-top: 18px;
  max-width: 540px;
}
.contact-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}
.contact-actions .button {
  min-width: 290px;
}
footer {
  padding: 50px var(--pad) 23px;
  background: #03232b;
  color: #fff;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
  padding-bottom: 40px;
}
.footer-top p {
  font-size: 14px;
  color: #b0cbc5;
}
.footer-top > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
}
.footer-bottom {
  border-top: 1px solid #315057;
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  color: #adc6c0;
  font-size: 10px;
}
.page-heading {
  padding: 65px var(--pad) 60px;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}
.page-heading h1 {
  font-size: clamp(40px, 5vw, 70px);
}
.page-heading > p:not(.eyebrow) {
  max-width: 700px;
  margin-top: 24px;
  font-size: 17px;
}
.catalog-toolbar {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: 35px;
}
.catalog-toolbar label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
}
.catalog-toolbar input,
.catalog-toolbar select {
  height: 48px;
  border: 1px solid #b5cac4;
  border-radius: 3px;
  padding: 0 13px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
}
.search-field {
  flex: 1;
}
.catalog-toolbar > p {
  margin-left: auto;
  font-size: 13px;
  white-space: nowrap;
  padding-bottom: 12px;
}
.book-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 25px;
}
.book-grid .book-image {
  height: 320px;
}
.book-grid .book-card[hidden] {
  display: none;
}
.no-results {
  padding: 50px 0;
}
.ranking-note {
  border-top: 1px solid var(--line);
  margin-top: 50px;
  padding-top: 22px;
}
.ranking-note summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
.ranking-note p {
  font-size: 14px;
  max-width: 900px;
  padding-top: 15px;
}
.ideas-logo {
  width: 250px;
  margin-bottom: 20px;
}
.ideas-heading .eyebrow {
  margin-top: 20px;
}
.editorial-note {
  border-top: 1px solid var(--line);
  margin-top: 70px;
  padding-top: 35px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 45px;
}
.editorial-note h2 {
  font-size: 26px;
}
.editorial-note p {
  font-size: 14px;
}
.article-page {
  max-width: 1000px;
  margin: auto;
  padding: 55px 30px 80px;
}
.article-page header {
  padding: 45px 0 30px;
}
.article-page h1 {
  font-size: clamp(37px, 4.4vw, 63px);
  max-width: 850px;
}
.article-page header > p:not(.eyebrow) {
  font-size: 20px;
  margin: 25px 0;
}
.article-banner {
  height: 380px;
  background: #e4efeb;
  display: flex;
  justify-content: center;
}
.article-banner img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.article-banner.triple {
  background: #04333b;
}
.article-banner .type-art > span {
  font-size: 160px;
}
.prose {
  max-width: 720px;
  margin: 40px auto 0;
  line-height: 1.9;
}
.prose p {
  font-size: 16px;
  margin-bottom: 22px;
}
.prose h2 {
  font-size: 27px;
  margin: 35px 0 16px;
}
.prose .lead {
  font-size: 21px;
  color: var(--ink);
}
.prose a {
  color: var(--teal);
  text-decoration: underline;
}
.prose blockquote {
  font-size: 25px;
  border-left: 3px solid var(--mint);
  margin: 30px 0;
  padding: 10px 30px;
}
.conditions {
  padding: 0 25px 70px;
}
.podcast-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}
.podcast-art {
  width: 100%;
  border-radius: 4px;
}
.podcast-feature h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
.podcast-feature p:not(.eyebrow) {
  margin-bottom: 24px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.episodes-section {
  padding-top: 0;
}
.episode > div {
  position: relative;
  margin-bottom: 20px;
  background: #031627;
  aspect-ratio: 16/9;
}
.episode > div > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffffee;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  padding-left: 3px;
  font-size: 17px;
  box-shadow: 0 6px 20px #0003;
}
.episode .eyebrow {
  font-size: 10px;
  margin-bottom: 10px;
}
.episode h3 {
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.episode .text-link {
  font-size: 12px;
}
.triple-feature {
  background: var(--soft);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 70px;
}
.triple-art {
  width: 100%;
  border-radius: 4px;
}
.triple-feature .subtitle {
  font-size: 21px;
  color: var(--teal);
  margin: 20px 0;
}
.dimensions {
  margin-top: 30px;
}
.dimensions div {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 15px;
}
.dimensions dt {
  font-weight: 650;
  font-size: 14px;
}
.dimensions dd {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}
.publica-heading {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 70px;
  align-items: center;
}
.publica-heading > div > p:not(.eyebrow) {
  max-width: 600px;
  font-size: 17px;
  margin: 24px 0;
}
.course-callout {
  background: var(--ink);
  color: #fff;
  padding: 38px;
  border-radius: 5px;
}
.course-callout .eyebrow {
  color: var(--mint);
}
.course-callout h2 {
  font-size: 34px;
}
.publica-heading .course-callout > p:not(.eyebrow) {
  font-size: 14px;
  color: #c4dad4;
}
.course-line {
  font-size: 11px;
  display: block;
  border-top: 1px solid #3d6367;
  padding-top: 20px;
  color: #a9d0c4;
}
.comparison-section {
  padding-top: 0;
}
.table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 5px;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  min-width: 710px;
}
caption {
  text-align: left;
  padding: 24px;
  font-size: 22px;
  font-weight: 650;
  background: var(--soft);
}
th,
td {
  padding: 15px 23px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}
thead th {
  background: var(--ink);
  color: #fff;
  font-weight: 600;
}
th:first-child {
  text-align: left;
  width: 45%;
}
tbody th {
  font-weight: 500;
}
tbody tr:nth-child(even) {
  background: #f7faf8;
}
tbody td {
  font-weight: 600;
  color: var(--teal);
}
.comparison-section > .small {
  margin-top: 15px;
}
.membership {
  background: #e8f3ee;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.membership p:not(.eyebrow) {
  margin-top: 20px;
}
.membership-price {
  font-size: 32px;
  font-weight: 650;
  color: var(--ink);
}
.membership-price span {
  font-size: 13px;
  font-weight: 400;
}
.membership .checks {
  margin: auto 0;
}
.membership .checks li {
  font-size: 15px;
  margin-bottom: 19px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.service-grid article {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.service-grid .eyebrow {
  font-size: 10px;
}
.service-grid h3 {
  font-size: 21px;
  line-height: 1.35;
  margin-bottom: 20px;
}
.service-grid p {
  font-size: 14px;
}
.service-grid .service-price {
  color: var(--ink);
  font-size: 24px;
  font-weight: 600;
  margin: 25px 0 5px;
}
.service-grid .button {
  font-size: 12px;
}
.faq {
  padding-top: 0;
  max-width: 1100px;
  margin: auto;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  font-size: 23px;
  color: var(--teal);
}
.faq details[open] summary span {
  transform: rotate(45deg);
}
.faq details p {
  padding: 0 35px 25px 0;
  font-size: 14px;
}
.book-detail {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 35px;
  align-items: center;
}
.book-detail h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.book-detail .author {
  font-size: 14px;
}
.book-detail p {
  font-size: 15px;
}
.book-detail .button {
  margin: 25px 0 14px;
}
.book-detail .small {
  font-size: 11px;
}
.detail-art {
  background: var(--soft);
  border-radius: 4px;
}
.detail-art img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}
dialog {
  border: 0;
  border-radius: 7px;
  padding: 50px;
  max-width: 950px;
  width: calc(100% - 35px);
  color: var(--ink);
  max-height: 90dvh;
  overflow: auto;
}
dialog::backdrop {
  background: #001c27b3;
  backdrop-filter: blur(5px);
}
.dialog-close {
  position: absolute;
  right: 15px;
  top: 10px;
  background: none;
  border: 0;
  font-size: 30px;
  width: 35px;
  height: 35px;
  line-height: 1;
}
body:has(dialog[open]) {
  overflow: hidden;
}
@media (min-width: 1700px) {
  body {
    max-width: 1800px;
    margin: auto;
  }
  .hero-copy h1 {
    font-size: 82px;
  }
  .hero-books {
    min-height: 520px;
  }
}
@media (max-width: 1150px) {
  .header {
    gap: 20px;
  }
  .brand img {
    width: 180px;
  }
  .header nav {
    gap: 17px;
  }
  .header nav a {
    font-size: 12px;
  }
  .header-cta {
    display: none;
  }
  .hero {
    min-height: 610px;
  }
  .hero-copy {
    padding-top: 50px;
  }
  .hero-note {
    display: block;
    margin-top: 30px;
  }
  .hero-note a {
    display: block;
    margin-top: 8px;
  }
  .hero-library {
    padding: 25px;
  }
  .hero-caption {
    font-size: 8px;
  }
  .hero-books {
    min-height: 420px;
  }
  .book-track .book-card {
    flex-basis: calc((100% - 72px) / 4);
  }
  .book-image {
    height: 245px;
  }
  .book-grid .book-image {
    height: 270px;
  }
  .network-strip {
    gap: 20px;
  }
  .network-strip img {
    width: 125px;
  }
  .network-strip a {
    font-size: 10px;
  }
  .network-strip > span {
    font-size: 8px;
  }
  .journey {
    gap: 50px;
  }
  .article-visual {
    height: 210px;
  }
  .plan {
    padding: 23px;
  }
  .contact-band {
    padding: 40px;
    gap: 30px;
  }
  .contact-band h2 {
    font-size: 36px;
  }
  .contact-actions .button {
    min-width: 250px;
  }
  .publica-heading {
    gap: 40px;
  }
  .price {
    font-size: 49px;
  }
  .section-head > .text-link {
    font-size: 12px;
  }
  .podcast-card > img {
    height: 290px;
  }
}
@media (max-width: 800px) {
  .topline {
    font-size: 9px;
  }
  .topline a {
    display: none;
  }
  .header {
    padding: 14px var(--pad);
    justify-content: space-between;
  }
  .brand img {
    width: 177px;
  }
  .menu-toggle {
    display: flex;
    gap: 14px;
    align-items: center;
    background: none;
    border: 1px solid var(--line);
    border-radius: 3px;
    padding: 8px 12px;
    font-size: 12px;
  }
  .header nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    margin: 0;
    padding: 18px var(--pad);
    background: white;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 30px #062d3612;
  }
  .header nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 9px;
  }
  .header nav a {
    font-size: 15px;
    padding: 10px;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 48px var(--pad) 35px;
  }
  .hero-copy h1 {
    font-size: clamp(43px, 7.5vw, 65px);
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 16px;
    max-width: 560px;
  }
  .hero-note {
    display: none;
  }
  .hero-library {
    min-height: 450px;
  }
  .hero-books {
    min-height: 355px;
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
  .hero-caption {
    font-size: 9px;
  }
  .hero-bottom {
    padding-top: 15px;
  }
  .hero-bottom p {
    font-size: 12px;
  }
  .network-strip {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 35px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .network-strip > * {
    flex-shrink: 0;
  }
  .network-strip > span {
    display: none;
  }
  .network-strip img {
    width: 145px;
  }
  .network-strip a {
    font-size: 11px;
    white-space: nowrap;
  }
  .section {
    padding: 55px var(--pad);
  }
  .section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 30px;
  }
  .section-head h2 {
    font-size: 32px;
  }
  .book-track .book-card {
    flex-basis: calc((100% - 48px) / 3);
  }
  .book-image {
    height: 250px;
  }
  .journey {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .journey-intro > p {
    max-width: 600px;
  }
  .steps p {
    max-width: none;
  }
  .article-grid {
    gap: 20px;
  }
  .article-visual {
    height: 180px;
  }
  .article-card h3 {
    font-size: 20px;
  }
  .article-card p:not(.eyebrow) {
    font-size: 13px;
  }
  .podcast-grid {
    gap: 20px;
  }
  .podcast-card > img {
    height: 260px;
  }
  .podcast-caption {
    padding: 18px;
  }
  .podcast-caption h3 {
    font-size: 22px;
  }
  .podcast-caption p {
    font-size: 12px;
  }
  .circle-arrow {
    display: none;
  }
  .plans {
    gap: 15px;
  }
  .plan {
    padding: 19px 16px;
  }
  .plan h3 {
    font-size: 23px;
  }
  .price {
    font-size: 39px;
  }
  .price span {
    font-size: 15px;
  }
  .plan .checks li {
    font-size: 12px;
  }
  .plan .button {
    font-size: 11px;
    gap: 8px;
    padding: 12px 10px;
  }
  .contact-band {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 45px;
    padding: 35px;
  }
  .contact-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contact-actions .button {
    min-width: 0;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-top > div {
    grid-column: 1/-1;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .book-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
  .book-grid .book-image {
    height: 240px;
  }
  .catalog-toolbar {
    flex-wrap: wrap;
    gap: 15px;
  }
  .catalog-toolbar > p {
    width: 100%;
    padding: 0;
  }
  .page-heading {
    padding: 45px var(--pad);
  }
  .editorial-note {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 45px;
  }
  .podcast-feature {
    gap: 30px;
  }
  .podcast-feature h2 {
    font-size: 33px;
  }
  .episode-grid {
    gap: 20px;
  }
  .episode h3 {
    font-size: 17px;
  }
  .triple-feature {
    gap: 30px;
  }
  .dimensions div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .publica-heading {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .course-callout {
    max-width: 600px;
  }
  .membership {
    gap: 35px;
  }
  .membership-price span {
    display: block;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-grid article {
    padding: 30px;
  }
  .service-grid h3 br {
    display: none;
  }
  .comparison-section {
    padding-top: 0;
  }
  .faq {
    padding-top: 0;
  }
  .book-detail {
    gap: 20px;
  }
  .detail-art img {
    height: 300px;
  }
  dialog {
    padding: 40px 25px;
  }
}
@media (max-width: 560px) {
  h1 {
    letter-spacing: -0.055em;
  }
  .hero-copy h1 {
    font-size: 44px;
  }
  .hero .eyebrow {
    font-size: 10px;
  }
  .actions {
    gap: 18px;
  }
  .actions .button {
    font-size: 12px;
    padding: 13px 15px;
  }
  .actions .text {
    padding-left: 0;
  }
  .hero-library {
    min-height: 370px;
    padding: 20px;
  }
  .hero-books {
    min-height: 290px;
  }
  .hero-caption {
    font-size: 7px;
  }
  .hero-bottom p {
    font-size: 11px;
  }
  .hero-bottom a {
    height: 35px;
    width: 35px;
  }
  .section-head h2 {
    font-size: 30px;
  }
  .book-track {
    gap: 16px;
  }
  .book-track .book-card {
    flex-basis: calc((100% - 16px) / 2);
  }
  .book-image {
    height: 220px;
    padding: 0;
  }
  .book-card h3 {
    font-size: 14px;
  }
  .book-card .author {
    font-size: 11px;
  }
  .carousel-bottom p {
    font-size: 11px;
    max-width: 180px;
  }
  .carousel-controls {
    gap: 5px;
  }
  .carousel-controls button {
    height: 32px;
    width: 32px;
  }
  .article-grid,
  .podcast-grid,
  .plans,
  .membership,
  .podcast-feature,
  .triple-feature,
  .episode-grid {
    grid-template-columns: 1fr;
  }
  .article-grid {
    gap: 35px;
  }
  .article-visual {
    height: 270px;
    margin-bottom: 18px;
  }
  .article-card h3 {
    font-size: 24px;
  }
  .article-card p:not(.eyebrow) {
    font-size: 15px;
  }
  .article-card .text-link {
    font-size: 14px;
  }
  .podcast-card > img {
    height: 290px;
  }
  .podcast-caption {
    padding: 24px;
  }
  .plans {
    gap: 24px;
  }
  .plan {
    padding: 29px;
  }
  .plan h3 {
    font-size: 29px;
  }
  .price {
    font-size: 59px;
  }
  .price span {
    font-size: 19px;
  }
  .plan .checks li {
    font-size: 14px;
  }
  .plan .button {
    font-size: 14px;
    padding: 14px 18px;
  }
  .plan > p {
    font-size: 14px;
  }
  .plan .small {
    font-size: 12px;
  }
  .plan-label {
    font-size: 11px;
  }
  .contact-band {
    padding: 30px 24px;
    margin-left: var(--pad);
    margin-right: var(--pad);
  }
  .contact-band h2 {
    font-size: 33px;
  }
  .contact-band p:not(.eyebrow) {
    font-size: 14px;
  }
  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .contact-actions .button {
    font-size: 12px;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-top > div {
    grid-column: auto;
    flex-direction: column;
    gap: 12px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    font-size: 11px;
  }
  .book-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 15px;
  }
  .book-grid .book-image {
    height: 210px;
  }
  .catalog-toolbar label {
    width: 100%;
  }
  .catalog-toolbar > p {
    font-size: 12px;
  }
  .catalog-toolbar select {
    width: 100%;
  }
  .page-heading h1 {
    font-size: 39px;
  }
  .page-heading > p:not(.eyebrow) {
    font-size: 16px;
  }
  .article-page {
    padding: 35px 22px 50px;
  }
  .article-page header {
    padding-top: 30px;
  }
  .article-page h1 {
    font-size: 39px;
  }
  .article-page header > p:not(.eyebrow) {
    font-size: 17px;
  }
  .article-banner {
    height: 300px;
  }
  .prose .lead {
    font-size: 19px;
  }
  .prose blockquote {
    padding-left: 20px;
    font-size: 22px;
  }
  .podcast-feature .button {
    font-size: 13px;
  }
  .episodes-section {
    padding-top: 0;
  }
  .episode-grid {
    gap: 32px;
  }
  .episode h3 {
    font-size: 21px;
  }
  .triple-feature {
    margin-bottom: 45px;
  }
  .triple-art {
    max-width: 400px;
  }
  .dimensions div {
    grid-template-columns: 100px 1fr;
  }
  .course-callout {
    padding: 28px;
  }
  .course-callout h2 {
    font-size: 31px;
  }
  .membership .checks {
    margin: 0;
  }
  .membership-price span {
    display: inline;
    font-size: 12px;
  }
  .membership-price {
    font-size: 31px;
  }
  .faq summary {
    font-size: 15px;
  }
  .book-detail {
    grid-template-columns: 1fr;
  }
  .detail-art img {
    height: 240px;
  }
  .book-detail h2 {
    font-size: 27px;
  }
  .book-detail .button {
    font-size: 12px;
  }
  .book-detail .small {
    font-size: 12px;
  }
  .comparison-section {
    padding-top: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .hero-library:hover .b2 {
    transform: rotate(3deg);
  }
}

.header nav a {
  font-size: 14px;
}
.checks li {
  font-size: 14px;
}
.book-card h3 {
  font-size: 16px;
}
@media (max-width: 1150px) and (min-width: 801px) {
  .header nav {
    gap: 14px;
  }
  .header nav a {
    font-size: 13px;
  }
}

.seals {
  padding-top: 0;
}
.seal-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-top: 35px;
}
.seal-grid img {
  width: 100%;
  height: 95px;
  object-fit: contain;
}
.seal-grid p {
  text-align: center;
  font-size: 12px;
  margin-top: 18px;
}
.seals h2 {
  font-size: 32px;
}
@media (max-width: 800px) {
  .seal-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 560px) {
  .seal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .seal-grid img {
    height: 80px;
  }
}
/* Editorial expansion and the independent Conecta Ideas masthead */
.plan-clarification {
  display: block;
  font-size: 12px;
  line-height: 1.55;
  margin-top: 5px;
  opacity: 0.82;
}
.process-deep {
  padding-top: 65px;
  padding-bottom: 30px;
}
.process-block {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 65px;
  align-items: center;
  padding: 0 0 65px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--line);
}
.process-block:last-child {
  margin-bottom: 0;
}
.process-copy h2 {
  font-size: 35px;
  line-height: 1.18;
  margin-bottom: 24px;
}
.process-copy > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.85;
}
.process-copy strong {
  color: var(--ink);
  font-weight: 600;
}
.process-points {
  padding-left: 19px;
  margin-top: 24px;
  font-size: 14px;
  color: var(--teal);
}
.process-points li {
  margin: 9px 0;
}
.course-outline {
  padding: 34px 38px;
  background: var(--ink);
  color: #fff;
  border-radius: 5px;
}
.course-outline > .eyebrow {
  color: var(--mint);
  font-size: 12px;
}
.course-outline > div {
  padding: 21px 0;
  border-bottom: 1px solid #406165;
}
.course-outline > div > span {
  font-size: 11px;
  letter-spacing: 0.13em;
  color: var(--mint);
}
.course-outline h3 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.35;
  margin-top: 9px;
}
.course-outline > p:last-child {
  color: #b9d4cc;
  font-size: 13px;
  margin-top: 22px;
}
.process-photo {
  margin: 0;
  overflow: hidden;
}
.process-photo img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 4px;
}
.process-photo figcaption {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
}
.process-block.reverse .process-copy {
  order: 2;
}
.channel-list {
  margin: 27px 0;
}
.channel-list a {
  position: relative;
  display: block;
  padding: 17px 35px 17px 0;
  border-top: 1px solid var(--line);
}
.channel-list a:last-child {
  border-bottom: 1px solid var(--line);
}
.channel-list strong {
  display: block;
  font-size: 19px;
}
.channel-list span {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
}
.channel-list b {
  position: absolute;
  right: 0;
  top: 24px;
  font-size: 22px;
  font-weight: 400;
}
.channel-list a:hover strong {
  color: var(--teal);
}
.process-copy > .small {
  font-size: 13px !important;
}
.coauthor-section {
  background: #edf4f1;
}
.coauthor-intro {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  flex-wrap: wrap;
}
.coauthor-intro .eyebrow {
  width: 100%;
  margin: 0;
}
.coauthor-intro h2 {
  flex: 1;
  min-width: 300px;
}
.coauthor-intro > p:last-child {
  flex: 1;
  max-width: 500px;
  font-size: 16px;
}
.coauthor-books {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 45px 0;
}
.coauthor-books > article {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 27px;
}
.coauthor-cover {
  border-radius: 5px;
  overflow: hidden;
  background: #173439;
}
.coauthor-cover img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}
.coauthor-books h3 {
  font-size: 25px;
  margin-bottom: 16px;
  line-height: 1.2;
}
.coauthor-books p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.8;
}
.coauthor-books .eyebrow {
  font-size: 10px;
  line-height: 1.7;
}
.coauthor-application {
  border-top: 1px solid #bfcec6;
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.coauthor-application > div {
  flex: 1;
}
.coauthor-application h3 {
  font-size: 23px;
  margin-bottom: 13px;
}
.coauthor-application p {
  font-size: 14px;
  max-width: 720px;
}
.coauthor-application .button {
  flex-shrink: 0;
}
.coauthor-terms {
  font-size: 12px;
  margin-top: 22px;
  line-height: 1.8;
}
.interview-required {
  padding: 23px 28px;
  border-left: 3px solid var(--teal);
  background: var(--soft);
  margin-bottom: 35px;
}
.interview-required strong {
  font-size: 18px;
}
.interview-required p {
  font-size: 14px;
  margin-top: 8px;
  max-width: 850px;
}
.community-gallery .section-head > p {
  font-size: 14px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr;
  gap: 24px;
}
.gallery-grid figure {
  margin: 0;
}
.gallery-grid a {
  display: block;
  overflow: hidden;
  border-radius: 3px;
}
.gallery-grid img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform 0.3s;
}
.gallery-grid a:hover img {
  transform: scale(1.035);
}
.gallery-grid figure:nth-child(2) img {
  object-position: center 27%;
}
.gallery-grid figcaption {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 12px;
}
.media-gateway {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.media-gateway-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.media-gateway-heading img {
  width: 340px;
  max-width: 100%;
  height: auto;
}
.media-gateway-heading p {
  font-size: 15px;
  margin-top: 9px;
}
.media-gateway-heading .button {
  flex-shrink: 0;
}
.media-category-line {
  display: flex;
  gap: 30px;
  padding: 17px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
  margin: 28px 0;
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 600;
  overflow-x: auto;
}
.media-category-line span {
  white-space: nowrap;
}
.gateway-news,
.news-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.news-card .news-image {
  display: block;
  margin-bottom: 19px;
  background: #edf2ef;
  overflow: hidden;
}
.news-card .news-image img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  transition: transform 0.3s;
}
.news-card .news-image:hover img {
  transform: scale(1.035);
}
.news-category {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--teal);
  margin-bottom: 10px;
}
.news-card h2 {
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
  font-weight: 650;
}
.news-card h2 a:hover {
  color: var(--teal);
}
.news-card .news-summary {
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}
.news-date {
  font-size: 11px;
  color: var(--muted);
  margin-top: 15px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.media-site {
  background: #fff;
}
.media-topbar {
  padding: 10px var(--pad);
  background: var(--ink);
  color: white;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 11px;
}
.media-topbar > span {
  color: #a6cdc1;
  letter-spacing: 0.12em;
}
.media-masthead {
  padding: 35px var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.media-masthead img {
  width: 360px;
  height: auto;
}
.media-masthead > p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
}
.media-edition {
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1.8;
  border-left: 1px solid var(--line);
  padding-left: 25px;
}
.media-nav {
  margin: 0 var(--pad);
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  overflow-x: auto;
}
.media-nav a {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.media-nav a:hover {
  color: var(--teal);
}
.media-front,
.media-section {
  margin: 0 var(--pad);
  padding: 35px 0 45px;
}
.media-section {
  border-top: 1px solid var(--ink);
}
.media-section-label {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  margin-bottom: 25px;
}
.media-section-label > span {
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: var(--teal);
}
.media-section-label h2 {
  font-size: 27px;
  letter-spacing: -0.03em;
}
.news-front-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 35px;
}
.lead-story .news-image img {
  height: 420px;
  object-position: center 32%;
}
.lead-story h2 {
  font-size: 37px;
  line-height: 1.18;
  letter-spacing: -0.035em;
}
.lead-story .news-summary {
  font-size: 17px;
}
.news-sidebar {
  border-left: 1px solid var(--line);
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.side-story {
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
}
.side-story:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.side-story .news-image {
  float: right;
  width: 112px;
  margin: 0 0 15px 20px;
}
.side-story .news-image img {
  height: 135px;
  object-fit: cover;
}
.side-story h2 {
  font-size: 23px;
  line-height: 1.3;
}
.side-story .news-summary {
  font-size: 13px;
}
.side-story .news-date {
  clear: both;
  margin-top: 12px;
}
.news-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.news-two .news-image img {
  height: 320px;
}
.news-three .news-card:nth-child(3) .news-image img {
  object-fit: contain;
  background: #092330;
}
.press-index a {
  display: grid;
  grid-template-columns: 180px 1fr 190px;
  gap: 25px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.press-index a > span {
  font-size: 12px;
  color: var(--muted);
}
.press-index h3 {
  font-size: 20px;
  line-height: 1.4;
}
.press-index strong {
  font-size: 12px;
  color: var(--teal);
  font-weight: 600;
  text-align: right;
}
.media-section .article-grid {
  margin-top: 30px;
}
.media-footer {
  padding-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.media-footer img {
  width: 220px;
  margin-bottom: 20px;
}
.media-footer p {
  color: #b4cfc6;
  font-size: 13px;
}
.media-footer > div:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 17px;
  flex-wrap: wrap;
  font-size: 13px;
}
.media-footer > p {
  grid-column: 1/-1;
  border-top: 1px solid #315057;
  padding-top: 20px;
  font-size: 11px;
}
.news-article {
  max-width: 1080px;
  padding: 45px 30px 60px;
  margin: auto;
}
.news-article > header {
  margin: 32px 0;
}
.news-article h1 {
  font-size: clamp(35px, 4.4vw, 61px);
  line-height: 1.13;
  letter-spacing: -0.045em;
}
.news-deck {
  font-size: 21px;
  line-height: 1.6;
  margin: 25px 0;
}
.news-byline {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.news-hero {
  margin: 0;
}
.news-hero img {
  width: 100%;
  height: 490px;
  object-fit: cover;
  object-position: center 32%;
}
.news-hero.cover-story img {
  object-fit: contain;
  background: #082332;
}
.news-hero figcaption {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 12px;
}
.news-source {
  border-top: 1px solid var(--line);
  margin-top: 35px;
  padding: 25px;
  background: var(--soft);
}
.news-source strong {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.news-source a {
  font-size: 14px;
}
.news-source p {
  font-size: 12px;
  margin: 13px 0 0;
}
.read-next {
  margin-top: 45px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.read-next .eyebrow {
  display: block;
}
.read-next a {
  font-size: 18px;
  font-weight: 600;
}
.media-site .article-page {
  max-width: 1050px;
}
@media (max-width: 1100px) {
  .process-block {
    gap: 40px;
  }
  .process-copy h2 {
    font-size: 30px;
  }
  .coauthor-books {
    gap: 30px;
  }
  .coauthor-books > article {
    grid-template-columns: 145px 1fr;
    gap: 20px;
  }
  .coauthor-cover img {
    height: 235px;
  }
  .coauthor-books h3 {
    font-size: 23px;
  }
  .media-masthead img {
    width: 285px;
  }
  .media-masthead > p {
    font-size: 12px;
  }
  .media-edition {
    font-size: 9px;
    padding-left: 15px;
  }
  .lead-story .news-image img {
    height: 340px;
  }
  .lead-story h2 {
    font-size: 33px;
  }
  .side-story h2 {
    font-size: 20px;
  }
  .news-sidebar {
    padding-left: 24px;
    gap: 20px;
  }
  .side-story .news-image {
    width: 90px;
    margin-left: 14px;
  }
  .side-story .news-image img {
    height: 110px;
  }
  .gallery-grid img {
    height: 280px;
  }
  .press-index a {
    grid-template-columns: 140px 1fr 140px;
  }
  .news-card .news-image img {
    height: 210px;
  }
  .lead-story .news-image img {
    height: 340px;
  }
  .side-story .news-image img {
    height: 110px;
  }
}
@media (max-width: 800px) {
  .process-block {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 45px;
    margin-bottom: 40px;
  }
  .process-block.reverse .process-copy {
    order: 0;
  }
  .process-copy h2 {
    font-size: 33px;
  }
  .process-photo img {
    height: 350px;
  }
  .course-outline {
    padding: 30px;
  }
  .coauthor-intro {
    display: block;
  }
  .coauthor-intro h2 {
    margin: 18px 0 23px;
  }
  .coauthor-intro > p:last-child {
    max-width: 650px;
  }
  .coauthor-books > article {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .coauthor-cover {
    max-width: 220px;
  }
  .coauthor-cover img {
    height: 330px;
  }
  .coauthor-application {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-grid figure:first-child {
    grid-column: 1/-1;
  }
  .gallery-grid img {
    height: 330px;
  }
  .media-gateway-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .media-gateway-heading img {
    width: 300px;
  }
  .gateway-news {
    gap: 20px;
  }
  .news-card h2 {
    font-size: 21px;
  }
  .media-topbar > span {
    display: none;
  }
  .media-masthead {
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .media-edition {
    display: none;
  }
  .media-masthead img {
    width: 280px;
  }
  .media-nav {
    gap: 22px;
    justify-content: flex-start;
  }
  .news-front-grid {
    grid-template-columns: 1.35fr 1fr;
    gap: 25px;
  }
  .news-sidebar {
    padding-left: 20px;
  }
  .side-story .news-image {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  .side-story .news-image img {
    height: 140px;
    object-fit: contain;
    background: #092330;
  }
  .side-story h2 {
    font-size: 19px;
  }
  .side-story .news-summary {
    display: none;
  }
  .lead-story .news-image img {
    height: 300px;
  }
  .lead-story h2 {
    font-size: 30px;
  }
  .lead-story .news-summary {
    font-size: 15px;
  }
  .news-three {
    gap: 20px;
  }
  .news-three .news-card h2 {
    font-size: 21px;
  }
  .news-two .news-image img {
    height: 240px;
  }
  .press-index a {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .press-index strong {
    text-align: left;
  }
  .news-hero img {
    height: 380px;
  }
  .media-footer > div:nth-child(2) {
    justify-content: flex-start;
  }
  .community-gallery .section-head > p br {
    display: none;
  }
}
@media (max-width: 560px) {
  .process-deep {
    padding-top: 45px;
  }
  .process-copy h2 {
    font-size: 29px;
  }
  .process-copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .process-copy .eyebrow {
    font-size: 11px;
  }
  .course-outline h3 {
    font-size: 22px;
  }
  .course-outline {
    padding: 27px;
  }
  .process-photo img {
    height: 260px;
  }
  .coauthor-books {
    gap: 20px;
    margin: 30px 0;
  }
  .coauthor-cover img {
    height: 240px;
  }
  .coauthor-books h3 {
    font-size: 22px;
  }
  .coauthor-books p:not(.eyebrow) {
    font-size: 13px;
  }
  .coauthor-books .eyebrow {
    font-size: 9px;
    letter-spacing: 0.08em;
  }
  .coauthor-intro h2 {
    min-width: 0;
    font-size: 31px;
  }
  .coauthor-intro > p:last-child {
    font-size: 15px;
  }
  .coauthor-intro h2 br {
    display: none;
  }
  .coauthor-terms {
    font-size: 12px;
  }
  .coauthor-application h3 {
    font-size: 22px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .gallery-grid figure:first-child {
    grid-column: auto;
  }
  .gallery-grid img {
    height: 270px;
  }
  .gallery-grid figure:nth-child(2) img {
    height: 440px;
    object-fit: contain;
    background: #f0f3f2;
  }
  .gallery-grid figcaption {
    font-size: 13px;
  }
  .media-gateway-heading img {
    width: 290px;
  }
  .media-gateway-heading p {
    font-size: 15px;
  }
  .gateway-news,
  .news-three,
  .news-two,
  .news-front-grid {
    grid-template-columns: 1fr;
  }
  .gateway-news {
    gap: 30px;
  }
  .news-card .news-image img {
    height: 255px;
  }
  .news-card h2 {
    font-size: 25px;
  }
  .news-card .news-summary {
    font-size: 15px;
  }
  .media-topbar {
    font-size: 10px;
    gap: 15px;
  }
  .media-topbar a:last-child {
    font-size: 9px;
  }
  .media-masthead {
    display: block;
  }
  .media-masthead img {
    width: 310px;
    max-width: 100%;
  }
  .media-masthead > p {
    font-size: 13px;
    margin-top: 15px;
  }
  .media-masthead > p br {
    display: none;
  }
  .media-nav {
    padding: 12px 0;
    gap: 20px;
  }
  .media-nav a {
    font-size: 13px;
  }
  .media-front,
  .media-section {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .media-section-label {
    gap: 15px;
  }
  .media-section-label h2 {
    font-size: 25px;
  }
  .media-section-label > span {
    font-size: 9px;
    letter-spacing: 0.07em;
  }
  .media-section-label > span:last-child {
    text-align: right;
  }
  .lead-story .news-image img {
    height: 270px;
  }
  .lead-story h2 {
    font-size: 31px;
  }
  .news-sidebar {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 25px 0 0;
  }
  .side-story .news-image {
    float: right;
    width: 105px;
    margin: 0 0 15px 18px;
  }
  .side-story .news-image img {
    height: 130px;
  }
  .side-story h2 {
    font-size: 23px;
  }
  .side-story .news-date {
    clear: both;
  }
  .news-three {
    gap: 32px;
  }
  .news-three .news-card h2 {
    font-size: 25px;
  }
  .news-two {
    gap: 32px;
  }
  .media-footer {
    grid-template-columns: 1fr;
  }
  .media-footer > p {
    grid-column: auto;
  }
  .news-article {
    padding: 30px 22px 45px;
  }
  .news-article h1 {
    font-size: 37px;
  }
  .news-deck {
    font-size: 18px;
  }
  .news-hero img {
    height: 270px;
  }
  .news-hero.cover-story img {
    height: 370px;
  }
  .news-source {
    padding: 20px;
  }
  .interview-required {
    padding: 20px;
  }
  .interview-required strong {
    font-size: 17px;
  }
}

/* A shared catalog on the opening screen. */
.hero-selection {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 10px;
  align-content: center;
  flex: 1;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  padding: 5px 0;
}
.hero-selection img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.82;
  object-fit: cover;
  filter: drop-shadow(6px 12px 10px #001d2455);
}
@media (min-width: 1500px) {
  .hero-selection {
    max-width: 640px;
  }
}
@media (max-width: 760px) {
  .hero-selection {
    max-width: 570px;
    margin: 24px auto;
    gap: 14px 8px;
  }
}
@media (max-width: 480px) {
  .hero-selection {
    gap: 12px 4px;
    margin: 18px auto;
  }
}
