/* Hispanidad — layout system v2 · 2026-08-11 */
:root {
  --hp-v2-red: #c8102e;
  --hp-v2-wine: #6a1025;
  --hp-v2-gold: #f2b705;
  --hp-v2-ink: #1e1e1e;
  --hp-v2-paper: #f7f1e8;
  --hp-v2-white: #fffdf9;
  --hp-v2-muted: #6f625e;
  --hp-v2-line: rgba(106, 16, 37, 0.16);
  --hp-v2-shell: 75rem;
  --hp-v2-prose: 47.5rem;
  --hp-v2-pad: clamp(1.25rem, 4vw, 2.5rem);
  --hp-v2-s1: clamp(0.75rem, 1vw, 1rem);
  --hp-v2-s2: clamp(1.25rem, 2vw, 2rem);
  --hp-v2-s3: clamp(2rem, 4vw, 4rem);
  --hp-v2-s4: clamp(3.5rem, 7vw, 7rem);
}

body:is(.hp-layout-hub, .hp-layout-info, .hp-layout-legal, .hp-layout-index, .hp-layout-article) {
  background: var(--hp-v2-paper);
  color: var(--hp-v2-ink);
}

body:is(.hp-layout-hub, .hp-layout-info, .hp-layout-legal, .hp-layout-index, .hp-layout-article) .site.grid-container {
  width: 100%;
  max-width: none;
  padding: 0;
}

body:is(.hp-layout-hub, .hp-layout-info, .hp-layout-legal, .hp-layout-index, .hp-layout-article) #primary,
body:is(.hp-layout-hub, .hp-layout-info, .hp-layout-legal, .hp-layout-index, .hp-layout-article) #main {
  width: 100%;
  max-width: none;
  margin: 0;
}

body:is(.hp-layout-hub, .hp-layout-info, .hp-layout-article) #main > article > .inside-article {
  width: calc(100% - (var(--hp-v2-pad) + var(--hp-v2-pad))) !important;
  max-width: var(--hp-v2-shell) !important;
  margin: var(--hp-v2-s3) auto var(--hp-v2-s4) !important;
  padding: 0 !important;
  background: transparent;
}

.hp-layout-hub .entry-header,
.hp-layout-info .entry-header,
.hp-layout-hub .entry-title,
.hp-layout-info .entry-title {
  display: none;
}

.hp-layout-hub .entry-content,
.hp-layout-info .entry-content {
  margin-top: 0;
}

.hp-layout-hub .hp-kicker,
.hp-layout-info .hp-kicker,
.hp-layout-index .hp-kicker,
.hp-layout-article .hp-kicker {
  color: var(--hp-v2-wine) !important;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hp-hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.95fr);
  min-height: 35rem;
  overflow: clip;
  background: var(--hp-v2-white);
  border-radius: 0.35rem;
  box-shadow: 0 1.5rem 4rem rgba(66, 32, 38, 0.08);
}

.hp-hub-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.25rem, 5vw, 5rem);
}

.hp-hub-hero h1,
.hp-info-hero h1,
.hp-archivehead h1 {
  max-width: 13ch;
  margin: 0.5rem 0 1.5rem;
  color: var(--hp-v2-wine);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.75rem, 5.1vw, 4.85rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hp-hub-intro,
.hp-info-intro,
.hp-archivehead-copy > p:last-child {
  max-width: 38rem;
  margin: 0;
  color: #4b403d;
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.hp-hub-hero-media {
  position: relative;
  min-height: 30rem;
  margin: 0;
  background: var(--hp-v2-wine);
}

.hp-hub-hero-media::after {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 4.25rem;
  height: 0.5rem;
  background: var(--hp-v2-gold);
  content: "";
}

.hp-hub-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-hub-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
}

.hp-hub-jump a,
.hp-filter-nav a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding: 0.65rem 1rem;
  border: 1px solid var(--hp-v2-line);
  border-radius: 99rem;
  color: var(--hp-v2-wine);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
}

.hp-hub-jump a:hover,
.hp-filter-nav a:hover {
  border-color: var(--hp-v2-wine);
  background: var(--hp-v2-wine);
  color: #fff;
}

.hp-hub-section {
  padding: var(--hp-v2-s4) 0;
}

.hp-hub-section + .hp-hub-section {
  border-top: 1px solid var(--hp-v2-line);
}

.hp-section-intro {
  display: grid;
  grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
  gap: var(--hp-v2-s3);
  margin-bottom: var(--hp-v2-s3);
  align-items: end;
}

.hp-section-intro h2,
.hp-method-band h2,
.hp-info-section h2,
.hp-contact-panel h2,
.hp-related h2 {
  max-width: 16ch;
  margin: 0.35rem 0 0;
  color: var(--hp-v2-wine);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.15rem, 3.3vw, 3.25rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.hp-section-intro > p,
.hp-method-band > div > p,
.hp-info-section > p {
  max-width: 42rem;
  margin: 0;
  color: #574a47;
  font-size: 1.08rem;
  line-height: 1.7;
}

.hp-resource-list {
  border-top: 1px solid var(--hp-v2-wine);
}

.hp-resource-item {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr) auto;
  gap: var(--hp-v2-s2);
  align-items: center;
  min-height: 9rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--hp-v2-line);
}

.hp-resource-number {
  color: var(--hp-v2-red);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.5rem;
  line-height: 1;
}

.hp-resource-item h3,
.hp-path-step h3,
.hp-feature-copy h2 {
  margin: 0 0 0.45rem;
  color: var(--hp-v2-wine);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 2.3vw, 2.05rem);
  line-height: 1.12;
}

.hp-resource-item h3 a,
.hp-related-item h3 a {
  color: inherit;
  text-decoration: none;
}

.hp-resource-item h3 a:hover,
.hp-related-item h3 a:hover {
  color: var(--hp-v2-red);
}

.hp-resource-item p,
.hp-path-step p,
.hp-related-item p {
  max-width: 42rem;
  margin: 0;
  color: #655854;
  line-height: 1.6;
}

.hp-resource-cta {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  white-space: nowrap;
  color: var(--hp-v2-red);
  font-weight: 800;
  text-decoration: none;
}

.hp-method-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.8fr);
  gap: var(--hp-v2-s3);
  align-items: center;
  margin: 0 calc(-1 * var(--hp-v2-pad));
  padding: clamp(2.5rem, 6vw, 5rem) var(--hp-v2-pad);
  background: var(--hp-v2-wine);
  color: #fff;
}

.hp-method-band h2,
.hp-method-band .hp-kicker {
  color: #fff !important;
}

.hp-method-band > div > p {
  color: rgba(255, 255, 255, 0.82);
}

.hp-method-steps {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: hp-method;
}

.hp-method-steps li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.9rem;
  align-items: center;
  min-height: 3.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  counter-increment: hp-method;
}

.hp-method-steps li::before {
  color: var(--hp-v2-gold);
  content: "0" counter(hp-method);
  font-weight: 850;
}

.hp-path-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--hp-v2-line);
  border: 1px solid var(--hp-v2-line);
  border-radius: 0.35rem;
}

.hp-path-step {
  min-height: 18rem;
  padding: clamp(1.75rem, 3.5vw, 3rem);
  background: var(--hp-v2-white);
}

.hp-path-level,
.hp-related-label {
  margin: 0 0 1.25rem !important;
  color: var(--hp-v2-red) !important;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hp-path-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  margin-top: 1rem;
  color: var(--hp-v2-wine);
  font-weight: 800;
}

.hp-feature-story {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(19rem, 0.75fr);
  min-height: 32rem;
  background: var(--hp-v2-white);
}

.hp-feature-story figure {
  min-height: 27rem;
  margin: 0;
}

.hp-feature-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 4rem);
}

.hp-feature-copy p {
  color: #5b4e4b;
  line-height: 1.65;
}

.hp-feature-copy .hp-btn {
  align-self: flex-start;
  margin-top: 0.75rem;
}

.hp-culture-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--hp-v2-s2);
  margin-top: var(--hp-v2-s3);
}

.hp-culture-note {
  min-height: 13rem;
  padding-top: 1.5rem;
  border-top: 0.25rem solid var(--hp-v2-gold);
}

.hp-culture-note h3 {
  margin: 0 0 0.8rem;
  color: var(--hp-v2-wine);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
}

.hp-culture-note p {
  margin: 0;
  color: #5e514e;
  line-height: 1.65;
}

/* Information and contact pages */
.hp-info-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.68fr);
  gap: var(--hp-v2-s3);
  align-items: stretch;
  margin-bottom: var(--hp-v2-s4);
  background: var(--hp-v2-white);
}

.hp-info-hero-copy {
  padding: clamp(2.25rem, 5vw, 5rem);
}

.hp-brand-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 28rem;
  padding: clamp(2rem, 4vw, 4rem);
  background: var(--hp-v2-wine);
  color: #fff;
}

.hp-brand-panel-mark {
  color: var(--hp-v2-gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(6rem, 12vw, 10rem);
  font-weight: 700;
  line-height: 0.8;
}

.hp-brand-panel p {
  max-width: 21rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.06rem;
  line-height: 1.6;
}

.hp-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--hp-v2-s3);
}

.hp-info-section {
  padding-top: 1.5rem;
  border-top: 1px solid var(--hp-v2-wine);
}

.hp-info-section h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}

.hp-info-section p {
  font-size: 1rem;
}

.hp-contact-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);
  min-height: 35rem;
  overflow: hidden;
  background: var(--hp-v2-white);
  border-radius: 0.35rem;
  box-shadow: 0 1.5rem 4rem rgba(66, 32, 38, 0.08);
}

.hp-contact-panel {
  padding: clamp(2.25rem, 5vw, 5rem);
}

.hp-contact-panel-primary {
  background: var(--hp-v2-wine);
  color: #fff;
}

.hp-contact-panel-primary h1,
.hp-contact-panel-primary .hp-kicker {
  color: #fff !important;
}

.hp-contact-panel-primary h1 {
  margin: 0.5rem 0 1.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.75rem, 4.6vw, 4.5rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.hp-contact-panel-primary > p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
  line-height: 1.65;
}

.hp-contact-address {
  display: block;
  margin: 2.5rem 0 1rem;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.hp-copy {
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  border: 0;
  border-radius: 0.2rem;
  background: var(--hp-v2-gold);
  color: var(--hp-v2-ink);
  font-weight: 800;
  cursor: pointer;
}

.hp-contact-checklist {
  margin: 1.5rem 0 2.5rem;
  padding: 0;
  list-style: none;
}

.hp-contact-checklist li {
  position: relative;
  padding: 1rem 0 1rem 2rem;
  border-bottom: 1px solid var(--hp-v2-line);
  line-height: 1.55;
}

.hp-contact-checklist li::before {
  position: absolute;
  left: 0;
  color: var(--hp-v2-red);
  content: "✓";
  font-weight: 900;
}

/* Legal pages stay readable but are intentionally composed inside a wide shell. */
.hp-layout-legal #main > article > .inside-article {
  width: calc(100% - (var(--hp-v2-pad) + var(--hp-v2-pad))) !important;
  max-width: 62rem !important;
  margin: var(--hp-v2-s3) auto var(--hp-v2-s4) !important;
  padding: clamp(2rem, 5vw, 5rem) !important;
  background: var(--hp-v2-white);
  box-shadow: 0 1.25rem 3rem rgba(66, 32, 38, 0.06);
}

.hp-layout-legal .entry-header {
  display: none;
}

.hp-layout-legal .hp-pagehead {
  width: auto;
  max-width: none;
  margin: 0 0 var(--hp-v2-s3);
  padding-bottom: var(--hp-v2-s2);
  border-bottom: 1px solid var(--hp-v2-wine);
}

.hp-layout-legal .hp-pagehead h1 {
  max-width: 14ch;
  margin: 0.4rem 0 0;
  color: var(--hp-v2-wine);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.5rem, 4.5vw, 4.25rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.hp-layout-legal .entry-content > h2 {
  margin-top: 3rem;
  color: var(--hp-v2-wine);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.75rem;
}

.hp-layout-legal .entry-content :is(p, li) {
  line-height: 1.75;
}

.hp-layout-legal .hp-todo {
  padding: 0.1rem 0.3rem;
  background: #fff2b9;
  color: #4e2600;
}

/* Blog, category and search indexes */
body.hp-layout-index #main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--hp-v2-s2);
  width: calc(100% - (var(--hp-v2-pad) + var(--hp-v2-pad)));
  max-width: var(--hp-v2-shell);
  margin: var(--hp-v2-s3) auto var(--hp-v2-s4);
}

.hp-layout-index #main > :is(.hp-archivehead, .page-header, .paging-navigation, .no-results) {
  grid-column: 1 / -1;
}

.hp-layout-index .page-header {
  display: none;
}

.hp-archivehead {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(16rem, 0.6fr);
  gap: var(--hp-v2-s3);
  align-items: end;
  margin-bottom: var(--hp-v2-s2);
  padding: clamp(2rem, 5vw, 4.5rem);
  background: var(--hp-v2-wine);
  color: #fff;
}

.hp-archivehead h1,
.hp-archivehead .hp-kicker {
  color: #fff !important;
}

.hp-archivehead h1 {
  max-width: 15ch;
  font-size: clamp(2.65rem, 4.7vw, 4.5rem);
}

.hp-archivehead-copy > p:last-child {
  color: rgba(255, 255, 255, 0.8);
}

.hp-filter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

.hp-filter-nav a {
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

.hp-filter-nav a:hover {
  border-color: var(--hp-v2-gold);
  background: var(--hp-v2-gold);
  color: var(--hp-v2-ink);
}

.hp-layout-index #main > article {
  min-width: 0;
  margin: 0;
  background: var(--hp-v2-white);
}

.hp-layout-index #main > article > .inside-article {
  display: flex;
  width: 100% !important;
  height: 100%;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 0 1.75rem !important;
  background: transparent;
}

.hp-layout-index .post-image {
  order: -1;
  aspect-ratio: 3 / 2;
  margin: 0 0 1.5rem !important;
  overflow: hidden;
}

.hp-layout-index .post-image a,
.hp-layout-index .post-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.hp-layout-index .post-image img {
  object-fit: cover;
  transition: transform 240ms ease;
}

.hp-layout-index article:hover .post-image img {
  transform: scale(1.025);
}

.hp-layout-index .entry-header,
.hp-layout-index .entry-summary,
.hp-layout-index .entry-content,
.hp-layout-index .entry-meta {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}

.hp-layout-index .entry-title {
  margin-bottom: 0.85rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  letter-spacing: -0.025em;
  line-height: 1.13;
}

.hp-layout-index .entry-title a {
  color: var(--hp-v2-wine);
}

.hp-layout-index .entry-meta {
  margin-bottom: 0.8rem;
  color: var(--hp-v2-red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hp-layout-index .byline,
.hp-layout-index .comments-link,
.hp-layout-index .cat-links,
.hp-layout-index .tags-links {
  display: none !important;
}

.hp-layout-index .entry-summary,
.hp-layout-index .entry-content {
  margin-top: 0;
  color: #5e514e;
  line-height: 1.6;
}

.hp-layout-index .entry-summary p,
.hp-layout-index .entry-content p {
  margin-bottom: 0;
}

.hp-layout-index .read-more {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  margin-top: auto;
  color: var(--hp-v2-red);
  font-weight: 800;
}

/* Article layout: wide composition, readable central prose, sticky table of contents. */
.hp-layout-article #main > article > .inside-article {
  position: relative;
}

.hp-layout-article .entry-header {
  width: min(100%, var(--hp-v2-prose));
  margin: 0 auto var(--hp-v2-s3);
  padding-bottom: var(--hp-v2-s2);
  border-bottom: 1px solid var(--hp-v2-line);
}

.hp-layout-article .entry-title {
  max-width: 14ch;
  margin-bottom: 1rem;
  color: var(--hp-v2-wine);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.75rem, 5vw, 4.75rem);
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.hp-layout-article .entry-meta {
  color: var(--hp-v2-red);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hp-layout-article .entry-meta .byline,
.hp-layout-article .entry-meta .comments-link {
  display: none;
}

.hp-layout-article .entry-content {
  display: grid;
  grid-template-columns: 13.75rem minmax(0, var(--hp-v2-prose)) 1fr;
  column-gap: 2.5rem;
  align-items: start;
  margin-top: 0;
}

.hp-layout-article .entry-content > * {
  grid-column: 2;
  min-width: 0;
  max-width: var(--hp-v2-prose);
}

.hp-layout-article .entry-content > :is(p, ul, ol) {
  font-size: 1.08rem;
  line-height: 1.82;
}

.hp-layout-article .entry-content > p:first-child {
  color: #493c39;
  font-size: clamp(1.18rem, 1.8vw, 1.4rem);
  line-height: 1.65;
}

.hp-layout-article .entry-content h2 {
  margin-top: clamp(3.25rem, 6vw, 5.5rem);
  color: var(--hp-v2-wine);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3.1vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.hp-layout-article .entry-content .hp-fiche-nav {
  position: sticky;
  top: 6rem;
  grid-column: 1;
  grid-row: 1 / span 99;
  max-width: 13.75rem;
  margin: 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid var(--hp-v2-wine) !important;
  color: #655854;
  font-size: 0.88rem;
  line-height: 1.55;
}

.hp-layout-article .hp-fiche-nav a {
  display: block;
  min-height: 2.75rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--hp-v2-line);
  color: var(--hp-v2-wine);
  text-decoration: none;
}

.hp-layout-article .entry-content .hp-figure {
  max-width: none;
  margin: 2rem 0 0;
  overflow: hidden;
}

.hp-layout-article .entry-content .hp-figure img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.hp-layout-article .entry-content blockquote {
  padding: 1.5rem;
  border: 1px solid var(--hp-v2-line) !important;
  background: var(--hp-v2-white);
}

.hp-layout-article .comments-area {
  display: none;
}

.hp-related {
  width: min(100%, var(--hp-v2-shell));
  margin: var(--hp-v2-s4) auto 0;
  padding: var(--hp-v2-s3);
  background: var(--hp-v2-white);
}

.hp-related-head {
  margin-bottom: var(--hp-v2-s2);
}

.hp-related-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--hp-v2-s2);
  margin-bottom: var(--hp-v2-s2);
}

.hp-related-item {
  padding-top: 1.25rem;
  border-top: 1px solid var(--hp-v2-wine);
}

.hp-related-item h3 {
  margin: 0 0 0.7rem;
  color: var(--hp-v2-wine);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.18;
}

/* Sitewide finishing */
body :is(a, button, input):focus-visible {
  outline: 3px solid var(--hp-v2-gold);
  outline-offset: 3px;
}

.site-footer a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
}

@media (max-width: 64rem) {
  .hp-hub-hero {
    grid-template-columns: 1fr 0.82fr;
  }

  body.hp-layout-index #main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-layout-article .entry-content {
    grid-template-columns: 11.5rem minmax(0, 1fr);
    column-gap: 2rem;
  }

  .hp-layout-article .entry-content > * {
    grid-column: 2;
  }
}

@media (max-width: 50rem) {
  .hp-hub-hero,
  .hp-info-hero,
  .hp-contact-layout,
  .hp-feature-story,
  .hp-method-band,
  .hp-section-intro,
  .hp-archivehead {
    grid-template-columns: 1fr;
  }

  .hp-hub-hero {
    min-height: 0;
  }

  .hp-hub-hero-media {
    min-height: 22rem;
  }

  .hp-section-intro {
    align-items: start;
  }

  .hp-filter-nav {
    justify-content: flex-start;
  }

  .hp-resource-item {
    grid-template-columns: 3.25rem minmax(0, 1fr);
  }

  .hp-resource-cta {
    grid-column: 2;
  }

  .hp-info-grid,
  .hp-culture-notes,
  .hp-related-list {
    grid-template-columns: 1fr;
  }

  .hp-info-section {
    min-height: 0;
  }

  .hp-layout-article .entry-content {
    display: block;
  }

  .hp-layout-article .entry-content .hp-fiche-nav {
    position: static;
    max-width: none;
    margin: 1.5rem 0 2.5rem;
  }

  .hp-layout-article .hp-fiche-nav a {
    display: inline;
    min-height: 0;
    padding: 0;
    border: 0;
  }
}

@media (max-width: 40rem) {
  :root {
    --hp-v2-pad: 1.25rem;
  }

  body:is(.hp-layout-hub, .hp-layout-info, .hp-layout-article) #main > article > .inside-article {
    margin-top: 1.25rem !important;
  }

  .hp-hub-hero-copy,
  .hp-info-hero-copy,
  .hp-contact-panel,
  .hp-brand-panel,
  .hp-archivehead,
  .hp-related {
    padding: 1.75rem;
  }

  .hp-hub-hero h1,
  .hp-info-hero h1,
  .hp-archivehead h1,
  .hp-contact-panel-primary h1,
  .hp-layout-article .entry-title {
    font-size: clamp(2.45rem, 12vw, 3.3rem);
  }

  .hp-hub-hero-media {
    min-height: 15rem;
  }

  .hp-hub-section {
    padding: 3.5rem 0;
  }

  .hp-path-list {
    grid-template-columns: 1fr;
  }

  .hp-path-step {
    min-height: 0;
  }

  .hp-feature-story figure {
    min-height: 15rem;
  }

  .hp-brand-panel {
    min-height: 20rem;
  }

  .hp-layout-legal #main > article > .inside-article {
    width: calc(100% - 2rem) !important;
    padding: 1.5rem !important;
  }

  body.hp-layout-index #main {
    grid-template-columns: 1fr;
    width: calc(100% - 2rem);
    gap: 1.25rem;
    margin-top: 1rem;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .hp-archivehead {
    margin-bottom: 0;
  }

  .hp-layout-index .entry-header,
  .hp-layout-index .entry-summary,
  .hp-layout-index .entry-content,
  .hp-layout-index .entry-meta {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .hp-layout-article .entry-content > :is(p, ul, ol) {
    font-size: 1rem;
    line-height: 1.75;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
