.asko-landing {
  --bg-main: #4f4f4f;
  --bg-dark: #181818;
  --card-bg: rgba(217, 217, 217, 0.16);
  --text: #ffffff;
  --muted: #f1f1f1;
  --shadow-strong: 0px 30px 34px 0px rgba(24, 24, 24, 0.5);
  --shadow-soft: 0px 4px 32.6px 0px rgba(0, 0, 0, 0.25);
  --radius-md: 15px;
  --radius-lg: 34px;
  --radius-sm: 12px;
  --max-width: 1000px;
  --font-base: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.asko-landing,
.asko-landing * {
  box-sizing: border-box;
}

.asko-landing * {
  margin: 0;
  padding: 0;
}

.asko-landing {
  width: 100%;
  max-width: var(--max-width);
  color: var(--text);
  font-family: var(--font-base);
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  background: linear-gradient(90deg, rgb(79, 79, 79) 0%, rgb(79, 79, 79) 100%),
    linear-gradient(90deg, rgb(193, 181, 165) 0%, rgb(84, 76, 66) 100%);
  margin: 0 auto;
}

.asko-landing img {
  display: block;
  width: 100%;
  height: auto;
}

/* HERO */
.hero {
  position: relative;
  width: 100%;
  height: 347px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-bg img {
  position: absolute;
}

.hero-left,
.hero-right {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.hero-left {
  width: 355px;
  left: 0;
  background: linear-gradient(90deg, #181818 0%, rgba(24, 24, 24, 0) 100%);
  align-items: flex-start;
  gap: 25px;
}

.hero-right {
  width: 552px;
  right: 0;
  background: linear-gradient(90deg, rgba(24, 24, 24, 0) 0%, #181818 100%);
  justify-content: center;
  padding-left: 21px;
  padding-right: 30px;
  align-items: flex-end;
}

.hero-logo {
  width: 147px;
  height: 29px;
  object-fit: contain;
}

.hero-model {
  font-size: 31.6px;
  font-weight: 300;
  line-height: 1;
}

.flag-cechy {
  width: 217px;
  height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.flag-top {
  width: 200px;
  height: 23.9px;
}

.flag-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.cechy-row {
  display: flex;
  gap: 21px;
  width: 100%;
  align-items: flex-start;
}

.cecha {
  width: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.cecha-title {
  font-size: 12.6px;
  font-weight: 700;
  line-height: 1.1;
}

.icon-square {
  width: 75px;
  height: 75px;
  overflow: hidden;
  position: relative;
}

.icon-circle {
  width: 75px;
  height: 75px;
  position: relative;
  overflow: hidden;
}

.icon-square img,
.icon-circle img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: none;
}

/* DESCRIPTION CARD */
.desc-card {
  background: var(--card-bg);
  width: 100%;
  max-width: 838px;
  height: 145px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.desc-card p {
  font-size: 17px;
  line-height: 1.1;
  text-align: justify;
  width: 756px;
}

/* FEATURE STACK */
.feature-stack {
  width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  box-shadow: none;
  background: transparent;
}

.feature-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  align-items: center;
}

.icon-text-row {
  width: 804px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  gap: 20px;
}

.icon-box {
  width: 159px;
  height: 159px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.feature-text {
  width: 645px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--text);
}

.feature-text-narrow {
  width: 635px;
}

.feature-desc p {
  margin: 0 0 8px;
}

.feature-desc p:last-child {
  margin-bottom: 0;
}

.feature-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.feature-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.video-ph {
  width: 100%;
  height: 529px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  background: #000;
  box-shadow: var(--shadow-strong);
}

/* SECTION TITLE */
.section-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
  width: 900px;
  padding-bottom: 15px;
}

.section-compact {
  width: 900px;
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: center;
}

/* GRID FOUR */
.grid-four {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: fit-content(100%);
  gap: 60px;
  width: 100%;
}

.grid-card {
  width: 420px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.grid-img {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.grid-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: var(--text);
  text-align: left;
}

.grid-text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.grid-text p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

/* MENU PLUS */
.menu-plus {
  width: 906px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.menu-img {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.menu-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.5) 0%, rgba(24, 24, 24, 0) 60%);
}

.menu-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}

.menu-text p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
}

/* GRID TWO */
.grid-two {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.blur-bg {
  filter: blur(3.25px);
}

/* DISH DESIGNER */
.gradient-top {
  width: 100%;
  height: 75px;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.5) 0%, rgba(24, 24, 24, 0) 60%);
}

.dish-section {
  width: 900px;
  display: flex;
  flex-direction: column;
  gap: 49px;
}

.dish-stack {
  display: flex;
  flex-direction: column;
  gap: 75px;
  width: 900px;
}

.dish-intro {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.dish-subtitle {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.dish-desc {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  max-width: 600px;
  margin: 0 auto;
}

.dish-desc p {
  margin: 0;
}

.dish-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: fit-content(100%);
  gap: 60px;
}

.full-width {
  width: 100%;
}

.dish-stack {
  display: flex;
  flex-direction: column;
  gap: 75px;
  width: 900px;
}

.dish-card-img {
  width: 416px;
  height: 499px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
}

.dish-card-border {
  border: 1px solid var(--text);
  position: relative;
  overflow: hidden;
  background: var(--bg-main);
  padding: 15px;
}

.dish-card--short {
  height: 363px;
  background: var(--bg-main);
}

.dish-card-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 21px;
  width: calc(100% - 60px);
}

.dish-card--short:last-child .dish-card-inner {
  top: 42%;
  transform: translate(-50%, -50%);
}

.dish-inner--inset {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  gap: 21px;
  align-items: flex-start;
}

.point-circle {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 2.75px solid var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 300;
}

.point-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.point-text p + p {
  margin-top: 18px;
}

.point-text .eyebrow {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

.point-text p + p {
  margin-top: 18px;
}

.point-text .eyebrow {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

.point-text strong {
  font-weight: 700;
}

.point-text p {
  margin: 0;
}

.point-text .spaced {
  margin-top: 10px;
  line-height: 1.4;
}

.point-text .fw-400 {
  font-weight: 400;
}

.point-heading + .point-body {
  margin-top: 0;
}

.point-heading {
  margin: 0;
}

.point-body {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 300;
}

.point-text.wide-340 {
  width: 340px;
}

.point-text.narrow-373,
.point-text.narrow-380 {
  width: 320px;
}

.layout-img {
  width: 900px;
  height: 348px;
  overflow: hidden;
  border-radius: var(--radius-sm);
}

.text-photo-stack {
  display: flex;
  flex-direction: column;
  gap: 75px;
  width: 900px;
  align-items: center;
}

.text-photo-block {
  width: 100%;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.text-left {
  width: 461px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.text-left h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.text-left p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.photo-box {
  width: 391px;
  height: 230px;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}

.divider {
  width: 900px;
  height: 1px;
  background: white;
}

.absolute-center-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.connectlife-badge {
  width: 247px;
  height: 141px;
  object-fit: contain;
}

/* 75 YEARS */
.celebrate {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 55px;
  align-items: center;
  padding-bottom: 30px;
}

.celebrate-stack {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  width: 100%;
}

.celebrate-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  width: 634px;
}

.celebrate-img {
  width: 100%;
  height: 630px;
  overflow: hidden;
  position: relative;
}

.celebrate-img img {
  position: absolute;
  inset: 0;
  width: 101.68%;
  height: 103.62%;
  left: -0.84%;
  top: -1.81%;
  object-fit: cover;
  max-width: none;
}

.celebrate-text {
  width: 800px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  text-align: justify;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.asko-landing .logo-bottom {
  width: 263px;
  height: 52px;
  max-width: 100%;
  object-fit: contain;
  align-self: center;
}

/* Utilities */
.center {
  text-align: center;
}

.section-full {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title-narrow {
  width: 604px;
  margin: 0 auto;
}

@media (max-width: 768px) {

  main {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    gap: 36px;
  }

  .hero {
    height: auto;
    display: block;
    position: relative;
    padding-top: 0;
    gap: 0;
    align-items: stretch;
    /* stretch to viewport edges on mobile */
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .hero-bg {
    position: static;
    width: 100%;
    height: auto;
  }

  .hero-bg img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .hero-left,
  .hero-right {
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, #181818 0%, rgba(24, 24, 24, 0) 100%);
    padding: 18px;
  }

  .hero-left {
    left: 0;
    width: clamp(200px, 50vw, 300px);
    align-items: flex-start;
    gap: 12px;
  }

  .hero-logo {
    width: 100px;
    height: auto;
  }

  .hero-model {
    font-size: 20px;
    line-height: 1.1;
  }

  .desc-card {
    height: auto;
    padding: 16px;
  }

  .desc-card p {
    width: 100%;
    text-align: left;
    line-height: 1.35;
  }

  .hero-right {
    right: 0;
    width: clamp(170px, 40vw, 480px);
    background: linear-gradient(90deg, rgba(24, 24, 24, 0) 0%, #181818 100%);
    justify-content: center;
    padding-left: 14px;
    padding-right: 18px;
    align-items: flex-end;
  }

  .flag-cechy {
    width: 170px;
    height: 220px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0;
  }

  .flag-top {
    width: 140px;
  }

  .cechy-row {
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .cecha {
    width: 68px;
    align-items: center;
    gap: 6px;
  }

  .cecha-title {
    text-align: center;
    font-size: 9.5px;
    line-height: 1.15;
  }

  .icon-square,
  .icon-circle {
    width: 48px;
    height: 48px;
  }

  .feature-stack,
  .section-compact,
  .menu-plus,
  .grid-two,
  .dish-section, 
  .dish-stack,
  .text-photo-stack {
    width: 100%;
  }

  .feature-block {
    gap: 20px;
  }

  .icon-text-row {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .icon-box {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }

  .feature-text,
  .feature-text-narrow {
    width: 100%;
  }

  .video-ph {
    height: 240px;
    /* Make video edge-to-edge on mobile */
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .section-title,
  .section-title-narrow {
    width: 100%;
    font-size: 30px;
    padding-bottom: 0;
  }

  .grid-four {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .grid-card {
    width: 100%;
  }

  .grid-img,
  .menu-img {
    height: 240px;
  }

  .menu-plus {
    gap: 20px;
  }

  .grid-two {
    flex-direction: column;
    gap: 30px;
  }

  .dish-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .dish-card-img,
  .dish-card-border,
  .dish-card--short {
    width: 100%;
    height: auto;
    min-height: 260px;
  }

  .dish-card-inner,
  .dish-inner--inset,
  .dish-card--short .dish-card-inner {
    position: static;
    transform: none;
    width: 100%;
    padding: 16px;
    gap: 16px;
    align-items: flex-start;
  }

  /* Ensure the last short card content is not absolutely positioned on mobile */
  .dish-card--short:last-child .dish-card-inner {
    top: auto;
    left: auto;
    transform: none;
  }

  .point-text.wide-340,
  .point-text.narrow-373,
  .point-text.narrow-380 {
    width: 100%;
  }

  .layout-img {
    width: 100%;
    height: 220px;
  }

  .text-photo-block {
    flex-direction: column;
    gap: 24px;
  }

  .text-left,
  .photo-box {
    width: 100%;
  }

  .photo-box {
    height: 220px;
  }

  .divider {
    width: 100%;
  }

  .celebrate-title,
  .celebrate-text {
    width: 100%;
  }

  .celebrate-img {
    width: 100vw;
    height: 360px;
  }

  .gradient-top {
    width: 100vw;
  }
}
