.greeting-ui-wrap .c-section-head {
  max-width: none;
}

.greeting-page-hero {
  position: relative;
  min-height: 520px;
  padding: var(--header-height) var(--side-padding) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #050505 url('https://cdn.mcbots.org/page-assets/greeting/greeting-hero-ceo.webp') center center / cover no-repeat;
  border-bottom: 1px solid rgba(29, 29, 31, 0.1);
}

.greeting-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8, 10, 12, 0.38), rgba(8, 10, 12, 0.56));
  pointer-events: none;
}

.greeting-page-hero .pr-blog-hero-inner {
  position: relative;
  width: min(960px, 100%);
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

.greeting-page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.18;
  font-weight: 650;
  letter-spacing: 0;
  word-break: keep-all;
}

.greeting-page-hero p:last-child {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  word-break: keep-all;
}

.greeting-direction-card.c-card {
  border: 0;
  overflow: visible;
}

.greeting-ui-head.c-section-head {
  max-width: 980px;
}

.section-header-group.c-section-head {
  max-width: 1200px;
  margin-inline: auto;
  text-align: center;
  margin-top: 0;
}

.section-header-group.c-section-head .c-title,
.section-header-group.c-section-head .c-desc p {
  font-size: 48px;
  line-height: 1.1667;
  letter-spacing: normal;
  font-weight: 500;
  color: var(--type-strong);
  word-break: keep-all;
  white-space: normal;
  margin: 0;
}

.section-header-group.c-section-head .c-title {
  margin-bottom: 12px;
}

.section-header-group.c-section-head .c-desc p + p {
  margin-top: 0;
}

.section-header-group.c-section-head .c-desc {
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
  margin-top: 0;
}

.greeting-ceo-head.section-header-group.c-section-head {
  max-width: 1120px;
}

.greeting-ceo-head.section-header-group.c-section-head .c-title {
  max-width: 1200px;
  margin-inline: auto;
  font-size: 48px;
  line-height: 1.1667;
  font-weight: 600;
}

.greeting-ceo-head.section-header-group.c-section-head .greeting-ceo-body.c-desc {
  max-width: 980px;
  margin: 34px auto 0;
  text-align: center;
}

.greeting-ceo-head.section-header-group.c-section-head .greeting-ceo-body.c-desc p {
  margin: 0;
  color: #1d1d1f;
  font-size: 24px;
  line-height: 1.65;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  word-break: keep-all;
}

.greeting-ceo-head.section-header-group.c-section-head .greeting-ceo-body.c-desc p.greeting-ceo-intro {
  color: #1d1d1f;
  font-size: 24px;
  line-height: 1.65;
  font-weight: 400;
}

.greeting-ceo-head.section-header-group.c-section-head .greeting-ceo-body.c-desc p + p {
  margin-top: 16px;
}

.greeting-ceo-head.section-header-group.c-section-head .greeting-ceo-body.c-desc .greeting-ceo-signature {
  margin-top: 30px;
  color: var(--type-muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  text-align: center;
}

.greeting-section-header {
  margin-top: 120px;
  margin-bottom: 40px;
}

    .signature {
      margin-top: 34px;
      display: inline-flex;
      flex-direction: column;
      gap: 6px;
      color: var(--text-dark);
      padding-top: 18px;
      border-top: 1px solid rgba(15, 30, 44, 0.18);
    }
    .signature span:first-child {
      font-size: 14px;
      letter-spacing: 0.4px;
      color: var(--text-gray);
    }
    .signature span:last-child {
      font-size: 26px;
      letter-spacing: -1px;
      font-weight: var(--weight-title);
      color: var(--main-color);
    }
    .greeting-ui-wrap {
      background: #ffffff;
      padding: 120px 0 0;
    }
    .greeting-ui-stack {
      display: flex;
      flex-direction: column;
      gap: 120px;
    }
    .greeting-ui-section {
      width: 100%;
    }
    .greeting-ui-head {
      max-width: 980px;
      margin-bottom: 34px;
    }
    .greeting-ui-head h3 {
      margin: 0;
      font-size: 50px;
      line-height: 1.08;
      letter-spacing: -0.06em;
      font-weight: var(--weight-display);
      color: var(--type-strong);
      word-break: keep-all;
    }
    .greeting-ui-head p {
      margin-top: 18px;
      max-width: 920px;
      font-size: 18px;
      line-height: 1.65;
      letter-spacing: -0.03em;
      font-weight: var(--weight-body);
      color: var(--type-muted);
      word-break: keep-all;
    }
    .greeting-ui-card {
      border-radius: 34px;
      background: #ffffff;
      overflow: hidden;
    }
    .greeting-card-kicker {
      display: inline-flex;
      margin-bottom: 28px;
      font-size: 13px;
      line-height: 1;
      letter-spacing: 0.14em;
      font-weight: 800;
      color: var(--main-color);
      text-transform: uppercase;
    }
    .greeting-message-card {
      display: block;
      max-width: 1180px;
      padding: 0 0 18px;
      border-radius: 0;
      background: transparent;
      overflow: visible;
    }
    .greeting-message-title {
      margin: 0;
      max-width: 920px;
      font-size: clamp(58px, 7vw, 108px);
      line-height: 1.02;
      letter-spacing: -0.07em;
      font-weight: 800;
      color: var(--type-strong);
      word-break: keep-all;
    }
    .greeting-message-copy {
      display: flex;
      flex-direction: column;
      gap: 18px;
      max-width: 1060px;
      margin-top: 46px;
      font-size: 22px;
      line-height: 1.6;
      letter-spacing: -0.03em;
      font-weight: 700;
      color: var(--type-soft);
      word-break: keep-all;
    }
    .greeting-signature {
      margin-top: 0px;
      padding-top: 0;
      border-top: 0;
      color: var(--type-soft);
      font-weight: 400;
      font-family: 'Pretendard', sans-serif;
      letter-spacing: normal;
      font-size: 1.125rem;
      line-height: 1.4444;
      text-align: center;
    }
    .greeting-principle-carousel {
      margin-top: 56px;
      width: 100%;
      overflow: hidden;
      position: relative;
    }
    .greeting-principle-track {
      display: flex;
      gap: 24px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      scrollbar-width: none;
      padding: 0 0 4px 0;
    }
    .greeting-principle-track::-webkit-scrollbar {
      display: none;
    }
    .greeting-principle-card {
      position: relative;
      flex: 0 0 calc((100% - 24px) / 2);
      aspect-ratio: 1 / 1;
      padding: 48px;
      border-radius: 32px;
      background: #0a1317;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      text-align: center;
      scroll-snap-align: start;
      overflow: hidden;
      color: #ffffff;
    }
    .greeting-principle-bg-image {
      position: absolute;
      inset: 0;
      background-image: var(--principle-bg);
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 0;
      transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .greeting-principle-card:hover .greeting-principle-bg-image {
      transform: scale(1.05);
    }
    .greeting-principle-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.45) 65%, rgba(0, 0, 0, 0.8) 100%);
      z-index: 1;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }
    .greeting-story-copy h4,
    .greeting-direction-card h4,
    .greeting-field-copy h4 {
      margin: 0;
      font-size: 18px;
      line-height: 1.2;
      letter-spacing: -0.03em;
      font-weight: 700;
      color: #1d1d1f;
      word-break: keep-all;
    }
    .greeting-story-copy p,
    .greeting-direction-card p,
    .greeting-field-copy p {
      margin-top: 18px;
      font-size: 16px;
      line-height: 1.72;
      font-weight: 500;
      color: #424245;
      word-break: keep-all;
    }
    .greeting-principle-copy {
      position: relative;
      z-index: 2;
      max-width: 100%;
      width: 100%;
    }
    .greeting-principle-kicker {
      display: block;
      font-family: 'Pretendard', sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.44;
      color: rgba(255, 255, 255, 0.85);
      text-transform: none;
      margin-bottom: 8px;
    }
    .greeting-principle-title {
      display: block;
      font-family: 'Pretendard', sans-serif;
      font-size: 36px;
      font-weight: 500;
      line-height: 1.17;
      color: #ffffff;
      margin: 0 0 16px 0;
      word-break: keep-all;
      letter-spacing: -0.015em;
    }
    .greeting-principle-desc {
      display: block;
      font-size: clamp(16px, 1.25vw, 18px);
      line-height: 1.5;
      font-weight: 400;
      color: #ffffff;
      margin: 0 auto;
      max-width: 520px;
      word-break: keep-all;
      letter-spacing: -0.16px;
    }
    .greeting-principle-nav {
      position: absolute;
      top: 50%;
      z-index: 5;
      width: 42px;
      height: 42px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.86);
      color: var(--type-strong);
      font-size: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: none;
      cursor: pointer;
      transform: translateY(-50%);
      box-shadow: none;
      backdrop-filter: blur(18px) saturate(1.35);
      -webkit-backdrop-filter: blur(18px) saturate(1.35);
      transition: background 0.22s ease, transform 0.22s ease;
    }
    .greeting-principle-nav--prev {
      left: 28px;
    }
    .greeting-principle-nav--next {
      right: 28px;
    }
    .greeting-principle-nav::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 52%;
      width: 8px;
      height: 8px;
      border-left: 2px solid currentColor;
      border-bottom: 2px solid currentColor;
      transform: translate(-50%, -50%) rotate(45deg);
    }
    .greeting-principle-nav--next::before {
      left: 48%;
      transform: translate(-50%, -50%) rotate(-135deg);
    }
    .greeting-principle-nav:hover {
      background: rgba(255, 255, 255, 0.98);
      transform: translateY(-50%) scale(1.04);
    }
    .greeting-story-card {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
      align-items: stretch;
      min-height: 560px;
    }
    .greeting-story-media {
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: clamp(24px, 4vw, 60px);
    }
    .greeting-story-media img {
      width: 100%;
      height: 100%;
      max-height: 520px;
      object-fit: contain;
      border-radius: 28px;
    }
    .greeting-story-copy {
      background: #ffffff;
      padding: clamp(42px, 5vw, 78px);
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .greeting-story-copy h4 {
      font-size: clamp(34px, 3.7vw, 58px);
      line-height: 1.04;
      letter-spacing: -0.06em;
      font-weight: 800;
    }
    .greeting-core-showcase {
      padding: 0;
      text-align: center;
    }
    .greeting-proof-sequence {
      text-align: center;
    }
    .greeting-core-copy,
    .greeting-proof-copy {
      max-width: 980px;
      margin: 0 auto;
    }
    .greeting-proof-copy {
      margin-bottom: 56px;
    }
    .greeting-core-copy .greeting-card-kicker {
      justify-content: center;
      margin-bottom: 18px;
    }
    .greeting-core-copy h3,
    .greeting-proof-copy h3 {
      margin: 0;
      font-family: 'Pretendard', sans-serif;
      font-size: 48px;
      line-height: 1.17;
      letter-spacing: normal;
      font-weight: 500;
      color: var(--type-strong);
      word-break: keep-all;
    }
    .greeting-core-copy p,
    .greeting-proof-copy p {
      max-width: 820px;
      margin: 12px auto 0;
      font-family: 'Pretendard', sans-serif;
      font-size: 1.125rem;
      line-height: 1.62;
      letter-spacing: normal;
      font-weight: 400;
      color: var(--type-soft);
      word-break: keep-all;
    }
    .greeting-core-visual {
      position: relative;
      max-width: 100%;
      aspect-ratio: 1440 / 774; /* Matches Ray-Ban Meta video proportions */
      margin: 60px auto 0;
      border-radius: 34px;
      overflow: hidden;
      background: #0a1317;
    }
    .greeting-core-video-player {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .greeting-direction-summary {
      padding: 0 0 clamp(76px, 8vw, 128px);
      text-align: center;
    }
    .greeting-direction-summary .greeting-ui-head {
      max-width: 1120px;
      margin: 0 auto 60px;
    }
    .greeting-direction-summary .greeting-ui-head h3 {
      max-width: 820px;
      margin-left: auto;
      margin-right: auto;
      font-family: 'Pretendard', sans-serif;
      font-size: 48px;
      line-height: 1.17;
      letter-spacing: normal;
      font-weight: 500;
      color: var(--type-strong);
      word-break: keep-all;
    }
    .greeting-direction-summary .greeting-ui-head p {
      max-width: 1040px;
      margin: 12px auto 0;
      font-family: 'Pretendard', sans-serif;
      font-size: 1.125rem;
      line-height: 1.62;
      letter-spacing: normal;
      font-weight: 400;
      color: var(--type-soft);
      text-align: center;
      word-break: keep-all;
    }
    .greeting-direction-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(42px, 7vw, 120px);
      max-width: 1280px;
      margin: 0 auto;
      padding: clamp(44px, 5vw, 76px);
      border-radius: 34px;
      background: #f5f5f7;
    }
    .greeting-direction-card {
      min-height: auto;
      padding: 0;
      border-radius: 0;
      background: transparent;
      text-align: left;
    }
    .greeting-direction-card h4 {
      font-size: clamp(20px, 1.45vw, 26px);
      line-height: 1.24;
      letter-spacing: -0.045em;
      font-weight: 800;
      color: transparent;
      background: linear-gradient(135deg, #ff7a18 0%, #ffb347 48%, #ffe36e 100%);
      -webkit-background-clip: text;
      background-clip: text;
    }
    .greeting-direction-card p {
      margin-top: 28px;
      font-size: clamp(17px, 1.2vw, 21px);
      line-height: 1.72;
      letter-spacing: -0.035em;
      font-weight: 600;
      color: var(--type-muted);
    }
    .greeting-proof-scroll {
      position: relative;
      width: 100vw;
      height: 460vh;
      min-height: 3000px;
      margin-left: calc(-1 * max(var(--side-padding), calc((100vw - var(--max-width)) / 2 + var(--side-padding))));
      background: #050505;
      color: #ffffff;
      overflow: visible;
    }
    .greeting-proof-sticky {
      position: sticky;
      top: 0;
      height: 100vh;
      min-height: 720px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: #050505 url('https://cdn.mcbots.org/page-assets/greeting/principle/greeting-principle-hexastone-1600x1000.webp') center center / cover no-repeat;
      isolation: isolate;
    }
    .greeting-proof-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -2;
    }
    .greeting-proof-sticky::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.62)),
        radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.58) 72%);
      z-index: -1;
      pointer-events: none;
    }
    .greeting-proof-story {
      position: relative;
      z-index: 1;
      width: min(1120px, calc(100vw - 48px));
      height: 420px;
      margin: 0 auto;
    }
    .greeting-proof-step {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      opacity: 0;
      transform: translateY(80px);
      transition: opacity 0.55s ease, transform 0.55s ease;
      pointer-events: none;
    }
    .greeting-proof-step.is-active {
      opacity: 1;
      transform: translateY(0);
    }
    .greeting-proof-step.is-before {
      opacity: 0;
      transform: translateY(-80px);
    }
    .greeting-proof-step span {
      display: block;
      margin-bottom: 18px;
      font-size: 18px;
      line-height: 1.35;
      letter-spacing: 0.08em;
      font-weight: 800;
      color: rgba(255, 255, 255, 0.84);
      text-transform: uppercase;
    }
    .greeting-proof-step strong {
      display: block;
      font-size: 64px;
      line-height: 1.02;
      letter-spacing: -0.08em;
      font-weight: 800;
      color: #ffffff;
      word-break: keep-all;
    }
    .greeting-proof-step p {
      max-width: 980px;
      margin: 28px auto 0;
      font-size: 18px;
      line-height: 1.34;
      letter-spacing: -0.055em;
      font-weight: 800;
      color: rgba(255, 255, 255, 0.92);
      word-break: keep-all;
    }
    .greeting-field-section {
      background: #f5f5f7;
      padding: 0 0 130px;
    }
    .greeting-field-card {
      display: grid;
      grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
      gap: 24px;
      padding: 24px;
      border-radius: 34px;
      background: #ffffff;
      align-items: stretch;
    }
    .greeting-field-media {
      min-height: 420px;
      border-radius: 28px;
      background: #f5f5f7;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      padding: 32px;
    }
    .greeting-field-media img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      max-height: 520px;
    }
    .greeting-field-copy {
      padding: clamp(34px, 4vw, 64px);
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .greeting-field-copy h4 {
      font-size: clamp(34px, 3.7vw, 58px);
      line-height: 1.04;
      letter-spacing: -0.06em;
      font-weight: 800;
    }
    .greeting-field-note {
      margin-top: 24px;
      padding-top: 22px;
      border-top: 1px solid rgba(29, 29, 31, 0.12);
      font-size: 17px;
      line-height: 1.72;
      letter-spacing: -0.03em;
      font-weight: 800;
      color: var(--type-strong);
      word-break: keep-all;
    }
    .possibility-showcase {
      position: relative;
      width: 100%;
      margin: 120px 0;
      padding: 132px 0 120px;
      overflow: hidden;
      background:
        linear-gradient(180deg, rgba(8, 14, 22, 0.3), rgba(8, 14, 22, 0.68)),
        url("https://cdn.mcbots.org/page-assets/greeting/greeting-possibility-bg-2560x1440.webp") center center / cover no-repeat;
      background-attachment: fixed;
    }
    .possibility-showcase::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 12% 18%, rgba(255, 158, 76, 0.22), transparent 22%),
        radial-gradient(circle at 88% 24%, rgba(120, 174, 255, 0.22), transparent 24%),
        linear-gradient(135deg, rgba(255,255,255,0.08), transparent 36%);
      pointer-events: none;
    }
    .possibility-showcase::after {
      content: "";
      position: absolute;
      inset: 0;
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      pointer-events: none;
    }
    .possibility-showcase .container {
      position: relative;
      z-index: 1;
    }
    .possibility-showcase-head {
      max-width: 920px;
      margin-bottom: 38px;
    }
    .possibility-showcase-head h3 {
      font-size: clamp(42px, 4.8vw, 72px);
      line-height: 1.02;
      letter-spacing: -0.06em;
      color: #fff;
      font-weight: var(--weight-display);
    }
    .possibility-showcase-head p {
      margin-top: 18px;
      font-size: 20px;
      line-height: 1.76;
      color: rgba(255,255,255,0.82);
      max-width: 860px;
      font-weight: var(--weight-body);
    }
    .possibility-card {
      position: relative;
      overflow: hidden;
      border-radius: 32px;
      border: 1px solid rgba(255,255,255,0.16);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.05)),
        linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02) 60%, rgba(255,255,255,0.06));
      box-shadow:
        0 24px 50px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255,255,255,0.18),
        inset 0 -1px 0 rgba(255,255,255,0.05);
      backdrop-filter: blur(18px) saturate(128%);
      -webkit-backdrop-filter: blur(18px) saturate(128%);
    }
    .possibility-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at top left, rgba(255,255,255,0.16), transparent 28%),
        radial-gradient(circle at bottom right, rgba(255,255,255,0.08), transparent 24%);
      pointer-events: none;
    }
    .possibility-card-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
      gap: 24px;
      align-items: stretch;
      padding: 24px;
    }
    .possibility-visual {
      min-height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 26px;
    }
    .possibility-visual img {
      width: 100%;
      max-width: 440px;
      border-radius: 26px;
      border: 1px solid rgba(255,255,255,0.1);
      box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.18);
    }
    .possibility-copy {
      padding: 18px 14px 18px 8px;
      color: #fff;
    }
    .possibility-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 18px;
      font-size: 12px;
      font-weight: var(--weight-link);
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.72);
    }
    .possibility-kicker::before {
      content: "";
      width: 26px;
      height: 2px;
      border-radius: 999px;
      background: var(--main-color);
    }
    .possibility-copy h4 {
      margin-bottom: 20px;
      font-size: clamp(32px, 3vw, 52px);
      line-height: 1.08;
      letter-spacing: -0.05em;
      color: #fff;
      font-weight: var(--weight-display);
    }
    .possibility-copy p {
      color: rgba(255,255,255,0.86);
      font-size: 18px;
      line-height: 1.76;
      font-weight: var(--weight-body);
    }
    .possibility-copy p + p {
      margin-top: 18px;
    }
    .possibility-copy .possibility-emphasis {
      margin-top: 24px;
      font-size: 19px;
      line-height: 1.75;
      color: #fff;
      font-weight: var(--weight-title);
    }
    @media (max-width: 1024px) {
      .greeting-page-hero {
        min-height: 420px;
      }
      .greeting-hero .sub-hero-inner h2 {
        font-size: 56px;
      }
      .greeting-ui-wrap {
        padding: 72px 0 0;
      }
      .greeting-ui-stack {
        gap: 72px;
      }
      .greeting-story-card,
      .greeting-field-card {
        grid-template-columns: 1fr;
      }
      .greeting-message-title {
        font-size: clamp(48px, 8vw, 78px);
      }
      .greeting-message-copy {
        font-size: 20px;
      }
      .greeting-principle-carousel {
        margin-top: 48px;
      }
      .greeting-direction-summary .greeting-ui-head {
        margin-bottom: 48px;
      }
      .greeting-core-visual {
        min-height: auto;
        margin-top: 48px;
      }
      .greeting-direction-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 28px;
      }
      .greeting-principle-card {
        flex-basis: calc((100% - 20px) / 2);
        aspect-ratio: 1 / 1;
        min-height: auto;
        padding: 40px;
      }
      .greeting-principle-title {
        font-size: clamp(26px, 2.8vw, 36px);
        font-weight: 500;
        line-height: 1.17;
      }
      .greeting-principle-desc {
        font-size: clamp(13px, 1.1vw, 14px);
        font-weight: 400;
      }
      .greeting-story-card {
        min-height: auto;
      }
      .greeting-proof-scroll {
        min-height: 2600px;
      }
      .greeting-proof-sticky {
        min-height: 640px;
      }
      .possibility-showcase {
        padding: 104px 0 96px;
        background-attachment: scroll;
      }
      .possibility-card-inner {
        grid-template-columns: 1fr;
      }
      .possibility-showcase-head p,
      .possibility-copy p {
        font-size: 17px;
      }
    }
    @media (max-width: 768px) {
      .greeting-page-hero {
        min-height: 360px;
        padding-left: 20px;
        padding-right: 20px;
      }
      .greeting-page-hero h1 {
        font-size: 40px;
      }
      .greeting-hero {
        min-height: 620px;
        height: 86vh;
      }
      body.company-sub-page .greeting-hero .sub-hero-inner {
        padding-top: 0;
        padding-bottom: 92px;
      }
      body.company-sub-page .greeting-hero .sub-hero-inner h2 {
        font-size: clamp(36px, 10vw, 56px);
        letter-spacing: -0.07em;
      }
      body.company-sub-page .greeting-hero .greeting-hero-copy {
        margin-top: 24px;
        font-size: 18px;
        line-height: 1.55;
      }
      .greeting-ui-wrap {
        padding: 56px 0 0;
      }
      .section-header-group.c-section-head {
        margin-top: 0;
      }
      .greeting-ui-stack {
        gap: 56px;
      }
      .greeting-ui-head {
        margin-bottom: 24px;
      }
      .greeting-ui-head h3 {
        font-size: 36px;
      }
      .greeting-ui-head p {
        font-size: 16px;
      }
      .section-header-group.c-section-head .c-title,
      .section-header-group.c-section-head .c-desc p {
        font-size: 32px;
        line-height: 1.125;
        letter-spacing: normal;
        font-weight: 500;
        white-space: normal;
      }
      .greeting-ceo-head.section-header-group.c-section-head .c-title {
        font-size: 48px;
        line-height: 1.1667;
        font-weight: 600;
      }
      .greeting-ceo-head.section-header-group.c-section-head .greeting-ceo-body.c-desc p {
        color: #1d1d1f;
        font-size: 24px;
        line-height: 1.65;
        font-weight: 400;
        text-align: center;
      }
      .greeting-ceo-head.section-header-group.c-section-head .greeting-ceo-body.c-desc p.greeting-ceo-intro {
        color: #1d1d1f;
        font-size: 24px;
        line-height: 1.65;
        font-weight: 400;
      }
      .greeting-ceo-head.section-header-group.c-section-head .greeting-ceo-body.c-desc .greeting-ceo-signature {
        color: var(--type-muted);
        font-size: 18px;
        line-height: 1.55;
        font-weight: 400;
      }
      .greeting-story-copy,
      .greeting-field-copy {
        padding: 30px;
      }
      .greeting-message-title {
        font-size: 40px;
      }
      .greeting-message-copy {
        margin-top: 30px;
        font-size: 17px;
        line-height: 1.7;
      }
      .greeting-signature {
        font-size: 1rem;
        font-weight: 400;
      }
      .greeting-principle-carousel {
        margin-top: 40px;
      }
      .greeting-direction-card {
        min-height: auto;
        padding: 28px;
      }
      .greeting-principle-track {
        gap: 16px;
        padding-right: 0;
      }
      .greeting-principle-card {
        flex-basis: 100%;
        aspect-ratio: 1 / 1;
        min-height: auto;
        padding: 32px;
      }
      .greeting-principle-nav {
        width: 38px;
        height: 38px;
      }
      .greeting-principle-nav--prev {
        left: 16px;
      }
      .greeting-principle-nav--next {
        right: 16px;
      }
      .greeting-principle-title {
        font-size: clamp(20px, 6vw, 28px);
        font-weight: 500;
        line-height: 1.17;
        margin-bottom: 12px;
      }
      .greeting-principle-desc {
        font-size: clamp(13px, 4.5vw, 14px);
        font-weight: 400;
        max-width: 100%;
      }
      .greeting-principle-copy {
        margin-top: 0;
      }
      .greeting-core-showcase {
        padding: 0;
      }
      .greeting-core-copy h3,
      .greeting-proof-copy h3 {
        font-size: 32px;
        line-height: 1.125;
      }
      .greeting-core-copy p,
      .greeting-proof-copy p {
        margin-top: 12px;
        font-size: 16px;
      }
      .greeting-proof-copy {
        margin-bottom: 40px;
      }
      .greeting-core-visual {
        min-height: auto;
        aspect-ratio: 1440 / 774; /* Keep same ratio as desktop for consistency */
        margin-top: 40px;
        border-radius: 28px;
      }
      .greeting-direction-summary {
        padding: 0 0 64px;
      }
      .greeting-direction-summary .greeting-ui-head {
        margin-bottom: 40px;
      }
      .greeting-direction-summary .greeting-ui-head h3 {
        font-size: 32px;
        line-height: 1.125;
      }
      .greeting-direction-summary .greeting-ui-head p {
        margin: 12px auto 0;
        font-size: 16px;
      }
      .greeting-direction-card p {
        margin-top: 14px;
      }
      .greeting-direction-grid {
        padding: 18px;
        border-radius: 26px;
      }
      .greeting-direction-card {
        padding: 0;
        border-radius: 0;
        background: transparent;
        text-align: center;
      }
      .greeting-proof-scroll {
        height: 360vh;
        min-height: 2200px;
      }
      .greeting-proof-sticky {
        min-height: 560px;
      }
      .greeting-proof-story {
        height: 360px;
      }
      .greeting-proof-step strong {
        font-size: 64px;
      }
      .greeting-proof-step p {
        font-size: 18px;
      }
      .greeting-story-media,
      .greeting-field-media {
        min-height: 280px;
        padding: 22px;
      }
      .greeting-field-section {
        padding-bottom: 82px;
      }
      .possibility-showcase {
        margin: 88px 0;
        padding: 88px 0 74px;
        background-attachment: scroll;
      }
      .possibility-showcase-head {
        margin-bottom: 24px;
      }
      .possibility-showcase-head p,
      .possibility-copy p {
        font-size: 15px;
        line-height: 1.78;
      }
      .possibility-card {
        border-radius: 24px;
      }
      .possibility-card-inner {
        padding: 16px;
        gap: 18px;
      }
      .possibility-visual {
        padding: 18px;
      }
      .possibility-visual img {
        border-radius: 18px;
      }
      .possibility-copy {
        padding: 6px 4px 12px;
      }
      .possibility-copy h4 {
        font-size: 28px;
      }
      .possibility-copy .possibility-emphasis {
        margin-top: 18px;
        font-size: 17px;
      }
    }
