@charset "UTF-8";

.vaccination-hero {
  position: relative;
  height: 477px;
  margin-top: 10px;
  overflow: hidden;
  background: var(--color-cream-deep);
}

.vaccination-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

.vaccination-hero__veil {
  position: absolute;
  top: 51%;
  left: 50%;
  width: min(843px, 72vw);
  height: 149px;
  background: rgb(255 255 255 / 92%);
  filter: blur(27.6px);
  transform: translate(-50%, -50%);
}

.vaccination-hero__copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  text-align: center;
}

.vaccination-hero__title {
  color: var(--color-orange);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.017em;
}

.vaccination-hero__lead {
  margin-top: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.045em;
}

.breadcrumb {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.03em;
}

.breadcrumb a {
  transition: color 0.2s ease;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--color-primary);
}

.numbered-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 84px;
}

.numbered-heading__number {
  flex: 0 0 auto;
  color: var(--color-primary-soft);
  font-size: 58px;
  font-weight: 700;
  line-height: 84px;
  letter-spacing: 0.017em;
}

.numbered-heading__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0.055em;
}

.subheading {
  position: relative;
  min-height: 29px;
  padding-left: 18px;
  color: #3e3e3e;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

.subheading::before {
  position: absolute;
  top: 1.5px;
  left: 0;
  width: 8px;
  height: 26px;
  background: var(--color-primary);
  border-radius: 4px;
  content: "";
}

.vaccination-about {
  height: 585px;
  padding: 30px 0;
  background: var(--color-white);
  overflow: hidden;
}

.vaccination-about .numbered-heading {
  margin-top: 36px;
}

.vaccination-about__row {
  display: grid;
  grid-template-columns: 704px 480px;
  gap: 56px;
  align-items: start;
  margin-top: 36px;
}

.vaccination-about__text {
  color: #3e3e3e;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
}

.vaccination-about__text p + p {
  margin-top: 14px;
}

.vaccination-about__photo {
  width: 480px;
  height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
}

.vaccination-about__photo img {
  width: 502px;
  max-width: none;
  height: 320px;
  object-fit: cover;
  object-position: center;
  transform: translateX(-11px);
}

.vaccines {
  height: 504px;
  padding: 90px 0;
  background: var(--color-cream);
  overflow: hidden;
}

.vaccine-groups {
  display: grid;
  gap: 26px;
  margin-top: 40px;
}

.vaccine-group {
  display: grid;
  grid-template-columns: 196px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.vaccine-group .subheading {
  font-size: 18px;
  line-height: 27px;
}

.vaccine-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vaccine-tags li {
  padding: 10px 18px;
  background: var(--color-white);
  border: 1.5px solid #f0dfb4;
  border-radius: 10px;
  color: #3e3e3e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.schedule {
  height: 3840px;
  padding: 90px 0;
  background: var(--color-white);
  overflow: hidden;
}

.schedule-block {
  margin-top: 40px;
}

.schedule-block .subheading {
  margin-bottom: 18px;
}

.routine-table,
.optional-table {
  background: var(--color-white);
  border: 1.5px solid #f0dfb4;
  border-radius: 12px;
  overflow: hidden;
}

.routine-table__head,
.routine-row {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
}

.routine-table__head {
  height: 58px;
  background: #f9eccd;
  border-bottom: 1.5px solid #f0dfb4;
}

.routine-table__head > div {
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.routine-table__head > div + div {
  font-size: 14px;
  line-height: 1.8;
}

.routine-row {
  min-height: 0;
  border-bottom: 1px solid #f0dfb4;
}

.routine-row:last-child {
  border-bottom: 0;
}

.routine-row:nth-child(2),
.routine-row:nth-child(3) { height: 283px; }
.routine-row:nth-child(4) { height: 473px; }
.routine-row:nth-child(5) { height: 218px; }
.routine-row:nth-child(6) { height: 358px; }
.routine-row:nth-child(7) { height: 153px; }
.routine-row:nth-child(8) { height: 218px; }
.routine-row:nth-child(9) { height: 153px; }
.routine-row:nth-child(10) { height: 308px; }
.routine-row:nth-child(11) { height: 153px; }
.routine-row:nth-child(12) { height: 308px; }

.routine-row__name {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 18px 20px;
  background: #fcf8ee;
  color: #3e3e3e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.routine-row__details {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 18px 20px;
}

.schedule-field {
  position: relative;
  min-height: 52px;
  padding-left: 13px;
  color: #3e3e3e;
  font-size: 14px;
  line-height: 1.8;
}

.schedule-field::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 4px;
  height: 17px;
  background: var(--color-primary);
  border-radius: 2px;
  content: "";
}

.schedule-field strong {
  display: block;
  color: #d2a63f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.schedule-block--optional {
  margin-top: 40px;
}

.schedule-block--optional .subheading {
  margin-bottom: 14px;
}

.schedule-block__description {
  color: #3e3e3e;
  font-size: 14px;
  line-height: 2;
}

.optional-table__caption {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.optional-table {
  margin-top: 14px;
}

.optional-table__row {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  min-height: 58px;
  border-bottom: 1px solid #f0dfb4;
}

.optional-table__row:last-child {
  border-bottom: 0;
}

.optional-table__row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 20px;
  color: #3e3e3e;
  font-size: 14px;
  line-height: 1.8;
}

.optional-table__row > div:first-child {
  background: #fcf8ee;
  font-size: 15px;
  font-weight: 700;
}

.optional-table__row--head {
  min-height: 54px;
}

.optional-table__row--head > div,
.optional-table__row--head > div:first-child {
  background: #f9eccd;
  font-size: 15px;
  font-weight: 700;
}

.precautions {
  height: 558px;
  padding: 90px 0;
  background: var(--color-cream);
  overflow: hidden;
}

.border-card {
  background: var(--color-white);
  border: 1.5px solid #f0dfb4;
  border-radius: 14px;
}

.precautions .border-card {
  min-height: 262px;
  margin-top: 32px;
  padding: 32px 36px;
}

.precautions__list {
  display: grid;
  gap: 16px;
}

.precautions__list li {
  position: relative;
  padding-left: 20px;
  color: #3e3e3e;
  font-size: 15px;
  line-height: 1.8;
}

.precautions__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-primary);
  font-size: 9px;
  font-weight: 700;
  content: "●";
}

.belongings {
  height: 412px;
  padding: 90px 0;
  background: var(--color-white);
  overflow: hidden;
}

.belongings__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
  height: 116px;
  margin-top: 32px;
  padding: 32px 36px;
}

.belongings__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  min-width: 0;
}

.belongings__check {
  flex: 0 0 15px;
  padding-top: 2px;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.belongings__item-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.belongings__item h3 {
  color: #3e3e3e;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

.belongings__item p {
  margin-top: 3px;
  color: #808080;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1199px) {
  .vaccination-hero { height: 410px; }
  .vaccination-hero__title { font-size: 40px; }
  .vaccination-hero__lead { font-size: 29px; }

  .vaccination-about,
  .vaccines,
  .schedule,
  .precautions,
  .belongings {
    height: auto;
    overflow: visible;
  }

  .vaccination-about__row {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 42%);
    gap: 36px;
  }

  .vaccination-about__photo { width: 100%; }
  .schedule { padding-bottom: 90px; }

  .routine-row {
    height: auto !important;
    min-height: 130px;
  }
}

@media (max-width: 900px) {
  .vaccination-hero { height: 360px; }
  .vaccination-hero__title { font-size: 34px; }
  .vaccination-hero__lead { font-size: 24px; }

  .vaccination-about__row { grid-template-columns: 1fr; }
  .vaccination-about__photo {
    width: min(100%, 560px);
    height: auto;
    aspect-ratio: 3 / 2;
    margin-inline: auto;
  }
  .vaccination-about__photo img {
    width: 100%;
    height: 100%;
    transform: none;
  }

  .vaccine-group { grid-template-columns: 1fr; }

  .routine-table__head { display: none; }
  .routine-row { grid-template-columns: 1fr; }
  .routine-row__name {
    min-height: 0;
    border-bottom: 1px solid #f0dfb4;
  }
  .routine-row__details { gap: 10px; }

  .belongings__grid {
    grid-template-columns: 1fr;
    height: auto;
  }
}

@media (max-width: 767px) {
  .vaccination-hero {
    height: 300px;
    margin-top: 6px;
  }
  .vaccination-hero__image { object-position: 49% center; }
  .vaccination-hero__veil {
    width: 92vw;
    height: 130px;
  }
  .vaccination-hero__copy { padding: 20px 18px 0; }
  .vaccination-hero__title { font-size: clamp(27px, 8vw, 34px); }
  .vaccination-hero__lead {
    max-width: 24em;
    margin-top: 8px;
    font-size: clamp(16px, 4.6vw, 21px);
    line-height: 1.7;
  }

  .breadcrumb {
    font-size: 12px;
    line-height: 1.5;
  }

  .numbered-heading {
    gap: 10px;
    height: auto;
  }
  .numbered-heading__number {
    font-size: 43px;
    line-height: 1.45;
  }
  .numbered-heading__title {
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0.035em;
  }
  .subheading {
    min-height: 25px;
    padding-left: 15px;
    font-size: 17px;
    line-height: 25px;
  }
  .subheading::before {
    top: 2px;
    width: 6px;
    height: 21px;
  }

  .vaccination-about { padding: 24px 0 46px; }
  .vaccination-about .numbered-heading { margin-top: 22px; }
  .vaccination-about__row {
    gap: 26px;
    margin-top: 23px;
  }
  .vaccination-about__text {
    font-size: 14px;
    line-height: 1.9;
  }
  .vaccination-about__text p + p { margin-top: 9px; }

  .vaccines,
  .schedule,
  .precautions,
  .belongings {
    padding: 46px 0 60px;
  }

  .vaccine-groups {
    gap: 28px;
    margin-top: 26px;
  }
  .vaccine-group { gap: 12px; }
  .vaccine-group .subheading {
    font-size: 16px;
    line-height: 24px;
  }
  .vaccine-tags { gap: 8px; }
  .vaccine-tags li {
    padding: 7px 11px;
    font-size: 14px;
    border-radius: 8px;
  }

  .schedule-block { margin-top: 27px; }
  .schedule-block .subheading { margin-bottom: 14px; }
  .routine-table,
  .optional-table { border-radius: 10px; }
  .routine-row__name {
    padding: 13px 16px;
    font-size: 14px;
  }
  .routine-row__details {
    padding: 15px 16px 17px;
  }
  .schedule-field {
    min-height: 0;
    padding-left: 11px;
    font-size: 14px;
    line-height: 1.85;
  }
  .schedule-field strong {
    font-size: 14px;
    line-height: 1.75;
  }
  .schedule-field::before {
    top: 3px;
    width: 3px;
    height: 15px;
  }

  .schedule-block--optional { margin-top: 40px; }
  .schedule-block__description {
    font-size: 14px;
    line-height: 1.9;
  }
  .optional-table__caption {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.8;
  }
  .optional-table { margin-top: 10px; }
  .optional-table__row {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .optional-table__row--head { display: none; }
  .optional-table__row > div {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.8;
  }
  .optional-table__row > div:first-child {
    border-bottom: 1px solid #f0dfb4;
    font-size: 14px;
  }

  .precautions .border-card {
    min-height: 0;
    margin-top: 25px;
    padding: 21px 18px;
  }
  .precautions__list { gap: 12px; }
  .precautions__list li {
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.85;
  }

  .belongings__grid {
    gap: 20px;
    min-height: 0;
    margin-top: 25px;
    padding: 22px 20px;
  }
  .belongings__item h3 { font-size: 14px; }
  .belongings__item p { font-size: 14px; }
}
