.ys-intro-page {
  --ys-landing-background: url("../../images/landing/bg002.jpg");
  display: grid;
  min-height: 100svh;
  padding: clamp(38px, 7vh, 90px) 20px;
  place-items: center;
}

.ys-intro-shell {
  width: min(1140px, 100%);
  transform: translateY(-10px);
}

.ys-intro-shell > .ys-landing-brandbar {
  margin-bottom: 20px;
}

.ys-intro-primary-grid {
  display: grid;
  grid-template-columns: 448px minmax(0, 672px);
  grid-template-rows: 234px 346px;
  gap: 20px;
}

.ys-intro-secondary-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 336px minmax(0, 784px);
  min-height: 160px;
  margin: 20px auto 0;
  gap: 20px;
}

.ys-intro-card {
  position: relative;
}

.ys-intro-home {
  grid-row: 1 / 3;
  min-height: 600px;
}

.ys-card-leaf {
  position: absolute;
  z-index: 0;
  display: flex;
  width: calc(100% - 1px);
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  pointer-events: none;
  transform-origin: center;
}

.ys-card-leaf img {
  max-width: none;
  object-fit: fill;
  filter: brightness(1.57) contrast(0.74) saturate(0.43) blur(7.2px);
}

.ys-card-leaf-one {
  top: -52px;
  left: -121px;
  height: 210.219px;
  transform: rotate(140deg);
}

.ys-card-leaf-one img {
  width: 156.49px;
  height: 210.219px;
}

.ys-card-leaf-two {
  top: 425.99px;
  left: 135px;
  height: 173.146px;
  transform: rotate(-61deg);
}

.ys-card-leaf-two img {
  width: 187.781px;
  height: 173.146px;
}

.ys-intro-home-copy {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 48px 38px;
  text-align: center;
}

.ys-intro-home-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
}

.ys-intro-home h1 {
  margin: 0;
  font-family: var(--ys-landing-serif);
  width: 100%;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}

.ys-intro-home p {
  width: 100%;
  margin: 0 0 36px;
  font-family: var(--ys-landing-serif);
  font-size: 16px;
  line-height: 1.5;
}

.ys-intro-referral {
  min-height: 234px;
}

.ys-intro-referral .ys-card-copy {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px;
}

.ys-intro-referral h2 {
  margin: 0;
  font-family: var(--ys-landing-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.ys-intro-referral p {
  margin: 7px 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.ys-intro-referral .ys-landing-button {
  min-width: 230px;
  padding: 10px 20px;
}

.ys-intro-season {
  min-height: 346px;
  color: #24331c;
}

.ys-season-photo {
  position: absolute;
  inset: 0 0 0 32%;
  background: url("../../images/landing/bg-004.jpg") center / cover no-repeat;
}

.ys-season-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(251, 247, 226, 0.98) 0%, rgba(247, 240, 211, 0.91) 43%, rgba(244, 236, 203, 0.42) 76%, rgba(247, 242, 220, 0.22) 100%);
}

.ys-season-copy {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 38px 40px 32px;
}

.ys-intro-season .ys-card-eyebrow {
  color: #24331c;
  font-family: "Times New Roman", sans-serif;
  font-size: 32px;
  font-weight: 600;
  font-style: italic;
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.18);
}

.ys-intro-season h2 {
  margin: 1px 0 9px;
  color: #24331c;
  font-family: "Noto Serif KR", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.18);
}

.ys-season-lead {
  margin: 0 0 20px;
  color: #24331c;
  font-family: "Noto Serif KR", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.18);
}

.ys-season-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 21px;
  gap: 0;
}

.ys-season-steps > div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  column-gap: 15px;
}

.ys-season-steps i {
  display: grid;
  width: 40px;
  height: 40px;
  grid-row: 1 / 3;
  place-items: center;
  border-radius: 50%;
  font-style: normal;
  background: rgba(255, 253, 238, 0.86);
}

.ys-season-steps i svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.ys-season-steps i .material-icons {
  font-family: "Material Icons";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}

.ys-season-steps strong {
  padding: 0;
  color: #24331c;
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.18);
}

.ys-season-steps > div > span {
  padding: 0;
  color: #24331c;
  font-family: Pretendard, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.18);
}

.ys-intro-season .ys-landing-button {
  min-width: 254px;
  font-family: Roboto, sans-serif;
}

.ys-intro-social {
  min-height: 160px;
}

.ys-social-photo {
  position: absolute;
  top: 81.333px;
  left: 149.667px;
  width: 254.219px;
  max-width: none;
  height: 203px;
  opacity: 0.56;
  object-fit: cover;
  object-position: 0 100%;
  filter: blur(1px);
  pointer-events: none;
}

.ys-intro-social::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, rgba(252, 248, 228, 0.93), rgba(246, 237, 198, 0.34));
}

.ys-intro-social .ys-card-copy {
  position: relative;
  z-index: 1;
  padding: 28px 32px;
}

.ys-intro-social h2,
.ys-intro-notice header span {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.ys-intro-social .ys-title-rule {
  margin: 26px 0 24px;
}

.ys-intro-social nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ys-intro-social nav a {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.ys-intro-social nav img {
  width: 24px;
  height: 24px;
}

.ys-intro-social nav a:hover,
.ys-intro-social nav a:focus-visible {
  transform: scale(1.1);
}

.ys-intro-notice {
  display: grid;
  min-height: 160px;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: start;
  padding: 28px 32px;
  gap: 12px;
}

.ys-intro-notice header {
  align-self: start;
}

.ys-intro-notice header span {
  display: block;
  margin-bottom: 7px;
}

.ys-intro-notice header h2 {
  margin: 0;
  font-family: var(--ys-landing-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}

.ys-notice-list a {
  position: relative;
  display: grid;
  min-height: 48px;
  grid-template-columns: 78px minmax(0, 1fr) 18px;
  align-items: center;
  border-bottom: 1px solid rgba(42, 57, 35, 0.34);
  gap: 4px;
}

.ys-notice-list a:first-child {
  border-top: 1px solid rgba(42, 57, 35, 0.34);
}

.ys-notice-list time {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
}

.ys-notice-list strong {
  overflow: hidden;
  max-width: 100%;
  justify-self: start;
  font-size: 16px;
  font-weight: 400;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  text-overflow: ellipsis;
  transition: background-size 220ms ease;
  white-space: nowrap;
}

.ys-notice-list a:hover strong,
.ys-notice-list a:focus-visible strong {
  background-size: 100% 1px;
}

.ys-notice-list time,
.ys-notice-list strong {
  font-family: Roboto, var(--ys-landing-sans);
  line-height: 1.25;
}

.ys-notice-list b {
  font-size: 22px;
  font-weight: 400;
  transition: transform 160ms ease;
}

.ys-notice-list a:hover b,
.ys-notice-list a:focus-visible b {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .ys-intro-primary-grid {
    grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  }

  .ys-intro-secondary-grid {
    grid-template-columns: minmax(250px, 0.72fr) minmax(420px, 1.28fr);
  }
}

@media (max-width: 720px) {
  .ys-intro-page {
    display: block;
    padding: 10px;
    overflow: visible;
  }

  .ys-intro-page::before {
    background: linear-gradient(rgba(31, 43, 25, 0.08), rgba(31, 43, 25, 0.12));
  }

  .ys-intro-shell {
    display: grid;
    width: 100%;
    grid-template-areas:
      "brand"
      "season"
      "home"
      "referral"
      "notice"
      "social";
    gap: 10px;
    transform: none;
  }

  .ys-intro-shell > .ys-landing-brandbar {
    grid-area: brand;
    margin: 0;
  }

  .ys-intro-primary-grid,
  .ys-intro-secondary-grid {
    display: contents;
  }

  .ys-intro-home {
    grid-area: home;
    min-height: 306px;
  }

  .ys-intro-referral {
    grid-area: referral;
    min-height: 200px;
  }

  .ys-intro-season {
    grid-area: season;
    min-height: 353px;
  }

  .ys-intro-social {
    grid-area: social;
    min-height: 160px;
  }

  .ys-intro-notice {
    grid-area: notice;
    min-height: 180px;
  }

  .ys-intro-home-copy {
    padding: 27px 28px;
  }

  .ys-intro-home-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 15px;
  }

  .ys-intro-home h1 {
    font-size: 24px;
  }

  .ys-intro-home .ys-title-rule {
    margin: 18px auto;
  }

  .ys-intro-home p {
    margin-bottom: 22px;
    font-size: 12px;
    line-height: 1.5;
  }

  .ys-card-leaf-one {
    top: -36px;
    left: -80px;
    height: 166.177px;
  }

  .ys-card-leaf-one img {
    width: 123.667px;
    height: 166.177px;
  }

  .ys-card-leaf-two {
    top: 166.677px;
    left: 103px;
    height: 136.802px;
  }

  .ys-card-leaf-two img {
    width: 148.396px;
    height: 136.802px;
  }

  .ys-intro-referral .ys-card-copy {
    padding: 22px 31px;
  }

  .ys-intro-referral .ys-card-eyebrow {
    font-size: 16px;
  }

  .ys-intro-referral h2 {
    font-size: 24px;
  }

  .ys-intro-referral p {
    margin: 6px 0 19px;
    font-size: 12px;
  }

  .ys-intro-referral .ys-landing-button {
    align-self: center;
  }

  .ys-season-photo {
    inset: 0;
    background-position: 61% center;
  }

  .ys-season-shade {
    background: linear-gradient(110deg, rgba(251, 247, 229, 0.94), rgba(247, 239, 206, 0.58) 66%, rgba(240, 230, 193, 0.33));
  }

  .ys-season-copy {
    padding: 30px 30px 24px;
  }

  .ys-intro-season .ys-card-eyebrow {
    font-size: 21px;
  }

  .ys-intro-season h2 {
    margin-top: 4px;
    font-size: 24px;
  }

  .ys-season-lead {
    margin: 10px 0 24px;
    font-size: 16px;
  }

  .ys-season-steps {
    margin-bottom: 24px;
    gap: 0;
  }

  .ys-season-steps > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .ys-season-steps i {
    width: 40px;
    height: 40px;
    margin-bottom: 13px;
  }

  .ys-season-steps strong {
    padding: 0;
    font-size: 18px;
  }

  .ys-season-steps > div > span {
    padding: 0;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.5;
  }

  .ys-intro-season .ys-landing-button {
    display: flex;
    width: min(255px, 100%);
    margin: 0 auto;
  }

  .ys-intro-notice {
    display: block;
    padding: 28px 30px 24px;
  }

  .ys-intro-notice header span {
    font-size: 16px;
  }

  .ys-intro-notice header h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .ys-notice-list a {
    min-height: 53px;
    grid-template-columns: 64px minmax(0, 1fr) 14px;
  }

  .ys-notice-list time {
    font-size: 12px;
  }

  .ys-notice-list strong {
    font-size: 12px;
  }

  .ys-intro-social .ys-card-copy {
    padding: 31px 30px;
  }

  .ys-intro-social h2 {
    font-size: 24px;
  }

  .ys-intro-social .ys-title-rule {
    margin: 22px 0 20px;
  }

  .ys-social-photo {
    top: 23.333px;
    left: 90.667px;
    width: 293.333px;
    height: 203px;
  }
}

@media (max-width: 370px) {
  .ys-season-copy,
  .ys-intro-referral .ys-card-copy {
    padding-inline: 22px;
  }

  .ys-season-steps strong {
    font-size: 14px;
  }
}
