/* BX-003 — Editorial Homepage Experience */

.franz-os-homepage--editorial {
  --franz-green: #151515;
  --franz-dark: #151515;
  --franz-cream: #f3efe8;
  --franz-soft: #d7c5ad;
  --franz-white: #f3efe8;
  --franz-card: #ebe4da;
  --franz-gold: #80552d;
  --franz-gold-text: #6e4928;
  --franz-gold-on-dark: #d7c5ad;
  --franz-text: #151515;
  --franz-text-light: #605b54;
  --franz-border: #bbb3a8;
  --franz-bx-surface: #d7c5ad;
  --franz-bx-secondary: #6e4928;
  --franz-bx-hover: #342318;
  background: var(--franz-cream);
  color: var(--franz-text);
}

.franz-os-homepage--editorial .franz-section {
  padding-block: clamp(104px, 11vw, 184px);
}

.franz-home-perspective,
.franz-home-journal {
  padding-block: clamp(88px, 9vw, 144px);
}

.franz-home-manifest,
.franz-home-collections,
.franz-home-services {
  padding-block: clamp(104px, 11vw, 176px);
}

.franz-home-story {
  padding-block: clamp(120px, 13vw, 208px);
}

.franz-home-visit {
  padding-block: clamp(104px, 11vw, 176px);
}

.franz-opening-campaign {
  padding-block: clamp(88px, 9vw, 144px);
  background: #ebe4da;
}

.franz-opening-campaign h2 {
  max-width: 12ch;
  margin: 0 0 clamp(48px, 6vw, 80px);
  font-size: clamp(3rem, 5.2vw, 5.5rem);
  font-weight: 560;
}

.franz-opening-campaign__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  gap: 16px;
}

.franz-opening-campaign-card {
  min-height: 300px;
  padding: clamp(24px, 3vw, 40px);
  background: #f3efe8;
}

.franz-opening-campaign-card h3 {
  margin: 0 0 24px;
  font-size: clamp(1.6rem, 2.5vw, 2.7rem);
  font-weight: 560;
}

.franz-opening-campaign-card p,
.franz-opening-campaign-card li {
  color: #605b54;
  line-height: 1.65;
}

.franz-opening-campaign-card__packages p + p {
  margin-top: 24px;
}

.franz-opening-campaign-card strong {
  color: #151515;
  font-size: 1.25rem;
}

.franz-opening-campaign-card__note {
  margin-top: 28px;
  font-size: 0.9rem;
}

@media (max-width: 800px) {
  .franz-opening-campaign__grid {
    grid-template-columns: 1fr;
  }
}

.franz-os-homepage--editorial .franz-eyebrow {
  color: var(--franz-gold-text);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.franz-home-copy,
.franz-editorial-header__intro {
  max-width: 42rem;
  color: var(--franz-text-light);
  font-size: clamp(1.125rem, 1.5vw, 1.375rem);
  line-height: 1.62;
}

.franz-editorial-header {
  max-width: 62rem;
  margin-bottom: clamp(56px, 7vw, 104px);
}

.franz-editorial-header--center {
  margin-inline: auto;
  text-align: center;
}

.franz-editorial-header--center .franz-editorial-header__title,
.franz-editorial-header--center .franz-editorial-header__intro {
  margin-inline: auto;
}

.franz-editorial-header__title {
  max-width: 13ch;
  margin: 0 0 28px;
  font-size: clamp(3rem, 5.2vw, 4rem);
  font-weight: 560;
  line-height: 1.01;
  letter-spacing: -0.04em;
}

.franz-editorial-header__link {
  margin-top: 28px;
}

.franz-home-chapter {
  position: relative;
}

.franz-home-chapter + .franz-home-chapter > .franz-section {
  border-top: 1px solid color-mix(in srgb, var(--franz-border) 55%, transparent);
}

/* Hero — Light on Concrete */
.franz-os-homepage--editorial .franz-hero {
  min-height: min(940px, 94vh);
  padding: clamp(112px, 10vw, 172px) 0 clamp(88px, 9vw, 144px);
  background: #f3efe8;
  color: #151515;
}

.franz-os-homepage--editorial .franz-hero::before {
  background: linear-gradient(90deg, rgba(243, 239, 232, 0.98), rgba(243, 239, 232, 0.5) 56%, transparent 76%);
  opacity: 1;
}

.franz-os-homepage--editorial .franz-hero::after {
  display: none;
}

.franz-os-homepage--editorial .franz-hero__inner {
  max-width: 1600px;
  grid-template-columns: minmax(520px, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(40px, 5vw, 88px);
}

.franz-os-homepage--editorial .franz-hero__content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.franz-os-homepage--editorial .franz-hero .franz-eyebrow {
  margin-bottom: clamp(28px, 3vw, 44px);
  color: #6e4928;
}

.franz-os-homepage--editorial .franz-hero__title {
  max-width: 10.5ch;
  margin-bottom: clamp(30px, 4vw, 52px);
  font-size: clamp(5rem, 6.4vw, 6.875rem);
  font-weight: 580;
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.franz-os-homepage--editorial .franz-hero__title span {
  margin-top: 0.12em;
  color: #6e4928;
  font-weight: 580;
}

.franz-os-homepage--editorial .franz-hero__subtitle {
  max-width: 32ch;
  margin-bottom: clamp(34px, 4vw, 48px);
  color: #605b54;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  line-height: 1.45;
}

.franz-os-homepage--editorial .franz-hero__visual {
  width: min(760px, 52vw);
  margin-right: min(-7vw, -48px);
}

.franz-os-homepage--editorial .franz-hero__image {
  width: 100%;
  height: clamp(560px, 62vw, 760px);
  aspect-ratio: auto;
  border-radius: 0;
  background: #d7c5ad;
}

/* Opening Campaign keeps the first decision within the first desktop viewport. */
.franz-mode-opening_campaign .franz-os-homepage--editorial .franz-hero {
  min-height: min(700px, 78vh);
  padding-block: clamp(56px, 5vw, 80px);
}

.franz-mode-opening_campaign .franz-os-homepage--editorial .franz-hero__image {
  height: clamp(440px, 44vw, 560px);
}

@media (min-width: 1101px) {
  .franz-mode-opening_campaign .franz-os-homepage--editorial .franz-hero {
    min-height: min(640px, 76vh);
    padding-block: 16px 48px;
  }

  .franz-mode-opening_campaign .franz-os-homepage--editorial .franz-hero .franz-eyebrow {
    margin-bottom: 20px;
  }

  .franz-mode-opening_campaign .franz-os-homepage--editorial .franz-hero__title {
    margin-bottom: 24px;
  }

  .franz-mode-opening_campaign .franz-os-homepage--editorial .franz-hero__subtitle {
    margin-bottom: 24px;
  }

  .franz-mode-opening_campaign .franz-os-homepage--editorial .franz-hero__image {
    height: clamp(420px, 38vw, 480px);
  }
}

.franz-os-homepage--editorial .franz-hero__image::before,
.franz-os-homepage--editorial .franz-hero__image::after,
.franz-os-homepage--editorial .franz-hero__statement {
  display: none;
}

.franz-os-homepage--editorial .franz-hero__img,
.franz-os-homepage--editorial .franz-hero__image img {
  object-position: center center;
  filter: saturate(0.82) contrast(1.04);
  transform: scale(1.001);
}

.franz-os-homepage--editorial .franz-hero__button,
.franz-home-visit .franz-button {
  min-height: 54px;
  border-radius: 0;
  background: #151515;
  box-shadow: none;
  color: #f3efe8;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.franz-os-homepage--editorial .franz-button:hover {
  background: #342318;
  box-shadow: none;
}

.franz-os-homepage--editorial .franz-button:focus-visible,
.franz-os-homepage--editorial .franz-link:focus-visible {
  outline-color: #80552d;
  box-shadow: 0 0 0 6px #f3efe8;
}

/* Manifest */
.franz-home-manifest {
  background: #151515;
  color: #f3efe8;
}

.franz-home-manifest__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: clamp(48px, 9vw, 152px);
}

.franz-home-manifest__statement {
  margin: 0;
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 540;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.franz-home-manifest__statement span {
  color: #d7c5ad;
}

.franz-home-manifest__copy {
  max-width: 34rem;
  margin: 0;
  color: rgba(243, 239, 232, 0.72);
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.66;
}

/* Perspective */
.franz-home-perspective {
  background: #f3efe8;
}

.franz-home-perspective__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(56px, 10vw, 160px);
}

.franz-editorial-media {
  overflow: hidden;
  margin: 0;
  background: #d7c5ad;
}

.franz-editorial-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--franz-motion-duration-standard) var(--franz-motion-ease-standard);
}

.franz-editorial-picture {
  display: contents;
}

.franz-editorial-picture img {
  object-position: var(--franz-image-position-desktop, var(--franz-image-position, center center));
}

.franz-home-perspective__media {
  aspect-ratio: 4 / 5;
}

.franz-home-perspective__content {
  max-width: 44rem;
}

.franz-home-perspective__content h2 {
  max-width: 10ch;
  margin: 0 0 34px;
  font-size: clamp(3.25rem, 5.6vw, 5.25rem);
  font-weight: 560;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.franz-home-perspective__content .franz-link {
  margin-top: 38px;
}

/* Collections */
.franz-home-collections {
  background: #ebe4da;
}

.franz-home-collections__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 72px) clamp(20px, 3vw, 40px);
}

.franz-home-collection-card {
  grid-column: span 5;
}

.franz-home-collection-card:nth-child(even) {
  grid-column: 7 / span 6;
  margin-top: clamp(80px, 10vw, 160px);
}

.franz-home-collection-card:nth-child(3) {
  grid-column: 2 / span 5;
}

.franz-home-collection-card > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.franz-home-collection-card__media {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  margin: 0 0 30px;
  background: #d7c5ad;
}

.franz-home-collection-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform var(--franz-motion-duration-standard) var(--franz-motion-ease-standard);
}

.franz-home-collection-card__content {
  max-width: 35rem;
}

.franz-home-collection-card__label,
.franz-home-service-card__label,
.franz-home-journal-card__meta {
  margin: 0 0 14px;
  color: #6e4928;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.franz-home-collection-card h3 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  font-weight: 560;
  line-height: 1.02;
}

.franz-home-collection-card__content > p:not(.franz-home-collection-card__label) {
  color: #605b54;
  line-height: 1.65;
}

.franz-home-collection-card .franz-link {
  margin-top: 24px;
}

.franz-home-collection-card > a:hover img,
.franz-home-collection-card > a:focus-visible img {
  transform: scale(1.02);
}

/* The Story of FRANZ — the quiet final editorial chapter. */
.franz-home-story {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f3efe8 0%, #eee5d9 100%);
}

.franz-home-story::before {
  position: absolute;
  inset: 0 0 auto;
  height: clamp(72px, 10vw, 160px);
  background: linear-gradient(180deg, #f3efe8, rgba(243, 239, 232, 0));
  content: "";
  pointer-events: none;
}

.franz-home-story__header {
  position: relative;
  z-index: 1;
  max-width: 86rem;
  margin-bottom: clamp(72px, 10vw, 152px);
}

.franz-home-story__header h2 {
  max-width: 11ch;
  margin: 0 0 clamp(40px, 5vw, 72px);
  font-size: clamp(4.5rem, 8.4vw, 8.75rem);
  font-weight: 520;
  line-height: 0.88;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.franz-home-story__lead {
  max-width: 25ch;
  margin: 0;
  color: #342318;
  font-size: clamp(1.8rem, 3.3vw, 3.25rem);
  font-weight: 480;
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.franz-home-story__spread {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(460px, 1.22fr);
  align-items: end;
  gap: clamp(56px, 10vw, 168px);
}

.franz-home-story__chapters {
  max-width: 40rem;
  padding-bottom: clamp(24px, 4vw, 64px);
}

.franz-home-story__chapters > p:not(.franz-home-story__signature) {
  margin: 0;
  color: #4e4841;
  font-size: clamp(1.08rem, 1.35vw, 1.3rem);
  line-height: 1.7;
}

.franz-home-story__chapters > p + p:not(.franz-home-story__signature) {
  margin-top: clamp(26px, 3vw, 40px);
}

.franz-home-story__signature {
  margin: clamp(48px, 6vw, 80px) 0 0;
  color: #6e4928;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-style: italic;
  letter-spacing: 0.01em;
}

.franz-home-story__portrait {
  aspect-ratio: 4 / 5;
  margin: 0;
  background: #d7c5ad;
}

.franz-home-story__portrait img {
  filter: grayscale(1) sepia(0.08) contrast(1.04);
}

.franz-home-story__portrait figcaption,
.franz-home-visit__media figcaption {
  margin-top: 14px;
  color: #6e6256;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Services */
.franz-home-services {
  background: #151515;
  color: #f3efe8;
}

.franz-editorial-header--light .franz-eyebrow {
  color: #d7c5ad;
}

.franz-editorial-header--light .franz-editorial-header__intro {
  color: rgba(243, 239, 232, 0.7);
}

.franz-home-services__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.franz-home-service-card {
  grid-column: span 4;
}

.franz-home-service-card:nth-child(1),
.franz-home-service-card:nth-child(4) {
  grid-column: span 6;
}

.franz-home-service-card > a {
  position: relative;
  display: block;
  min-height: clamp(420px, 42vw, 620px);
  overflow: hidden;
  color: #f3efe8;
  text-decoration: none;
}

.franz-home-service-card > a:focus-visible {
  outline: 2px solid #d7c5ad;
  outline-offset: 4px;
}

.franz-home-service-card img,
.franz-home-service-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.franz-home-service-card img {
  object-fit: cover;
  filter: saturate(0.75) contrast(1.04);
  transition: transform var(--franz-motion-duration-standard) var(--franz-motion-ease-standard);
}

.franz-home-service-card__shade {
  background: linear-gradient(180deg, transparent 30%, rgba(21, 21, 21, 0.88) 100%);
}

.franz-home-service-card__content {
  position: absolute;
  inset: auto clamp(24px, 3vw, 42px) clamp(26px, 3vw, 42px);
  z-index: 1;
}

.franz-home-service-card__label {
  display: block;
  color: #d7c5ad;
}

.franz-home-service-card strong {
  display: block;
  max-width: 13ch;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 540;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.franz-home-service-card .franz-link {
  margin-top: 24px;
}

.franz-home-service-card > a:hover img,
.franz-home-service-card > a:focus-visible img {
  transform: scale(1.02);
}

/* Journal */
.franz-home-journal {
  background: #f3efe8;
}

.franz-home-journal__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(48px, 7vw, 104px) clamp(28px, 5vw, 64px);
}

.franz-home-journal-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(220px, 1.1fr);
  align-items: start;
  gap: clamp(24px, 4vw, 48px);
}

.franz-home-journal-card--feature {
  grid-row: span 2;
  display: block;
}

.franz-home-journal-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  margin-bottom: 28px;
  background: #d7c5ad;
}

.franz-home-journal-card:not(.franz-home-journal-card--feature) .franz-home-journal-card__media {
  margin-bottom: 0;
  aspect-ratio: 1 / 1;
}

.franz-home-journal-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.franz-home-journal-card h3 {
  margin: 0 0 18px;
  font-size: clamp(1.75rem, 3vw, 3rem);
  font-weight: 560;
  line-height: 1.04;
}

.franz-home-journal-card h3 a {
  color: inherit;
  text-decoration: none;
}

.franz-home-journal-card > div > p:not(.franz-home-journal-card__meta),
.franz-home-journal__empty p {
  color: #605b54;
  line-height: 1.65;
}

.franz-home-journal-card .franz-link,
.franz-home-journal__empty .franz-link {
  margin-top: 24px;
}

.franz-home-journal__empty {
  max-width: 42rem;
  padding-top: 48px;
  border-top: 1px solid #bbb3a8;
}

/* Visit FRANZ — an invitation, not a contact block. */
.franz-home-visit {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #25221f 0%, #171716 68%, #121212 100%);
  color: #f3efe8;
}

.franz-home-visit::before {
  position: absolute;
  inset: 0 0 auto;
  height: clamp(80px, 10vw, 168px);
  background: linear-gradient(180deg, rgba(238, 229, 217, 0.16), rgba(238, 229, 217, 0));
  content: "";
  pointer-events: none;
}

.franz-home-visit__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.franz-home-visit__grid {
  display: grid;
  grid-template-columns: minmax(560px, 1.12fr) minmax(360px, 0.88fr);
  align-items: end;
  gap: clamp(56px, 7vw, 112px);
}

.franz-home-visit__content {
  min-width: 0;
}

.franz-home-visit .franz-eyebrow {
  color: #c5a674;
}

.franz-home-visit h2 {
  max-width: 8ch;
  margin: 0 0 clamp(34px, 4vw, 56px);
  font-size: clamp(4.5rem, 8vw, 8rem);
  font-weight: 520;
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.franz-home-visit__invitation {
  max-width: 37rem;
  margin: 0;
  color: rgba(243, 239, 232, 0.76);
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  line-height: 1.6;
}

.franz-home-visit__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(56px, 7vw, 96px);
}

.franz-home-visit-card {
  min-height: 230px;
  padding: clamp(24px, 2.5vw, 36px);
  background: rgba(243, 239, 232, 0.065);
  transition:
    background-color var(--franz-motion-duration-standard) var(--franz-motion-ease-standard),
    transform var(--franz-motion-duration-standard) var(--franz-motion-ease-standard);
}

.franz-home-visit-card:hover {
  background: rgba(243, 239, 232, 0.1);
  transform: translateY(-3px);
}

.franz-home-visit-card h3 {
  margin: 0 0 36px;
  color: #c5a674;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.franz-home-visit-card address,
.franz-home-visit-card > p,
.franz-home-visit-card > a:not(.franz-link) {
  display: block;
  margin: 0;
  color: rgba(243, 239, 232, 0.78);
  font-style: normal;
  line-height: 1.65;
  text-decoration: none;
}

.franz-home-visit-card > p + p,
.franz-home-visit-card > a + a:not(.franz-link) {
  margin-top: 8px;
}

.franz-home-visit-card > p span {
  display: block;
  margin-bottom: 2px;
  color: rgba(243, 239, 232, 0.46);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.franz-home-visit-card .franz-link {
  margin-top: 28px;
  color: #f3efe8;
}

.franz-home-visit__media {
  aspect-ratio: 4 / 5;
  margin: 0;
  background: #332e29;
}

.franz-home-visit__media img {
  filter: saturate(0.72) contrast(1.04);
}

.franz-home-visit__media figcaption {
  color: rgba(243, 239, 232, 0.46);
}

/* The homepage footer recedes into the same warm-dark closing chapter. */
body.franz-bx003-homepage .franz-footer {
  border-top: 0;
  padding-top: clamp(80px, 9vw, 136px);
  background: #121212;
  color: #f3efe8;
}

body.franz-bx003-homepage .franz-footer-inner {
  gap: clamp(48px, 7vw, 112px);
}

body.franz-bx003-homepage .franz-footer-heading {
  color: #c5a674;
}

body.franz-bx003-homepage .franz-footer-brand p,
body.franz-bx003-homepage .franz-footer-contact address,
body.franz-bx003-homepage .franz-footer-bottom {
  color: rgba(243, 239, 232, 0.68);
}

body.franz-bx003-homepage .franz-footer-bottom {
  border-top: 0;
  padding-top: 0;
}

body.franz-bx003-homepage .franz-footer a:hover {
  color: #c5a674;
}

body.franz-bx003-homepage .franz-footer a:focus-visible {
  outline-color: #c5a674;
  box-shadow: 0 0 0 6px #121212;
}

@media (max-width: 1100px) {
  .franz-editorial-picture img {
    object-position: var(--franz-image-position-tablet, var(--franz-image-position, center center));
  }
  .franz-os-homepage--editorial .franz-hero__inner {
    grid-template-columns: 1fr;
  }

  .franz-os-homepage--editorial .franz-hero__visual {
    width: 100%;
    margin-right: 0;
  }

  .franz-os-homepage--editorial .franz-hero__image {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .franz-home-manifest__inner,
  .franz-home-perspective__grid,
  .franz-home-story__spread,
  .franz-home-visit__grid {
    grid-template-columns: 1fr;
  }

  .franz-home-manifest__copy,
  .franz-home-perspective__content,
  .franz-home-story__chapters {
    max-width: 44rem;
  }

  .franz-home-perspective__media {
    width: min(720px, 100%);
  }

  .franz-home-story__portrait,
  .franz-home-visit__media {
    width: min(760px, 100%);
  }

  .franz-home-visit__media {
    aspect-ratio: 16 / 10;
  }

  .franz-home-service-card,
  .franz-home-service-card:nth-child(1),
  .franz-home-service-card:nth-child(4) {
    grid-column: span 6;
  }
}

@media (max-width: 780px) {
  .franz-editorial-picture img {
    object-position: var(--franz-image-position-mobile, var(--franz-image-position, center center));
  }
  .franz-os-homepage--editorial .franz-section {
    padding-block: clamp(72px, 17vw, 96px);
  }

  .franz-home-manifest,
  .franz-home-collections,
  .franz-home-services,
  .franz-home-story,
  .franz-home-visit {
    padding-block: clamp(84px, 19vw, 108px);
  }

  .franz-os-homepage--editorial .franz-hero {
    padding: 88px 0 80px;
  }

  .franz-mode-opening_campaign .franz-os-homepage--editorial .franz-hero {
    min-height: auto;
    padding: 72px 0 64px;
  }

  .franz-mode-opening_campaign .franz-os-homepage--editorial .franz-hero__image {
    height: auto;
  }

  .franz-os-homepage--editorial .franz-hero__content {
    display: flex;
  }

  .franz-os-homepage--editorial .franz-hero__title {
    max-width: 11ch;
    font-size: clamp(2.85rem, 13.5vw, 4.5rem);
    line-height: 0.92;
  }

  .franz-os-homepage--editorial .franz-hero__visual {
    order: 2;
  }

  .franz-os-homepage--editorial .franz-hero__image {
    aspect-ratio: 4 / 5;
  }

  .franz-os-homepage--editorial .franz-hero__subtitle {
    order: initial;
    margin: 0 0 32px;
  }

  .franz-os-homepage--editorial .franz-hero__actions {
    order: initial;
  }

  .franz-home-manifest__statement {
    font-size: clamp(3rem, 13vw, 5rem);
  }

  .franz-home-perspective__content h2,
  .franz-editorial-header__title {
    font-size: clamp(2.65rem, 11vw, 4rem);
  }

  .franz-home-story__header h2,
  .franz-home-visit h2 {
    font-size: clamp(3.7rem, 16vw, 6rem);
  }

  .franz-home-story__header {
    margin-bottom: 72px;
  }

  .franz-home-story__lead {
    font-size: clamp(1.75rem, 7.6vw, 2.6rem);
  }

  .franz-home-story__spread,
  .franz-home-visit__grid {
    gap: 64px;
  }

  .franz-home-story__chapters {
    padding-bottom: 0;
  }

  .franz-home-collections__grid,
  .franz-home-services__grid,
  .franz-home-journal__grid {
    grid-template-columns: 1fr;
  }

  .franz-home-collection-card,
  .franz-home-collection-card:nth-child(even),
  .franz-home-collection-card:nth-child(3),
  .franz-home-service-card,
  .franz-home-service-card:nth-child(1),
  .franz-home-service-card:nth-child(4) {
    grid-column: auto;
    margin-top: 0;
  }

  .franz-home-collection-card + .franz-home-collection-card {
    margin-top: 56px;
  }

  .franz-home-service-card > a {
    min-height: 480px;
  }

  .franz-home-journal-card,
  .franz-home-journal-card--feature {
    display: block;
  }

  .franz-home-journal-card:not(.franz-home-journal-card--feature) .franz-home-journal-card__media {
    aspect-ratio: 4 / 3;
    margin-bottom: 24px;
  }

  .franz-home-visit__cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .franz-home-visit-card {
    min-height: 0;
  }

  .franz-home-visit__media {
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 480px) {
  .franz-os-homepage--editorial .franz-section {
    padding-block: 72px;
  }

  .franz-editorial-header {
    margin-bottom: 48px;
  }

  .franz-editorial-header__intro {
    font-size: 1.0625rem;
  }

  .franz-os-homepage--editorial .franz-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .franz-os-homepage--editorial .franz-hero__actions .franz-button {
    width: 100%;
  }

  .franz-home-service-card > a {
    min-height: 420px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .franz-home-collection-card__media img,
  .franz-home-service-card img,
  .franz-editorial-media img,
  .franz-home-visit-card {
    transition-duration: 0.01ms;
  }

  .franz-home-collection-card > a:hover img,
  .franz-home-service-card > a:hover img {
    transform: none;
  }

  .franz-home-visit-card:hover {
    transform: none;
  }
}
