.keiroPage {
  background: #fffaf1;
}

.keiroHero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  min-height: 680px;
  overflow: hidden;
}

.keiroHeroText {
  align-self: center;
  padding: clamp(52px, 7vw, 96px) clamp(28px, 6vw, 92px);
}

.keiroDate {
  align-items: baseline;
  color: var(--red-deep);
  display: flex;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  gap: 10px;
  margin: 0 0 18px;
}

.keiroDate span {
  border-right: 1px solid var(--gold);
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  padding-right: 10px;
}

.keiroHero h1 {
  color: #34261f;
  font-size: clamp(46px, 5vw, 72px);
  margin-bottom: 18px;
}

.keiroLead {
  color: var(--red-deep) !important;
  font-size: clamp(19px, 2vw, 25px) !important;
  margin: 0 0 16px;
}

.keiroHeroText > p:not(.eyebrow, .keiroDate, .keiroLead) {
  color: var(--muted);
  font-size: 16px;
  max-width: 670px;
}

.keiroHeroVisual {
  min-height: 680px;
}

.keiroHeroVisual img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.keiroFacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 24px 0 28px;
  padding: 0;
}

.keiroFacts li {
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--red-deep);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 14px;
}

.keiroIntro {
  background: #fffdf9;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 46px 20px;
  text-align: center;
}

.keiroIntro h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.keiroIntro > p:last-child {
  color: var(--muted);
  margin: 14px auto 0;
  max-width: 760px;
}

.mobileOnly {
  display: none;
}

.keiroPlans {
  background: #f8f1e5;
}

.keiroPlanGrid {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.keiroPlanCard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(52, 38, 31, 0.08);
  overflow: hidden;
}

.keiroPlanCard picture,
.keiroPlanCard picture img {
  display: block;
  width: 100%;
}

.keiroPlanCard picture {
  align-items: center;
  background: #f0e8da;
  display: flex;
  height: 270px;
  justify-content: center;
}

.keiroPlanCard picture img {
  height: 100%;
  object-fit: cover;
}

.keiroPlanCard:first-child picture img,
.keiroPlanCard:last-child picture img {
  object-fit: contain;
}

.keiroPlanBody {
  padding: 24px;
}

.keiroPlanBody h3 {
  color: var(--red-deep);
  font-size: 24px;
}

.keiroPlanBody > p:last-child,
.keiroCourseOption p {
  color: var(--muted);
}

.keiroCourseOption {
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 18px;
}

.keiroCourseOption strong {
  color: var(--red-deep);
  font-size: 22px;
}

.keiroCourseOption strong small {
  color: var(--muted);
  font-size: 12px;
  margin-left: 8px;
}

.keiroCourseOption > div > p {
  font-size: 14px;
  margin: 7px 0 0;
}

.keiroCourseOption .price {
  margin-bottom: 0;
}

.keiroPlanCard .price span {
  font-size: 30px;
}

.keiroPlanCard .widePrice span {
  font-size: 25px;
}

.keiroSeasonNote {
  margin-top: 30px;
}

.keiroStoryBand {
  align-items: stretch;
  background: #fffdf9;
  display: grid;
  grid-template-columns: minmax(440px, 1.08fr) minmax(340px, 0.92fr);
}

.keiroStoryBand > picture img {
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  width: 100%;
}

.keiroStoryBand > div {
  align-self: center;
  padding: clamp(48px, 7vw, 96px);
}

.keiroStoryBand > div > p:not(.eyebrow),
.keiroHomeCopy > p:not(.eyebrow),
.keiroGratitudeText > p:not(.eyebrow) {
  color: var(--muted);
}

.keiroPlainList {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 26px 0 0;
  padding: 18px 0 0;
}

.keiroPlainList li {
  margin: 6px 0;
  padding-left: 1.4em;
  position: relative;
}

.keiroPlainList li::before {
  color: var(--gold);
  content: "◆";
  font-size: 9px;
  left: 0;
  position: absolute;
  top: 0.55em;
}

.keiroHome {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 88px);
  grid-template-columns: minmax(300px, 0.8fr) minmax(420px, 1.2fr);
  margin: 0 auto;
  max-width: 1280px;
}

.keiroHomeCopy {
  padding-left: clamp(0px, 3vw, 44px);
}

.keiroHomeCopy .textCta {
  padding-left: 0;
}

.keiroHomePhoto img {
  background: #f0e8da;
  border-radius: 8px;
  box-shadow: var(--shadow);
  width: 100%;
}

.keiroGratitude {
  background: #6d2925;
  color: var(--white);
  padding: clamp(58px, 8vw, 104px) clamp(20px, 5vw, 78px);
}

.keiroGratitudeText {
  margin: 0 auto 30px;
  max-width: 1120px;
}

.keiroGratitudeText .eyebrow,
.keiroGratitudeText > p:not(.eyebrow) {
  color: #f4dfb7;
}

.keiroGratitudeText > p:not(.eyebrow) {
  max-width: 760px;
}

.keiroGratitudeGallery {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  margin: 0 auto;
  max-width: 1120px;
}

.keiroGratitudeGallery picture,
.keiroGratitudeGallery img {
  height: 100%;
  width: 100%;
}

.keiroGratitudeGallery img {
  border-radius: 8px;
  object-fit: cover;
}

.keiroReserve {
  background: #fffdf9;
}

.keiroReserveDetails {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 0.72fr;
  margin: 0 auto;
  max-width: 980px;
}

.keiroReserveDetails > div {
  border-top: 1px solid var(--gold);
  padding: 24px 4px 0;
}

.keiroReserveDetails ul {
  columns: 2;
  padding-left: 1.2em;
}

.keiroReserveDate {
  text-align: center;
}

.keiroReserveDate span,
.keiroReserveDate strong,
.keiroReserveDate em {
  display: block;
}

.keiroReserveDate span {
  color: var(--red);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.keiroReserveDate strong {
  color: var(--red-deep);
  font-size: 28px;
  margin-top: 4px;
}

.keiroReserveDate em {
  color: var(--muted);
  font-style: normal;
}

.keiroReserveDate p {
  background: #f8f0e3;
  color: var(--red-deep);
  font-weight: 700;
  margin: 18px auto 0;
  padding: 10px;
}

.keiroReserveActions {
  margin-top: 34px;
}

.keiroPage .bottomCta {
  border-top: 1px solid var(--line);
}

@media (max-width: 1100px) {
  .keiroPlanGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .keiroPlanCard:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .keiroHero,
  .keiroStoryBand,
  .keiroHome,
  .keiroReserveDetails {
    grid-template-columns: 1fr;
  }

  .keiroHero {
    min-height: 0;
  }

  .keiroHeroText {
    padding-bottom: 48px;
  }

  .keiroHeroVisual {
    min-height: 0;
  }

  .keiroHeroVisual img {
    aspect-ratio: 3 / 2;
  }

  .keiroStoryBand > picture img {
    min-height: 0;
  }

  .keiroHomeCopy {
    padding-left: 0;
  }

  .keiroGratitudeGallery {
    grid-template-columns: 1fr 1fr;
  }

  .keiroGratitudeGallery picture:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .keiroPage .siteHeader {
    gap: 5px;
    padding: 11px 18px 13px;
  }

  .keiroPage .brand img {
    display: none;
  }

  .keiroPage .brand span {
    font-size: 17px;
  }

  .keiroHeroText {
    padding: 32px 18px 38px;
  }

  .keiroHeroVisual {
    order: -1;
  }

  .keiroHeroVisual img {
    aspect-ratio: 16 / 9;
  }

  .keiroHero h1 {
    font-size: 43px;
  }

  .keiroDate {
    font-size: 16px;
  }

  .keiroFacts {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobileOnly {
    display: block;
  }

  .keiroIntro {
    padding: 38px 18px;
  }

  .keiroPlanGrid {
    grid-template-columns: 1fr;
  }

  .keiroPlanCard:last-child {
    grid-column: auto;
  }

  .keiroPlanCard picture {
    height: 250px;
  }

  .keiroPlanBody {
    padding: 20px;
  }

  .keiroPlanCard .price span,
  .keiroPlanCard .widePrice span {
    font-size: 27px;
  }

  .keiroStoryBand > div {
    padding: 46px 18px;
  }

  .keiroHome {
    padding-left: 18px;
    padding-right: 18px;
  }

  .keiroGratitude {
    padding-left: 18px;
    padding-right: 18px;
  }

  .keiroGratitudeGallery {
    grid-template-columns: 1fr;
  }

  .keiroGratitudeGallery picture:first-child {
    grid-column: auto;
  }

  .keiroReserveDetails ul {
    columns: 1;
  }

  .keiroReserveDate strong {
    font-size: 24px;
  }
}
