   :root{
      --bg:#ffffff;
      --card:#ffffff;
      --text:#202F4C;
      --muted:#6b7280;
      --soft:#f3f4f6;
      --line:#e5e7eb;
      --shadow: 0 18px 35px rgba(0,0,0,.12);
      --radius: 22px;
    }

    *{ box-sizing:border-box; }
    body{
      margin:0;
      font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color:var(--text);
      background:var(--bg);
    }

    /* Top hero */
    .hero{
      height: 210px;
      background:
        linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.45)),
        url("../assets/cloudy-lake.jpg");
      background-size:cover;
      background-position:center;
      display:flex;
      align-items:center;
      justify-content:center;
      padding: 28px 16px;
    }
    .hero h1{
      text-align: center;
      margin:0;
      color:#fff;
      font-size: clamp(1.5rem, 3vw, 2rem);
      font-weight: 800;
      letter-spacing:.4px;
      text-shadow: 0 8px 18px rgba(0,0,0,.35);
      line-height: 30px;
    }

    h1 span{
      font-size: 18px;      
    }

    /* Main card */
    .wrap{
      max-width: 1200px;
      margin: 0 auto 48px;
      padding: 0 16px;
    }
    .card{
      background:var(--card);
      border-radius: 26px;
      padding: 26px 0;
    }

   

     .bullets li  {
      display: flex;
      align-items: center;
        }

      .bullets li svg {
      width: 15px !important;
      height: 15px !important;
      color: var(--primary-color-dark) ;
      flex-shrink: 0;
      margin-right: 5px;
      transition: all 0.3s ease;
      }

   /* ROW layout (pairs) */
    .row{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 22px;
      margin-bottom: 60px;
      align-items:start;
    }
    .row + .row{
      margin-top: 18px;
    }

    /* Media blocks */
    .media{
      border-radius: var(--radius);
      overflow:hidden;
      border: 1px solid var(--line);
      background:#ddd;
    }
    .media img{
      width:100%;
      height:100%;
      display:block;
      object-fit:cover;
    }

    .img-top{ max-height: 300px; }
    .img-mid{ height: 300px; }
    .img-bottom{ height: 300px; }

    /* Text blocks */
    .title{
      font-size: 22px;
      font-weight: 800;
      letter-spacing:.3px;
      margin: 8px 0 6px;
      text-transform: uppercase;
    }
    .subtitle{
      margin:0 0 12px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 500;
    }
    .p{
      margin:0 0 10px;
      line-height: 1.55;
      color:#1f2937;
      font-size: 15px;
    }
    .bullets{
      margin: 10px 0 0;
      padding-left: 10px;
      color:#1f2937;
      font-size: 14px;
      line-height:1.5;
    }

    /* Signature */
    .signature{
      display:flex;
      align-items:center;
      gap:10px;
      margin-top: 14px;
      padding-top: 12px;
      border-top:1px solid var(--line);
    }
    .sig-avatar{
      width: 30px;
      height: 30px;
      border-radius: 999px;
      overflow:hidden;
      border:1px solid var(--line);
      flex:0 0 auto;
    }
    .sig-avatar img{ width:100%; height:100%; object-fit:cover; display:block; }
    .sig-name{
      font-size: 14px;
      font-weight: 700;
      margin:0;
      line-height:1.2;
    }
    .sig-role{
      margin:0;
      font-size: 13px;
      color: var(--muted);
    }

    /* Experience by ... */
    .block-title{
      font-size: 22px;
      font-weight: 800;
      margin: 8px 0 10px;
    }
    .small{
      color: var(--muted);
      font-size: 14px;
      line-height: 1.6;
      margin: 0 0 12px;
    }

    /* What I learned box */
    .learn{
      margin: auto 0;
      background: #f6f7fb;
      border: 1px solid #eceef6;
      border-radius: 18px;
      padding: 16px 16px 10px;
    }
    .learn h3{
      margin: 0 0 12px;
      font-size: 15px;
      font-weight: 800;
    }
    .learn-item{
      display:flex;
      align-items: center;
      gap: 12px;
      padding: 10px 0;
    }
    .learn-item + .learn-item{
      border-top: 1px solid #e7e9f3;
    }
    .avatar{
      width: 80px;
      height: 80px;
      border-radius: 10px;
      overflow:hidden;
      border: 1px solid #e7e7ef;
      flex: 0 0 auto;
      background:#fff;
    }
    .avatar img{ width:100%; height:100%; object-fit:cover; display:block; }
    .learn-item h4{
      margin:0 0 4px;
      font-size: 13px;
      font-weight: 800;
      letter-spacing:.2px;
      text-transform: uppercase;
    }
    .learn-item p{
      margin:0;
      font-size: 12.5px;
      color: #374151;
      line-height:1.55;
    }

    /* Who we are */
    .who h2{
      margin: 10px 0 10px;
      font-size: 22px;
      font-weight: 900;
    }
    .who-footer{
      display:flex;
      align-items:center;
      gap: 10px;
      padding-top: 10px;
      border-top: 1px solid var(--line);
      margin-top: 10px;
    }

    /* Responsive */
    @media (max-width: 900px){
      .hero{ height: 180px; }
      .hero h1{ font-size: 36px; }
      .row{ grid-template-columns: 1fr; }
      .img-top{ height: 320px; }
    }

        @media (max-width: 768px){
      .hero{ height: 180px; 
             margin-top: 70px;}
      .hero h1{ font-size: 36px; }
      .row{ grid-template-columns: 1fr; }
      .img-top{ height: 320px; }

    .card {
    padding: 5px;
    }
    .wrap {
    padding: 10px;
    }
    }
/* ===== Apple-like minimal blocks ===== */
.about-blocks{
  margin-top: 22px;
  display: grid;
  gap: 18px;
}

.section-head, .mission-head{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
  align-items: end;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.kicker{
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .8;
  font-weight: 700;
}

.h2{
  margin: 6px 0 0;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.lead{
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  opacity: .9;
}

/* ===== Carousel ===== */
.carousel{
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 14px;
}

.carousel-viewport{
  overflow: hidden;
  border-radius: 16px;
}

.carousel-track{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 24px) / 3);
  gap: 12px;
  padding: 12px;
  transform: translateX(0);
  transition: transform 600ms cubic-bezier(.2,.8,.2,1);
  will-change: transform;
}

.photo-card{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 320px;
  background: #f4f4f4;
}

.photo-card img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  transform: scale(1.02);
}

.photo-overlay{
  position: absolute;
  height: 300px;
  inset: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.55) 0%,
    rgba(0,0,0,.25) 35%,
    rgba(0,0,0,0) 70%
  );
}

.photo-title{
  color: #fff;
  font-weight: 800;
  letter-spacing: .06em;
  font-size: 14px;
  text-transform: uppercase;
}

.photo-sub{
  color: rgba(255,255,255,.9);
  font-size: 13px;
  line-height: 1.35;
  max-width: 26ch;
}

.carousel-viewport{
  overflow: hidden;
  border-radius: 16px;
  touch-action: pan-y; /* свайп по X будет ок */
}

.carousel-track{
  user-select: none;
}

/* controls */
.carousel-ui{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 0 4px;
}

.c-btn{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.c-progress{
  height: 5px;
  flex: 1;
  border-radius: 999px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: #fff;
}

.c-bar{
  height: 100%;
  width: 0%;
  background: var(--primary-color-dark);
  border-radius: 999px;
  transition: width 3000ms linear;
}

/* ===== Mission ===== */
.mission{
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 18px;
  display: grid;
  gap: 14px;
}

.mission-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.m-card{
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
  background: #fff;
  display: grid;
  gap: 10px;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.m-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

.m-ico{
  width: 36px;
  height: 36px;
  border-radius: 14px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
}

.m-title{
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 14px;
}

.m-text{
  font-size: 13px;
  opacity: .9;
  line-height: 1.45;
}

.seo-note{
  margin: 6px 0 0;
  font-size: 12.5px;
  opacity: .72;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 900px){
  .section-head, .mission-head{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .carousel-track{
    grid-auto-columns: 82%;
  }
  .photo-card{ min-height: 280px; }
  .mission-grid{ grid-template-columns: 1fr; }
}

/* ===== OUR MISSION — Luxury / Editorial ===== */
.missionX{
  margin-top: 18px;
}

.missionX__frame{
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  padding: 18px;
}

.missionX__top{
  padding: 8px 6px 14px;
  border-bottom: 1px solid var(--line);
}

.missionX__kicker{
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  opacity: .7;
}

.missionX__grid{
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
  align-items: start;
}

.missionX__title{
  margin: 0;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.missionX__lead{
  margin: 2px 0 0;
  font-size: 14px;
  line-height: 1.6;
  opacity: .9;
}

.missionX__body{
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
  align-items: start;
}

.missionX__copy{
  padding: 6px;
}

.missionX__p{
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  opacity: .92;
  max-width: 62ch;
}

.missionX__principles{
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.principle{
  display: flex;  
  align-items: center;    
  text-align: center;
  gap: 10px;
  padding: 12px 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.principle:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.06);
}

.principle__label{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 12px;
  opacity: .85;
}

.principle__text{
  display: flex;
  text-align: center;
  font-size: 13.5px;
  line-height: 1.5;
  opacity: .92;
}

.principle__text strong{
  display: flex;
  text-align: center;
  font-weight: 800;
}

.missionX__seo{
  margin: 14px 0 0;
  font-size: 12.5px;
  line-height: 1.55;
  opacity: .68;
  max-width: 70ch;
}

.missionX__visual{
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #f4f4f4;
}

.missionX__visual img{
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.missionX__caption{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 12px;
  font-size: 12.5px;
  opacity: .85;
}

/* responsive */
@media (max-width: 900px){
  .missionX__grid{
    grid-template-columns: 1fr;
  }
  .missionX__body{
    grid-template-columns: 1fr;
  }
  .missionX__visual img{
    height: 260px;
  }
  .missionX__title{
    font-size: 26px;
  }
}