.site-main--home {
  width: 100%;
  margin: 0;
  padding: 0;
}

.artek-home-container {
  width: min(100% - 40px, 1760px);
  margin: 0 auto;
}

.artek-hero.hero {
  display: none;
}

@media (min-width: 1024px) {
  .artek-hero.hero {
    display: block;
  }
}

.artek-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  color: #fff;
  background: #b8ddf4;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .artek-hero {
    display: none;
  }
}

.artek-hero__top-layer,
.artek-hero__middle-layer {
  position: relative;
  width: 100%;
}

.artek-hero__middle-layer {
  left: 50%;
  min-width: 2560px;
  max-width: none;
  transform: translateX(-50%);
}

.artek-hero__mountains {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  min-width: 2560px;
  transform: translateX(-50%);
}

.artek-hero__bottom-layer {
  position: relative;
  height: 400px;
}

.artek-hero__img {
  left: 50%;
  display: block;
  width: 100%;
  min-width: 2560px;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
  transform: translateX(-50%);
}

.artek-hero__img.artek {
  z-index: 6;
  width: 1090px;
  min-width: 0;
  max-width: 11.458vw;
}

@media (min-width: 1280px) {
  .artek-hero__img.artek {
    max-width: none;
  }
}

.artek-hero__img--absolute {
  position: absolute;
}

.artek-hero__img--relative {
  position: relative;
}

.artek-hero__img--bottom {
  bottom: 0;
}

.artek-hero__img.wave7 {
  position: relative;
  top: -180px;
}

.artek-hero__sand-wrap {
  position: relative;
  top: 231px;
  left: 50%;
  width: 100%;
  min-width: 2560px;
  transform: translateX(-50%);
}

.artek-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  height: 18vh;
  content: "";
  background: linear-gradient(180deg, transparent 0%, #fff 92%);
  pointer-events: none;
}

.artek-hero__promo {
  position: absolute;
  z-index: 30;
  top: 200px;
  left: 50%;
  display: flex;
  width: min(100% - 40px, 1760px);
  flex-direction: column;
  justify-content: flex-start;
  padding-left: clamp(16px, 4vw, 80px);
  text-shadow: 0 10px 34px rgba(0, 61, 118, 0.38);
  transform: translateX(-50%);
  pointer-events: none;
}

.artek-hero__promo .artek-hero__link {
  pointer-events: auto;
}

.artek-hero__dates,
.artek-hero__shift {
  margin: 0;
  font-size: clamp(18px, 1.45vw, 28px);
  line-height: 1.2;
}

.artek-hero__shift {
  margin-top: 18px;
  text-transform: lowercase;
}

.artek-hero__title {
  margin: 18px 0 42px;
  font-size: clamp(54px, 8.3vw, 156px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.artek-hero__title span {
  display: block;
}

.artek-hero__title-accent {
  color: transparent;
  background: linear-gradient(79deg, #f9aa0c 0%, #e54f21 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.artek-hero__link,
.artek-round-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 56px;
  padding: 14px 25px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  gap: 12px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.artek-hero__link:hover,
.artek-hero__link:focus,
.artek-round-link:hover,
.artek-round-link:focus {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.16);
}

.artek-section {
  position: relative;
  padding: clamp(64px, 8vw, 140px) 0;
}

.artek-intro {
  margin-top: -1px;
  background: #fff;
}

.artek-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  align-items: center;
  gap: 48px;
}

.artek-intro__text {
  color: #0b1d38;
  font-size: clamp(31px, 3.4vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.06em;
}

.artek-intro__text p {
  margin: 0;
}

.artek-intro__stats,
.artek-statistics__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.artek-intro__stats div,
.artek-statistics__grid div {
  min-height: 190px;
  padding: 28px;
  border-radius: 34px;
  color: #fff;
  background: linear-gradient(135deg, #174d98, #10a3d6);
}

.artek-intro__stats strong,
.artek-statistics__grid span {
  display: block;
  font-size: clamp(60px, 6vw, 112px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.artek-intro__stats span,
.artek-statistics__grid p {
  display: block;
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.25;
}

.artek-ticket {
  overflow: hidden;
  color: #fff;
  background: linear-gradient(126deg, #10a3d6 0%, #174d98 100%);
  border-radius: 44px;
}

.artek-ticket::before {
  position: absolute;
  top: -130px;
  right: -90px;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.artek-ticket__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
  align-items: end;
  gap: 80px;
}

.artek-eyebrow {
  margin: 0 0 12px;
  color: currentColor;
  font-size: 18px;
  line-height: 1;
  opacity: 0.72;
  text-transform: lowercase;
}

.artek-ticket h2,
.artek-section-heading h2,
.artek-statistics h2 {
  margin: 0;
  font-size: clamp(54px, 6.8vw, 128px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.artek-ticket .artek-round-link {
  margin-top: 34px;
}

.artek-ticket__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.artek-ticket__steps li {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.artek-ticket__steps span {
  display: block;
  font-size: 82px;
  line-height: 0.8;
}

.artek-ticket__steps p {
  margin: 90px 0 0;
  font-size: 20px;
  line-height: 1.2;
}

.artek-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
}

.artek-section-heading a {
  color: #0f7fd0;
  font-size: 18px;
  text-decoration: none;
  text-transform: lowercase;
}

.artek-camps__panel {
  min-height: 520px;
  padding: clamp(28px, 5vw, 84px);
  color: #fff;
  border-radius: 44px;
  background:
    radial-gradient(circle at 76% 25%, rgba(255, 223, 91, 0.85) 0 12%, transparent 13%),
    linear-gradient(180deg, rgba(24, 139, 210, 0.92), rgba(9, 75, 137, 0.95)),
    linear-gradient(135deg, #10a3d6, #174d98);
}

.artek-camps__panel p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 5.5vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.artek-camps__panel span {
  display: block;
  margin-top: 220px;
  font-size: 22px;
}

.artek-courses {
  background: #f3f8fc;
}

.artek-course-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  padding: clamp(28px, 4vw, 70px);
  border-radius: 44px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(11, 29, 56, 0.08);
}

.artek-course-card h3 {
  margin: 0 0 22px;
  color: #0b1d38;
  font-size: clamp(42px, 4.7vw, 88px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.artek-course-card p:last-child {
  max-width: 760px;
  margin: 0;
  color: #0b1d38;
  font-size: 22px;
  line-height: 1.35;
}

.artek-round-link--blue {
  color: #0f7fd0;
  border-color: #0f7fd0;
}

.artek-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.artek-news-card {
  min-height: 390px;
  padding: 30px;
  border: 1px solid #dbe9f3;
  border-radius: 34px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.artek-news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(11, 29, 56, 0.09);
}

.artek-news-card time {
  color: #0f7fd0;
  font-size: 16px;
}

.artek-news-card h3 {
  margin: 30px 0 18px;
  color: #0b1d38;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.artek-news-card p {
  margin: 0;
  color: #52606d;
  font-size: 18px;
  line-height: 1.35;
}

.artek-statistics {
  padding-bottom: 240px;
  color: #0b1d38;
  background: #fff;
}

.artek-statistics h2 {
  margin-bottom: 44px;
}

.artek-statistics__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (prefers-reduced-motion: reduce) {
  .artek-hero__img,
  .artek-hero__promo {
    transform: translateX(-50%);
    will-change: auto;
  }
}

/* artek.org: desktop Hero.vue is hidden below lg; mobile uses HeroMobile */
.artek-hero-mobile {
  display: block;
  overflow: hidden;
  color: #fff;
  background: #b8ddf4;
}

.artek-hero-mobile__stage--sky {
  position: relative;
  height: 56rem;
}

.artek-hero-mobile__stage--waves {
  position: relative;
  height: 33rem;
  overflow: hidden;
}

.artek-hero-mobile__figure {
  position: relative;
  height: 100%;
  margin: 0;
}

.artek-hero-mobile__figure--base {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.artek-hero-mobile__cover {
  position: absolute;
  top: 0;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.artek-hero-mobile__cover--sky {
  left: -33.333%;
  width: auto;
  min-width: 100%;
}

.artek-hero-mobile__cover--base {
  left: -33.333%;
  width: auto;
  min-width: 100%;
}

.artek-hero-mobile__logo-wrap {
  position: absolute;
  top: 12rem;
  width: 100%;
  margin: 0;
  padding: 0 1.25rem;
}

.artek-hero-mobile__logo {
  display: block;
  width: 100%;
  max-width: 25rem;
  height: auto;
  margin: 0 auto;
}

.artek-hero-mobile__waves-inner {
  position: relative;
  height: 55rem;
}

.artek-hero-mobile__figure--wave {
  position: absolute;
  top: -20rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 24rem;
}

.artek-hero-mobile__cover--wave {
  left: 0;
  width: auto;
  min-width: 100%;
}

.artek-hero-mobile__figure--waves {
  position: absolute;
  top: -12rem;
  left: 0;
  width: 100%;
  height: 100%;
}

.artek-hero-mobile__cover--waves {
  left: -10rem;
  width: auto;
  min-width: 100%;
}

.artek-hero-mobile__promo {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 19.2px;
  color: #fff;
  text-shadow: 0 10px 34px rgba(0, 61, 118, 0.38);
}

.artek-hero-mobile .current-shift__today {
  display: none;
  margin-bottom: 12px;
  font-size: 12px;
  text-transform: uppercase;
}

.artek-hero-mobile .current-shift__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 20px;
  margin-bottom: 24px;
}

.artek-hero-mobile .current-shift__info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: -24px;
  margin-bottom: 20px;
}

@media (max-width: 639px) {
  .artek-hero-mobile .current-shift__info {
    /* +3px vs prior 20px — closes 375 promoH 223→226 vs prod */
    margin-bottom: 23px;
  }

  .artek-hero-mobile .current-shift__subscribe {
    font-weight: 400;
  }
}

.artek-hero-mobile .current-shift__announcement {
  display: flex;
  width: auto;
  height: auto;
  min-height: 42px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 9999px;
  background: #fff;
  color: #3f74e8;
  gap: 4px;
}

.artek-hero-mobile .current-shift__number {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.artek-hero-mobile .current-shift__subscribe {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.artek-hero-mobile .current-shift__info-today {
  display: none;
  font-size: 12px;
}

.artek-hero-mobile .current-shift__title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
}

.artek-hero-mobile .current-shift__title-accent {
  color: transparent;
  background: linear-gradient(79deg, #f9aa0c 0%, #e54f21 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.artek-hero-mobile .current-shift__btn {
  display: inline-flex;
  align-items: center;
  margin-top: 40px;
  padding: 12px 24px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: transparent;
}

@media (min-width: 480px) {
  .artek-hero-mobile__cover--sky,
  .artek-hero-mobile__cover--base {
    left: -3.5rem;
    width: 100%;
  }

  .artek-hero-mobile__logo {
    width: 66.666%;
    max-width: none;
  }

  .artek-hero-mobile__cover--waves {
    left: -7rem;
    width: 100%;
  }
}

@media (min-width: 640px) {
  .artek-hero-mobile__cover--sky,
  .artek-hero-mobile__cover--base,
  .artek-hero-mobile__cover--waves {
    left: 0;
    width: 100%;
  }

  .artek-hero-mobile__cover--wave {
    display: none;
  }

  .artek-hero-mobile__logo-wrap {
    top: 10rem;
  }

  .artek-hero-mobile__logo {
    width: 66.666%;
  }

  .artek-hero-mobile__waves-inner {
    height: 60rem;
  }

  .artek-hero-mobile .current-shift__today {
    display: block;
  }

  .artek-hero-mobile .current-shift__wrapper {
    flex-direction: row;
    gap: normal;
    margin-bottom: 0;
  }

  .artek-hero-mobile .current-shift__announcement {
    width: 8rem;
    height: 8rem;
    min-height: 0;
    flex-direction: column;
    padding: 0;
    border-radius: 50%;
    gap: 0;
  }

  .artek-hero-mobile .current-shift__number {
    font-size: 4.5rem;
    font-weight: 700;
  }

  .artek-hero-mobile .current-shift__subscribe {
    font-weight: 700;
  }

  .artek-hero-mobile .current-shift__title {
    display: flex;
    flex-flow: row wrap;
    margin-top: 0;
    font-size: 41.6px;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .artek-hero-mobile__promo {
    top: 3.5rem;
  }
}

@media (max-width: 1023px) {
  .artek-hero {
    display: none;
  }
}

@media (min-width: 1024px) {
  .artek-hero-mobile {
    display: none;
  }

  .artek-hero {
    display: block;
  }

  /* artek.org / Figma 24:12692 — desktop promo block (metrics vs prod, not Visual QA) */
  .artek-hero__promo {
    box-sizing: border-box;
    min-height: 574px;
    padding: 0 32px;
  }

  .artek-hero__dates,
  .artek-hero__shift {
    font-size: 20px;
    line-height: 1.2;
  }

  .artek-hero__shift {
    margin-top: 0;
  }

  .artek-hero__title {
    margin: 0 0 56px;
    font-size: 128px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
  }
}

@media (max-width: 1440px) {
  .artek-hero__promo {
    padding-left: clamp(16px, 3vw, 48px);
  }
}

@media (max-width: 1080px) {
  .artek-intro__grid,
  .artek-ticket__grid,
  .artek-course-card {
    grid-template-columns: 1fr;
  }

  .artek-ticket__steps,
  .artek-news__grid,
  .artek-statistics__grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .artek-home-container,
  .artek-hero__promo {
    width: calc(100% - 32px);
  }

  .artek-hero__promo {
    top: clamp(120px, 18vh, 160px);
    padding-left: 0;
  }

  .artek-hero__bottom-layer .wave7 {
    top: -120px;
  }

  .artek-hero__title {
    font-size: clamp(44px, 14.6vw, 64px);
    letter-spacing: -0.085em;
  }

  .artek-intro__text {
    font-size: 34px;
  }

  .artek-intro__stats {
    grid-template-columns: 1fr;
  }

  .artek-ticket,
  .artek-camps__panel,
  .artek-course-card {
    border-radius: 28px;
  }

  .artek-section-heading {
    display: block;
  }

  .artek-section-heading a {
    display: inline-block;
    margin-top: 18px;
  }

  .artek-camps__panel {
    min-height: 420px;
  }

  .artek-camps__panel span {
    margin-top: 160px;
  }
}
