/*
Theme Name: Priscilla Custom
Theme URI: https://testpriscilla.leolanzarotti.com
Author: Leo & Codex
Description: Theme custom pour le staging Priscilla.
Version: 0.2.2
Text Domain: priscilla-custom
*/

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url("./assets/fonts/cormorant-garamond-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA,
    U+02BD-02C5,
    U+02C7-02CC,
    U+02CE-02D7,
    U+02DD-02FF,
    U+0304,
    U+0308,
    U+0329,
    U+1D00-1DBF,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20C0,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url("./assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: optional;
  src: url("./assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA,
    U+02BD-02C5,
    U+02C7-02CC,
    U+02CE-02D7,
    U+02DD-02FF,
    U+0304,
    U+0308,
    U+0329,
    U+1D00-1DBF,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20C0,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: optional;
  src: url("./assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "Priscilla Julietta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/Julietta-Messie.otf") format("opentype");
}

:root {
  --paper: #f7f3ec;
  --paper-strong: #ffffff;
  --paper-deep: #e8dcc7;
  --ink: #1a1a1a;
  --ink-soft: #4a4a4a;
  --accent: #af862b;
  --accent-deep: #7a5818;
  --gold: #d2b072;
  --line: rgba(26, 26, 26, 0.12);
  --shadow: 0 24px 60px rgba(24, 24, 24, 0.1);
  --shadow-soft: 0 18px 34px rgba(24, 24, 24, 0.06);
  --radius-xl: 40px;
  --radius-lg: 30px;
  --radius-md: 22px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.priscilla-body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(210, 176, 114, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(180, 128, 31, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbf8f2 56%, #f4eee4 100%);
}

body.priscilla-body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    repeating-linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.06) 0,
      rgba(255, 255, 255, 0.06) 2px,
      transparent 2px,
      transparent 14px
    );
  pointer-events: none;
  opacity: 0.3;
}

::selection {
  color: #fff;
  background: var(--accent);
}

a {
  color: inherit;
  text-decoration: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 200;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  color: #fff;
  background: var(--accent);
}

.skip-link:focus {
  top: 1rem;
}

.site-shell {
  --shell-gutter: 20px;
  position: relative;
  width: min(1120px, calc(100% - 56px));
  margin: 18px auto;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.site-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.25), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 40%);
  pointer-events: none;
  opacity: 0.4;
}

.site-header,
.home-main,
.home-main--interior,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: absolute;
  top: 18px;
  right: 28px;
  left: 28px;
  padding: 0;
  z-index: 4;
}

.site-header__inner {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  padding: 0.85rem clamp(1rem, 2.8vw, 2.5rem) 0.58rem;
  border-bottom: 1px solid rgba(87, 62, 45, 0.22);
}

.site-brand {
  display: none;
}

.site-brand__label,
.section-kicker,
.feature-card__label,
.site-footer__eyebrow,
.article-card time,
.event-card time,
.entry-card__date,
.entry-article__date {
  margin: 0;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-brand__name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.35rem, 4vw, 3.3rem);
  font-weight: 600;
  line-height: 0.9;
}

.site-brand__tagline {
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.5;
}

.primary-nav {
  width: auto;
  margin: 0 auto;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
}

.primary-nav::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.primary-nav__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.15rem clamp(0.8rem, 2.5vw, 2.2rem);
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none !important;
  list-style-image: none !important;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  width: max-content;
  min-width: 100%;
}

.primary-nav__list li {
  list-style: none;
  list-style-image: none !important;
  margin: 0;
  padding: 0;
}

.primary-nav__list li::before,
.primary-nav__list li::after,
.primary-nav__list li + li::before,
.primary-nav__list li + li::after {
  content: none !important;
}

.primary-nav__list a {
  position: relative;
  display: inline-flex;
  padding-bottom: 0.15rem;
  color: rgba(62, 44, 34, 0.96);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}

.primary-nav__list a::after {
  content: none !important;
}

.primary-nav__list li::before,
.primary-nav__list li::after {
  content: none;
}

.primary-nav__list .current-menu-item > a,
.primary-nav__list .current_page_item > a,
.primary-nav__list .current-menu-ancestor > a,
.primary-nav__list .current-category-ancestor > a {
  color: var(--accent);
}

.primary-nav__list .current-menu-item > a::after,
.primary-nav__list .current_page_item > a::after,
.primary-nav__list .current-menu-ancestor > a::after {
  content: none !important;
}

.home-main,
.home-main--interior {
  display: grid;
  gap: 2rem;
  padding-top: 0;
}

.home-main > .section:first-child {
  margin-top: 0.7rem;
}

.site-header {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid rgba(113, 78, 52, 0.16);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.9), rgba(242, 228, 213, 0.84)),
    linear-gradient(180deg, rgba(190, 159, 124, 0.08), transparent);
  box-shadow: var(--shadow-soft);
}

.hero--with-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(16rem, 24vw, 20rem);
  margin: -20px -20px 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
  overflow: hidden;
}

.hero-tools {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  z-index: 4;
  display: flex;
  align-items: center;
}

.hero-tools__cluster {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hero-tools__cluster--actions {
  margin-left: auto;
}

.hero-tools__button,
.hero-tools__search summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.48rem;
  height: 2.48rem;
  padding: 0;
  color: rgba(143, 103, 32, 0.88);
  text-decoration: none;
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.54);
  border: 1px solid rgba(175, 134, 43, 0.1);
  backdrop-filter: blur(3px);
  box-shadow: 0 8px 18px rgba(24, 24, 24, 0.035);
  transition:
    background 200ms ease,
    border-color 200ms ease,
    transform 200ms ease,
    opacity 200ms ease,
    color 200ms ease,
    box-shadow 200ms ease;
}

.hero-tools__button svg,
.hero-tools__search summary svg {
  width: 1.04rem;
  height: 1.04rem;
  display: block;
}

.hero-tools__button:hover,
.hero-tools__search summary:hover,
.hero-tools__search[open] summary {
  color: var(--accent);
  background: rgba(255, 252, 247, 0.8);
  border-color: rgba(175, 134, 43, 0.18);
  box-shadow: 0 10px 20px rgba(24, 24, 24, 0.045);
}

.hero-tools__search {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.hero-tools__search summary {
  list-style: none;
  cursor: pointer;
}

.hero-tools__search summary::-webkit-details-marker {
  display: none;
}

.hero-tools__search-form {
  position: absolute;
  top: 50%;
  right: calc(100% + 0.35rem);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0.08rem;
  min-width: 15rem;
  max-width: min(20rem, calc(100vw - 8rem));
  padding: 0.32rem 0.4rem;
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.94);
  border: 1px solid rgba(175, 134, 43, 0.18);
  box-shadow: 0 12px 24px rgba(24, 24, 24, 0.08);
  backdrop-filter: blur(6px);
}

.hero-tools__search-input {
  width: 100%;
  min-width: 0;
  padding: 0.42rem 0.65rem;
  color: var(--ink);
  font: inherit;
  font-size: 0.92rem;
  border: 0;
  outline: none;
  background: transparent;
}

.hero-tools__search-input::placeholder {
  color: rgba(70, 55, 44, 0.58);
}

.hero-tools__search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 1rem;
  min-height: 1rem;
  padding: 0 0.18rem 0 0.08rem;
  color: rgba(143, 103, 32, 0.88);
  font: inherit;
  font-size: 1rem;
  line-height: 1;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: color 200ms ease, transform 200ms ease;
}

.hero-tools__search-submit:hover {
  color: var(--accent);
  transform: translateX(1px);
}

.hero-nav {
  position: relative;
  margin: -2rem 0 0.35rem;
  padding: 0.4rem 0;
  width: calc(100% + 40px);
  margin-left: -20px;
  background: linear-gradient(180deg, rgba(247, 243, 236, 0.98), rgba(255, 255, 255, 0.94));
  border-top: 1px solid rgba(175, 134, 43, 0.6);
  border-bottom: 1px solid rgba(175, 134, 43, 0.6);
  box-shadow: 0 12px 24px rgba(24, 24, 24, 0.06);
}

.hero-transition-band {
  position: relative;
  height: 2.35rem;
  width: calc(100% + 40px);
  margin: -2rem 0 0.35rem -20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 38%, rgba(255, 255, 255, 0.42) 72%, rgba(255, 255, 255, 0.72) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto auto 0 -10%;
  width: 46%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(174, 90, 75, 0.18), transparent 72%);
  filter: blur(20px);
}

.hero--with-image::before {
  display: none;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero__media--filigree {
  background: url("./assets/poeme-filigree.png") left center / cover no-repeat;
}

.hero__image--illustration {
  position: relative;
}

.hero__image--illustration::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.15), rgba(68, 42, 33, 0.08));
  opacity: 0.7;
  pointer-events: none;
}

.hero__image {
  width: 114%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 76% 14%;
  transform: translateX(7%);
}

.hero__image--illustration {
  position: absolute;
  top: 50%;
  right: -5%;
  height: 95%;
  width: auto;
  max-width: none;
  max-height: 95%;
  margin: 0;
  z-index: 2;
  aspect-ratio: 1462 / 1358;
  object-fit: contain;
  object-position: center;
  transform: translate(0, -50%);
  filter: none;
  pointer-events: none;
}

.hero__image--svg-mask {
  position: absolute;
  top: 50%;
  right: -5%;
  height: 95%;
  width: auto;
  max-width: none;
  max-height: 95%;
  margin: 0;
  z-index: 2;
  transform: translate(0, -50%);
  filter: drop-shadow(0 0 30px rgba(242, 228, 213, 0.12));
  pointer-events: none;
}

.hero__copy {
  position: relative;
  z-index: 1;
  align-self: center;
}

.hero--with-image .hero__copy {
  position: relative;
  width: 54%;
  max-width: 54%;
  padding: 0;
  z-index: 3;
}

.hero__copy--brand::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 252, 247, 0.95) 0%, rgba(250, 247, 241, 0.7) 40%, transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.hero__copy--editorial {
  text-align: center;
  width: 70% !important;
  max-width: 70% !important;
}

.hero__copy--editorial::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 252, 247, 0.95) 0%, rgba(250, 247, 241, 0.7) 40%, transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.hero .hero-editorial__rubric {
  margin: 0;
  color: var(--accent);
  font-family: "Priscilla Julietta", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.7rem, 4.6vw, 4.5rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0;
}

.hero--rubric .hero-editorial__rubric {
  font-size: clamp(2.2rem, 3.9vw, 3.6rem);
  line-height: 0.9;
}

.hero .hero-editorial__title {
  margin: 0;
  max-width: none;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
}

.hero-editorial__first-word {
  color: var(--accent);
  font-family: "Priscilla Julietta", "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 0;
  vertical-align: baseline;
}

.hero-editorial__rest {
  max-width: 34ch;
  vertical-align: baseline;
  line-height: 1.1;
}

.hero-brandmark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.hero-brandmark__signature {
  display: inline-grid;
  grid-template-columns: min-content;
  justify-items: center;
  width: fit-content;
  margin: 0 auto;
}

.hero-brandmark__priscilla,
.hero-brandmark__lanzarotti,
.hero-brandmark__tagline {
  margin: 0;
}

.hero-brandmark__priscilla {
  color: var(--accent);
  font-family: "Priscilla Julietta", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.7rem, 4.6vw, 4.5rem);
  font-weight: 400;
  line-height: 0.82;
  margin-bottom: -0.15em;
}

.hero-brandmark__lanzarotti {
  grid-column: 1;
  display: block;
  color: #111;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 2.8vw, 2.55rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 0.82;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-brandmark__spoon {
  grid-column: 1;
  width: 80%;
  max-width: none;
  height: auto;
  aspect-ratio: 2759 / 980;
  margin-top: -4%;
  display: block;
}


.hero-brandmark__tagline {
  color: #111;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(0.9rem, 1.15vw, 1rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.site-footer h2,
.entry-card__title,
.article-card__body h3,
.event-card__body h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.hero h1:not(.hero-editorial__title):not(.hero-editorial__rubric) {
  max-width: 10.5ch;
  font-size: clamp(3.2rem, 7vw, 5.4rem);
  line-height: 0.92;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.9rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.button--primary {
  color: #fff;
  background: linear-gradient(180deg, #c9983e, var(--accent));
  box-shadow: 0 14px 28px rgba(180, 128, 31, 0.24);
}

.button--ghost {
  color: var(--ink);
  border-color: rgba(90, 61, 39, 0.16);
  background: rgba(255, 255, 255, 0.92);
}

.button--light {
  color: var(--accent-deep);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 32px rgba(24, 24, 24, 0.12);
}

.section {
  display: grid;
  gap: 1.35rem;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.section-heading h2,
.site-footer h2 {
  font-size: clamp(2.6rem, 5vw, 3.5rem);
  line-height: 0.94;
}

.section-heading--centered {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  text-align: center;
  gap: 0.18rem 1.1rem;
}

.section-heading--centered .section-kicker {
  grid-column: 1 / -1;
  justify-self: center;
}

.section-heading--centered::before,
.section-heading--centered::after {
  content: "";
  grid-row: 2;
  align-self: center;
  height: 1px;
  background: rgba(111, 83, 60, 0.18);
}

.section-heading--centered::before {
  grid-column: 1;
}

.section-heading--centered::after {
  grid-column: 3;
}

.section-heading--centered h2 {
  grid-column: 2;
  font-size: clamp(2rem, 3.6vw, 2.7rem);
  font-weight: 500;
  line-height: 1;
}

.feature-showcase {
  display: grid;
  gap: 1rem;
}

.feature-showcase__desktop {
  display: grid;
  gap: 1rem;
}

.feature-showcase__panels {
  position: relative;
  min-height: clamp(20rem, 34vw, 28rem);
  overflow: hidden;
  border-radius: 28px;
}

.feature-story {
  min-width: 0;
}

.feature-story__link {
  display: block;
  height: 100%;
  color: inherit;
}

.feature-story__media {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(226, 214, 198, 0.92), rgba(172, 147, 118, 0.88));
  isolation: isolate;
}

.feature-story__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.95) saturate(1.02);
  transform: scale(1.01);
  transition:
    transform 380ms ease,
    filter 380ms ease,
    opacity 380ms ease;
}

.feature-story__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.feature-story__badge,
.feature-story__mobile-count,
.feature-story__mobile-body {
  position: absolute;
  z-index: 2;
}

.feature-story__badge {
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  color: rgba(255, 248, 237, 0.96);
}

.feature-story__number {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 0.9;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
}

.feature-story__eyebrow {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
}

.feature-story--desktop {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 360ms ease,
    visibility 360ms ease;
  visibility: hidden;
}

.feature-story--desktop.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.feature-story--desktop .feature-story__overlay {
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.06) 0%, rgba(222, 194, 156, 0.14) 38%, rgba(76, 47, 31, 0.4) 100%),
    linear-gradient(90deg, rgba(34, 20, 15, 0.08) 0%, rgba(34, 20, 15, 0.03) 52%, rgba(34, 20, 15, 0.01) 100%);
}

.feature-story--desktop .feature-story__link:hover .feature-story__image,
.feature-story--desktop.is-active .feature-story__image {
  transform: scale(1.05);
  filter: brightness(1) saturate(1.03);
}

.feature-story--desktop:not(.is-active) .feature-story__image {
  filter: brightness(0.92) saturate(0.94);
}

.feature-showcase__summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.feature-showcase__summary-item {
  display: grid;
  gap: 0.28rem;
  align-content: start;
  color: var(--ink);
  text-decoration: none;
  border-top: 1px solid rgba(101, 74, 46, 0.18);
  padding-top: 0.42rem;
  opacity: 0.62;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    border-color 220ms ease;
}

.feature-showcase__summary-item:hover,
.feature-showcase__summary-item:focus-visible,
.feature-showcase__summary-item.is-active {
  opacity: 1;
  border-color: rgba(175, 134, 43, 0.45);
}

.feature-showcase__summary-item:hover,
.feature-showcase__summary-item:focus-visible {
  transform: translateY(-1px);
}

.feature-showcase__summary-item-count {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  margin: 0;
  color: var(--accent);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 0.9;
}

.feature-showcase__summary-item-title {
  margin: 0;
  color: rgba(34, 25, 19, 0.92);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.18;
  text-wrap: balance;
}

.feature-showcase__mobile {
  display: none;
}

.feature-showcase__mobile-viewport {
  overflow: hidden;
  border-radius: 28px;
}

.feature-showcase__mobile-track {
  display: flex;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.feature-story--mobile {
  flex: 0 0 100%;
}

.feature-story--mobile .feature-story__media {
  min-height: clamp(24rem, 82vw, 31rem);
}

.feature-story--mobile .feature-story__overlay {
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.03) 0%, rgba(255, 252, 247, 0.02) 46%, rgba(41, 22, 16, 0.08) 100%);
}

.feature-showcase__mobile-caption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.34rem 0.9rem;
  padding: 0.15rem 0.15rem 0;
}

.feature-showcase__mobile-title {
  margin: 0;
  grid-column: 1;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.85rem, 6vw, 2.4rem);
  font-weight: 600;
  line-height: 0.94;
}

.feature-showcase__mobile-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  min-width: 2rem;
  height: 2rem;
  padding: 0;
  color: var(--accent);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition:
    transform 180ms ease,
    color 180ms ease;
}

.feature-showcase__mobile-next:hover {
  transform: translateY(-1px);
  color: rgba(159, 117, 30, 0.92);
}

.feature-showcase--single .feature-showcase__mobile-next {
  display: none;
}

.article-card,
.event-card,
.contact-band,
.entry-card {
  border: 1px solid rgba(92, 64, 40, 0.13);
  box-shadow: var(--shadow-soft);
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.article-card {
  overflow: hidden;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.92);
  position: relative;
}

.article-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
}

.article-card__pill {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 1.6rem);
  padding: 0.34rem 0.6rem 0.3rem;
  border: 1px solid rgba(175, 134, 43, 0.28);
  border-radius: 999px;
  background: rgba(247, 243, 236, 0.9);
  color: #7a5818;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(52, 30, 20, 0.12);
  backdrop-filter: blur(6px);
}

.article-card__media img,
.event-card__media img,
.entry-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.article-card__media--buche {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 247, 233, 0.92) 0 0.35rem, rgba(255, 247, 233, 0) 34%),
    radial-gradient(circle at 74% 20%, rgba(227, 196, 146, 0.34) 0, rgba(227, 196, 146, 0) 38%),
    linear-gradient(160deg, rgba(252, 248, 242, 0.98) 0%, rgba(244, 234, 219, 0.94) 44%, rgba(225, 205, 181, 0.92) 100%);
}

.article-card__media--talents {
  background:
    radial-gradient(circle at 26% 28%, rgba(255, 251, 244, 0.88) 0 0.3rem, rgba(255, 251, 244, 0) 30%),
    radial-gradient(circle at 80% 78%, rgba(193, 160, 120, 0.26) 0, rgba(193, 160, 120, 0) 42%),
    linear-gradient(145deg, rgba(249, 244, 237, 0.98) 0%, rgba(236, 223, 207, 0.95) 48%, rgba(214, 189, 162, 0.9) 100%);
}

.article-card__media--selection {
  background:
    radial-gradient(circle at 16% 72%, rgba(248, 235, 214, 0.7) 0, rgba(248, 235, 214, 0) 34%),
    radial-gradient(circle at 78% 24%, rgba(216, 183, 132, 0.28) 0, rgba(216, 183, 132, 0) 36%),
    linear-gradient(132deg, rgba(251, 247, 240, 0.98) 0%, rgba(241, 229, 214, 0.95) 46%, rgba(222, 197, 168, 0.9) 100%);
}

.article-card__body,
.event-card__body {
  padding: 1.15rem 1.15rem 1.3rem;
}

.article-card__body h3,
.event-card__body h3 {
  font-size: 1.85rem;
  line-height: 0.96;
}

.article-card__body p,
.event-card__body p,
.entry-card__content,
.entry-card__content p,
.entry-card__content li,
.entry-article__content,
.entry-article__content p,
.entry-article__content li {
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.8;
}

.article-card__body p,
.event-card__body p {
  margin: 0.7rem 0 0.95rem;
}

.section-actions {
  display: flex;
  justify-content: center;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.55rem 1.9rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at left center, rgba(255, 255, 255, 0.28), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(232, 196, 153, 0.18), transparent 22%),
    linear-gradient(135deg, rgba(118, 51, 44, 0.98), rgba(86, 37, 34, 0.98));
  color: #fff4ef;
}

.contact-band__copy {
  display: grid;
  gap: 0.45rem;
  max-width: 48rem;
}

.contact-band h2 {
  margin: 0.2rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 0.95;
}

.contact-band__copy > p:last-child {
  margin: 0;
  color: rgba(255, 235, 225, 0.88);
  font-size: 1rem;
  line-height: 1.7;
}

.contact-band .section-kicker {
  color: rgba(255, 235, 225, 0.9);
}

.event-card {
  grid-column: span 4;
  overflow: hidden;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.92);
}

.event-card__link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
}

.event-card__media {
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.event-card--junior .event-card__media {
  background:
    radial-gradient(circle at 36% 54%, rgba(222, 188, 130, 0.94) 0 18%, transparent 19%),
    radial-gradient(circle at 66% 40%, rgba(118, 66, 46, 0.8) 0 16%, transparent 17%),
    linear-gradient(135deg, rgba(240, 222, 195, 0.92), rgba(151, 107, 69, 0.88));
}

.event-card--campanophes .event-card__media {
  background:
    radial-gradient(circle at 50% 36%, rgba(217, 182, 115, 0.9) 0 12%, transparent 13%),
    radial-gradient(circle at 48% 56%, rgba(255, 238, 208, 0.96) 0 8%, transparent 9%),
    radial-gradient(circle at 74% 52%, rgba(140, 69, 44, 0.82) 0 14%, transparent 15%),
    linear-gradient(135deg, rgba(245, 225, 195, 0.94), rgba(150, 104, 66, 0.88));
}

.event-card--europe .event-card__media {
  background:
    radial-gradient(circle at 62% 48%, rgba(211, 168, 104, 0.94) 0 14%, transparent 15%),
    radial-gradient(circle at 48% 62%, rgba(255, 244, 220, 0.94) 0 10%, transparent 11%),
    linear-gradient(160deg, rgba(113, 90, 74, 0.86), rgba(65, 46, 38, 0.88)),
    linear-gradient(35deg, rgba(226, 206, 179, 0.42), transparent);
}

.content-shell {
  display: grid;
  gap: 1.4rem;
  width: min(860px, 100%);
  margin: 0 auto;
}

.entry-card {
  padding: clamp(1.4rem, 3.4vw, 2.6rem);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  position: relative;
}

.entry-article {
  margin: 2rem 0 0;
}

.entry-article__date {
  margin-bottom: 1.5rem;
}

.entry-article__content {
  max-width: 720px;
  margin: 0 auto;
}

.entry-article__content > *:first-child {
  margin-top: 0;
}

.entry-article__content > *:last-child {
  margin-bottom: 0;
}

.entry-article__content a:not(.button) {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.entry-article__content .wp-block-contact-form-7-contact-form-selector {
  margin-top: clamp(1.8rem, 4vw, 2.6rem);
}

.entry-article__content .wpcf7 {
  padding: clamp(1.4rem, 3.5vw, 2.2rem);
  border: 1px solid rgba(92, 64, 40, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 255, 255, 0.88), transparent 30%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.97), rgba(247, 241, 232, 0.94));
  box-shadow: var(--shadow-soft);
}

.entry-article__content .wpcf7 form {
  display: grid;
  gap: 1rem;
  margin: 0;
}

.entry-article__content .wpcf7 form p {
  margin: 0;
}

.entry-article__content .wpcf7 label {
  display: grid;
  gap: 0.45rem;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.entry-article__content .wpcf7-form-control-wrap {
  display: block;
}

.entry-article__content .wpcf7 input[type="text"],
.entry-article__content .wpcf7 input[type="email"],
.entry-article__content .wpcf7 input[type="tel"],
.entry-article__content .wpcf7 input[type="url"],
.entry-article__content .wpcf7 input[type="search"],
.entry-article__content .wpcf7 textarea {
  width: 100%;
  min-height: 56px;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(110, 80, 52, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  color: var(--ink);
  font: inherit;
  line-height: 1.5;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.entry-article__content .wpcf7 textarea {
  min-height: 12rem;
  resize: vertical;
}

.entry-article__content .wpcf7 input::placeholder,
.entry-article__content .wpcf7 textarea::placeholder {
  color: rgba(90, 61, 39, 0.45);
}

.entry-article__content .wpcf7 input:focus,
.entry-article__content .wpcf7 textarea:focus {
  outline: none;
  border-color: rgba(177, 126, 41, 0.4);
  box-shadow:
    0 0 0 3px rgba(201, 152, 62, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.98);
}

.entry-article__content .wpcf7 .wpcf7-submit {
  display: inline-block;
  min-height: 50px;
  padding: 0.9rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #c9983e, var(--accent));
  box-shadow: 0 14px 28px rgba(180, 128, 31, 0.24);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.entry-article__content .wpcf7 .wpcf7-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(180, 128, 31, 0.28);
  filter: saturate(1.04);
}

.entry-article__content .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.7;
  cursor: progress;
}

.entry-article__content .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0.35rem;
  color: #9f4d2f;
  font-size: 0.88rem;
  line-height: 1.45;
}

.entry-article__content .wpcf7 .wpcf7-response-output {
  margin: 0 !important;
  padding: 0.9rem 1rem !important;
  border: 1px solid rgba(90, 61, 39, 0.14) !important;
  border-radius: 18px;
  background: rgba(255, 250, 245, 0.92);
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.6;
}

.entry-article__content .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(91, 130, 74, 0.26) !important;
  background: rgba(242, 248, 239, 0.94);
  color: #486040;
}

.entry-article__content .wpcf7 form.invalid .wpcf7-response-output,
.entry-article__content .wpcf7 form.unaccepted .wpcf7-response-output,
.entry-article__content .wpcf7 form.failed .wpcf7-response-output,
.entry-article__content .wpcf7 form.spam .wpcf7-response-output {
  border-color: rgba(159, 77, 47, 0.24) !important;
  background: rgba(255, 244, 238, 0.94);
  color: #8f4c31;
}

.entry-article__signature {
  width: min(720px, 100%);
  margin: 1.6rem auto 0;
  color: rgba(122, 88, 24, 0.9);
  font-family: "Priscilla Julietta", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 0.95;
  text-align: right;
}

.entry-card__title {
  margin-top: 0.45rem;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 0.94;
}

.entry-card__date {
  display: block;
  margin-top: 0.9rem;
}

.entry-card__thumbnail {
  margin: 1.4rem 0;
  overflow: hidden;
  border-radius: 24px;
}

.entry-card__content > *:first-child {
  margin-top: 0;
}

.entry-card__content > *:last-child {
  margin-bottom: 0;
}

.entry-card__content a:not(.button) {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.pagination-wrap {
  display: flex;
  justify-content: center;
}

.pagination-wrap .nav-links {
  display: inline-flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.pagination-wrap .page-numbers.current {
  color: #fff;
  background: var(--accent);
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 1.1rem;
  padding: 2.2rem 0 0.4rem;
  margin-top: 2.65rem;
  border-top: 1px solid var(--line);
  text-align: center;
}

.site-footer__main {
  display: grid;
  justify-items: center;
  gap: 0.95rem;
  width: min(42rem, 100%);
}

.site-footer__intro {
  display: grid;
  justify-items: center;
}

.site-footer__nav {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  width: min(33rem, 100%);
}

.site-footer__copyright {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer__menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem 1.15rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__menu-item {
  margin: 0;
  min-width: 0;
}

.site-footer__menu a {
  position: relative;
  display: block;
  padding: 0 0 0.24rem;
  color: var(--ink-soft);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1rem, 0.42vw + 0.9rem, 1.2rem);
  font-weight: 500;
  line-height: 1.08;
  text-align: center;
}

.site-footer__menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--line);
  opacity: 0.55;
  transform: scaleX(0.72);
  transform-origin: center;
  transition: background-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.site-footer__tools {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 0.48rem;
}

.site-footer__tool-button,
.site-footer__search summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  padding: 0;
  color: rgba(122, 88, 24, 0.78);
  text-decoration: none;
  border-radius: 999px;
  background: rgba(255, 251, 245, 0.72);
  border: 1px solid rgba(175, 134, 43, 0.1);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-footer__tool-button svg,
.site-footer__search summary svg {
  width: 0.96rem;
  height: 0.96rem;
  display: block;
}

.site-footer__search {
  position: relative;
}

.site-footer__search summary {
  list-style: none;
  cursor: pointer;
}

.site-footer__search summary::-webkit-details-marker {
  display: none;
}

.site-footer__search-form {
  position: absolute;
  bottom: calc(100% + 0.45rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.08rem;
  min-width: 14rem;
  max-width: min(18rem, calc(100vw - 3rem));
  padding: 0.32rem 0.4rem;
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.97);
  border: 1px solid rgba(175, 134, 43, 0.16);
  box-shadow: 0 14px 26px rgba(24, 24, 24, 0.07);
}

.site-footer__search-input {
  width: 100%;
  min-width: 0;
  padding: 0.42rem 0.65rem;
  color: var(--ink);
  font: inherit;
  font-size: 0.88rem;
  border: 0;
  outline: none;
  background: transparent;
}

.site-footer__search-input::placeholder {
  color: rgba(70, 55, 44, 0.54);
}

.site-footer__search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 1rem;
  min-height: 1rem;
  padding: 0 0.18rem 0 0.08rem;
  color: rgba(122, 88, 24, 0.78);
  font: inherit;
  font-size: 1rem;
  line-height: 1;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer__search-submit:hover {
  color: var(--accent);
  transform: translateX(1px);
}

@media (hover: hover) {
  .button:hover {
    transform: translateY(-1px);
  }

  .button--primary:hover {
    box-shadow: 0 18px 34px rgba(180, 128, 31, 0.28);
  }

  .button--ghost:hover {
    border-color: rgba(84, 61, 42, 0.22);
    background: rgba(255, 255, 255, 0.94);
  }

  .button--light:hover {
    box-shadow: 0 20px 38px rgba(24, 24, 24, 0.16);
    background: #fff;
  }

  .site-footer__menu a:hover::after {
    background: rgba(180, 128, 31, 0.46);
    opacity: 0.8;
    transform: scaleX(0.86);
  }

  .site-footer__tool-button:hover,
  .site-footer__search summary:hover,
  .site-footer__search[open] summary {
    color: var(--accent);
    background: rgba(255, 251, 245, 0.92);
    border-color: rgba(175, 134, 43, 0.18);
  }

  .event-card__link:hover .event-card__media img {
    transform: scale(1.03);
  }
}

@media (max-width: 1080px) {
  .site-header {
    right: 20px;
    left: 20px;
  }

  .site-header__inner {
    padding: 0.85rem 1.45rem 0.58rem;
  }

  .primary-nav__list {
    justify-content: center;
    gap: 0.35rem 1.45rem;
  }

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

  .event-card {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .site-shell {
    --shell-gutter: 14px;
    width: min(100%, calc(100% - 12px));
    margin: 6px auto;
    padding: 14px;
    border-radius: 28px;
    overflow: hidden;
  }

  .site-header__inner,
  .contact-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer {
    margin-top: 2rem;
    padding: 2.2rem 0 1.4rem;
    gap: 1.45rem;
  }

  .site-footer__main {
    gap: 1rem;
  }

  .site-footer__nav {
    width: 100%;
  }

  .site-footer__menu {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .site-footer__search-form {
    min-width: min(13rem, calc(100vw - 2.5rem));
    max-width: min(14rem, calc(100vw - 2.5rem));
  }

  .site-footer__menu a {
    font-size: 1.25rem;
    padding-bottom: 0.6rem;
  }

  .site-footer__copyright {
    font-size: 0.75rem;
    opacity: 0.7;
    margin-top: 0.5rem;
  }

  .site-header {
    position: absolute;
    top: 12px;
    right: 14px;
    left: 14px;
    margin-bottom: 0;
  }

  .site-header__inner {
    flex-direction: row;
    align-items: center;
    padding: 0.4rem 0.75rem 0.48rem;
    border-bottom: 1px solid rgba(87, 62, 45, 0.18);
  }

  .primary-nav {
    width: 100%;
    margin: 0;
    overflow-x: visible;
  }

  .primary-nav__list {
    margin-top: 0;
    padding: 0;
    width: 100%;
    min-width: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.15rem 1rem;
  }

  .primary-nav__list a {
    font-size: 0.92rem;
    white-space: normal;
    text-align: center;
  }

  .home-main,
  .home-main--interior {
    padding-top: 0;
  }

  .home-main > .section:first-child {
    margin-top: 0.45rem;
  }

  .hero {
    padding: 1.25rem;
    border-radius: 0;
    box-shadow: none;
  }

  .hero--with-image {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 0 !important;
    margin: -14px -14px 0;
    width: calc(100% + 28px);
    min-height: clamp(14rem, 24vw, 18rem);
  }


  .hero-nav {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-top: -2rem;
  }

  .hero-transition-band {
    width: calc(100% + 28px);
    height: 2rem;
    margin: -2rem 0 0.2rem -14px;
  }

  .hero--with-image .hero__copy {
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    margin: 0;
  }

  .hero__image--illustration {
    width: 240px;
    height: auto;
    right: 0;
    transform: translate(25%, -50%);
  }

  .hero__image--svg-mask {
    width: 240px;
    height: auto;
    right: 0;
    transform: translate(25%, -50%);
    filter: drop-shadow(0 0 20px rgba(242, 228, 213, 0.1));
  }

  .hero__copy--brand {
    z-index: 3;
  }

  .hero__copy--brand::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255, 252, 247, 0.98) 0%, rgba(250, 247, 241, 0.75) 45%, transparent 72%);
    z-index: -1;
    pointer-events: none;
    display: block !important;
  }

  .hero-brandmark__signature {
    display: inline-grid !important;
    grid-template-columns: min-content;
    justify-items: center;
    width: fit-content;
    margin: 0 auto;
  }

  .hero-brandmark__lanzarotti {
    grid-column: 1;
    white-space: nowrap;
    font-size: clamp(1.35rem, 6vw, 1.8rem);
    letter-spacing: 0.03em;
  }

  .hero-brandmark__spoon {
    grid-column: 1;
    width: 80% !important;
    max-width: none !important;
    margin-top: -4%;
  }


  .hero-brandmark__tagline {
    width: 82%;
    max-width: 82%;
    font-size: 0.82rem;
  }

  .hero .hero-editorial__rubric,
  .hero-editorial__first-word,
  .hero-editorial__rest {
    text-shadow: 0 1px 0 rgba(255, 249, 242, 0.9);
  }

  .hero .hero-editorial__rubric {
    font-size: clamp(2rem, 6vw, 3.5rem);
  }

  .hero .hero-editorial__title {
    font-size: clamp(1.4rem, 5vw, 2rem);
    line-height: 1.1;
  }

  .hero-editorial__first-word {
    font-size: clamp(1.8rem, 5.5vw, 2.8rem);
    line-height: 0;
    vertical-align: baseline;
  }

  .hero-editorial__rest {
    max-width: 18ch;
    vertical-align: baseline;
    line-height: 1.1;
  }

  .hero-tools {
    left: 0.6rem;
    right: 0.6rem;
  }

  .hero-tools__cluster {
    gap: 0.28rem;
  }

  .hero-tools__button,
  .hero-tools__search summary {
    width: 2.18rem;
    height: 2.18rem;
  }

  .hero-tools__search-form {
    min-width: min(12rem, calc(100vw - 7rem));
    max-width: min(14rem, calc(100vw - 7rem));
  }

  .hero-tools__search-submit {
    font-size: 0.95rem;
  }

  .hero-tools__search-input {
    font-size: 0.86rem;
  }

  .article-grid,
  .event-grid {
    grid-template-columns: 1fr;
  }

  .feature-showcase__desktop {
    display: none;
  }

  .feature-showcase__mobile {
    display: grid;
    gap: 0.8rem;
  }

  .feature-showcase__mobile-viewport {
    border-radius: 28px;
  }

  .feature-story--mobile .feature-story__media {
    min-height: clamp(10.75rem, 58vw, 13.25rem);
    border-radius: 28px;
  }

  .feature-showcase__mobile-caption {
    gap: 0.28rem 0.65rem;
    padding-inline: 0.05rem;
  }

  .feature-story--mobile .feature-story__badge {
    top: 0.85rem;
    left: 0.85rem;
    gap: 0.42rem;
  }

  .feature-story--mobile .feature-story__number {
    font-size: 1.35rem;
  }

  .feature-story--mobile .feature-story__eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.15em;
  }

  .feature-showcase__mobile-title {
    font-size: clamp(1.45rem, 7.4vw, 2.05rem);
    line-height: 0.96;
  }

  .feature-showcase__mobile-next {
    min-width: 1.7rem;
    height: 1.7rem;
    font-size: 1.35rem;
  }

  .article-card__body h3,
  .event-card__body h3 {
    font-size: 1.65rem;
  }

  .contact-band {
    padding: 1.1rem 1.2rem;
    border-radius: 24px;
  }

  .entry-card {
    padding: 1.2rem;
    border-radius: 24px;
  }
}
