/* Hispanidad — Méditerranée néo-moderne · source: mockup approuvé 2026-08-11 */
@font-face {
  font-family: "HM Manrope";
  src: url("fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

@font-face {
  font-family: "HM Lora";
  src: url("fonts/lora-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "HM Caveat";
  src: url("fonts/caveat-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --hm-navy: #071f38;
  --hm-navy-soft: #0c2b4a;
  --hm-cobalt: #1f5a9e;
  --hm-coral: #c94d31;
  --hm-coral-dark: #a93822;
  --hm-gold: #d99205;
  --hm-paper: #fdf8f2;
  --hm-cream: #fbf5ee;
  --hm-sand: #f5eee5;
  --hm-white: #fffdf9;
  --hm-line: #dcd4ce;
  --hm-muted: #5f6975;
  --hm-shell: 82rem;
  --hm-gutter: clamp(1.15rem, 4vw, 3.25rem);
  --hm-radius: 0.35rem;
  --hm-font-sans: "HM Manrope", "Source Sans 3", system-ui, sans-serif;
  --hm-font-serif: "HM Lora", "Playfair Display", Georgia, serif;
  --hm-font-script: "HM Caveat", cursive;
}

body.hm-home {
  margin: 0;
  overflow-x: hidden;
  background: var(--hm-paper);
  color: var(--hm-navy);
  font-family: var(--hm-font-sans);
  font-size: 17px;
  line-height: 1.55;
}

.hm-home .site-header,
.hm-home #site-navigation,
.hm-home .entry-header {
  display: none !important;
}

.hm-home #page,
.hm-home .site.grid-container,
.hm-home .site-content,
.hm-home #primary,
.hm-home #main,
.hm-home #main > article,
.hm-home #main > article > .inside-article {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.hm-home .entry-content {
  margin: 0 !important;
  line-height: 0;
}

.hm-home .entry-content > * {
  margin-top: 0;
  margin-bottom: 0;
}

.hm-home a {
  color: inherit;
}

.hm-home img {
  display: block;
  max-width: 100%;
}

.hm-home :where(a, button, input):focus-visible {
  outline: 3px solid var(--hm-white);
  outline-offset: 4px;
  box-shadow: 0 0 0 7px var(--hm-cobalt);
}

.hm-site-header {
  position: relative;
  z-index: 20;
  min-height: 5.5rem;
  background: var(--hm-white);
  border-bottom: 1px solid rgba(7, 31, 56, 0.08);
}

.hm-header-inner {
  display: flex;
  width: min(calc(100% - (var(--hm-gutter) * 2)), var(--hm-shell));
  min-height: 5.5rem;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.hm-brand {
  display: inline-flex;
  width: clamp(10.25rem, 20vw, 15rem);
  flex: 0 0 auto;
  align-items: center;
}

.hm-brand img {
  width: 100%;
  height: auto;
}

.hm-primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.8vw, 2.75rem);
  font-size: clamp(0.78rem, 1.15vw, 0.98rem);
  font-weight: 650;
}

.hm-primary-nav a {
  position: relative;
  text-decoration: none;
}

.hm-primary-nav > a:not(.hm-nav-cta) {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
}

.hm-primary-nav a:not(.hm-nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -0.4rem;
  left: 0;
  height: 2px;
  background: var(--hm-coral);
  content: "";
  opacity: 0;
  transform: scaleX(0.65);
  transition: opacity 160ms ease, transform 160ms ease;
}

.hm-primary-nav a:not(.hm-nav-cta):hover::after,
.hm-primary-nav a:not(.hm-nav-cta):focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.hm-nav-cta,
.hm-button,
.hm-search button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 0;
  border-radius: var(--hm-radius);
  font-family: var(--hm-font-sans);
  font-weight: 750;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.hm-nav-cta {
  padding: 0.8rem 1.45rem;
  background: var(--hm-coral-dark);
  color: var(--hm-white) !important;
}

.hm-nav-cta:hover,
.hm-button-primary:hover,
.hm-search button:hover {
  background: var(--hm-navy-soft);
  color: var(--hm-white);
  transform: translateY(-1px);
}

.hm-menu-toggle {
  display: none;
  min-width: 3.5rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(7, 31, 56, 0.25);
  border-radius: var(--hm-radius);
  background: transparent;
  color: var(--hm-navy);
  font: 750 0.9rem/1 var(--hm-font-sans);
}

.hm-main {
  width: 100%;
  line-height: 1.55;
}

.hm-site-header {
  line-height: 1.55;
}

.hm-hero {
  position: relative;
  display: grid;
  min-height: clamp(31rem, 56vw, 49.75rem);
  grid-template-columns: 6.1% 43.7% 50.2%;
  padding-bottom: 1.25rem;
  background: var(--hm-navy);
}

.hm-hero-pattern {
  background-color: var(--hm-navy-soft);
  background-image: url("motif-azulejo.png");
  background-position: center;
  background-size: auto 100%;
}

.hm-hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2.35rem, 6.4vw, 6.25rem) clamp(2rem, 5.5vw, 5rem);
  color: var(--hm-white);
}

.hm-kicker {
  margin: 0 0 1.15rem !important;
  color: #f5bc24;
  font-size: clamp(0.74rem, 1.05vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hm-hero h1 {
  max-width: 13ch;
  margin: 0 !important;
  color: var(--hm-white);
  font-family: var(--hm-font-sans);
  font-size: clamp(3rem, 4.9vw, 5rem);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.hm-hero h1 span {
  display: block;
}

.hm-hero-intro {
  max-width: 34rem;
  margin: clamp(1.4rem, 2.3vw, 2.25rem) 0 0 !important;
  color: rgba(255, 253, 249, 0.94);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.68;
}

.hm-button-primary {
  margin-top: clamp(1.4rem, 2.4vw, 2.25rem);
  padding: 0.85rem 1.25rem;
  background: var(--hm-coral-dark);
  color: var(--hm-white) !important;
}

.hm-hero-media {
  min-width: 0;
  min-height: inherit;
  margin: 0 !important;
  overflow: hidden;
}

.hm-hero-media picture,
.hm-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 51% 58%;
}

.hm-search {
  position: absolute;
  z-index: 4;
  right: 6.8%;
  bottom: -1.28rem;
  left: 6.8%;
  display: grid;
  min-height: 4.05rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.45rem 0.5rem 0.45rem 1.35rem;
  background: var(--hm-white);
  border: 1px solid rgba(7, 31, 56, 0.26);
  border-radius: var(--hm-radius);
  box-shadow: 0 0.9rem 2.25rem rgba(7, 31, 56, 0.08);
}

.hm-search > i {
  color: var(--hm-navy);
  font-size: 1.9rem;
}

.hm-search input[type="search"] {
  width: 100%;
  min-width: 0;
  height: 3rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--hm-navy);
  font: 500 clamp(0.95rem, 1.25vw, 1.08rem)/1.2 var(--hm-font-sans);
  outline: 0;
}

.hm-search input::placeholder {
  color: #6b7280;
  opacity: 1;
}

.hm-search button {
  min-width: clamp(7.8rem, 13vw, 10.25rem);
  padding: 0.75rem 1.2rem;
  background: transparent;
  border: 1px solid var(--hm-coral-dark);
  color: var(--hm-coral-dark);
  cursor: pointer;
}

.hm-pillars {
  display: grid;
  min-height: clamp(12.6rem, 23.7vw, 18rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 1.25rem;
  background: var(--hm-white);
}

.hm-pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.2rem clamp(1rem, 3vw, 2.5rem);
  text-align: center;
}

.hm-pillar + .hm-pillar {
  border-left: 1px solid rgba(7, 31, 56, 0.13);
}

.hm-pillar-blue {
  background: #eef5fb;
  color: var(--hm-cobalt);
}

.hm-pillar-coral {
  background: #fff1eb;
  color: var(--hm-coral);
}

.hm-pillar-gold {
  background: #fff8df;
  color: #a76a00;
}

.hm-pillar > i {
  margin-bottom: 0.75rem;
  font-size: clamp(2.6rem, 4.5vw, 3.7rem);
}

.hm-pillar h2 {
  margin: 0 !important;
  color: inherit;
  font: 780 clamp(1.5rem, 2.3vw, 2.05rem)/1.1 var(--hm-font-sans);
  letter-spacing: -0.035em;
}

.hm-pillar p {
  max-width: 19rem;
  margin: 0.85rem 0 0 !important;
  color: var(--hm-navy);
  font-size: clamp(0.9rem, 1.15vw, 1.05rem);
}

.hm-section {
  background: var(--hm-paper);
}

.hm-shell {
  width: min(calc(100% - (var(--hm-gutter) * 2)), var(--hm-shell));
  margin-inline: auto;
}

.hm-section h2 {
  margin: 0 !important;
  color: var(--hm-navy);
  font: 800 clamp(1.75rem, 3vw, 2.6rem)/1.1 var(--hm-font-sans);
  letter-spacing: -0.045em;
}

.hm-path {
  padding: clamp(2rem, 4.4vw, 4.25rem) 0 clamp(2.15rem, 4.6vw, 4.5rem);
}

.hm-path-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 3rem);
  margin: clamp(1.5rem, 3vw, 2.75rem) 0 0;
  padding: 0;
  list-style: none;
}

.hm-path-list li {
  position: relative;
  min-width: 0;
  text-align: center;
}

.hm-path-number {
  display: block;
  color: var(--hm-navy);
  font: 700 clamp(2.35rem, 4.3vw, 4rem)/1 var(--hm-font-serif);
}

.hm-path-dot {
  display: block;
  width: 0.72rem;
  height: 0.72rem;
  margin: 0.65rem auto 0.75rem;
  background: var(--hm-coral);
  border-radius: 50%;
}

.hm-path-list h3 {
  margin: 0 !important;
  color: var(--hm-navy);
  font: 800 clamp(1.05rem, 1.75vw, 1.42rem)/1.15 var(--hm-font-sans);
}

.hm-path-list p {
  max-width: 17rem;
  margin: 0.8rem auto 0 !important;
  color: var(--hm-navy);
  font-size: clamp(0.85rem, 1vw, 0.98rem);
  line-height: 1.55;
}

.hm-path-arrow {
  position: absolute;
  top: 1.55rem;
  right: calc(-1 * (clamp(1rem, 3vw, 3rem) / 2 + 1.4rem));
  color: var(--hm-coral);
  font-size: clamp(1.6rem, 2.8vw, 2.55rem);
}

.hm-essentials {
  padding: 0 0 clamp(2.25rem, 4.2vw, 4rem);
}

.hm-essentials .hm-shell {
  padding-top: clamp(1.8rem, 3vw, 2.75rem);
  border-top: 1px solid var(--hm-line);
}

.hm-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2.7rem);
  margin-top: clamp(1.35rem, 2.6vw, 2.2rem);
}

.hm-card {
  min-width: 0;
}

.hm-card-media {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: var(--hm-radius);
}

.hm-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.hm-card-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hm-card:hover .hm-card-media img {
  transform: scale(1.025);
}

.hm-card-tag {
  margin: 0.85rem 0 0 !important;
  color: var(--hm-cobalt);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hm-card h3 {
  margin: 0.45rem 0 0 !important;
  color: var(--hm-navy);
  font: 650 clamp(1.5rem, 2.45vw, 2.3rem)/1.08 var(--hm-font-serif);
  letter-spacing: -0.03em;
}

.hm-card h3 a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  text-decoration: none;
}

.hm-card h3 a:hover {
  color: var(--hm-coral);
}

.hm-arrow-link {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.85rem;
  color: var(--hm-coral) !important;
  font-size: 1.5rem;
  text-decoration: none;
}

.hm-logic {
  padding-bottom: clamp(2.35rem, 4.7vw, 4.6rem);
}

.hm-logic-panel {
  display: grid;
  grid-template-columns: 18% minmax(0, 1fr);
  overflow: hidden;
  background: var(--hm-cream);
  border: 1px solid var(--hm-line);
  border-radius: var(--hm-radius);
}

.hm-logic-note {
  display: flex;
  min-height: 15rem;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1.5rem;
  background-color: var(--hm-cobalt);
  background-image: url("logic-band-geometric.png");
  background-image: image-set(
    url("logic-band-geometric-360.webp") type("image/webp"),
    url("logic-band-geometric.png") type("image/png")
  );
  background-position: center;
  background-size: cover;
}

.hm-logic-note p {
  margin: 0 !important;
  padding: 1rem;
  background: rgba(253, 248, 242, 0.92);
  color: var(--hm-cobalt);
  font: 650 clamp(1.35rem, 2vw, 2rem)/1.15 var(--hm-font-script);
  transform: rotate(-3deg);
}

.hm-logic-content {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.75rem);
}

.hm-logic-content > h2 {
  font-family: var(--hm-font-serif);
  font-weight: 650;
  letter-spacing: -0.03em;
}

.hm-logic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.25rem;
}

.hm-rule {
  min-width: 0;
  padding: 0 1.25rem 0 0;
}

.hm-rule + .hm-rule {
  padding: 0 0 0 1.5rem;
  border-left: 1px solid var(--hm-line);
}

.hm-rule h3 {
  margin: 0 0 0.85rem !important;
  padding: 0.55rem 0.75rem;
  color: var(--hm-white);
  font: 800 clamp(0.88rem, 1.35vw, 1.05rem)/1.2 var(--hm-font-sans);
}

.hm-rule-ser h3 {
  background: var(--hm-coral);
}

.hm-rule-estar h3 {
  background: var(--hm-cobalt);
}

.hm-rule > p:not(.hm-example):not(.hm-explanation) {
  margin: 0 !important;
  color: var(--hm-navy);
  font-size: clamp(0.82rem, 1vw, 0.96rem);
  line-height: 1.55;
}

.hm-example {
  margin: 0.8rem 0 0 !important;
  color: var(--hm-navy);
  font: 550 clamp(1.35rem, 2.45vw, 2.2rem)/1.25 var(--hm-font-serif);
}

.hm-rule-ser u {
  color: var(--hm-coral);
  text-decoration-color: var(--hm-coral);
}

.hm-rule-estar u {
  color: var(--hm-cobalt);
  text-decoration-color: var(--hm-cobalt);
}

.hm-explanation {
  margin: 0.4rem 0 0 !important;
  color: var(--hm-muted);
  font: 600 clamp(1rem, 1.5vw, 1.35rem)/1.2 var(--hm-font-script);
}

.hm-latest {
  padding: clamp(3rem, 5vw, 5rem) 0 clamp(3.5rem, 6vw, 6rem);
  background: var(--hm-sand);
  border-top: 1px solid var(--hm-line);
}

.hm-latest-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.hm-section-kicker {
  margin: 0 0 0.55rem !important;
  color: var(--hm-coral-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hm-latest-all,
.hm-latest-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.55rem;
  color: var(--hm-coral-dark) !important;
  font-weight: 750;
  text-decoration: none;
}

.hm-latest-all:hover,
.hm-latest-link:hover {
  color: var(--hm-navy) !important;
}

.hm-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.15rem, 2.4vw, 2rem);
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.hm-latest-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--hm-white);
  border: 1px solid var(--hm-line);
  border-radius: var(--hm-radius);
}

.hm-latest-media,
.hm-latest-media picture {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.hm-latest-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.hm-latest-card:hover .hm-latest-media img {
  transform: scale(1.025);
}

.hm-latest-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.15rem, 2vw, 1.6rem);
}

.hm-latest-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 1rem;
  color: var(--hm-muted);
  font-size: 0.75rem;
  line-height: 1.3;
}

.hm-latest-meta span {
  color: var(--hm-cobalt);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hm-latest-card h3 {
  margin: 0.8rem 0 0 !important;
  color: var(--hm-navy);
  font: 650 clamp(1.3rem, 2vw, 1.75rem)/1.16 var(--hm-font-serif);
  letter-spacing: -0.025em;
}

.hm-latest-card h3 a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  text-decoration: none;
}

.hm-latest-card h3 a:hover {
  color: var(--hm-coral);
}

.hm-latest-body > p {
  margin: 0.9rem 0 0 !important;
  color: var(--hm-muted);
  font-size: 0.94rem;
  line-height: 1.62;
}

.hm-latest-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.9rem;
}

.hm-culture {
  display: grid;
  height: clamp(14.4rem, 27vw, 24rem);
  grid-template-columns: 35.2% 64.8%;
  background: var(--hm-navy);
}

.hm-culture-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2rem, 5vw, 5rem) clamp(2rem, 5.5vw, 5.5rem);
  color: var(--hm-white);
}

.hm-culture-copy h2 {
  margin: 0 !important;
  color: var(--hm-white);
  font: 650 clamp(2rem, 3.8vw, 3.8rem)/1.02 var(--hm-font-serif);
  letter-spacing: -0.04em;
}

.hm-culture-line {
  display: block;
  width: 2rem;
  height: 3px;
  margin: 1.25rem 0;
  background: var(--hm-gold);
}

.hm-culture-copy p {
  max-width: 24rem;
  margin: 0 !important;
  color: rgba(255, 253, 249, 0.93);
  font-size: clamp(0.9rem, 1.15vw, 1.05rem);
}

.hm-culture-copy a {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  color: var(--hm-gold) !important;
  font-size: 1.6rem;
  text-decoration: none;
}

.hm-culture-media {
  min-width: 0;
  min-height: inherit;
  margin: 0 !important;
  overflow: hidden;
}

.hm-culture-media picture,
.hm-culture-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
}

.hm-home .site-footer {
  background: var(--hm-navy);
  color: rgba(255, 253, 249, 0.82);
}

.hm-home .footer-widgets,
.hm-home .site-info {
  background: var(--hm-navy) !important;
  color: rgba(255, 253, 249, 0.82) !important;
}

.hm-home .site-footer a,
.hm-home .site-footer .widget-title {
  color: var(--hm-white) !important;
}

@media (max-width: 820px) {
  .hm-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hm-primary-nav {
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem var(--hm-gutter) 1.25rem;
    background: var(--hm-white);
    border-bottom: 1px solid var(--hm-line);
    box-shadow: 0 1rem 2rem rgba(7, 31, 56, 0.1);
    font-size: 1rem;
  }

  .hm-primary-nav.is-open {
    display: flex;
  }

  .hm-primary-nav a {
    min-height: 2.9rem;
    padding: 0.8rem 0;
  }

  .hm-primary-nav .hm-nav-cta {
    margin-top: 0.5rem;
    padding-inline: 1rem;
  }

  .hm-hero {
    grid-template-columns: 5% 50% 45%;
  }

  .hm-hero-copy {
    padding-inline: clamp(1.5rem, 4vw, 2.5rem);
  }

  .hm-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body.hm-home {
    font-size: 16px;
  }

  .hm-site-header,
  .hm-header-inner {
    min-height: 4rem;
  }

  .hm-brand {
    width: 10rem;
  }

  .hm-hero {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .hm-hero-pattern {
    height: 1.4rem;
    background-size: auto 230%;
  }

  .hm-hero-copy {
    min-height: 28rem;
    padding: 3rem var(--hm-gutter) 5rem;
  }

  .hm-hero h1 {
    max-width: 10ch;
    font-size: clamp(3rem, 13vw, 4.5rem);
  }

  .hm-hero-media {
    width: 100%;
    min-height: 26rem;
    aspect-ratio: auto;
  }

  .hm-search {
    position: static;
    grid-template-columns: auto minmax(0, 1fr);
    margin: 0 var(--hm-gutter);
    transform: translateY(-50%);
  }

  .hm-search button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .hm-pillars {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .hm-pillar {
    min-height: 13rem;
  }

  .hm-pillar + .hm-pillar {
    border-top: 1px solid rgba(7, 31, 56, 0.13);
    border-left: 0;
  }

  .hm-path-list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 1.4rem;
  }

  .hm-path-list li {
    display: grid;
    min-height: 7.5rem;
    grid-template-columns: 3.75rem minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 1rem;
    align-items: start;
    padding: 1rem 0;
    text-align: left;
  }

  .hm-path-number {
    grid-row: 1 / 3;
    text-align: center;
  }

  .hm-path-dot {
    position: absolute;
    top: 4.5rem;
    left: 1.55rem;
    margin: 0;
  }

  .hm-path-list h3,
  .hm-path-list p {
    margin-inline: 0 !important;
  }

  .hm-path-list p {
    margin-top: 0.35rem !important;
  }

  .hm-path-arrow {
    display: none;
  }

  .hm-card-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hm-logic-panel {
    grid-template-columns: 1fr;
  }

  .hm-logic-note {
    min-height: 9rem;
    background-size: 100% auto;
  }

  .hm-logic-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .hm-rule,
  .hm-rule + .hm-rule {
    padding: 0;
    border-left: 0;
  }

  .hm-rule + .hm-rule {
    padding-top: 1.5rem;
    border-top: 1px solid var(--hm-line);
  }

  .hm-latest-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
  }

  .hm-latest-grid {
    grid-template-columns: 1fr;
  }

  .hm-culture {
    height: auto;
    grid-template-columns: 1fr;
  }

  .hm-culture-copy {
    min-height: 20rem;
  }

  .hm-culture-media {
    min-height: 18rem;
  }
}

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