.offline-pokerestek-page {
  background: var(--color-comic-paper);
  overflow: hidden;
}

.offline-pokerestek-page :is(.offline-pokerestek-hero__grid, .offline-pokerestek-difference__cards, .offline-pokerestek-rhythm__timeline, .offline-pokerestek-kitchen__grid, .offline-pokerestek-atmosphere__after, .offline-pokerestek-principles__grid, .offline-pokerestek-conversations__grid, .offline-pokerestek-contact__links, .offline-pokerestek-closing__actions) > * {
  min-width: 0;
}

.offline-pokerestek-hero {
  position: relative;
}

.offline-pokerestek-hero::before,
.offline-pokerestek-difference::before,
.offline-pokerestek-closing::before {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.offline-pokerestek-hero::before {
  top: 7rem;
  right: -4rem;
  width: 15rem;
  height: 15rem;
  background: radial-gradient(circle, rgb(239 71 111 / 16%) 1.5px, transparent 1.8px);
  background-size: 14px 14px;
  transform: rotate(10deg);
}

.offline-pokerestek-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: var(--space-6);
  align-items: stretch;
}

.offline-pokerestek-hero__copy {
  grid-column: 1;
  width: 100%;
  min-width: 0;
  align-self: stretch;
}

.offline-pokerestek-hero__copy-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-5);
  min-width: 0;
  height: 100%;
  padding: var(--space-6);
}

.offline-pokerestek-hero__copy-inner h1,
.offline-pokerestek-hero__copy-inner p {
  margin: 0;
}

.offline-pokerestek-hero__copy-inner h1 {
  max-width: 11ch;
}

.offline-pokerestek-hero__lead {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  width: 100%;
  max-width: 44ch;
}

.offline-pokerestek-hero__lead p:first-child {
  font-size: var(--text-lead);
  line-height: 1.4;
}

.offline-pokerestek-hero__button {
  min-height: 3rem;
  margin-top: auto;
}

.offline-pokerestek-hero__media {
  grid-column: 2;
  width: 100%;
  min-width: 0;
  margin: 0;
  aspect-ratio: 16 / 10;
}

.offline-pokerestek-hero__media img {
  object-position: center;
}

.offline-pokerestek-difference {
  position: relative;
}

.offline-pokerestek-difference::before {
  top: 9rem;
  left: -4rem;
  width: 13rem;
  height: 8rem;
  background: radial-gradient(circle, rgb(0 0 0 / 10%) 1.5px, transparent 1.8px);
  background-size: 12px 12px;
}

.offline-pokerestek-difference > .container,
.offline-pokerestek-rhythm > .container,
.offline-pokerestek-kitchen > .container,
.offline-pokerestek-atmosphere > .container,
.offline-pokerestek-principles > .container,
.offline-pokerestek-conversations > .container,
.offline-pokerestek-contact > .container,
.offline-pokerestek-closing > .container {
  position: relative;
  z-index: 1;
}

.offline-pokerestek-difference__head,
.offline-pokerestek-rhythm__head,
.offline-pokerestek-atmosphere__head,
.offline-pokerestek-principles__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  min-width: 0;
  margin-bottom: var(--space-6);
}

.offline-pokerestek-difference__head h2,
.offline-pokerestek-rhythm__head h2,
.offline-pokerestek-atmosphere__head h2,
.offline-pokerestek-principles__head h2,
.offline-pokerestek-rhythm__head p {
  margin: 0;
}

.offline-pokerestek-difference__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
  align-items: start;
}

.offline-pokerestek-difference__card {
  width: 100%;
  min-width: 0;
  transition: transform var(--transition-standard), box-shadow var(--transition-standard);
}

.offline-pokerestek-difference__card:hover,
.offline-pokerestek-difference__card:focus-within {
  transform: translateY(-2px);
}

.offline-pokerestek-difference__card--dropped {
  margin-top: var(--space-5);
}

.offline-pokerestek-difference__card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  min-width: 0;
  padding: var(--space-5);
}

.offline-pokerestek-difference__card-body h3,
.offline-pokerestek-difference__card-body p,
.offline-pokerestek-difference__bubble p {
  margin: 0;
}

.offline-pokerestek-difference__card-body p {
  width: 100%;
}

.offline-pokerestek-difference__bubble {
  align-self: stretch;
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-sm);
}

.offline-pokerestek-difference__closing {
  max-width: 60ch;
  margin: var(--space-6) 0 0;
  font-size: var(--text-lead);
}

.offline-pokerestek-rhythm__head {
  max-width: 64ch;
}

.offline-pokerestek-rhythm__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-5);
}

.offline-pokerestek-rhythm__timeline::before {
  position: absolute;
  z-index: 0;
  top: 1.5rem;
  right: 7%;
  left: 7%;
  height: var(--border-thin);
  background: var(--color-ink-black);
  content: "";
}

.offline-pokerestek-rhythm__stop {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
}

.offline-pokerestek-rhythm__number {
  display: inline-flex;
  width: 3rem;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: var(--border-medium) solid var(--color-border);
  background: var(--color-comic-paper);
  box-shadow: var(--shadow-ink-small);
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  line-height: 1;
}

.offline-pokerestek-rhythm__number--yellow {
  background: var(--color-sunny-yellow);
}

.offline-pokerestek-rhythm__number--mint {
  background: var(--color-mint-green);
}

.offline-pokerestek-rhythm__number--red {
  background: var(--color-tomato-red);
}

.offline-pokerestek-rhythm__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  width: 100%;
  min-width: 0;
  margin-top: var(--space-5);
}

.offline-pokerestek-rhythm__content h3,
.offline-pokerestek-rhythm__content p {
  margin: 0;
}

.offline-pokerestek-rhythm__content h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}

.offline-pokerestek-kitchen__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: var(--space-6);
  align-items: center;
}

.offline-pokerestek-kitchen__copy {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  width: 100%;
  min-width: 0;
}

.offline-pokerestek-kitchen__copy h2,
.offline-pokerestek-kitchen__copy p {
  margin: 0;
}

.offline-pokerestek-kitchen__copy p {
  max-width: 50ch;
}

.offline-pokerestek-kitchen__button {
  margin-top: var(--space-2);
}

.offline-pokerestek-kitchen__media {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-width: 0;
  margin: 0;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-red);
}

.offline-pokerestek-kitchen__media img {
  object-position: 65% center;
}

.offline-pokerestek-atmosphere__visual {
  position: relative;
  width: 100%;
  min-width: 0;
}

.offline-pokerestek-atmosphere__media {
  width: 100%;
  min-width: 0;
  margin: 0;
  aspect-ratio: 16 / 9;
}

.offline-pokerestek-atmosphere__media img {
  object-position: center;
}

.offline-pokerestek-atmosphere__overlay {
  position: absolute;
  bottom: var(--space-5);
  left: var(--space-5);
  width: min(42%, 31rem);
  min-width: 0;
}

.offline-pokerestek-atmosphere__overlay-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  padding: var(--space-5);
}

.offline-pokerestek-atmosphere__overlay-inner h3,
.offline-pokerestek-atmosphere__overlay-inner p {
  margin: 0;
}

.offline-pokerestek-atmosphere__after {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-6);
  margin-top: var(--space-6);
}

.offline-pokerestek-atmosphere__after-copy {
  width: min(100%, 50rem);
  min-width: 0;
}

.offline-pokerestek-atmosphere__after-copy h3,
.offline-pokerestek-atmosphere__after-copy p {
  margin: 0;
}

.offline-pokerestek-atmosphere__after-copy {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.offline-pokerestek-atmosphere__link {
  display: inline-flex;
  flex: 0 1 auto;
  min-height: 2.75rem;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) 0;
  font-weight: 700;
}

.offline-pokerestek-atmosphere__link span {
  display: inline-block;
  transition: transform var(--transition-standard);
}

.offline-pokerestek-atmosphere__link:hover span,
.offline-pokerestek-atmosphere__link:focus-visible span {
  transform: translateX(2px);
}

.offline-pokerestek-principles__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-5);
}

.offline-pokerestek-principles__card {
  display: flex;
  align-items: flex-start;
  gap: var(--space-5);
  width: 100%;
  min-width: 0;
  padding: var(--space-5);
  cursor: default;
}

.offline-pokerestek-principles__number {
  flex: 0 0 3.5rem;
  width: 3.5rem;
  min-width: 3.5rem;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  line-height: 1;
}

.offline-pokerestek-principles__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: var(--space-3);
  min-width: 0;
}

.offline-pokerestek-principles__content h3,
.offline-pokerestek-principles__content p {
  margin: 0;
}

.offline-pokerestek-principles__closing {
  max-width: 62ch;
  margin: var(--space-6) 0 0;
  font-size: var(--text-lead);
}

.offline-pokerestek-conversations__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: var(--space-6);
  align-items: center;
}

.offline-pokerestek-conversations__copy {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
  width: 100%;
  min-width: 0;
}

.offline-pokerestek-conversations__copy h2,
.offline-pokerestek-conversations__copy > p {
  margin: 0;
}

.offline-pokerestek-conversations__copy > p {
  max-width: 44ch;
}

.offline-pokerestek-conversations__bubble {
  width: min(88%, 23rem);
  margin-top: var(--space-2);
}

.offline-pokerestek-conversations__bubble h3,
.offline-pokerestek-conversations__bubble p {
  margin: 0;
}

.offline-pokerestek-conversations__bubble {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.offline-pokerestek-conversations__bubble h3 {
  font-size: var(--text-lead);
}

.offline-pokerestek-conversations__media {
  grid-column: 2;
  width: 100%;
  min-width: 0;
  margin: 0;
  aspect-ratio: 3 / 2;
}

.offline-pokerestek-conversations__media img {
  object-position: center;
}

.offline-pokerestek-contact__panel {
  width: min(100%, 50rem);
  margin-inline: auto;
}

.offline-pokerestek-contact__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-5);
  min-width: 0;
  padding: clamp(var(--space-5), 5vw, var(--space-7));
  text-align: center;
}

.offline-pokerestek-contact__inner h2,
.offline-pokerestek-contact__inner p {
  margin: 0;
}

.offline-pokerestek-contact__inner p {
  max-width: 54ch;
}

.offline-pokerestek-contact__button {
  min-height: 3rem;
}

.offline-pokerestek-contact__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-3) var(--space-5);
  width: 100%;
}

.offline-pokerestek-contact__links a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: var(--space-2) 0;
  font-weight: 700;
}

.offline-pokerestek-closing {
  position: relative;
  text-align: center;
}

.offline-pokerestek-closing::before {
  top: 0;
  left: calc(50% - 10rem);
  width: 20rem;
  height: 6rem;
  background: radial-gradient(circle, rgb(0 0 0 / 10%) 1.5px, transparent 1.8px);
  background-size: 12px 12px;
  border-radius: 50% 50% 0 0;
}

.offline-pokerestek-closing__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-5);
  width: min(100%, 50rem);
  min-width: 0;
  margin-inline: auto;
}

.offline-pokerestek-closing__inner h2,
.offline-pokerestek-closing__inner p {
  margin: 0;
}

.offline-pokerestek-closing__inner p {
  max-width: 60ch;
}

.offline-pokerestek-closing__flame {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: var(--border-medium) solid var(--color-border);
  background: var(--color-tomato-red);
  box-shadow: var(--shadow-ink-small);
  font-size: 1.5rem;
  line-height: 1;
}

.offline-pokerestek-closing__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  width: 100%;
}

.offline-pokerestek-closing__actions .button {
  flex: 0 1 auto;
  width: auto;
}

@media (max-width: 61.24rem) {
  .offline-pokerestek-hero__grid,
  .offline-pokerestek-kitchen__grid,
  .offline-pokerestek-conversations__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .offline-pokerestek-hero__copy,
  .offline-pokerestek-hero__media,
  .offline-pokerestek-kitchen__copy,
  .offline-pokerestek-kitchen__media,
  .offline-pokerestek-conversations__copy,
  .offline-pokerestek-conversations__media {
    grid-column: 1;
    grid-row: auto;
  }

  .offline-pokerestek-hero__media {
    aspect-ratio: 16 / 10;
  }

  .offline-pokerestek-kitchen__media {
    grid-row: 1;
    aspect-ratio: 16 / 10;
  }

  .offline-pokerestek-kitchen__copy {
    grid-row: 2;
  }

  .offline-pokerestek-conversations__media {
    grid-row: 1;
  }

  .offline-pokerestek-conversations__copy {
    grid-row: 2;
  }

  .offline-pokerestek-difference__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offline-pokerestek-difference__card--tall {
    grid-column: 1 / -1;
  }

  .offline-pokerestek-rhythm__timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offline-pokerestek-rhythm__timeline::before {
    display: none;
  }

  .offline-pokerestek-atmosphere__overlay {
    position: static;
    width: 100%;
    margin-top: var(--space-5);
  }
}

@media (max-width: 47.49rem) {
  .offline-pokerestek-hero__copy-inner {
    padding: var(--space-5);
  }

  .offline-pokerestek-hero__copy-inner h1 {
    max-width: 12ch;
  }

  .offline-pokerestek-hero__media,
  .offline-pokerestek-kitchen__media,
  .offline-pokerestek-atmosphere__media,
  .offline-pokerestek-conversations__media {
    aspect-ratio: 4 / 3;
  }

  .offline-pokerestek-hero__media img,
  .offline-pokerestek-atmosphere__media img,
  .offline-pokerestek-conversations__media img {
    object-position: center;
  }

  .offline-pokerestek-kitchen__media img {
    object-position: 62% center;
  }

  .offline-pokerestek-difference__cards,
  .offline-pokerestek-rhythm__timeline,
  .offline-pokerestek-principles__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .offline-pokerestek-difference__card--dropped {
    margin-top: 0;
  }

  .offline-pokerestek-difference__card--tall {
    grid-column: 1;
  }

  .offline-pokerestek-rhythm__timeline {
    gap: var(--space-5);
  }

  .offline-pokerestek-rhythm__timeline::before {
    display: block;
    top: 1.4rem;
    bottom: 1.4rem;
    left: 1.5rem;
    width: var(--border-thin);
    height: auto;
  }

  .offline-pokerestek-rhythm__stop {
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr);
    gap: var(--space-3);
  }

  .offline-pokerestek-rhythm__number {
    grid-column: 1;
    grid-row: 1;
  }

  .offline-pokerestek-rhythm__content {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }

  .offline-pokerestek-atmosphere__after {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-4);
  }

  .offline-pokerestek-principles__card {
    gap: var(--space-3);
    padding: var(--space-4);
  }

  .offline-pokerestek-principles__number {
    flex-basis: 3rem;
    width: 3rem;
    min-width: 3rem;
  }

  .offline-pokerestek-contact__links {
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-2);
  }

  .offline-pokerestek-contact__links a {
    width: 100%;
  }

  .offline-pokerestek-closing__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .offline-pokerestek-closing__actions .button {
    width: 100%;
  }
}

@media (max-width: 35.99rem) {
  .offline-pokerestek-hero__button,
  .offline-pokerestek-kitchen__button,
  .offline-pokerestek-contact__button {
    width: 100%;
  }

  .offline-pokerestek-difference__card-body,
  .offline-pokerestek-atmosphere__overlay-inner {
    padding: var(--space-4);
  }

  .offline-pokerestek-conversations__bubble {
    width: 88%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .offline-pokerestek-page *,
  .offline-pokerestek-page *::before,
  .offline-pokerestek-page *::after {
    transition-duration: 1ms !important;
  }
}
