:root {
  --paper: #f8f8f4;
  --paper-soft: #eef8f7;
  --ink: #182020;
  --muted: #68716f;
  --line: rgba(22, 115, 122, 0.28);
  --teal: #137982;
  --teal-dark: #07535c;
  --teal-bright: #16a5ae;
  --serif: "Cormorant Garamond", "Noto Serif JP", serif;
  --jp-serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-feature-settings: "palt";
}

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

img {
  display: block;
  width: 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  height: 72px;
  display: grid;
  grid-template-columns: 250px 1fr 150px;
  align-items: center;
  gap: 24px;
  padding: 0 36px;
  background: linear-gradient(180deg, rgba(248, 248, 244, 0.9), rgba(248, 248, 244, 0.62));
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.brand img {
  width: 178px;
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 48px);
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 184px;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(10, 112, 120, 0.42);
  background: linear-gradient(90deg, var(--teal-bright), #09808a);
  color: #fff;
  font-family: var(--jp-serif);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(7, 83, 92, 0.16);
}

.header-cta::after {
  content: "→";
  margin-left: 14px;
}

.hero {
  position: relative;
  min-height: 850px;
  display: grid;
  grid-template-columns: 49% 51%;
  padding-top: 72px;
  overflow: hidden;
  border-bottom: 8px solid #fff;
}

.hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  padding: 26px 0 34px 50px;
}

.hero h1 {
  margin: 0 0 26px;
  font-family: var(--serif);
  font-size: clamp(78px, 9.2vw, 132px);
  font-weight: 500;
  line-height: 0.84;
  letter-spacing: -0.025em;
}

.short-rule {
  display: block;
  width: 44px;
  height: 2px;
  margin: 0 0 27px;
  background: var(--teal);
}

.short-rule.center {
  margin: 15px auto 48px;
}

.hero-ja,
.hero-sub,
.limit-section h2,
.method-head h2,
.recommend-section h2,
.voices-section h2,
.final-cta h2 {
  font-family: var(--jp-serif);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.hero-ja {
  margin: 0 0 10px;
  font-size: clamp(33px, 3.8vw, 54px);
  line-height: 1.48;
}

.hero-sub {
  margin: 0 0 28px;
  color: var(--teal);
  font-size: clamp(22px, 3.1vw, 39px);
  line-height: 1.4;
}

.lead {
  margin: 28px 0 38px;
  color: rgba(24, 32, 32, 0.72);
  font-family: var(--jp-serif);
  font-size: 14px;
  line-height: 2.15;
  letter-spacing: 0.04em;
}

.event-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
  border-top: 1px solid rgba(22, 115, 122, 0.18);
}

.event-row li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 22px;
  padding: 0 24px;
  border-right: 1px solid rgba(22, 115, 122, 0.25);
  color: #596563;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
}

.event-row li:first-child {
  padding-left: 0;
}

.event-row li:last-child {
  border-right: 0;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 22px;
  margin: 18px 0 0;
}

.price-main {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

.price-main dt {
  color: var(--teal);
  font-family: var(--jp-serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.price-main dd {
  margin: 0;
  color: var(--ink);
  font-family: var(--jp-serif);
  font-size: 16px;
  font-weight: 600;
}

.price-main .num {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.price-disc {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  padding-left: 22px;
  border-left: 1px solid rgba(22, 115, 122, 0.25);
  color: var(--muted);
  font-family: var(--jp-serif);
  font-size: 13px;
  letter-spacing: 0.03em;
}

.price-disc strong {
  color: #3c4644;
  font-weight: 600;
}

.price-row-dark {
  margin: 4px 0 26px;
}

.price-row-dark .price-main dt {
  color: #7fe3e8;
}

.price-row-dark .price-main dd {
  color: #fff;
}

.price-row-dark .price-disc {
  border-left-color: rgba(255, 255, 255, 0.32);
  color: rgba(255, 255, 255, 0.78);
}

.price-row-dark .price-disc strong {
  color: #fff;
}

.cal,
.clock,
.pin,
.people {
  width: 20px;
  height: 20px;
  position: relative;
  color: var(--teal);
}

.cal {
  border: 2px solid currentColor;
  border-radius: 2px;
}

.cal::before {
  content: "";
  position: absolute;
  inset: 5px -2px auto;
  height: 2px;
  background: currentColor;
}

.clock {
  border: 2px solid currentColor;
  border-radius: 50%;
}

.clock::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 2px;
  height: 7px;
  background: currentColor;
  box-shadow: 4px 6px 0 -1px currentColor;
}

.pin {
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.pin::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.people::before,
.people::after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.people::before {
  left: 2px;
  top: 2px;
  width: 8px;
  height: 8px;
  box-shadow: 8px 0 0 -2px var(--paper), 8px 0 0 0 currentColor;
}

.people::after {
  left: 0;
  top: 12px;
  width: 18px;
  height: 7px;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.hero-visual {
  position: absolute;
  inset: 72px 0 0 36%;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, var(--paper) 0%, rgba(248, 248, 244, 0.78) 18%, rgba(248, 248, 244, 0.04) 38%);
}

.hero-visual img {
  height: 100%;
  object-fit: cover;
  object-position: 82% center;
  filter: saturate(0.78) contrast(1.02);
}

.hero-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.scroll-mark {
  position: absolute;
  z-index: 4;
  right: 42px;
  bottom: 74px;
  writing-mode: vertical-rl;
  color: rgba(24, 32, 32, 0.78);
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.scroll-mark::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 90px;
  margin-top: 14px;
  background: rgba(24, 32, 32, 0.58);
}

.limit-section {
  display: grid;
  grid-template-columns: 41% 59%;
  min-height: 520px;
  background: #fff;
  border-bottom: 1px solid rgba(22, 115, 122, 0.12);
}

.limit-copy {
  padding: 72px 50px 58px;
}

.limit-section h2 {
  margin: 0;
  font-size: clamp(34px, 3.7vw, 52px);
  line-height: 1.55;
  white-space: nowrap;
}

.limit-copy .short-rule {
  margin-top: 23px;
}

.limit-copy p {
  margin: 0 0 24px;
  color: #414a48;
  font-family: var(--jp-serif);
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.05em;
}

.limit-visual {
  margin: 0;
  min-height: 520px;
  overflow: hidden;
}

.limit-visual img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.04);
}

.method-section {
  padding: 74px 50px 82px;
  background: linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

.method-head {
  max-width: 1040px;
  margin: 0 auto 62px;
  text-align: center;
}

.method-head h2 {
  margin: 0 0 34px;
  font-size: clamp(34px, 4.7vw, 58px);
  line-height: 1.65;
  white-space: nowrap;
}

.method-head p {
  margin: 0;
  color: #66706e;
  font-family: var(--jp-serif);
  font-size: 14px;
  line-height: 2.1;
}

.step-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-list li {
  min-height: 205px;
  padding: 0 28px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.step-list li:last-child {
  border-right: 0;
}

.step-list strong {
  display: block;
  color: var(--teal);
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 500;
}

.step-list span {
  display: block;
  width: 20px;
  height: 1px;
  margin: 8px auto 20px;
  background: var(--teal);
}

.step-list h3 {
  margin: 0 0 16px;
  font-family: var(--jp-serif);
  font-size: 22px;
  font-weight: 500;
}

.step-list p {
  margin: 0;
  color: #65706d;
  font-family: var(--jp-serif);
  font-size: 13px;
  line-height: 1.9;
}

.recommend-section {
  padding: 58px 50px 64px;
  background: linear-gradient(90deg, rgba(232, 249, 247, 0.78), rgba(240, 250, 249, 0.92));
}

.recommend-section h2,
.voices-section h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(29px, 3.5vw, 43px);
  line-height: 1.5;
}

.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 58px auto 0;
}

.recommend-grid div {
  position: relative;
  min-height: 312px;
  aspect-ratio: 557 / 470;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(232, 241, 239, 0.9);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: left;
}

.recommend-grid div::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.15) 42%, rgba(0, 0, 0, 0.72) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.05));
  z-index: 0;
}

.recommend-grid div > * {
  position: relative;
  z-index: 1;
}

.recommend-grid div:nth-child(1) {
  background-image: url("./assets/recommend-1.png");
}

.recommend-grid div:nth-child(2) {
  background-image: url("./assets/recommend-2.png");
}

.recommend-grid div:nth-child(3) {
  background-image: url("./assets/recommend-3.png");
}

.recommend-grid div:nth-child(4) {
  background-image: url("./assets/recommend-4.png");
}

.recommend-grid div:nth-child(5) {
  background-image: url("./assets/recommend-5.png");
}

.recommend-grid div:nth-child(6) {
  background-image: url("./assets/recommend-6.png");
}

.recommend-grid p {
  margin: 0;
  font-family: var(--jp-serif);
  font-size: 22px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.38);
}

.recommend-number {
  display: inline-grid;
  justify-items: start;
  gap: 12px;
  color: #fff;
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.recommend-number::after {
  content: "";
  width: 38px;
  height: 2px;
  background: #58d2d6;
  opacity: 0.92;
}

.icon {
  position: relative;
  width: 54px;
  height: 54px;
  color: var(--teal);
}

.icon-mind::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 36px;
  height: 30px;
  border: 2px solid currentColor;
  border-radius: 48% 52% 45% 45%;
}

.icon-mind::after {
  content: "?";
  position: absolute;
  left: 21px;
  top: 10px;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
  color: currentColor;
}

.icon-loop {
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-loop::before,
.icon-loop::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.icon-loop::before {
  right: -2px;
  top: 12px;
  transform: rotate(45deg);
}

.icon-loop::after {
  left: -2px;
  bottom: 12px;
  transform: rotate(225deg);
}

.icon-shield {
  width: 42px;
  height: 48px;
}

.icon-shield::before {
  content: "";
  position: absolute;
  inset: 2px 6px 4px;
  background: currentColor;
  clip-path: polygon(50% 0, 92% 16%, 83% 72%, 50% 100%, 17% 72%, 8% 16%);
}

.icon-shield::after {
  content: "";
  position: absolute;
  inset: 6px 10px 9px;
  background: #f3fbfa;
  clip-path: polygon(50% 0, 90% 17%, 80% 70%, 50% 100%, 20% 70%, 10% 17%);
}

.icon-wave::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 42px;
  height: 30px;
  background:
    radial-gradient(18px 8px at 8px 8px, transparent 55%, currentColor 58%, currentColor 64%, transparent 67%),
    radial-gradient(18px 8px at 28px 8px, transparent 55%, currentColor 58%, currentColor 64%, transparent 67%),
    radial-gradient(18px 8px at 8px 20px, transparent 55%, currentColor 58%, currentColor 64%, transparent 67%),
    radial-gradient(18px 8px at 28px 20px, transparent 55%, currentColor 58%, currentColor 64%, transparent 67%);
}

.icon-rise::before {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 10px;
  width: 38px;
  height: 28px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.icon-rise::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 14px;
  width: 28px;
  height: 18px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: skewY(-28deg);
}

.icon-compass {
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-compass::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 8px;
  width: 10px;
  height: 26px;
  background: currentColor;
  clip-path: polygon(50% 0, 100% 100%, 50% 76%, 0 100%);
  transform: rotate(38deg);
  transform-origin: center;
}

.voices-section {
  padding: 64px 50px 72px;
  background: #fff;
}

.voice-grid {
  display: flex;
  gap: 16px;
  max-width: 1160px;
  margin: 0 auto;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.voice-grid::-webkit-scrollbar {
  height: 4px;
}

.voice-grid::-webkit-scrollbar-thumb {
  background: rgba(19, 121, 130, 0.35);
}

.voice-dots {
  display: none;
}

.voice-grid article {
  flex: 0 0 calc((100% - 32px) / 3);
  min-height: 390px;
  padding: 0 30px 12px;
  border-right: 1px solid var(--line);
  scroll-snap-align: start;
}

.voice-grid span {
  display: block;
  color: var(--teal);
  font-family: var(--serif);
  font-size: 46px;
  line-height: 0.7;
}

.voice-grid h3 {
  margin: 20px 0 20px;
  font-family: var(--jp-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}

.voice-grid p {
  margin: 0 0 24px;
  color: #596360;
  font-family: var(--jp-serif);
  font-size: 13px;
  line-height: 2.05;
}

.voice-grid small {
  display: block;
  color: #596360;
  font-family: var(--jp-serif);
  font-size: 13px;
  line-height: 1.8;
}

.profile-section {
  background: #fff;
  border-top: 1px solid rgba(22, 115, 122, 0.12);
}

.profile {
  display: grid;
  grid-template-columns: minmax(280px, 34%) 1fr;
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
}

.profile-photo {
  min-height: 420px;
  background: url("./assets/sho-profile-lp-mono.png") center 30% / cover;
  filter: grayscale(1) contrast(1.05);
}

.profile-copy {
  align-self: center;
  padding: 64px 56px;
}

.section-label {
  margin: 0 0 10px;
  color: var(--teal);
  font-family: var(--jp-serif);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.profile-copy h2 {
  margin: 0 0 4px;
  color: var(--teal);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
}

.profile-copy h3 {
  margin: 0 0 18px;
  color: #273231;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.profile-copy h2 span {
  font-family: var(--jp-serif);
  font-size: 18px;
}

.profile-copy p:not(.section-label) {
  margin: 0 0 12px;
  color: #4d5856;
  font-family: var(--jp-serif);
  font-size: 12px;
  line-height: 1.85;
}

.profile-copy p:last-child {
  margin-bottom: 0;
}

.profile-bio {
  margin-top: 30px;
}

.profile-intro {
  margin: 26px 0 0;
  color: #232927;
  font-family: var(--jp-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.03em;
}

.profile-bio summary {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #111;
  color: #111;
  cursor: pointer;
  font-family: var(--jp-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  list-style: none;
}

.profile-bio summary::-webkit-details-marker {
  display: none;
}

.profile-bio summary::after {
  content: "▼";
  font-size: 14px;
  letter-spacing: 0;
}

.profile-bio[open] summary::after {
  content: "▲";
}

.profile-bio-body {
  margin-top: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.22);
}

.profile-bio-body p {
  margin: 0 0 26px;
  color: #5c5952;
  font-family: var(--jp-serif);
  font-size: 18px;
  line-height: 2.25;
  letter-spacing: 0.03em;
}

.profile-bio-body p:last-child {
  margin-bottom: 0;
}

.entry-section {
  background: #07343a;
}

.final-cta {
  display: grid;
  align-items: center;
  min-height: 360px;
  padding: 72px max(50px, 8vw);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 45, 50, 0.68), rgba(7, 83, 92, 0.84)),
    url("./assets/abstract-ripple.png") center / cover;
}

.final-cta > div {
  max-width: 720px;
}

.final-cta h2 {
  margin: 0 0 22px;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1.55;
}

.final-kicker {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--jp-serif);
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.final-cta p {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: 16px;
  letter-spacing: 0.04em;
}

.final-lead {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--jp-serif) !important;
  font-size: clamp(15px, 1.5vw, 18px) !important;
  line-height: 2 !important;
  letter-spacing: 0.04em !important;
}

.primary-button,
.secondary-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 430px);
  min-height: 44px;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  color: #fff;
  background: linear-gradient(90deg, var(--teal-bright), #09808a);
  font-family: var(--jp-serif);
  font-size: 15px;
  font-weight: 600;
}

.secondary-button {
  background: transparent;
}

.primary-button::after,
.secondary-button::after {
  content: "→";
  margin-left: 20px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 43px;
  padding: 8px 40px;
  background: #101717;
  color: #fff;
  font-family: var(--jp-serif);
  font-size: 11px;
}

.site-footer small {
  color: rgba(255, 255, 255, 0.65);
}

.site-footer nav {
  display: flex;
  gap: 34px;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 220px 1fr 140px;
    padding-inline: 24px;
  }

  .nav-links {
    gap: 18px;
    font-size: 11px;
  }

  .event-row li {
    padding-inline: 14px;
    font-size: 15px;
  }

  .step-list li {
    padding-inline: 18px;
  }
}

@media (max-width: 820px) {
  .site-header {
    height: 66px;
    display: flex;
    justify-content: space-between;
    padding: 0 18px;
  }

  .nav-links {
    display: none;
  }

  .brand img {
    width: 145px;
  }

  .header-cta {
    min-width: 142px;
    min-height: 39px;
    padding: 9px 10px;
    font-size: 11px;
  }

  .header-cta::after {
    margin-left: 9px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 66px;
  }

  .hero-copy {
    position: relative;
    z-index: 3;
    padding: 70px 24px 34px;
  }

  .hero h1 {
    font-size: clamp(74px, 18.5vw, 96px);
    line-height: 0.82;
  }

  .hero-ja {
    font-size: clamp(27px, 7vw, 34px);
  }

  .hero-sub {
    font-size: clamp(20px, 5.3vw, 25px);
  }

  .hero-visual {
    position: absolute;
    inset: 66px 0 0 22%;
    height: auto;
  }

  .hero-visual img {
    object-position: 70% center;
  }

  .hero-visual::before {
    background: linear-gradient(90deg, var(--paper) 0%, rgba(248, 248, 244, 0.92) 30%, rgba(248, 248, 244, 0.38) 56%, rgba(248, 248, 244, 0.04) 78%);
  }

  .event-row {
    gap: 14px 0;
  }

  .event-row li {
    width: 50%;
    padding: 0 8px 0 0;
    border-right: 0;
    font-size: 14px;
  }

  .price-disc {
    padding-left: 0;
    border-left: 0;
  }

  .scroll-mark {
    display: none;
  }

  .limit-section,
  .profile {
    grid-template-columns: 1fr;
  }

  .limit-copy,
  .method-section,
  .recommend-section,
  .voices-section {
    padding: 54px 24px;
  }

  .method-head h2 {
    font-size: clamp(21px, 5.8vw, 25px);
    line-height: 1.75;
    white-space: nowrap;
  }

  .limit-visual {
    min-height: 330px;
  }

  .step-list {
    display: flex;
    gap: 12px;
    margin: 34px -24px 0;
    padding: 0 24px 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .step-list::-webkit-scrollbar,
  .recommend-grid::-webkit-scrollbar,
  .voice-grid::-webkit-scrollbar {
    display: none;
  }

  .step-list li {
    flex: 0 0 72%;
    min-height: 0;
    padding: 22px 18px 24px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.76);
    text-align: left;
    scroll-snap-align: start;
  }

  .step-list strong {
    font-size: 34px;
  }

  .step-list span {
    margin: 8px 0 18px;
  }

  .step-list h3 {
    margin-bottom: 10px;
    font-size: 21px;
  }

  .recommend-grid {
    display: flex;
    gap: 14px;
    margin: 30px -24px 0;
    padding: 0 24px 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .recommend-grid div {
    flex: 0 0 78%;
    min-height: 0;
    aspect-ratio: 557 / 470;
    padding: 22px;
    scroll-snap-align: center;
  }

  .recommend-grid div:nth-child(-n + 3),
  .recommend-grid div:nth-child(n + 4),
  .recommend-grid div:nth-child(3n) {
    padding: 22px;
    border: 1px solid rgba(232, 241, 239, 0.9);
  }

  .recommend-grid p {
    font-size: 18px;
    line-height: 1.65;
  }

  .recommend-number {
    gap: 9px;
    font-size: 34px;
  }

  .recommend-number::after {
    width: 30px;
  }

  .icon {
    width: 42px;
    height: 42px;
  }

  .icon-mind::before {
    left: 5px;
    top: 6px;
    width: 30px;
    height: 25px;
  }

  .icon-mind::after {
    left: 17px;
    top: 7px;
    font-size: 24px;
  }

  .voices-section {
    overflow: hidden;
  }

  .voice-carousel {
    margin: 0 -24px;
  }

  .voice-grid {
    display: flex;
    gap: 14px;
    max-width: none;
    padding: 0 24px 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .voice-grid article {
    flex: 0 0 86%;
    min-height: 430px;
    padding: 24px 22px 28px;
    border: 1px solid var(--line);
    background: #fff;
    scroll-snap-align: center;
  }

  .voice-grid h3 {
    margin: 16px 0 18px;
    text-align: left;
    font-size: 21px;
    line-height: 1.6;
  }

  .voice-grid p {
    font-size: 13px;
    line-height: 2;
  }

  .voice-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
  }

  .voice-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(19, 121, 130, 0.28);
  }

  .voice-dots span:first-child {
    width: 18px;
    border-radius: 999px;
    background: var(--teal);
  }

  .profile-photo {
    min-height: 420px;
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #e9e9e7;
  }

  .profile-copy {
    padding: 42px 24px 52px;
  }

  .profile-bio {
    margin-top: 30px;
  }

  .profile-intro {
    margin-top: 28px;
    font-size: 22px;
    line-height: 2.25;
    letter-spacing: 0.02em;
  }

  .profile-bio summary {
    width: max-content;
    max-width: 100%;
    gap: 14px;
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: 0.04em;
  }

  .profile-bio-body {
    margin-top: 34px;
    padding-bottom: 34px;
  }

  .profile-bio-body p {
    margin-bottom: 34px;
    font-size: 22px;
    line-height: 2.35;
    letter-spacing: 0.02em;
  }

  .final-cta {
    min-height: 0;
    padding: 58px 24px;
  }

  .site-footer {
    display: grid;
    padding: 18px 24px;
  }

  .site-footer nav {
    display: grid;
    gap: 10px;
  }
}

@media (min-width: 520px) and (max-width: 820px) {
  .hero {
    min-height: 780px;
    display: grid;
    grid-template-columns: 49% 51%;
    padding-top: 66px;
  }

  .hero-copy {
    z-index: 3;
    align-self: center;
    padding: 34px 0 34px 24px;
  }

  .hero h1 {
    font-size: clamp(52px, 10vw, 82px);
  }

  .hero-ja {
    font-size: clamp(25px, 4.6vw, 32px);
  }

  .hero-sub {
    font-size: clamp(19px, 3vw, 21px);
  }

  .hero-ja,
  .hero-sub {
    white-space: nowrap;
  }

  .hero-visual {
    position: absolute;
    inset: 66px 0 0 28%;
    height: auto;
  }

  .hero-visual img {
    object-position: 66% center;
  }

  .hero-visual::before {
    background: linear-gradient(90deg, var(--paper) 0%, rgba(248, 248, 244, 0.9) 26%, rgba(248, 248, 244, 0.36) 48%, rgba(248, 248, 244, 0.02) 70%);
  }

  .event-row li {
    width: auto;
    padding: 0 12px;
    font-size: 13px;
  }

  .event-row li:first-child {
    padding-left: 0;
  }
}

@media (max-width: 820px) {
  .profile-photo {
    min-height: 420px !important;
    background-image: url("./assets/sho-profile-lp-mono.png") !important;
    background-size: auto 100% !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-color: #e9e9e7 !important;
  }
}
