.ohre-page {
  overflow: clip;
}

.ohre-page .container {
  width: calc(100% - 2.5rem);
  max-width: 73.75rem;
}

.ohre-page section {
  position: relative;
}

.ohre-hero {
  padding: clamp(3.5rem, 7vw, 7rem) 0 clamp(4rem, 7vw, 6.5rem);
  background: var(--gradient-day);
}

.ohre-hero::before,
.ohre-team::before,
.ohre-final::before {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--color-celestine) 35%, transparent);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.ohre-hero::before {
  top: -12rem;
  right: -8rem;
  width: 31rem;
  height: 31rem;
}

.ohre-hero__grid,
.ohre-lore__grid,
.ohre-combat__grid,
.ohre-coop__grid,
.ohre-start__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: center;
}

.ohre-hero__content {
  grid-column: 1 / span 5;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.ohre-hero__intro {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-width: 0;
}

.ohre-compass {
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--color-celestine) 55%, var(--color-line));
  border-radius: 50%;
  color: var(--color-primary);
  font-size: 1.5rem;
}

.ohre-hero h1 {
  max-width: 22ch;
  margin: 0;
  font-size: clamp(2.125rem, 4vw, 3.5rem);
}

.ohre-hero__lead {
  max-width: 56ch;
  margin: 0;
  color: var(--color-slate);
  font-size: var(--text-lead);
  line-height: 1.56;
}

.ohre-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
  min-width: 0;
}

.ohre-text-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding: .625rem 0;
  font-weight: var(--weight-semibold);
}

.ohre-download-note {
  max-width: 46ch;
  margin: 0;
  color: var(--color-ink);
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
}

.ohre-hero__media {
  grid-column: 7 / span 6;
  min-width: 0;
  width: 100%;
  aspect-ratio: 3 / 2;
  margin: 0;
  box-shadow: var(--shadow-card);
}

.ohre-hero__media img { object-position: center right; }

.ohre-lore__grid { align-items: center; }
.ohre-lore__content { grid-column: 1 / span 6; min-width: 0; }
.ohre-lore__content h2,
.ohre-section-heading h2 { margin-bottom: 1rem; }
.ohre-lore__lead { max-width: 58ch; color: var(--color-slate); font-size: var(--text-lead); }
.ohre-lore__points { display: flex; flex-direction: column; gap: 1.5rem; min-width: 0; }
.ohre-lore__point { display: grid; grid-template-columns: 2rem minmax(0, 1fr); gap: .75rem; min-width: 0; }
.ohre-lore__point h3 { margin-bottom: .5rem; font-size: 1.25rem; }
.ohre-lore__point p { max-width: 66ch; margin: 0; }
.ohre-roman { color: var(--color-primary); font-family: var(--font-heading); font-weight: var(--weight-extrabold); }
.ohre-lore__media { grid-column: 8 / span 5; min-width: 0; width: 100%; aspect-ratio: 16 / 10; margin: 0; }
.ohre-lore__media img { object-position: center right; transition: transform var(--transition-base); }
.ohre-lore__media:hover img { transform: scale(1.02); }

.ohre-section-heading { min-width: 0; }
.ohre-section-heading .lead { margin-bottom: 0; }
.ohre-rhythm__heading { width: 66.666%; }
.ohre-rhythm__heading .lead { max-width: 54ch; }
.ohre-rhythm__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.ohre-rhythm__card { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 1rem; padding: 1.5rem; }
.ohre-rhythm__card h3,
.ohre-rhythm__card p { margin: 0; }
.ohre-rhythm__card p { max-width: 48ch; }
.ohre-line-icon { display: inline-grid; width: 2.5rem; height: 2.5rem; place-items: center; border: 1px solid var(--color-celestine); border-radius: 50%; color: var(--color-primary); font-size: 1.25rem; }
.ohre-line-icon--sun { border-color: color-mix(in srgb, var(--color-sun) 75%, var(--color-line)); color: #9a6814; }

.ohre-combat__heading { width: 58.333%; margin-bottom: 2rem; }
.ohre-combat__heading .lead { max-width: 52ch; }
.ohre-combat__media { grid-column: 1 / span 6; min-width: 0; width: 100%; height: 100%; max-height: 42rem; margin: 0; aspect-ratio: 4 / 5; }
.ohre-combat__points { grid-column: 8 / span 5; display: flex; min-width: 0; flex-direction: column; gap: 1.5rem; }
.ohre-combat__point { min-width: 0; padding-bottom: 1.5rem; border-bottom: var(--border-default); }
.ohre-combat__point:last-child { padding-bottom: 0; border-bottom: 0; }
.ohre-combat__point h3 { margin-bottom: .5rem; font-size: 1.25rem; }
.ohre-combat__point p { max-width: 62ch; margin: 0; }
.ohre-underline { text-decoration: underline; text-decoration-color: var(--color-celestine); text-decoration-thickness: 2px; text-underline-offset: .2em; }

.ohre-team::before { right: -12rem; bottom: -15rem; width: 34rem; height: 34rem; }
.ohre-team__heading { width: 58.333%; }
.ohre-team__heading > .badge { margin-bottom: .75rem; }
.ohre-team__heading > p { max-width: 60ch; }
.ohre-team__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.ohre-role { display: grid; grid-template-columns: minmax(0, 1fr); min-width: 0; gap: 1rem; padding: 1.5rem; border: var(--border-default); border-radius: var(--radius-lg); background: #fff; }
.ohre-role__number { color: #9a6814; font-family: var(--font-heading); font-size: var(--text-sm); font-weight: var(--weight-extrabold); letter-spacing: .08em; }
.ohre-role__number--cyan { color: var(--color-primary); }
.ohre-role__number--leaf { color: var(--color-leaf); }
.ohre-role h3 { margin-bottom: .5rem; font-size: 1.125rem; }
.ohre-role p { max-width: 40ch; margin: 0; }

.ohre-coop__heading { width: 58.333%; margin-bottom: 2rem; }
.ohre-coop__heading .lead { max-width: 54ch; }
.ohre-coop__primary { grid-column: 1 / span 7; display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 1rem; padding: 1.5rem; }
.ohre-coop__primary h3,
.ohre-coop__primary p { margin: 0; }
.ohre-coop__primary p { max-width: 58ch; }
.ohre-coop__aside { grid-column: 9 / span 4; display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 1rem; padding: 1.5rem; }
.ohre-coop__aside h3,
.ohre-coop__aside p { margin: 0; }
.ohre-coop__aside p { max-width: 42ch; }
.ohre-coop__line { color: var(--color-leaf); letter-spacing: .3em; }
.ohre-coop__closing { width: calc((100% - 6rem) * 7 / 12 + 3rem); max-width: 60ch; margin: 1.5rem 0 0; color: var(--color-slate); }

.ohre-gallery__heading { width: 58.333%; }
.ohre-gallery__heading .lead { max-width: 56ch; }
.ohre-gallery__rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.ohre-gallery__card { min-width: 0; margin: 0; overflow: hidden; border: var(--border-default); border-radius: var(--radius-lg); background: #fff; }
.ohre-gallery__image { width: 100%; aspect-ratio: 4 / 3; border: 0; border-radius: 0; }
.ohre-gallery__image img { transition: transform var(--transition-base); }
.ohre-gallery__card:hover .ohre-gallery__image img { transform: scale(1.02); }
.ohre-gallery__card figcaption { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: .75rem; margin: 0; padding: 1.25rem; }
.ohre-gallery__card h3,
.ohre-gallery__card p { margin: 0; }
.ohre-gallery__card h3 { font-size: 1.25rem; }
.ohre-gallery__card p { max-width: 44ch; }
.ohre-gallery__card a { display: inline-flex; min-height: 2.75rem; align-items: center; }

.ohre-start { background: linear-gradient(135deg, #fcfeff 0%, #eef9f8 56%, #eaf2ff 100%); }
.ohre-start__grid { align-items: start; }
.ohre-start__steps { grid-column: 1 / span 7; min-width: 0; }
.ohre-step-list { display: flex; min-width: 0; flex-direction: column; gap: 1.5rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.ohre-step-list li { display: grid; grid-template-columns: 2.5rem minmax(0, 1fr); gap: 1rem; min-width: 0; }
.ohre-step-list li > span { display: inline-grid; width: 2.25rem; height: 2.25rem; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--color-celestine) 20%, white); color: var(--color-primary); font-family: var(--font-heading); font-weight: var(--weight-extrabold); }
.ohre-step-list h3 { margin-bottom: .5rem; font-size: 1.25rem; }
.ohre-step-list p { max-width: 52ch; margin: 0; }
.ohre-start__cta { grid-column: 9 / span 4; display: flex; min-width: 0; flex-direction: column; align-items: stretch; gap: 1rem; padding: 1.5rem; }
.ohre-start__cta h3,
.ohre-start__cta p { margin: 0; }
.ohre-start__cta .eyebrow { margin: 0; }
.ohre-start__cta p { max-width: 50ch; }

.ohre-faq__heading { width: 58.333%; }
.ohre-faq__heading .lead { max-width: 58ch; }
.ohre-accordion { width: 66.666%; min-width: 0; margin-top: 2rem; border-top: var(--border-default); }
.ohre-accordion__item { border-bottom: var(--border-default); background: #fff; }
.ohre-accordion__item h3 { margin: 0; font-size: 1rem; }
.ohre-accordion__item button { display: flex; width: 100%; min-width: 0; min-height: 3.5rem; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; border: 0; border-radius: 0; color: var(--color-ink); font-family: var(--font-heading); font-size: 1rem; font-weight: var(--weight-bold); text-align: left; }
.ohre-accordion__item button span { flex: 0 0 auto; color: var(--color-primary); font-size: 1.5rem; line-height: 1; transition: transform var(--transition-fast); }
.ohre-accordion__item button[aria-expanded="true"] span { transform: rotate(45deg); }
.ohre-accordion__panel > div { padding: 0 1.25rem 1.25rem; }
.ohre-accordion__panel p { max-width: 64ch; margin: 0; }

.ohre-final { padding-bottom: clamp(4rem, 8vw, 7rem); background: var(--gradient-day); }
.ohre-final::before { top: -9rem; left: -8rem; width: 25rem; height: 25rem; }
.ohre-final__panel { position: relative; width: 58.333%; max-width: 43.75rem; min-width: 0; margin-inline: auto; display: flex; flex-direction: column; align-items: center; gap: 1rem; padding: clamp(1.5rem, 4vw, 3rem); border: var(--border-glass); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow-card); text-align: center; }
.ohre-final__panel h2,
.ohre-final__panel p { margin: 0; }
.ohre-final__panel p { max-width: 54ch; }
.ohre-final__panel .button { width: min(100%, 22rem); min-height: 3rem; }
.ohre-final__star { color: #9a6814; font-size: 1.5rem; }
.ohre-final__note { color: var(--color-slate); font-size: var(--text-sm); font-weight: var(--weight-medium); }

#svet-teyvatu { scroll-margin-top: 6rem; }

@media (max-width: 61.24rem) {
  .ohre-hero__grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .ohre-hero__content { grid-column: 1 / span 4; }
  .ohre-hero__media { grid-column: 5 / span 4; }
  .ohre-team__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ohre-rhythm__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ohre-rhythm__card:nth-child(3) { grid-column: 1 / span 2; }
}

@media (max-width: 56.24rem) {
  .ohre-hero__grid,
  .ohre-lore__grid,
  .ohre-combat__grid,
  .ohre-coop__grid,
  .ohre-start__grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .ohre-hero__content { grid-column: 1 / span 8; }
  .ohre-hero__media { grid-column: 1 / span 8; }
  .ohre-lore__content { grid-column: 1 / span 8; }
  .ohre-lore__media { grid-column: 1 / span 8; }
  .ohre-combat__heading,
  .ohre-coop__heading,
  .ohre-gallery__heading,
  .ohre-faq__heading,
  .ohre-rhythm__heading,
  .ohre-team__heading { width: 100%; }
  .ohre-combat__media { grid-column: 1 / span 8; aspect-ratio: 16 / 10; max-height: none; }
  .ohre-combat__points { grid-column: 1 / span 8; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
  .ohre-combat__point:last-child { grid-column: 1 / span 2; }
  .ohre-coop__primary,
  .ohre-coop__aside,
  .ohre-start__steps,
  .ohre-start__cta { grid-column: 1 / span 8; }
  .ohre-coop__closing { width: 100%; }
  .ohre-accordion { width: 100%; }
  .ohre-start__cta { margin-top: .5rem; }
  .ohre-gallery__rail { display: flex; width: calc(100% + 2.5rem); margin-right: -2.5rem; overflow-x: auto; padding: 0 2.5rem 1rem 0; scroll-snap-type: x mandatory; scrollbar-color: var(--color-sky) var(--color-cloud); }
  .ohre-gallery__card { flex: 0 0 min(72%, 24rem); scroll-snap-align: start; }
}

@media (max-width: 47.99rem) {
  .ohre-page .container { width: calc(100% - 2rem); }
  .ohre-hero { padding-top: 2.5rem; }
  .ohre-hero__grid,
  .ohre-lore__grid,
  .ohre-combat__grid,
  .ohre-coop__grid,
  .ohre-start__grid { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
  .ohre-hero__content,
  .ohre-hero__media,
  .ohre-lore__content,
  .ohre-lore__media,
  .ohre-combat__media,
  .ohre-combat__points,
  .ohre-coop__primary,
  .ohre-coop__aside,
  .ohre-start__steps,
  .ohre-start__cta { grid-column: 1; }
  .ohre-hero h1 { max-width: 100%; font-size: 2.125rem; line-height: 1.15; }
  .ohre-hero__lead { font-size: 1.125rem; }
  .ohre-hero__actions { width: 100%; align-items: stretch; }
  .ohre-hero__actions .button { width: 100%; }
  .ohre-text-link { justify-content: center; }
  .ohre-lore__media { order: 2; }
  .ohre-lore__points { order: 3; }
  .ohre-lore__content { display: contents; }
  .ohre-lore__content > .eyebrow,
  .ohre-lore__content > h2,
  .ohre-lore__content > .ohre-lore__lead { grid-column: 1; }
  .ohre-lore__content > .ohre-lore__points { grid-column: 1; }
  .ohre-rhythm__cards,
  .ohre-team__grid { grid-template-columns: minmax(0, 1fr); }
  .ohre-rhythm__card:nth-child(3) { grid-column: 1; }
  .ohre-rhythm__card,
  .ohre-role,
  .ohre-coop__primary,
  .ohre-coop__aside,
  .ohre-start__cta { padding: 1.25rem; }
  .ohre-combat__points { display: flex; flex-direction: column; }
  .ohre-combat__point:last-child { grid-column: auto; }
  .ohre-role { grid-template-columns: 2.5rem minmax(0, 1fr); }
  .ohre-gallery__rail { width: calc(100% + 2rem); margin-right: -2rem; padding-right: 2rem; }
  .ohre-gallery__card { flex-basis: 82%; }
  .ohre-final__panel { width: 100%; padding: 1.5rem 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  .ohre-lore__media:hover img,
  .ohre-gallery__card:hover .ohre-gallery__image img { transform: none; }
}
