* {
  box-sizing: border-box;
}

html,
body.home-page {
  min-height: 100%;
}

body.home-page {
  margin: 0;
  color: #365f80;
  background-color: #dff3ff;
  background-image:
    radial-gradient(#ffffff 1.4px, transparent 1.4px),
    linear-gradient(90deg, rgba(255,255,255,.28) 50%, transparent 50%);
  background-size: 18px 18px, 52px 52px;
  font-family: "M PLUS Rounded 1c", Arial, sans-serif;
}

body.home-page .site-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.neo-page {
  position: relative;
  width: min(1180px, calc(100% - 28px));
  margin: 22px auto;
  overflow: hidden;
  background: #f8fcff;
  border: 4px solid white;
  outline: 3px solid #8fcbe8;
  border-radius: 18px;
  box-shadow: 0 14px 0 #a6d8ef, 0 24px 45px rgba(55,104,137,.2);
}

.neo-banner {
  position: relative;
  padding: 38px 20px;
  text-align: center;
  background: repeating-linear-gradient(
    90deg,
    #c8ebff 0,
    #c8ebff 35px,
    #edf9ff 35px,
    #edf9ff 70px
  );
  border-bottom: 4px solid #eca4c4;
}

.banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.banner-title h1 {
  margin: 0;
  color: #397da8;
  font-size: clamp(3.5rem, 9vw, 6rem);
  line-height: 1;
  text-shadow: 0 4px white, 0 8px #a9d9ee;
}

.banner-title span,
.banner-charms {
  color: #e488b2;
}

.neo-banner p {
  color: #687f91;
  font-weight: 700;
}

.banner-charms {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 16px;
  font-size: 1.6rem;
}

.banner-cloud {
  display: none;
}

.scallop-divider {
  height: 18px;
  background:
    radial-gradient(circle at 9px -1px, transparent 9px, white 10px)
    0 0 / 18px 18px repeat-x;
}

.neo-layout {
  padding: 22px;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 210px;
  align-items: start;
  gap: 18px;
  background:
    linear-gradient(rgba(245,251,255,.9), rgba(245,251,255,.9)),
    repeating-linear-gradient(
      0deg,
      #f4dce9 0,
      #f4dce9 2px,
      transparent 2px,
      transparent 24px
    );
}

.neo-sidebar,
.neo-center {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.neo-box {
  position: relative;
  padding: 14px;
  background: rgba(255,255,255,.96);
  border: 3px solid white;
  outline: 2px solid #a6d7ed;
  border-radius: 12px;
  box-shadow: 0 6px 0 #c3e5f5, 0 10px 18px rgba(60,110,142,.14);
}

.neo-box h2 {
  margin: -14px -14px 14px;
  padding: 8px 10px;
  color: #44789c;
  background: repeating-linear-gradient(
    90deg,
    #ccecff 0,
    #ccecff 18px,
    #eaf8ff 18px,
    #eaf8ff 36px
  );
  border-bottom: 2px dashed #e99cbd;
  border-radius: 9px 9px 0 0;
  font-size: .9rem;
  text-align: center;
}

.profile-picture {
  width: 105px;
  height: 105px;
  margin: 10px auto;
  display: grid;
  place-items: center;
  background: #dcf3ff;
  border: 7px solid white;
  outline: 2px solid #edabc8;
  border-radius: 50%;
  font-size: 2.7rem;
}

.profile-name {
  margin: 8px 0;
  font-size: 1.15rem;
  font-weight: 800;
  text-align: center;
}

.tiny-copy,
.countdown-box p {
  color: #6d8191;
  font-size: .72rem;
  line-height: 1.55;
  text-align: center;
}

.mood-row {
  padding: 7px;
  display: flex;
  justify-content: space-between;
  background: #eef9ff;
  border: 1px dashed #e69cba;
  border-radius: 7px;
  font-size: .68rem;
}

.cute-navigation {
  display: grid;
  gap: 8px;
}

.cute-navigation a {
  padding: 8px;
  color: #406c8c;
  background: linear-gradient(#fff, #def3ff);
  border: 2px solid white;
  outline: 1px solid #9dcfe8;
  border-radius: 7px;
  box-shadow: 0 4px 0 #afd9ec;
  font-size: .7rem;
  font-weight: 800;
  text-decoration: none;
}

.stamp-grid,
.charms {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.stamp-grid span {
  padding: 8px 4px;
  color: #96627a;
  background: #ffe5f0;
  border: 1px dashed #e59abb;
  border-radius: 5px;
  font-size: .64rem;
  font-weight: 800;
  text-align: center;
}

.welcome-box {
  padding: 27px;
  text-align: center;
}

.welcome-box h2 {
  margin: 0 0 12px;
  padding: 0;
  background: none;
  border: 0;
  font-size: 1.5rem;
}

.welcome-box > p {
  color: #6a8091;
  font-size: .82rem;
}

.box-label {
  position: absolute;
  top: -14px;
  left: 22px;
  padding: 5px 17px;
  color: white;
  background: #7dbfdf;
  border: 3px solid white;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 800;
}

.pink-label {
  background: #e894b8;
}

.welcome-decoration {
  margin-bottom: 12px;
  color: #e48db3;
  font-size: 1.4rem;
}

.featured-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.featured-card {
  min-height: 95px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #3c6785;
  border: 4px solid white;
  outline: 2px solid #8fc9e5;
  border-radius: 13px;
  box-shadow: 0 7px 0 #94cbe4;
  font-size: .84rem;
  text-decoration: none;
}

.blue-card {
  background: linear-gradient(145deg, #d9f3ff, #addff7);
}

.letter-card {
  background: linear-gradient(145deg, #ffe5f0, #f4bdd3);
}

.lavender-card {
  background: linear-gradient(145deg, #eceaff, #ccc8f3);
}

.aqua-card {
  background: linear-gradient(145deg, #d7f8f3, #ace4de);
}

.featured-icon {
  font-size: 1.6rem;
}

.letter-card-text {
  display: flex;
  flex-direction: column;
}

.letter-card small {
  margin-top: 4px;
  font-size: .62rem;
}

.locked-link,
.locked-card {
  cursor: not-allowed;
  filter: grayscale(.35);
  opacity: .68;
}

.scrapbook-box {
  padding: 34px 20px 23px;
  background:
    linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.88)),
    repeating-linear-gradient(
      45deg,
      #e3f4ff 0,
      #e3f4ff 10px,
      #fbe6f0 10px,
      #fbe6f0 20px
    );
}

.polaroid-row {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.polaroid {
  width: 170px;
  padding: 11px 11px 17px;
  background: white;
  box-shadow: 0 8px 18px rgba(65,91,108,.22);
}

.tilted-left {
  transform: rotate(-4deg);
}

.tilted-right {
  transform: rotate(4deg);
}

.photo-placeholder {
  height: 130px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(#9edcf8, #d8f3ff);
  font-size: 2.3rem;
}

.second-photo {
  background: linear-gradient(#f6c7dc, #e8dff8);
}

.polaroid p {
  margin: 11px 0 0;
  font-family: cursive;
  font-size: .8rem;
  text-align: center;
}

.update-box {
  background: #fffdeb;
  outline-color: #e8c7a1;
}

.update-box p {
  font-size: .78rem;
  line-height: 1.6;
}

.tape-strip {
  width: fit-content;
  margin: 14px auto 0;
  padding: 5px 20px;
  background: rgba(245,180,208,.62);
  font-size: .66rem;
  transform: rotate(-2deg);
}

.countdown-screen {
  padding: 12px 6px;
  color: #47738f;
  background: #ddf3ff;
  border: 2px inset white;
  border-radius: 8px;
  font-size: .7rem;
  font-weight: 800;
  text-align: center;
}

.currently-box dl {
  margin: 0;
}

.currently-box dl div {
  padding: 7px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #e6a6c0;
  font-size: .66rem;
}

.currently-box dd {
  margin: 0;
  text-align: right;
}

.note-box {
  padding: 25px 14px 16px;
}

.sticky-note {
  position: relative;
  padding: 28px 14px 20px;
  background: #fff7c6;
  box-shadow: 0 7px 14px rgba(100,89,66,.14);
  font-family: cursive;
  text-align: center;
  transform: rotate(2deg);
}

.note-tape {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 70px;
  height: 23px;
  background: rgba(245,180,209,.7);
  transform: translateX(-50%) rotate(-3deg);
}

.charms span {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: #e28ab1;
  background: #e2f5ff;
  border: 3px solid white;
  outline: 1px solid #9bcfe8;
  border-radius: 50%;
  font-size: 1.35rem;
}

.neo-footer {
  padding: 18px;
  display: flex;
  justify-content: center;
  gap: 10px;
  background: repeating-linear-gradient(
    90deg,
    #d8f2ff 0,
    #d8f2ff 24px,
    #fbe0ec 24px,
    #fbe0ec 48px
  );
  border-top: 3px dashed white;
  font-size: .72rem;
  font-weight: 800;
}

.twinkle-layer {
  display: none;
}

@media (max-width: 900px) {
  .neo-layout {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .neo-layout > .neo-sidebar:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .neo-page {
    width: calc(100% - 12px);
    margin: 8px auto;
  }

  .neo-layout {
    padding: 14px;
    grid-template-columns: 1fr;
  }

  .neo-layout > .neo-sidebar:last-child {
    grid-column: auto;
    display: flex;
  }

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

  .polaroid-row {
    align-items: center;
    flex-direction: column;
  }
}


/* ==================================================
   NEOCITIES FONT, LACE, AND PATTERN OVERRIDES
================================================== */

/* Main rounded body font */
body.home-page,
body.home-page p,
body.home-page a,
body.home-page dt,
body.home-page dd,
body.home-page small,
body.home-page .profile-name,
body.home-page .cute-navigation a,
body.home-page .featured-card,
body.home-page .mood-row,
body.home-page .countdown-screen,
body.home-page .currently-box dl,
body.home-page .stamp-grid span,
body.home-page .tiny-copy,
body.home-page .countdown-box p,
body.home-page .update-box p {
  font-family: "Zen Maru Gothic", sans-serif !important;
}

/* Cute rounded title font */
body.home-page .banner-title h1,
body.home-page .neo-box h2,
body.home-page .box-label,
body.home-page .welcome-box h2,
body.home-page .featured-card strong {
  font-family: "Kiwi Maru", serif !important;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* Handwritten accent font */
body.home-page .neo-banner p,
body.home-page .polaroid p,
body.home-page .sticky-note,
body.home-page .tape-strip,
body.home-page .neo-footer {
  font-family: "Yomogi", cursive !important;
}

/* Keep decorations inside each widget */
body.home-page .neo-box {
  position: relative;
  overflow: hidden;
}

/* Lace underneath every box heading */
body.home-page .neo-box h2 {
  position: relative;
  z-index: 3;
  padding-bottom: 12px;
}

body.home-page .neo-box h2::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 12px;
  content: "";
  background:
    radial-gradient(
      circle at 10px 0,
      #ffffff 10px,
      transparent 10.5px
    )
    0 0 / 20px 12px repeat-x;
  pointer-events: none;
}

/* Small inner lace strip */
body.home-page .neo-box::before {
  position: absolute;
  top: 43px;
  right: 12px;
  left: 12px;
  z-index: 2;
  height: 10px;
  content: "";
  background:
    radial-gradient(
      circle at 6px 10px,
      rgba(255, 255, 255, 0.95) 6px,
      transparent 6.5px
    )
    0 0 / 12px 10px repeat-x;
  pointer-events: none;
}

/* Layered white and blue widget frame */
body.home-page .neo-box {
  border: 2px solid #ffffff !important;
  outline: none !important;
  box-shadow:
    0 0 0 3px #ffffff,
    0 0 0 5px rgba(161, 211, 235, 0.96),
    0 7px 0 #c7e8f7,
    0 14px 20px rgba(65, 111, 142, 0.14) !important;
}


/* ==================================================
   PROFILE: PINK POLKA DOTS
================================================== */

body.home-page .profile-box {
  background-color: #fff9fc !important;
  background-image:
    radial-gradient(
      circle,
      rgba(241, 168, 197, 0.72) 1.5px,
      transparent 1.7px
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.82),
      rgba(255, 255, 255, 0.82)
    ) !important;
  background-size: 16px 16px, auto !important;
}

body.home-page .profile-box h2 {
  background:
    repeating-linear-gradient(
      90deg,
      #ffd7e9 0,
      #ffd7e9 18px,
      #fff0f7 18px,
      #fff0f7 36px
    ) !important;
  color: #98627d !important;
}


/* ==================================================
   NAVIGATION: BLUE DIAGONAL STRIPES
================================================== */

body.home-page .navigation-box {
  background-color: #f4fbff !important;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(195, 230, 248, 0.55) 0,
      rgba(195, 230, 248, 0.55) 12px,
      rgba(243, 251, 255, 0.55) 12px,
      rgba(243, 251, 255, 0.55) 24px
    ) !important;
}

body.home-page .navigation-box h2 {
  background:
    repeating-linear-gradient(
      90deg,
      #ccecff 0,
      #ccecff 18px,
      #ecf9ff 18px,
      #ecf9ff 36px
    ) !important;
}


/* ==================================================
   TINY THINGS: GREEN AND YELLOW CHECKER
================================================== */

body.home-page .mini-links {
  background-color: #fffef4 !important;
  background-image:
    linear-gradient(
      rgba(213, 242, 210, 0.55) 50%,
      transparent 50%
    ),
    linear-gradient(
      90deg,
      rgba(255, 240, 174, 0.55) 50%,
      transparent 50%
    ) !important;
  background-size: 22px 22px !important;
}

body.home-page .mini-links h2 {
  background:
    repeating-linear-gradient(
      90deg,
      #dcf5d9 0,
      #dcf5d9 18px,
      #fff6bd 18px,
      #fff6bd 36px
    ) !important;
  color: #718b62 !important;
}


/* ==================================================
   WELCOME: LIGHT-BLUE DOTS
================================================== */

body.home-page .welcome-box {
  background-color: #fbfeff !important;
  background-image:
    radial-gradient(
      circle,
      rgba(167, 212, 238, 0.73) 1.4px,
      transparent 1.7px
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.88),
      rgba(255, 255, 255, 0.88)
    ) !important;
  background-size: 18px 18px, auto !important;
}

body.home-page .welcome-box h2 {
  color: #42789a !important;
}


/* ==================================================
   SCRAPBOOK: GREEN, YELLOW, AND PINK STRIPES
================================================== */

body.home-page .scrapbook-box {
  background-color: #fcfff5 !important;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.79),
      rgba(255, 255, 255, 0.79)
    ),
    repeating-linear-gradient(
      45deg,
      rgba(213, 242, 210, 0.78) 0,
      rgba(213, 242, 210, 0.78) 12px,
      rgba(255, 243, 176, 0.78) 12px,
      rgba(255, 243, 176, 0.78) 24px,
      rgba(251, 224, 236, 0.7) 24px,
      rgba(251, 224, 236, 0.7) 36px
    ) !important;
}


/* ==================================================
   UPDATE: PINK GRAPH PAPER
================================================== */

body.home-page .update-box {
  background-color: #fff8fc !important;
  background-image:
    linear-gradient(
      rgba(245, 207, 226, 0.63) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(245, 207, 226, 0.63) 1px,
      transparent 1px
    ) !important;
  background-size: 20px 20px !important;
}

body.home-page .update-box h2 {
  color: #976c81 !important;
  background:
    repeating-linear-gradient(
      90deg,
      #f9dce9 0,
      #f9dce9 18px,
      #fff2f8 18px,
      #fff2f8 36px
    ) !important;
}


/* ==================================================
   COUNTDOWN: BLUE VERTICAL STRIPES
================================================== */

body.home-page .countdown-box {
  background-color: #f4fbff !important;
  background-image:
    repeating-linear-gradient(
      90deg,
      rgba(202, 234, 250, 0.63) 0,
      rgba(202, 234, 250, 0.63) 16px,
      rgba(243, 251, 255, 0.63) 16px,
      rgba(243, 251, 255, 0.63) 32px
    ) !important;
}

body.home-page .countdown-box h2 {
  background:
    repeating-linear-gradient(
      90deg,
      #ccecff 0,
      #ccecff 18px,
      #ecf9ff 18px,
      #ecf9ff 36px
    ) !important;
}


/* ==================================================
   CURRENTLY: LAVENDER DOTS
================================================== */

body.home-page .currently-box {
  background-color: #fbf8ff !important;
  background-image:
    radial-gradient(
      circle,
      rgba(211, 191, 241, 0.75) 1.3px,
      transparent 1.6px
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.84),
      rgba(255, 255, 255, 0.84)
    ) !important;
  background-size: 17px 17px, auto !important;
}

body.home-page .currently-box h2 {
  background:
    repeating-linear-gradient(
      90deg,
      #ebe3ff 0,
      #ebe3ff 18px,
      #faf7ff 18px,
      #faf7ff 36px
    ) !important;
  color: #776b9b !important;
}


/* ==================================================
   NOTE: CREAM POLKA DOTS
================================================== */

body.home-page .note-box {
  background-color: #fffdf0 !important;
  background-image:
    radial-gradient(
      circle,
      rgba(247, 218, 129, 0.75) 1.3px,
      transparent 1.6px
    ) !important;
  background-size: 18px 18px !important;
}


/* ==================================================
   CHARMS: MINT AND PINK GINGHAM
================================================== */

body.home-page .charm-box {
  background-color: #f4fffb !important;
  background-image:
    linear-gradient(
      rgba(187, 239, 229, 0.52) 50%,
      transparent 50%
    ),
    linear-gradient(
      90deg,
      rgba(255, 226, 238, 0.48) 50%,
      transparent 50%
    ) !important;
  background-size: 24px 24px !important;
}

body.home-page .charm-box h2 {
  background:
    repeating-linear-gradient(
      90deg,
      #d9faf5 0,
      #d9faf5 18px,
      #fff0f7 18px,
      #fff0f7 36px
    ) !important;
}


/* ==================================================
   FEATURED PAGE BUTTONS
================================================== */

body.home-page .featured-card {
  border: 2px solid #ffffff !important;
  outline: none !important;
  border-radius: 16px !important;
  box-shadow:
    0 0 0 3px #ffffff,
    0 0 0 5px rgba(148, 204, 230, 0.94),
    0 8px 0 rgba(148, 204, 230, 0.94),
    0 14px 18px rgba(65, 111, 142, 0.12) !important;
}

body.home-page .featured-card:hover {
  transform: translateY(-4px);
}

body.home-page .featured-card strong {
  font-family: "Kiwi Maru", serif !important;
  font-weight: 500;
}

body.home-page .sticky-note {
  font-size: 1rem;
  line-height: 1.55;
}

body.home-page .neo-footer {
  font-family: "Yomogi", cursive !important;
  letter-spacing: 0.05em;
}

/* =========================================
   FIX LACE POSITION + REPLACE WHITE RIBBON
========================================= */

/* remove the old misplaced white ribbon strip */
body.home-page .neo-box::before {
  display: none !important;
}

/* make sure the header can hold the lace properly */
body.home-page .neo-box h2 {
  position: relative;
  overflow: visible;
  padding-top: 10px;
  padding-bottom: 14px;
  margin-bottom: 18px !important;
}

/* replace old lace with a cleaner scallop/lace trim
   placed directly under the header */
body.home-page .neo-box h2::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -8px;
  height: 16px;
  z-index: 3;
  background:
    radial-gradient(circle at 8px 0, #ffffff 8px, transparent 8.5px) 0 0 / 16px 10px repeat-x,
    linear-gradient(to bottom, rgba(255,255,255,0.98), rgba(255,255,255,0.98)) 0 2px / 100% 8px no-repeat,
    repeating-linear-gradient(
      90deg,
      rgba(245, 197, 220, 0.55) 0,
      rgba(245, 197, 220, 0.55) 2px,
      transparent 2px,
      transparent 14px
    ) 0 100% / 100% 4px no-repeat;
  pointer-events: none;
}

/* soften the line between title bar and box body */
body.home-page .neo-box h2 {
  border-bottom: none !important;
}

/* slightly lower the body content so lace doesn't overlap */
body.home-page .neo-box > *:not(h2):not(.box-label) {
  position: relative;
  z-index: 1;
}

/* keep the welcome/scrapbook labels above everything */
body.home-page .box-label {
  z-index: 10;
}

/* scrapbook section specifically:
   make sure no random lace appears floating in the middle */
body.home-page .scrapbook-box {
  overflow: hidden;
}

body.home-page .scrapbook-box .polaroid-row {
  position: relative;
  z-index: 1;
  margin-top: 6px;
}

/* if any section still feels too tight, this evens spacing */
body.home-page .neo-box {
  padding-top: 14px;
}

/* optional: slightly prettier lace on the big banner/footer feel */
body.home-page .neo-footer {
  position: relative;
  overflow: hidden;
}

body.home-page .neo-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 12px;
  background:
    radial-gradient(circle at 8px 12px, #ffffff 8px, transparent 8.5px) 0 0 / 16px 12px repeat-x;
  opacity: 0.95;
}

/* Countdown and header formatting fixes */

body.home-page .banner-photo-frame {
  position: relative;
}

body.home-page .relationship-counter {
  top: 14px !important;
  right: 14px !important;
  width: auto !important;
  max-width: 230px;
  min-width: 175px;
}

body.home-page #dating-days {
  display: block;
  white-space: nowrap;
}

body.home-page .countdown-screen {
  min-height: 56px;
  padding: 12px 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body.home-page #side-countdown,
body.home-page #letter-countdown {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

body.home-page .trip-countdown {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

body.home-page .trip-countdown > span {
  min-width: 0;
  line-height: 1.35;
}

body.home-page .trip-countdown strong {
  white-space: nowrap;
}

body.home-page .timezone-note {
  overflow-wrap: anywhere;
}

/* =========================================
   FONT CORRECTION
========================================= */

/* Normal readable text */
body.home-page,
body.home-page p,
body.home-page a,
body.home-page button,
body.home-page small,
body.home-page dt,
body.home-page dd,
body.home-page .tiny-copy,
body.home-page .profile-message,
body.home-page .countdown-screen,
body.home-page .trip-countdown {
  font-family: "Nunito", "Noto Sans JP", sans-serif !important;
}

/* Japanese page names: clean rounded Japanese font */
body.home-page .cute-navigation a,
body.home-page .nav-counter-button,
body.home-page .featured-card strong,
body.home-page .food-links-box h2 {
  font-family: "Noto Sans JP", "Nunito", sans-serif !important;
  font-weight: 700 !important;
}

/* English retro bubble titles only */
body.home-page .banner-title h1,
body.home-page .neo-box h2,
body.home-page .box-label,
body.home-page .profile-name {
  font-family: "Caprasimo", "Cooper Black", Georgia, serif !important;
  font-weight: 400 !important;
}

/* Photo formatting */
body.home-page .main-photo-card {
  overflow: hidden;
}

body.home-page .main-photo-card img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
}

/* Hide broken image text if a photo is temporarily missing */
body.home-page .main-photo-card img {
  color: transparent;
  font-size: 0;
}

@media (max-width: 680px) {
  body.home-page .main-photo-card img {
    height: 280px;
  }
}


/* ==================================================
   BANNER, PHOTO SIZE, AND CLEANUP OVERRIDES
================================================== */

/* Japanese title replacing "something special" */
body.home-page .banner-title h1 {
  max-width: 760px;
  font-family:
    "Noto Sans JP",
    "Zen Maru Gothic",
    sans-serif !important;
  font-size: clamp(3rem, 8vw, 6.4rem) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.03em !important;
  text-align: center;
}

/* Center the title now that the subtitle is gone */
body.home-page .banner-title {
  align-items: center !important;
  justify-content: center !important;
}

body.home-page .banner-title-wrap {
  justify-content: center !important;
}

/* Top-right relationship counter */
body.home-page .relationship-counter {
  top: 14px !important;
  right: 14px !important;
  max-width: 220px;
  min-width: 175px;
}

body.home-page .counter-label {
  white-space: nowrap;
}

body.home-page #dating-days {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}


/* --------------------------------------------------
   PHOTO GALLERY SIZE FIX

   The photos looked huge because the grid stretched
   them to the entire center-column width.
-------------------------------------------------- */

body.home-page .main-photo-grid {
  display: flex !important;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px !important;
}

body.home-page .main-photo-card {
  width: 220px !important;
  max-width: 42% !important;
  flex: 0 0 220px !important;
  margin: 0 !important;
  padding: 9px 9px 14px !important;
  overflow: hidden;
}

body.home-page .main-photo-card img {
  display: block;
  width: 100% !important;
  height: 165px !important;
  max-width: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.home-page .main-photo-card figcaption {
  margin-top: 8px !important;
  font-size: 0.78rem !important;
}

body.home-page .photo-gallery-box {
  min-height: 260px;
  padding-top: 35px !important;
}


/* Remove unused letter-countdown styling */
body.home-page .countdown-box {
  display: none !important;
}


/* Update box after removing the tape */
body.home-page .update-box {
  padding-bottom: 18px !important;
}

body.home-page .update-box p {
  margin-bottom: 0;
}


/* New sticky-note phrase */
body.home-page .sticky-note {
  font-family:
    "Noto Sans JP",
    "Nunito",
    sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 600;
  line-height: 1.75 !important;
}


/* Smaller screens */
@media (max-width: 680px) {
  body.home-page .main-photo-grid {
    flex-direction: column;
    align-items: center;
  }

  body.home-page .main-photo-card {
    width: min(230px, 88%) !important;
    max-width: 88% !important;
    flex-basis: auto !important;
  }

  body.home-page .main-photo-card img {
    height: 175px !important;
  }
}


/* ==================================================
   PHOTO BANNER WITH BOTTOM-RIGHT JAPANESE TITLE
================================================== */

body.home-page .neo-banner {
  padding: 20px !important;
  background:
    repeating-linear-gradient(
      90deg,
      #ccecff 0,
      #ccecff 24px,
      #eefaff 24px,
      #eefaff 48px
    ) !important;
  border-bottom: 4px solid #eca4c6 !important;
}

body.home-page .banner-photo-frame {
  position: relative;
  min-height: 290px !important;
  overflow: hidden;

  background: #dff3ff;

  border: 4px solid #ffffff;
  outline: 3px solid #e9abc7;
  border-radius: 18px;

  box-shadow:
    0 0 0 5px #d8f1fc,
    0 11px 0 rgba(154, 207, 233, 0.78),
    0 18px 25px rgba(67, 104, 128, 0.16);
}

body.home-page .banner-photo {
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(
      rgba(218, 237, 247, 0.10),
      rgba(218, 237, 247, 0.10)
    ),
    url("/images/us-banner.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  filter:
    saturate(0.95)
    brightness(1.04)
    contrast(0.95);
}

/* Soft faded edge so it feels like an old-web banner */
body.home-page .banner-photo-frame::after {
  position: absolute;
  inset: 0;
  z-index: 1;

  content: "";

  background:
    linear-gradient(
      to top,
      rgba(223, 242, 252, 0.30),
      transparent 43%
    );

  box-shadow:
    inset 0 0 35px rgba(255, 255, 255, 0.48);

  pointer-events: none;
}


/* ==================================================
   TOP-RIGHT DAYS-TOGETHER BADGE
================================================== */

body.home-page .relationship-counter {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  z-index: 10 !important;

  width: auto !important;
  min-width: 190px;
  max-width: 235px;

  padding: 10px 14px !important;

  display: flex;
  align-items: flex-end;
  flex-direction: column;

  color: #55758d;
  background: rgba(255, 246, 251, 0.90);

  border: 3px solid #ffffff;
  outline: 2px solid #e8a9c5;
  border-radius: 12px;

  box-shadow:
    0 5px 0 rgba(229, 164, 194, 0.75),
    0 10px 16px rgba(64, 91, 109, 0.15);

  text-align: right;
  backdrop-filter: blur(6px);
}

body.home-page .relationship-counter::before {
  position: absolute;
  top: -9px;
  left: 13px;

  content: "♡";

  color: #e886b1;
  font-size: 1.2rem;
}

body.home-page .counter-label {
  color: #a06b84;

  font-family:
    "Nunito",
    "Noto Sans JP",
    sans-serif !important;

  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  white-space: nowrap;
}

body.home-page #dating-days {
  display: block;
  margin-top: 3px;

  color: #4e7894;

  font-family:
    "Caprasimo",
    "Cooper Black",
    Georgia,
    serif !important;

  font-size: 0.92rem;
  font-weight: 400;

  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}


/* ==================================================
   BOTTOM-RIGHT だいすきだよっ TITLE
================================================== */

body.home-page .banner-corner-title {
  position: absolute;
  right: 25px;
  bottom: 21px;
  z-index: 8;

  display: flex;
  align-items: flex-end;
  gap: 7px;

  max-width: calc(100% - 40px);
}

body.home-page .banner-title-star {
  margin-bottom: 4px;

  color: #ffffff;

  font-family:
    "Caprasimo",
    "Cooper Black",
    Georgia,
    serif;

  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1;

  -webkit-text-stroke: 2px #94d0e9;
  paint-order: stroke fill;

  text-shadow:
    2px 2px 0 #83c3df,
    4px 4px 0 #f4dc8b,
    6px 6px 0 #f2b6cf;
}

body.home-page .banner-corner-title h1 {
  margin: 0;

  color: #f8fdff;

  font-family:
    "Noto Sans JP",
    "Zen Maru Gothic",
    sans-serif !important;

  font-size: clamp(2.4rem, 6vw, 5.3rem) !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
  letter-spacing: 0.025em !important;

  text-align: right;

  -webkit-text-stroke: 3px #9bd4ec;
  paint-order: stroke fill;

  text-shadow:
    2px 2px 0 #7fc1dd,
    4px 4px 0 #f4dc8d,
    6px 6px 0 #f1b4ce,
    8px 8px 13px rgba(57, 91, 112, 0.25) !important;
}


/* Remove styling from previous banner versions */
body.home-page .banner-title-wrap,
body.home-page .banner-mini-text,
body.home-page .banner-subtitle,
body.home-page .banner-kira {
  display: none !important;
}


/* ==================================================
   MOBILE BANNER
================================================== */

@media (max-width: 680px) {
  body.home-page .neo-banner {
    padding: 12px !important;
  }

  body.home-page .banner-photo-frame {
    min-height: 235px !important;
  }

  body.home-page .relationship-counter {
    top: 10px !important;
    right: 10px !important;

    min-width: 155px;
    max-width: 185px;

    padding: 8px 10px !important;
  }

  body.home-page .counter-label {
    font-size: 0.5rem;
  }

  body.home-page #dating-days {
    font-size: 0.75rem;
  }

  body.home-page .banner-corner-title {
    right: 15px;
    bottom: 15px;
  }

  body.home-page .banner-corner-title h1 {
    font-size: clamp(2rem, 11vw, 3.3rem) !important;
    -webkit-text-stroke: 2px #9bd4ec;
  }

  body.home-page .banner-title-star {
    font-size: 1.8rem;
    -webkit-text-stroke: 1.5px #94d0e9;
  }
}


/* ==================================================
   SPECIAL PAGES — EVEN THREE-CARD ROW
================================================== */

body.home-page .featured-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 16px !important;
}

body.home-page .featured-card {
  width: 100%;
  min-width: 0;
  min-height: 125px !important;
  padding: 17px 12px !important;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  gap: 9px !important;
  text-align: center;
}

body.home-page .featured-card .featured-icon {
  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  background: rgba(255, 255, 255, 0.62);
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;

  box-shadow:
    inset 0 2px 0 white,
    0 3px 0 rgba(112, 172, 204, 0.35);

  font-size: 1.3rem;
}

body.home-page .featured-card strong {
  display: block;
  line-height: 1.4;
}

body.home-page .letter-card-text {
  align-items: center;
}

body.home-page .featured-card small {
  display: block;
  margin-top: 3px;
}


/* ==================================================
   UPCOMING TRIPS — ICON CARDS
================================================== */

body.home-page .currently-box h2 {
  font-family:
    "Noto Sans JP",
    "Nunito",
    sans-serif !important;

  font-weight: 800 !important;
}

body.home-page .trip-countdown-list {
  display: grid !important;
  gap: 11px !important;
}

body.home-page .trip-countdown {
  min-height: 62px;
  padding: 8px 9px !important;

  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center;

  gap: 8px !important;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(242, 237, 255, 0.92)
    ) !important;

  border: 3px solid #ffffff !important;
  outline: 1px solid #cbbbea;
  border-radius: 11px !important;

  box-shadow:
    0 4px 0 #d9cdf1,
    0 7px 12px rgba(99, 83, 135, 0.10);
}

body.home-page .trip-label {
  min-width: 0;

  display: flex;
  align-items: center;
  gap: 8px;

  color: #5c7190;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.3;
}

body.home-page .trip-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;

  display: grid;
  place-items: center;

  background: #ffffff;
  border: 2px solid #eee9fa;
  border-radius: 50%;

  box-shadow:
    inset 0 2px 0 white,
    0 3px 0 #d8cdef;

  font-size: 1rem;
}

body.home-page .trip-countdown strong {
  min-width: 49px !important;
  padding: 5px 7px !important;

  color: #936d9d !important;
  background: #f5e8fa !important;

  border: 1px solid #e2cdea;
  border-radius: 999px !important;

  font-size: 0.61rem !important;
  font-weight: 800;
  white-space: nowrap;
  text-align: center;
}


/* ==================================================
   FOOD LINKS — ICE CREAM AND BOBA ICONS
================================================== */

body.home-page .food-link {
  min-height: 64px;
}

body.home-page .food-link-title {
  min-width: 0;

  display: flex;
  align-items: center;
  gap: 10px;
}

body.home-page .food-icon {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;

  display: grid;
  place-items: center;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      #fff4ca
    );

  border: 2px solid #ffffff;
  outline: 1px solid #ead48e;
  border-radius: 12px;

  box-shadow:
    0 4px 0 #eadb9c,
    inset 0 2px 0 white;

  font-size: 1.25rem;
}

body.home-page .food-link-title > span:last-child {
  line-height: 1.3;
}

body.home-page .food-link small {
  flex: 0 0 auto;
  text-align: right;
}


/* ==================================================
   RESPONSIVE LAYOUT
================================================== */

@media (max-width: 900px) {
  body.home-page .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home-page .featured-card:last-child {
    grid-column: 1 / -1;
    width: min(360px, 100%);
    justify-self: center;
  }
}

@media (max-width: 680px) {
  body.home-page .featured-grid {
    grid-template-columns: 1fr !important;
  }

  body.home-page .featured-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  body.home-page .food-link {
    align-items: flex-start;
    flex-direction: column;
  }

  body.home-page .food-link small {
    padding-left: 49px;
    text-align: left;
  }
}


/* ==================================================
   SPECIAL PAGES — EVEN THREE-CARD ROW
================================================== */

body.home-page .featured-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 16px !important;
}

body.home-page .featured-card {
  width: 100%;
  min-width: 0;
  min-height: 125px !important;
  padding: 17px 12px !important;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  gap: 9px !important;
  text-align: center;
}

body.home-page .featured-card .featured-icon {
  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  background: rgba(255, 255, 255, 0.62);
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;

  box-shadow:
    inset 0 2px 0 white,
    0 3px 0 rgba(112, 172, 204, 0.35);

  font-size: 1.3rem;
}

body.home-page .featured-card strong {
  display: block;
  line-height: 1.4;
}

body.home-page .letter-card-text {
  align-items: center;
}

body.home-page .featured-card small {
  display: block;
  margin-top: 3px;
}


/* ==================================================
   UPCOMING TRIPS — ICON CARDS
================================================== */

body.home-page .currently-box h2 {
  font-family:
    "Noto Sans JP",
    "Nunito",
    sans-serif !important;

  font-weight: 800 !important;
}

body.home-page .trip-countdown-list {
  display: grid !important;
  gap: 11px !important;
}

body.home-page .trip-countdown {
  min-height: 62px;
  padding: 8px 9px !important;

  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center;

  gap: 8px !important;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(242, 237, 255, 0.92)
    ) !important;

  border: 3px solid #ffffff !important;
  outline: 1px solid #cbbbea;
  border-radius: 11px !important;

  box-shadow:
    0 4px 0 #d9cdf1,
    0 7px 12px rgba(99, 83, 135, 0.10);
}

body.home-page .trip-label {
  min-width: 0;

  display: flex;
  align-items: center;
  gap: 8px;

  color: #5c7190;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.3;
}

body.home-page .trip-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;

  display: grid;
  place-items: center;

  background: #ffffff;
  border: 2px solid #eee9fa;
  border-radius: 50%;

  box-shadow:
    inset 0 2px 0 white,
    0 3px 0 #d8cdef;

  font-size: 1rem;
}

body.home-page .trip-countdown strong {
  min-width: 49px !important;
  padding: 5px 7px !important;

  color: #936d9d !important;
  background: #f5e8fa !important;

  border: 1px solid #e2cdea;
  border-radius: 999px !important;

  font-size: 0.61rem !important;
  font-weight: 800;
  white-space: nowrap;
  text-align: center;
}


/* ==================================================
   FOOD LINKS — ICE CREAM AND BOBA ICONS
================================================== */

body.home-page .food-link {
  min-height: 64px;
}

body.home-page .food-link-title {
  min-width: 0;

  display: flex;
  align-items: center;
  gap: 10px;
}

body.home-page .food-icon {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;

  display: grid;
  place-items: center;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      #fff4ca
    );

  border: 2px solid #ffffff;
  outline: 1px solid #ead48e;
  border-radius: 12px;

  box-shadow:
    0 4px 0 #eadb9c,
    inset 0 2px 0 white;

  font-size: 1.25rem;
}

body.home-page .food-link-title > span:last-child {
  line-height: 1.3;
}

body.home-page .food-link small {
  flex: 0 0 auto;
  text-align: right;
}


/* ==================================================
   RESPONSIVE LAYOUT
================================================== */

@media (max-width: 900px) {
  body.home-page .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home-page .featured-card:last-child {
    grid-column: 1 / -1;
    width: min(360px, 100%);
    justify-self: center;
  }
}

@media (max-width: 680px) {
  body.home-page .featured-grid {
    grid-template-columns: 1fr !important;
  }

  body.home-page .featured-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  body.home-page .food-link {
    align-items: flex-start;
    flex-direction: column;
  }

  body.home-page .food-link small {
    padding-left: 49px;
    text-align: left;
  }
}


/* ==================================================
   ROUND TRAVEL TITLE
================================================== */

body.home-page .travel-title {
  font-family:
    "Fredoka",
    "Nunito",
    "Noto Sans JP",
    sans-serif !important;

  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  color: #756b9a !important;

  -webkit-text-stroke: 0 !important;
  text-shadow:
    0 2px 0 #ffffff,
    0 4px 0 rgba(207, 192, 239, 0.75) !important;
}


/* ==================================================
   PROFILE PHOTO + TEXT
================================================== */

/* remove the empty space left by the deleted heading */
body.home-page .profile-box {
  padding-top: 18px !important;
}

/* force the real profile image to fill the circle */
body.home-page .profile-picture,
body.home-page .profile-photo {
  width: 128px !important;
  height: 128px !important;
  margin: 5px auto 16px !important;

  background-image: url("/images/us-profile.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;

  border: 7px solid #ffffff !important;
  outline: 3px solid #f0afd0 !important;
  border-radius: 50% !important;

  box-shadow:
    0 0 0 4px #ffffff,
    0 7px 0 #c1e3f3,
    0 13px 19px rgba(71, 110, 137, 0.17) !important;

  overflow: hidden !important;
}

/* hide any old cloud/heart placeholder children */
body.home-page .profile-picture > span,
body.home-page .profile-photo > span {
  display: none !important;
}

body.home-page .profile-name {
  max-width: 180px;
  margin: 0 auto 10px !important;

  color: #497a99 !important;

  font-family:
    "Noto Sans JP",
    "Nunito",
    sans-serif !important;

  font-size: 0.9rem !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  text-align: center;
}

body.home-page .profile-message {
  margin: 10px auto 14px !important;

  color: #a26682 !important;

  font-family:
    "Noto Sans JP",
    "Nunito",
    sans-serif !important;

  font-size: 0.93rem !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  text-align: center;
}


/* ==================================================
   FIX CUT-OFF "OUR PHOTOS" LABEL
================================================== */

body.home-page .photo-gallery-box {
  overflow: visible !important;
  padding-top: 42px !important;
}

body.home-page .photo-gallery-box .box-label {
  top: -13px !important;
  left: 50% !important;

  transform: translateX(-50%) !important;

  padding: 6px 24px !important;
  white-space: nowrap;

  border-radius: 999px !important;
  z-index: 30 !important;
}


/* ==================================================
   CUTE AITAI CLICKER
================================================== */

body.home-page #aitai-card,
body.home-page #aitai-button {
  position: relative;
  overflow: visible !important;
}

body.home-page #aitai-card strong,
body.home-page #aitai-button {
  font-family:
    "Fredoka",
    "Nunito",
    "Noto Sans JP",
    sans-serif !important;

  font-weight: 700 !important;
}

body.home-page #aitai-card strong {
  color: #71619c !important;
  -webkit-text-stroke: 0 !important;
  text-shadow:
    0 2px 0 #ffffff,
    0 4px 0 rgba(202, 188, 239, 0.78) !important;
}

body.home-page #aitai-card small {
  margin-top: 6px;

  color: #9a72a6 !important;
  font-family: "Nunito", sans-serif !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
}

body.home-page #aitai-card-count,
body.home-page #aitai-count {
  display: inline-grid;
  min-width: 28px;
  height: 24px;
  padding: 0 7px;
  place-items: center;

  color: #ffffff !important;
  background:
    linear-gradient(145deg, #f1a7cc, #c8b2ed);

  border: 2px solid #ffffff;
  border-radius: 999px;

  box-shadow:
    0 3px 0 #a992d0,
    inset 0 2px 0 rgba(255,255,255,0.72);

  font-size: 0.68rem;
  font-weight: 900;
}

/* floating hearts created by JavaScript */
body.home-page .floating-click-heart {
  position: fixed;
  z-index: 99999;

  pointer-events: none;
  user-select: none;

  color: #f08fbd;

  font-family:
    "Fredoka",
    "Nunito",
    sans-serif;

  font-size: 1.35rem;
  line-height: 1;

  text-shadow:
    0 2px 0 #ffffff,
    0 4px 7px rgba(111, 76, 113, 0.18);

  animation: shuma-heart-float 950ms ease-out forwards;
}

@keyframes shuma-heart-float {
  0% {
    opacity: 0;
    transform:
      translate(-50%, -20%)
      scale(0.6)
      rotate(-8deg);
  }

  18% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform:
      translate(
        calc(-50% + var(--heart-x)),
        -125px
      )
      scale(1.35)
      rotate(var(--heart-r));
  }
}


/* ==================================================
   ONDelete: THREE HORIZONTAL ICON CARDS
================================================== */

body.home-page .food-link-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 16px !important;
}

body.home-page .food-icon-card {
  min-width: 0;
  min-height: 155px !important;
  padding: 16px 10px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;

  gap: 10px !important;

  text-align: center !important;
  text-decoration: none !important;

  border-radius: 18px !important;
}

body.home-page .food-link-title {
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
  gap: 10px !important;
}

body.home-page .food-icon {
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px !important;

  display: grid;
  place-items: center;

  font-size: 1.6rem !important;
  border-radius: 50% !important;
}

body.home-page .food-link-title > span:last-child {
  color: #55748c;

  font-family:
    "Fredoka",
    "Nunito",
    sans-serif !important;

  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

body.home-page .food-icon-card small {
  padding: 0 !important;
  color: #98758b !important;
  text-align: center !important;
}

@media (max-width: 760px) {
  body.home-page .food-link-grid {
    grid-template-columns: 1fr !important;
  }

  body.home-page .food-icon-card {
    min-height: 120px !important;
  }
}

/* Final banner image override */
body.home-page .banner-photo {
  background-image: url("/images/us-banner.jpg?v=4") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}


/* ==================================================
   PRETTIER KOREAN FONT
================================================== */

body.home-page .travel-title,
body.home-page .profile-name,
body.home-page .profile-message,
body.home-page .nav-button,
body.home-page .featured-card strong {
  font-family:
    "Jua",
    "Noto Sans KR",
    "Noto Sans JP",
    sans-serif !important;
}

body.home-page .travel-title {
  font-size: 1.55rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
}

body.home-page .profile-name {
  font-size: 1.08rem !important;
  font-weight: 400 !important;
}

body.home-page .profile-message {
  font-family:
    "Dongle",
    "Jua",
    sans-serif !important;

  font-size: 1.45rem !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}


/* ==================================================
   REMOVE ANY LEFTOVER PROFILE MOOD BOX
================================================== */

body.home-page .profile-mood,
body.home-page .mood-row,
body.home-page .mood-box {
  display: none !important;
}


/* ==================================================
   LARGER TWO-PHOTO GALLERY
================================================== */

body.home-page .photo-gallery,
body.home-page .photo-grid,
body.home-page .gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
}

body.home-page .photo-gallery-box figure,
body.home-page .photo-gallery-box .photo-card {
  width: 100% !important;
  margin: 0 !important;
}

body.home-page .photo-gallery-box img {
  display: block !important;

  width: 100% !important;
  height: 285px !important;

  object-fit: cover !important;
  object-position: center !important;

  border: 5px solid #ffffff !important;
  outline: 2px solid #a9d8ed !important;
  border-radius: 14px !important;

  box-shadow:
    0 6px 0 #bfdfed,
    0 12px 18px rgba(67, 108, 133, 0.14) !important;
}

body.home-page .photo-gallery-box figcaption,
body.home-page .photo-gallery-box .photo-caption {
  display: none !important;
}


/* ==================================================
   BOBA PHOTO UPDATE STRIP
================================================== */

body.home-page .boba-update-box {
  padding: 22px !important;
  overflow: hidden !important;
}

body.home-page .boba-photo-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

body.home-page .boba-photo-card {
  margin: 0 !important;
  padding: 7px !important;

  background: rgba(255, 255, 255, 0.82);

  border: 2px solid #ffffff;
  outline: 2px solid #efb4cf;
  border-radius: 15px;

  box-shadow:
    0 6px 0 #c5e5f2,
    0 11px 17px rgba(75, 106, 129, 0.13);

  transform: rotate(-1deg);
}

body.home-page .boba-photo-card:nth-child(2) {
  transform: rotate(1.2deg);
}

body.home-page .boba-photo-card:nth-child(3) {
  transform: rotate(-0.7deg);
}

body.home-page .boba-photo-card img {
  display: block;

  width: 100%;
  height: 230px;

  object-fit: cover;
  object-position: center;

  border-radius: 9px;
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 760px) {
  body.home-page .photo-gallery,
  body.home-page .photo-grid,
  body.home-page .gallery-grid {
    grid-template-columns: 1fr !important;
  }

  body.home-page .photo-gallery-box img {
    height: 310px !important;
  }

  body.home-page .boba-photo-grid {
    grid-template-columns: 1fr !important;
  }

  body.home-page .boba-photo-card img {
    height: 300px;
  }
}
