@charset "UTF-8";
.class-page {
  background: #fff;
}

.class-hero {
  padding: 72px 0 96px;
}

.class-hero__inner {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 80px;
  align-items: start;
}

.class-hero__content {
  max-width: 520px;
}

.class-hero__title {
  margin: 0 0 28px;
  font-size: clamp(52px, 6vw, 84px);
  font-weight: 600;
  line-height: 0.95;
  color: #050505;
}

.class-hero__text {
  max-width: 460px;
  line-height: 1.6;
  color: #050505;
}

.class-hero__text p {
  margin: 0 0 12px;
}

.class-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 360px;
}

.class-hero__visual > img {
  position: relative;
  z-index: 1;
  width: 230px;
  height: 230px;
  object-fit: contain;
}

.class-hero__shape {
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
}

.class-hero__shape img {
  display: block;
  width: 100%;
  height: auto;
}

.class-hero__shape--yellow {
  top: -24px;
  right: 64px;
  width: 100px;
}

.class-hero__shape--orange {
  top: 120px;
  right: 0;
  width: 110px;
  transform: rotate(32deg);
}

.class-hero__shape--green {
  right: 56px;
  bottom: 12px;
  width: 110px;
  transform: rotate(-24deg);
}

.class-hero__shape--yellow-bottom {
  left: 49%;
  bottom: 72px;
  width: 100px;
}

.class-hero__shape--orange-bottom {
  left: 8%;
  bottom: 56px;
  width: 110px;
  transform: rotate(-38deg);
}

.class-hero__shape--green-bottom {
  left: 30%;
  bottom: 0;
  width: 110px;
  transform: rotate(38deg);
}

.class-teachers {
  padding: 64px 0 88px;
  background: #fff;
}

.class-teachers__inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 64px;
  align-items: start;
}

.class-teachers h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 600;
  line-height: 0.95;
  color: #050505;
}

.class-teachers__grid {
  display: grid;
  grid-template-columns: repeat(2, 180px);
  gap: 56px 96px;
  align-items: start;
}

.class-teacher {
  text-align: center;
}

.class-teacher__photo {
  width: 140px;
  height: 140px;
  margin: 0 auto 18px;
  border-radius: 999px;
  overflow: hidden;
  background: #ededed;
}

.class-teacher__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.class-teacher h3 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}

.class-teacher p {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
}

@media (max-width: 900px) {
  .class-hero__inner,
  .class-teachers__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .class-hero__visual {
    min-height: 280px;
  }
  .class-hero__visual > img {
    width: 180px;
    height: 180px;
  }
  .class-hero__shape--yellow {
    right: 24%;
    width: 58px;
  }
  .class-hero__shape--orange {
    right: 12%;
    top: 120px;
    width: 58px;
  }
  .class-hero__shape--green {
    right: 22%;
    bottom: 4px;
    width: 58px;
  }
  .class-hero__shape--yellow-bottom {
    left: 48%;
    bottom: 48px;
    width: 58px;
  }
  .class-hero__shape--orange-bottom {
    left: 16%;
    bottom: 42px;
    width: 58px;
  }
  .class-hero__shape--green-bottom {
    left: 34%;
    bottom: 0;
    width: 58px;
  }
  .class-teachers__grid {
    grid-template-columns: repeat(2, 180px);
    gap: 32px;
  }
}
@media (max-width: 560px) {
  .class-teachers__grid {
    grid-template-columns: 1fr;
  }
}
.about-hero {
  padding: 10px 0 120px;
}
.about-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-hero__content {
  max-width: 520px;
}
.about-hero__title {
  margin-bottom: 32px;
  font-size: 88px;
  line-height: 0.95;
  font-weight: 700;
}
.about-hero__text {
  font-size: 16px;
  line-height: 1.8;
}
.about-hero__text p {
  margin-bottom: 20px;
}
.about-hero__media {
  position: relative;
  min-height: 560px;
}
.about-hero__image {
  position: relative;
  z-index: 1;
  height: 480px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-hero__shape {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.about-hero__shape img {
  display: block;
  width: 100%;
}
.about-hero__shape--yellow {
  top: -25px;
  right: -15px;
  width: 80px;
}
.about-hero__shape--orange {
  top: 170px;
  right: -40px;
  width: 76px;
  transform: rotate(-18deg);
}
.about-hero__shape--green {
  right: 10px;
  bottom: 110px;
  width: 72px;
  transform: rotate(-25deg);
}
.about-hero__shape--orange-bottom {
  left: 30px;
  bottom: 40px;
  width: 72px;
  transform: rotate(-35deg);
}
.about-hero__shape--green-bottom {
  left: 35%;
  bottom: 0;
  width: 72px;
  transform: rotate(35deg);
}
.about-hero__shape--yellow-bottom {
  left: 55%;
  bottom: 55px;
  width: 72px;
}

@media (max-width: 992px) {
  .about-hero {
    padding: 60px 0 80px;
  }
  .about-hero__inner {
    grid-template-columns: 1fr;
  }
  .about-hero__title {
    font-size: 64px;
  }
  .about-hero__media {
    min-height: 470px;
  }
  .about-hero__image {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .about-hero__title {
    font-size: 48px;
  }
  .about-hero__media {
    min-height: 360px;
  }
  .about-hero__image {
    height: 300px;
  }
}
.employees-page {
  background: #fff;
}

.employees-hero {
  padding: 80px 0 48px;
}

.employees-hero h1 {
  margin: 0;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 600;
  line-height: 0.95;
  color: #050505;
}

.employees-list {
  padding: 24px 0 96px;
}

.employees-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px 32px;
}

.employees-group {
  margin-bottom: 72px;
}

.employees-group:last-child {
  margin-bottom: 0;
}

.employees-group__title {
  margin: 0 0 42px;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 800;
  line-height: 1;
}

.employee-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
}

.employee-card {
  text-align: center;
}

.employee-card__image {
  width: 150px;
  height: 150px;
  margin: 0 auto 18px;
  border-radius: 999px;
  overflow: hidden;
  background: #ededed;
}

.employee-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.employee-card h2 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.employee-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.employees-page {
  position: relative;
  overflow: hidden;
}

.page-decoration {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.page-decoration img {
  display: block;
  width: 100%;
  height: auto;
}

.page-decoration--sun {
  top: 50px;
  right: 365px;
  width: 160px;
  transform: rotate(-2deg);
}

.page-decoration--cat {
  top: 160px;
  right: 487px;
  width: 145px;
}

.page-decoration--bug {
  top: 246px;
  right: 330px;
  width: 140px;
  transform: rotate(2deg);
}

.employees-hero,
.employees-list {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .page-decoration--sun {
    top: 150px;
    right: 140px;
    width: 88px;
  }
  .page-decoration--cat {
    top: 250px;
    right: 220px;
    width: 78px;
  }
  .page-decoration--bug {
    top: 285px;
    right: 70px;
    width: 82px;
  }
  .employees-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .page-decorations {
    display: none;
  }
  .employees-grid {
    grid-template-columns: 1fr;
  }
}
.default-page {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.default-page__hero {
  padding: 80px 0 96px;
}

.default-page__hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 620px) 1fr;
  gap: 80px;
  align-items: start;
}

.default-page__content {
  max-width: 620px;
}

.default-page__media {
  position: relative;
}

.default-page__image {
  border-radius: 24px;
  overflow: hidden;
}

.default-page__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.default-page__title {
  margin: 0 0 34px;
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 600;
  line-height: 0.95;
  color: #050505;
}

.default-page__text {
  font-size: 16px;
  line-height: 1.6;
  color: #050505;
}

.default-page__text p {
  margin: 0 0 16px;
}

.default-page__text ul,
.default-page__text ol {
  margin: 0 0 20px;
  padding-left: 22px;
}

.default-page__text li {
  margin-bottom: 6px;
}

.default-page .page-decorations {
  position: relative;
  min-height: 260px;
}

.default-page .page-decoration {
  position: absolute;
  pointer-events: none;
}

.default-page .page-decoration img {
  display: block;
  width: 100%;
  height: auto;
}

.default-page .page-decoration--sun {
  top: 0;
  right: 160px;
  width: 116px;
}

.default-page .page-decoration--cat {
  top: 80px;
  right: 270px;
  width: 116px;
}

.default-page .page-decoration--bug {
  top: 120px;
  right: 80px;
  width: 116px;
}

@media (max-width: 900px) {
  .default-page__hero-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .default-page .page-decorations {
    min-height: 180px;
  }
}
.gallery-page {
  background: #fff;
}

.gallery-page__hero {
  padding: 80px 0 48px;
}

.gallery-page__hero h1 {
  margin: 0;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 600;
  line-height: 0.95;
  color: #050505;
}

.gallery-page__list {
  padding: 24px 0 96px;
}

.gallery-year {
  margin-bottom: 80px;
}

.gallery-year:last-child {
  margin-bottom: 0;
}

.gallery-year h2 {
  margin: 0 0 32px;
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 600;
  line-height: 1;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-card a {
  display: block;
}

.gallery-card__image {
  aspect-ratio: 4/3;
  margin-bottom: 16px;
  border-radius: 14px;
  overflow: hidden;
  background: #ededed;
}

.gallery-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}

@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.documents-page {
  background: #fff;
}

.documents-page__hero {
  padding: 80px 0 48px;
}

.documents-page__hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 600;
  line-height: 0.95;
  color: #050505;
}

.documents-page__list {
  padding: 24px 0 96px;
}

.documents-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 920px;
}

.document-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid #050505;
}

.document-item__content {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.document-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  font-size: 24px;
  line-height: 1;
}

.document-item h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.1;
  color: #050505;
}

.document-item__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 22px;
  border: 1px solid #050505;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.document-item__button:hover {
  opacity: 0.9;
}

.document-item__button::after {
  content: "↓";
  margin-left: 10px;
  font-size: 15px;
  line-height: 1;
}

@media (max-width: 700px) {
  .documents-page__hero {
    padding: 56px 0 32px;
  }
  .documents-page__list {
    padding: 16px 0 72px;
  }
  .document-item {
    gap: 18px;
    padding: 24px 0;
  }
  .document-item__button {
    width: fit-content;
  }
}
.classes {
  position: relative;
  padding: 20px 0 90px;
  background: #fff;
  margin-top: 55px;
}

.classes > .container {
  position: relative;
}

.section-title {
  margin: 0 0 42px;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 600;
  line-height: 1;
  color: #050505;
}

.classes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.class-card__icon {
  display: grid;
  place-items: center;
  min-height: 150px;
  margin: 5px 0 5px;
}

.class-card__icon img {
  width: 190px;
  height: 190px;
  object-fit: contain;
}

.class-card {
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 34px 28px 28px;
  border-radius: 12px;
  background: #ededed;
}

.class-card > p:first-child {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.class-card h3 {
  margin: 4px 0 5px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.class-card__bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: auto;
}
.class-card__bottom-wrapper p {
  max-width: 150px;
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
}
.class-card__bottom-wrapper .class-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border: 1px solid #050505;
  border-radius: 50%;
  background-color: #fff;
  color: #050505;
  font-size: 0;
}
.class-card__bottom-wrapper .class-card-button::before {
  content: "→";
  font-size: 18px;
  line-height: 1;
}

.classes__decorations {
  position: absolute;
  left: 0;
  width: 100%;
  height: 140px;
  pointer-events: none;
}

.classes__decoration {
  position: absolute;
}
.classes__decoration img {
  display: block;
  width: 100%;
  height: auto;
}

.classes__decoration--orange {
  left: 0;
  top: 24px;
  width: 110px;
  transform: rotate(28deg);
}

.classes__decoration--green {
  left: 110px;
  top: 72px;
  width: 84px;
  transform: rotate(-22deg);
}

.classes__decoration--yellow {
  left: 220px;
  top: 56px;
  width: 110px;
}

@media (max-width: 800px) {
  .classes {
    margin-top: 0;
  }
  .classes__grid {
    grid-template-columns: 1fr;
  }
  .classes__decorations {
    display: none;
  }
}
.news {
  padding: 64px 0 96px;
  background: #fff;
}

.news__inner {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 48px;
  align-items: stretch;
}

.news__heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  padding: 0 60px;
  border-radius: 999px;
  background: #050505;
  color: #fff;
}

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

.news-card {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 34px 24px 22px;
  border: 1px solid #050505;
  border-radius: 8px;
  background: #fff;
}

.news-card time {
  display: block;
  margin-bottom: 18px;
  font-size: 13px;
  text-align: center;
}

.news-card h3 {
  margin: 0 auto 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.05;
  text-align: center;
}

.news-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: auto;
}

.news-card__tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.news-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.news-card__link::after {
  content: "›";
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 900px) {
  .news__inner {
    grid-template-columns: 1fr;
  }
  .news__grid {
    grid-template-columns: 1fr;
  }
}
.news-card__tag {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.news-card__tag img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.news-card__tag--kotatka,
.news-card__tag--broucci,
.news-card__tag--slunicka {
  background: none;
}

.contact {
  padding: 96px 0;
  background: #d9d9d9;
}

.contact__box {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 48px;
  padding: 48px;
  border-radius: 14px;
  background: #fff;
}

.contact__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact__group {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 18px;
  align-items: start;
}

.contact__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}

.contact__group h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}

.contact__group p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.contact__map {
  min-height: 340px;
  border-radius: 12px;
  overflow: hidden;
}

.contact__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
}

@media (max-width: 900px) {
  .contact__box {
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .contact__map,
  .contact__map iframe {
    min-height: 260px;
  }
}
:root {
  --color-bg: white;
  --color-surface: #ffffff;
  --color-text: #1f2933;
  --color-muted: #667085;
  --color-primary: #4f8f5b;
  --color-primary-dark: #3f7449;
  --color-secondary: #f4b740;
  --color-border: rgba(31, 41, 51, 0.12);
  --container-width: 1180px;
  --container-padding: 24px;
  --radius-md: 18px;
  --radius-lg: 32px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  font-family: "Winky Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: var(--color-bg);
  color: var(--color-text);
}

body.site-menu-open {
  overflow: hidden;
  height: 100dvh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - var(--container-padding) * 2, var(--container-width));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--color-bg);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid black;
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 32px;
}

.site-logo {
  width: 260px;
  height: auto;
  display: flex;
  align-items: center;
}

.site-logo img {
  width: auto;
  max-width: 100%;
  max-height: 83px;
  object-fit: contain;
}

.site-nav__list,
.site-nav > ul {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__list .menu-item,
.site-nav > ul .menu-item {
  position: relative;
}

.site-nav__list a,
.site-nav > ul a {
  display: inline-flex;
  align-items: center;
  min-height: 84px;
  font-size: 15px;
  font-weight: 600;
}

.site-nav__list .menu-item-has-children > a::after,
.site-nav > ul .menu-item-has-children > a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.site-nav__list .sub-menu,
.site-nav > ul .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  min-width: 240px;
  margin: 0;
  padding: 22px 0;
  list-style: none;
  background: #1eaee4;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

.site-nav__list .menu-item-has-children::after,
.site-nav > ul .menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
}

.site-nav__list .menu-item:hover > .sub-menu,
.site-nav__list .menu-item:focus-within > .sub-menu,
.site-nav > ul .menu-item:hover > .sub-menu,
.site-nav > ul .menu-item:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-nav__list .sub-menu a,
.site-nav > ul .sub-menu a {
  display: flex;
  align-items: center;
  min-height: 0;
  padding: 9px 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}

.site-nav__list .sub-menu .menu-item-has-children > a::after,
.site-nav > ul .sub-menu .menu-item-has-children > a::after {
  display: none;
}

.site-nav__list .sub-menu a:hover,
.site-nav__list .sub-menu a:focus-visible,
.site-nav > ul .sub-menu a:hover,
.site-nav > ul .sub-menu a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.site-header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 30px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.site-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-menu-toggle__line {
  display: block;
  width: 34px;
  height: 5px;
  margin: 5px auto;
  border-radius: 999px;
  background: black;
}

.site-menu-overlay {
  position: fixed;
  inset: 0 min(82vw, 360px) 0 0;
  z-index: 1050;
  display: none;
  background: rgba(0, 0, 0, 0.45);
  touch-action: none;
}

body.site-menu-open .site-menu-overlay {
  display: block;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .site-header__inner {
    min-height: 80px;
  }
  .site-logo {
    width: 190px;
    height: auto;
  }
  .site-logo img {
    max-height: unset;
  }
  .site-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 2;
    flex: 0 0 auto;
  }
  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    display: none;
    width: min(82vw, 360px);
    height: 100dvh;
    padding: 80px 0 40px;
    background: #1f7fbe;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .site-menu-open .site-nav {
    display: block;
  }
  /* Removed .site-menu-overlay block here as per instructions */
  body.site-menu-open .site-menu-toggle {
    position: fixed !important;
    top: calc(24px + env(safe-area-inset-top));
    right: 24px;
    z-index: 1200;
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    transform: none;
  }
  body.site-menu-open .site-menu-toggle__line {
    width: 28px;
    height: 4px;
    margin: 0;
    background: #fff;
    transform-origin: center;
  }
  body.site-menu-open .site-menu-toggle__line:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
  }
  body.site-menu-open .site-menu-toggle__line:nth-child(2) {
    opacity: 0;
  }
  body.site-menu-open .site-menu-toggle__line:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
  }
  .site-nav__list,
  .site-nav > ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background-color: #1eaee4;
  }
  .site-nav__list a,
  .site-nav > ul a {
    min-height: 0;
    padding: 12px 28px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
  }
  .site-nav__list .menu-item-has-children > a::after,
  .site-nav > ul .menu-item-has-children > a::after {
    content: "";
    display: inline-flex;
    width: 7px;
    height: 7px;
    border: 0;
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(45deg) translateY(-4px);
  }
  .site-nav__list .menu-item-has-children.is-submenu-open > a::after,
  .site-nav > ul .menu-item-has-children.is-submenu-open > a::after {
    transform: rotate(-135deg) translateY(-4px);
  }
  .site-nav__list .sub-menu,
  .site-nav > ul .sub-menu {
    position: static;
    display: none;
    min-width: 0;
    padding: 0 0 12px;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .site-nav__list .menu-item-has-children.is-submenu-open > .sub-menu,
  .site-nav > ul .menu-item-has-children.is-submenu-open > .sub-menu {
    display: block;
  }
  .site-nav__list .sub-menu a,
  .site-nav > ul .sub-menu a {
    padding: 9px 42px 9px 50px;
    font-size: 20px;
  }
  .site-header__button {
    display: none;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 400;
  line-height: 1;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--color-primary);
  color: #ffffff;
}

.button--primary:hover {
  background: var(--color-primary-dark);
}

.button--secondary {
  background: var(--color-surface);
  color: var(--color-text);
  border: 1px solid var(--color-border);
}

.hero {
  padding: 68px 0 20px;
  background: #fff;
}

.hero__inner {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  align-items: center;
  gap: 88px;
}

.hero__title {
  margin: 0 0 36px;
  font-size: clamp(54px, 6vw, 86px);
  font-weight: 600;
  line-height: 1.02;
  color: #050505;
}

.hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 60px;
  border-radius: 999px;
  background: #050505;
  color: #fff;
}

.hero__media {
  position: relative;
  min-height: 380px;
}

.hero__image {
  width: 100%;
  max-width: 520px;
  min-height: 380px;
  margin-left: auto;
  border-radius: 14px;
  overflow: hidden;
  background: #ededed;
}

.hero__image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.hero__image span {
  display: grid;
  place-items: center;
  min-height: 320px;
}

.hero__shape {
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
}

.hero__shape img {
  display: block;
  width: 100%;
  height: auto;
}

.hero__shape--yellow {
  top: -33px;
  right: -71px;
  width: 120px;
}

.hero__shape--orange {
  top: 150px;
  right: -156px;
  width: 120px;
  transform: rotate(40deg);
}

.hero__shape--green {
  right: -136px;
  bottom: 18px;
  width: 110px;
  transform: rotate(-40deg);
}

.hero__shape--yellow-bottom {
  left: 70%;
  bottom: 10px;
  width: 120px;
}

.hero__shape--orange-bottom {
  left: 137px;
  bottom: -14px;
  width: 120px;
  transform: rotate(-40deg);
}

.hero__shape--green-bottom {
  left: 305px;
  bottom: -28px;
  width: 110px;
  transform: rotate(40deg);
}

@media (max-width: 900px) {
  .hero {
    padding: 32px 0 64px;
  }
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero__media {
    order: -1;
    min-height: auto;
    padding-bottom: 78px;
  }
  .hero__content {
    order: 1;
  }
  .hero__image {
    width: calc(100% - 46px);
    max-width: none;
    min-height: 260px;
    margin-left: 0;
  }
  .hero__image img {
    height: 260px;
  }
  .hero__shape--yellow {
    top: -18px;
    right: 0;
    width: 72px;
  }
  .hero__shape--orange {
    top: 142px;
    right: -6px;
    width: 68px;
    transform: rotate(35deg);
  }
  .hero__shape--green {
    right: 4px;
    bottom: 4px;
    width: 64px;
    transform: rotate(-35deg);
  }
  .hero__shape--yellow-bottom {
    left: auto;
    right: 48px;
    bottom: 36px;
    width: 68px;
  }
  .hero__shape--orange-bottom {
    left: auto;
    right: 112px;
    bottom: 24px;
    width: 66px;
    transform: rotate(-35deg);
  }
  .hero__shape--green-bottom {
    left: auto;
    right: 0;
    bottom: -8px;
    width: 64px;
    transform: rotate(35deg);
  }
}
.site-footer {
  padding: 64px 0;
  background: #fff;
  border-top: 1px solid hsl(0, 0%, 2%);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.site-footer__menu {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 18px 64px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__menu a {
  font-size: 14px;
  font-weight: 600;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 18px 64px;
}

.site-footer__nav a {
  font-size: 16px;
  font-weight: 400;
}

.site-footer__contact {
  padding-left: 48px;
  border-left: 1px solid #bdbdbd;
}

.site-footer__contact p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
}

.site-footer__contact p:last-child {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .site-footer {
    text-align: center;
  }
  .site-footer__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 32px;
  }
  .site-footer .site-logo {
    justify-content: center;
  }
  .site-footer__nav,
  .site-footer__menu {
    justify-content: center;
  }
  .site-footer__contact {
    padding-left: 0;
    border-left: 0;
    text-align: center;
  }
}
main.single-post {
  padding: 72px 0 96px;
  background: #fff;
}

.single-post__article {
  max-width: 760px;
}

.single-post__back {
  display: inline-flex;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 600;
}

.single-post__date {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  color: var(--color-muted);
}

.single-post__title {
  margin: 0 0 32px;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 600;
  line-height: 0.98;
  color: #050505;
}

.single-post__content {
  font-size: 20px;
  line-height: 1.65;
}

.single-post__content p {
  margin: 0 0 24px;
}

.single-news-page__back {
  display: inline-flex;
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 600;
}

.single-news-page__date {
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
}

.news-archive {
  padding: 72px 0 96px;
  background: #fff;
}

.news-archive > .container {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 48px;
  align-items: start;
}

.news-archive .news__heading {
  position: sticky;
  top: 130px;
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.news-archive .section-title {
  margin: 0;
}

.news-archive .news__grid {
  grid-template-columns: repeat(3, 1fr);
}

.news-archive__pagination {
  grid-column: 2;
  margin-top: 48px;
}

.news-archive__pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.news-archive__pagination a,
.news-archive__pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #050505;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.news-archive__pagination .current {
  background: #050505;
  color: #fff;
}

@media (max-width: 1100px) {
  .news-archive .news__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .news-archive > .container {
    grid-template-columns: 1fr;
  }
  .news-archive .news__heading {
    position: static;
    min-height: 0;
  }
  .news-archive .news__grid {
    grid-template-columns: 1fr;
  }
  .news-archive__pagination {
    grid-column: auto;
  }
  .news-archive__pagination .nav-links {
    justify-content: flex-start;
  }
}
