/*
 * Shinojima Discover Home
 *
 * Generated from the approved local card-design-mock.html presentation.
 * WordPress-specific shell rules are kept here so a normal Shortcode block
 * becomes the full-width public experience.
 */

body.shinojima-discover-page .wp-site-blocks > header,
body.shinojima-discover-page .wp-site-blocks > footer,
body.shinojima-discover-page .wp-block-post-title {
	display: none !important;
}

body.shinojima-discover-page .wp-site-blocks,
body.shinojima-discover-page .wp-site-blocks > main,
body.shinojima-discover-page .wp-block-post-content,
body.shinojima-discover-page .wp-block-post-content > .alignfull,
body.shinojima-discover-page .sjg-discover-home {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.shinojima-discover-page .wp-site-blocks .wp-block-group.alignfull {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding: 0 !important;
}

.sjg-discover-home[hidden],
.sjg-discover-home [hidden] {
	display: none !important;
}

:root {
      --ink: #073b44;
      --ink-soft: #4b676c;
      --sea: #00a7a0;
      --sea-deep: #006d75;
      --sky: #c9f4ff;
      --mint: #ddf7f1;
      --sand: #fff8e8;
      --paper: #fffefa;
      --sun: #ffd34e;
      --coral: #ff6b5e;
      --blue: #4db8ff;
      --line: rgba(7, 59, 68, .17);
      --page-pad: clamp(20px, 4.6vw, 64px);
      --content: 1180px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      position: relative;
      margin: 0;
      min-width: 280px;
      overflow-x: hidden;
      color: var(--ink);
      background:
        radial-gradient(circle at 5% 18%, rgba(255, 211, 78, .18) 0 112px, transparent 113px),
        radial-gradient(circle at 94% 38%, rgba(77, 184, 255, .10) 0 170px, transparent 171px),
        linear-gradient(180deg, #f4fffd 0, var(--paper) 35%, #f8fdff 100%);
      font-family:
        "Noto Sans JP",
        "Hiragino Kaku Gothic ProN",
        "Yu Gothic",
        "Meiryo",
        system-ui,
        sans-serif;
      line-height: 1.75;
      -webkit-font-smoothing: antialiased;
    }

    button,
    input {
      font: inherit;
    }

    a {
      color: inherit;
    }

    .site-header {
      position: relative;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: min(calc(100% - (var(--page-pad) * 2)), var(--content));
      min-height: 78px;
      margin: 0 auto;
      border-bottom: 1px solid rgba(7, 59, 68, .12);
    }

    .site-header::after {
      position: absolute;
      right: 0;
      bottom: -2px;
      width: 112px;
      height: 4px;
      content: "";
      border-radius: 99px;
      background: linear-gradient(90deg, var(--sea) 0 43%, var(--sun) 43% 72%, var(--coral) 72%);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: var(--ink);
      text-decoration: none;
    }

    .brand__mark {
      display: grid;
      width: 42px;
      height: 42px;
      place-items: center;
      border-radius: 50%;
      color: #fff;
      background: linear-gradient(145deg, var(--sea-deep), var(--sea));
      box-shadow: 0 5px 0 var(--sun);
    }

    .brand__mark svg {
      width: 24px;
      height: 24px;
    }

    .brand__name {
      display: grid;
      line-height: 1.12;
    }

    .brand__name strong {
      font-size: 17px;
      letter-spacing: .08em;
    }

    .brand__name small {
      margin-top: 4px;
      color: var(--ink-soft);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .12em;
    }

    .header-note {
      color: var(--sea-deep);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .06em;
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .header-map-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 44px;
      padding: 5px 15px 5px 6px;
      border: 1.5px solid rgba(0, 109, 117, .34);
      border-radius: 999px;
      color: var(--ink);
      background: rgba(255, 255, 255, .86);
      box-shadow: 0 4px 0 rgba(255, 211, 78, .7);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .02em;
      line-height: 1;
      text-decoration: none;
      transition:
        color .18s ease,
        background-color .18s ease,
        border-color .18s ease,
        box-shadow .18s ease,
        transform .18s ease;
    }

    .header-map-link__icon {
      display: grid;
      width: 32px;
      height: 32px;
      flex: 0 0 auto;
      place-items: center;
      border-radius: 50%;
      color: var(--sea-deep);
      background: var(--mint);
    }

    .header-map-link__icon svg {
      width: 18px;
      height: 18px;
    }

    .header-map-link:hover,
    .header-map-link:focus-visible {
      border-color: var(--sea-deep);
      color: #fff;
      background: var(--sea-deep);
      box-shadow: 0 4px 0 var(--sun);
      outline: 0;
      transform: translateY(-1px);
    }

    .header-map-link:hover .header-map-link__icon,
    .header-map-link:focus-visible .header-map-link__icon {
      color: var(--ink);
      background: var(--sun);
    }

    .sjg-discover-home__main {
      position: relative;
      overflow-x: clip;
      overflow-y: visible;
      isolation: isolate;
    }

    .sjg-discover-home__main::before {
      position: absolute;
      z-index: -1;
      top: 510px;
      left: -82px;
      width: 230px;
      height: 110px;
      content: "";
      opacity: .22;
      background:
        radial-gradient(58px 21px at 50% 100%, transparent 64%, var(--sea) 66% 71%, transparent 73%) 0 0 / 78px 46px repeat-x;
      transform: rotate(-7deg);
    }

    .hero {
      position: relative;
      width: min(calc(100% - (var(--page-pad) * 2)), var(--content));
      margin: 0 auto;
      padding: clamp(54px, 7vw, 88px) 0 clamp(50px, 6vw, 74px);
    }

    .hero__kicker {
      display: flex;
      align-items: center;
      gap: 11px;
      margin: 0 0 18px;
      color: var(--sea-deep);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .14em;
    }

    .hero__kicker::before {
      width: 34px;
      height: 3px;
      content: "";
      border-radius: 99px;
      background: linear-gradient(90deg, var(--coral), var(--sun));
    }

    .hero .sjg-discover-title {
      position: relative;
      z-index: 1;
      max-width: 700px;
      margin: 0;
      font-size: clamp(42px, 5.2vw, 66px);
      font-weight: 900;
      letter-spacing: -.05em;
      line-height: 1.16;
      text-wrap: balance;
    }

    .hero__highlight {
      position: relative;
      display: inline-block;
      z-index: 0;
    }

    .hero__highlight::after {
      position: absolute;
      z-index: -1;
      right: -.08em;
      bottom: .08em;
      left: -.08em;
      height: .27em;
      content: "";
      border-radius: 99px;
      background: linear-gradient(90deg, rgba(255, 211, 78, .86), rgba(255, 107, 94, .38));
      transform: rotate(-1.5deg);
    }

    .hero__lead {
      position: relative;
      z-index: 2;
      max-width: 620px;
      margin: 22px 0 0;
      color: var(--ink-soft);
      font-size: clamp(15px, 1.7vw, 18px);
      font-weight: 600;
    }

    .hero__photo-bubbles {
      position: absolute;
      z-index: 1;
      inset: 0;
      pointer-events: none;
      transition:
        opacity .24s ease,
        visibility .24s ease;
    }

    .hero__photo-bubble {
      --bubble-tilt: -2deg;
      --bubble-shift: 8px;
      --bubble-time: 7.8s;
      position: absolute;
      aspect-ratio: 1;
      margin: 0;
      padding: 7px;
      border-radius: 47% 53% 50% 50% / 54% 45% 55% 46%;
      background: rgba(255, 254, 250, .98);
      box-shadow:
        0 0 0 2px rgba(255, 255, 255, .88),
        0 13px 30px rgba(7, 59, 68, .17),
        0 4px 0 rgba(0, 167, 160, .18);
      animation: sjg-photo-bubble-float var(--bubble-time) ease-in-out infinite alternate;
      transform: translate3d(0, 0, 0) rotate(var(--bubble-tilt));
      will-change: transform;
    }

    .hero__photo-bubble::before {
      position: absolute;
      z-index: -1;
      inset: -9px;
      content: "";
      border: 1.5px solid rgba(0, 167, 160, .36);
      border-radius: inherit;
      transform: rotate(7deg);
    }

    .hero__photo-bubble::after {
      position: absolute;
      width: 19px;
      height: 19px;
      content: "";
      border: 4px solid rgba(255, 254, 250, .96);
      border-radius: 50%;
      background: var(--sun);
      box-shadow: 0 5px 12px rgba(7, 59, 68, .12);
    }

    .hero__photo-bubble img {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: inherit;
      object-fit: cover;
    }

    .hero__photo-bubble--beach {
      --bubble-tilt: -3.5deg;
      --bubble-shift: 10px;
      --bubble-time: 8.6s;
      top: 232px;
      left: calc((100vw - 100%) / -2 + 30px);
      width: 218px;
    }

    .hero__photo-bubble--beach::after {
      top: 12px;
      right: -7px;
      background: var(--coral);
    }

    .hero__photo-bubble--beach img {
      object-position: 52% center;
    }

    .hero__photo-bubble--shrine {
      --bubble-tilt: 3deg;
      --bubble-shift: 7px;
      --bubble-time: 7.1s;
      top: 30px;
      right: calc((100vw - 100%) / -2 + 35px);
      width: 112px;
      animation-delay: -2.6s;
    }

    .hero__photo-bubble--shrine::after {
      right: -10px;
      bottom: 9px;
      width: 15px;
      height: 15px;
      background: var(--blue);
    }

    .hero__photo-bubble--shrine img {
      object-position: 52% 46%;
    }

    .hero__photo-bubble--hachioji {
      --bubble-tilt: -1deg;
      --bubble-shift: 9px;
      --bubble-time: 9.4s;
      top: 208px;
      right: calc((100vw - 100%) / -2 + 25px);
      width: 148px;
      animation-delay: -5.1s;
    }

    .hero__photo-bubble--hachioji::after {
      bottom: -8px;
      left: 14px;
      width: 23px;
      height: 23px;
      background: var(--sea);
    }

    .hero__photo-bubble--hachioji img {
      object-position: 50% 43%;
    }

    @keyframes sjg-photo-bubble-float {
      from {
        transform: translate3d(0, 4px, 0) rotate(var(--bubble-tilt));
      }

      to {
        transform: translate3d(0, calc(var(--bubble-shift) * -1), 0) rotate(calc(var(--bubble-tilt) + 2deg));
      }
    }

    .hero__scene {
      position: absolute;
      z-index: 0;
      top: 36px;
      right: 0;
      width: 360px;
      height: 270px;
      pointer-events: none;
    }

    .hero__scene-matsushima {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      overflow: visible;
    }

    .hero__scene-matsushima .sun-halo {
      fill: rgba(255, 211, 78, .18);
    }

    .hero__scene-matsushima .sea-line {
      fill: none;
      stroke: var(--sea);
      stroke-linecap: round;
      stroke-width: 3;
    }

    .hero__scene-matsushima .sea-line.is-soft {
      opacity: .22;
      stroke-width: 2;
    }

    .hero__scene-matsushima .island-back {
      fill: var(--sea-deep);
    }

    .hero__scene-matsushima .island-front,
    .hero__scene-matsushima .pine {
      fill: var(--sea-deep);
    }

    .hero__scene-matsushima .pine-trunk {
      fill: none;
      stroke: var(--sea-deep);
      stroke-linecap: round;
      stroke-width: 3;
    }

    .hero__scene-matsushima .sun-reflection {
      fill: none;
      opacity: .7;
      stroke: var(--coral);
      stroke-linecap: round;
      stroke-width: 5;
    }

    .hero__scene-dots {
      position: absolute;
      top: 3px;
      left: 15px;
      width: 112px;
      height: 94px;
      opacity: .48;
      background-image: radial-gradient(circle, var(--sea) 0 2.5px, transparent 3px);
      background-size: 18px 18px;
      -webkit-mask-image: linear-gradient(135deg, #000, transparent 82%);
      mask-image: linear-gradient(135deg, #000, transparent 82%);
    }

    .search-context {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 12px;
      width: min(calc(100% - (var(--page-pad) * 2)), var(--content));
      min-height: 82px;
      margin: 0 auto;
      padding: 10px 0 20px;
      border-bottom: 0;
    }

    .search-context::before,
    .search-context::after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      border-radius: 99px;
    }

    .search-context::before {
      height: 5px;
      background: linear-gradient(90deg, var(--sea) 0 52%, var(--blue) 52% 71%, var(--sun) 71% 88%, var(--coral) 88%);
    }

    .search-context::after {
      bottom: -8px;
      left: 20%;
      width: 76px;
      height: 4px;
      background: var(--sea);
      box-shadow: 92px 0 0 var(--sea), 184px 0 0 var(--sea);
      opacity: .2;
    }

    .search-context__field {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      align-items: center;
      gap: 12px;
      min-width: 0;
      min-height: 62px;
      padding: 6px 9px 6px 10px;
      border: 2px solid var(--ink);
      border-radius: 999px;
      background: #fff;
      box-shadow: 0 6px 0 var(--mint);
    }

    .search-context__icon {
      display: grid;
      width: 42px;
      height: 42px;
      place-items: center;
      border-radius: 50%;
      color: var(--ink);
      background: var(--sun);
    }

    .search-context__icon svg {
      width: 21px;
      height: 21px;
    }

    .search-context__copy {
      display: grid;
      min-width: 0;
      cursor: text;
    }

    .search-context__copy small {
      display: block;
      color: var(--ink-soft);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .1em;
    }

    .search-context__input {
      width: 100%;
      min-width: 0;
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      color: var(--ink);
      background: transparent;
      font-size: 20px;
      font-weight: 800;
      letter-spacing: .02em;
      line-height: 1.35;
    }

    .search-context__input::placeholder {
      color: #88a0a3;
      font-weight: 700;
    }

    .search-context__input::-webkit-search-cancel-button {
      -webkit-appearance: none;
    }

    .search-context__field:focus-within {
      border-color: var(--sea);
      box-shadow:
        0 0 0 4px rgba(0, 167, 160, .12),
        0 6px 0 var(--mint);
    }

    .search-context__clear {
      display: grid;
      width: 36px;
      height: 36px;
      padding: 0;
      place-items: center;
      border: 0;
      border-radius: 50%;
      color: var(--ink-soft);
      background: #edf5f4;
      cursor: pointer;
    }

    .search-context__clear svg {
      width: 15px;
      height: 15px;
    }

    .search-context__clear[hidden] {
      display: none;
    }

    .search-context__submit {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-width: 112px;
      min-height: 58px;
      padding: 0 20px;
      border: 0;
      border-radius: 999px;
      color: #fff;
      background: var(--ink);
      box-shadow: 0 5px 0 rgba(0, 167, 160, .28);
      font-weight: 900;
      cursor: pointer;
    }

    .search-context__submit svg {
      width: 18px;
      height: 18px;
    }

    .search-context__submit:hover,
    .search-context__submit:focus-visible {
      background: var(--sea-deep);
    }

    .search-context__submit:focus-visible,
    .search-context__clear:focus-visible {
      outline: 3px solid rgba(255, 211, 78, .82);
      outline-offset: 3px;
    }

    .search-recommendations {
      display: grid;
      grid-column: 1 / -1;
      grid-template-columns: auto minmax(0, 1fr);
      align-items: center;
      gap: 14px;
      min-width: 0;
      padding: 2px 4px 4px;
    }

    .search-recommendations__label {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      margin: 0;
      color: var(--ink-soft);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .06em;
      white-space: nowrap;
    }

    .search-recommendations__label::before {
      width: 8px;
      height: 8px;
      content: "";
      border-radius: 50%;
      background: var(--coral);
      box-shadow: 10px 0 0 rgba(255, 211, 78, .9);
    }

    .search-recommendations__list {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
      margin: 0;
      padding: 1px 2px 5px;
      overflow-x: auto;
      overscroll-behavior-x: contain;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }

    .search-recommendations__list::-webkit-scrollbar {
      display: none;
    }

    .search-recommendation {
      display: inline-flex;
      align-items: center;
      flex: 0 0 auto;
      gap: 7px;
      min-height: 44px;
      margin: 0;
      padding: 5px 14px 5px 6px;
      border: 1.5px solid rgba(7, 59, 68, .36);
      border-radius: 999px;
      color: var(--ink);
      background: rgba(255, 255, 255, .9);
      box-shadow: 0 3px 0 rgba(0, 167, 160, .12);
      font-size: 12px;
      font-weight: 900;
      line-height: 1.2;
      white-space: nowrap;
      cursor: pointer;
      transition:
        border-color .18s ease,
        box-shadow .18s ease,
        transform .18s ease;
    }

    .search-recommendation:nth-child(3n + 2) {
      box-shadow: 0 3px 0 rgba(255, 211, 78, .36);
    }

    .search-recommendation:nth-child(3n) {
      box-shadow: 0 3px 0 rgba(255, 107, 94, .18);
    }

    .search-recommendation:hover,
    .search-recommendation:focus-visible {
      border-color: var(--sea);
      outline: 0;
      box-shadow: 0 5px 0 rgba(0, 167, 160, .2);
      transform: translateY(-2px);
    }

    .search-recommendation__icon {
      display: grid;
      width: 32px;
      height: 32px;
      flex: 0 0 32px;
      place-items: center;
      border-radius: 50%;
      color: var(--ink);
      background: var(--sun);
    }

    .search-recommendation:nth-child(3n + 2) .search-recommendation__icon {
      background: var(--sky);
    }

    .search-recommendation:nth-child(3n) .search-recommendation__icon {
      background: #ffd8d0;
    }

    .search-recommendation__icon svg {
      width: 17px;
      height: 17px;
    }

    .search-context__count {
      display: inline-flex;
      align-items: baseline;
      gap: 2px;
      padding: 5px 12px;
      border-radius: 99px;
      color: var(--sea-deep);
      background: var(--mint);
      font-size: 12px;
      font-weight: 800;
      white-space: nowrap;
    }

    .search-context__count strong {
      font-size: 16px;
    }

    .home-discovery,
    .story-list {
      width: min(calc(100% - (var(--page-pad) * 2)), var(--content));
      margin-right: auto;
      margin-left: auto;
    }

    .home-discovery {
      padding: clamp(64px, 8vw, 104px) 0 108px;
    }

    .home-discovery[hidden],
    .story-list[hidden],
    .mock-note[hidden] {
      display: none !important;
    }

    .home-section-heading {
      display: grid;
      grid-template-columns: minmax(180px, .58fr) minmax(0, 1.42fr);
      align-items: end;
      gap: clamp(28px, 6vw, 84px);
      margin-bottom: 28px;
    }

    .home-section-heading__label {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 8px;
      color: var(--sea-deep);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .15em;
    }

    .home-section-heading__label::before {
      width: 28px;
      height: 3px;
      content: "";
      border-radius: 99px;
      background: linear-gradient(90deg, var(--coral), var(--sun));
    }

    .home-section-heading h2 {
      margin: 0;
      font-size: clamp(32px, 4vw, 48px);
      font-weight: 900;
      letter-spacing: -.045em;
      line-height: 1.22;
    }

    .home-section-heading__intro {
      max-width: 590px;
      margin: 0;
      color: var(--ink-soft);
      font-size: 14px;
      font-weight: 600;
    }

    .home-now {
      position: relative;
    }

    .home-now::after {
      position: absolute;
      z-index: -1;
      top: 44px;
      right: -82px;
      width: 154px;
      height: 154px;
      content: "";
      border: 22px solid rgba(77, 184, 255, .10);
      border-radius: 50%;
    }

    .news-flow {
      border-top: 1px solid var(--line);
    }

    .news-item {
      position: relative;
      display: grid;
      grid-template-columns: 84px minmax(0, 1fr) 46px;
      align-items: center;
      gap: clamp(18px, 3.4vw, 42px);
      min-height: 124px;
      padding: 18px 12px 18px 4px;
      overflow: hidden;
      border-bottom: 1px solid var(--line);
      text-decoration: none;
      transition:
        color .2s ease,
        padding .2s ease,
        background-color .2s ease;
    }

    .news-item::before {
      position: absolute;
      inset: 0;
      z-index: -1;
      content: "";
      opacity: 0;
      background: linear-gradient(90deg, rgba(221, 247, 241, .84), rgba(201, 244, 255, .24) 76%, transparent);
      transform: translateX(-12px);
      transition:
        opacity .2s ease,
        transform .2s ease;
    }

    .news-item:hover,
    .news-item:focus-visible {
      padding-left: 16px;
      outline: 0;
    }

    .news-item:hover::before,
    .news-item:focus-visible::before {
      opacity: 1;
      transform: translateX(0);
    }

    .news-date {
      display: grid;
      width: 74px;
      height: 74px;
      place-content: center;
      border: 2px solid var(--ink);
      border-radius: 50% 46% 54% 44%;
      background: var(--sun);
      text-align: center;
      line-height: 1;
      transform: rotate(-3deg);
    }

    .news-item:nth-child(2) .news-date {
      background: var(--sky);
      transform: rotate(2deg);
    }

    .news-item:nth-child(3) .news-date {
      background: #ffd9cf;
      transform: rotate(-1deg);
    }

    .news-date small,
    .news-date span {
      font-size: 9px;
      font-weight: 900;
      letter-spacing: .1em;
    }

    .news-date strong {
      margin: 3px 0;
      font-size: 25px;
      font-weight: 900;
      letter-spacing: -.06em;
    }

    .news-date.is-live strong {
      font-size: 16px;
      letter-spacing: -.03em;
    }

    .news-item__copy {
      min-width: 0;
    }

    .news-item__meta {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      margin-bottom: 5px;
      color: var(--sea-deep);
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .12em;
    }

    .news-item__meta::before {
      width: 7px;
      height: 7px;
      content: "";
      border-radius: 50%;
      background: var(--coral);
      box-shadow: 8px 0 0 rgba(255, 107, 94, .28);
    }

    .news-item h3 {
      margin: 0;
      font-size: clamp(19px, 2vw, 25px);
      font-weight: 900;
      letter-spacing: -.025em;
      line-height: 1.35;
    }

    .news-item p {
      margin: 5px 0 0;
      color: var(--ink-soft);
      font-size: 13px;
      font-weight: 600;
    }

    .news-open {
      display: grid;
      width: 40px;
      height: 40px;
      place-items: center;
      border: 1.5px solid var(--ink);
      border-radius: 50%;
      background: #fff;
      transition:
        color .2s ease,
        background-color .2s ease,
        transform .2s ease;
    }

    .news-open svg {
      width: 17px;
      height: 17px;
    }

    .news-item:hover .news-open,
    .news-item:focus-visible .news-open {
      color: #fff;
      background: var(--sea-deep);
      transform: translateY(-2px);
    }

    .mood-search {
      display: grid;
      grid-template-columns: minmax(190px, .55fr) minmax(0, 1.45fr);
      align-items: center;
      gap: clamp(24px, 5vw, 70px);
      margin-top: clamp(58px, 7vw, 88px);
      padding: 30px 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-image: linear-gradient(90deg, var(--sea), var(--blue), var(--sun), var(--coral)) 1;
    }

    .mood-search h2 {
      margin: 0;
      font-size: clamp(25px, 3vw, 34px);
      font-weight: 900;
      letter-spacing: -.035em;
      line-height: 1.25;
    }

    .mood-search p {
      margin: 8px 0 0;
      color: var(--ink-soft);
      font-size: 12px;
      font-weight: 700;
    }

    .mood-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .mood-chip {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      min-height: 46px;
      padding: 5px 16px 5px 7px;
      border: 1.5px solid rgba(7, 59, 68, .7);
      border-radius: 999px;
      color: var(--ink);
      background: rgba(255, 255, 255, .78);
      box-shadow: 0 4px 0 rgba(0, 167, 160, .13);
      font-size: 13px;
      font-weight: 900;
      cursor: pointer;
      transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
    }

    .mood-chip:nth-child(2n) {
      box-shadow: 0 4px 0 rgba(255, 211, 78, .34);
    }

    .mood-chip:hover,
    .mood-chip:focus-visible {
      border-color: var(--sea);
      outline: 0;
      box-shadow: 0 6px 0 rgba(0, 167, 160, .2);
      transform: translateY(-2px);
    }

    .mood-chip__icon {
      display: grid;
      width: 33px;
      height: 33px;
      place-items: center;
      border-radius: 50%;
      background: var(--sun);
    }

    .mood-chip:nth-child(2) .mood-chip__icon,
    .mood-chip:nth-child(5) .mood-chip__icon {
      background: var(--sky);
    }

    .mood-chip:nth-child(3) .mood-chip__icon {
      background: #ffd8d0;
    }

    .mood-chip:nth-child(4) .mood-chip__icon {
      background: var(--mint);
    }

    .mood-chip__icon svg {
      width: 18px;
      height: 18px;
    }

    .home-feature {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
      align-items: center;
      gap: clamp(38px, 7vw, 92px);
      margin-top: clamp(74px, 9vw, 118px);
    }

    .home-feature::after {
      position: absolute;
      z-index: -2;
      right: -54px;
      bottom: -42px;
      width: 48%;
      height: 74%;
      content: "";
      border-radius: 58% 42% 48% 52%;
      background: rgba(255, 211, 78, .17);
      transform: rotate(-4deg);
    }

    .home-feature__media {
      position: relative;
      min-height: 455px;
      overflow: hidden;
      background-color: #bfe8df;
      background-image:
        linear-gradient(130deg, rgba(0, 109, 117, .03), rgba(255, 211, 78, .13)),
        url("./shinojima-island-paper.webp");
      background-position: center, 60% 52%;
      background-repeat: no-repeat;
      background-size: auto, 1080px auto;
      filter: saturate(1.12) contrast(1.02);
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M4 7C17 0 31 6 43 3C58 0 72 5 94 2C101 17 95 29 98 42C101 57 94 71 98 91C82 99 67 94 53 98C38 102 22 94 3 99C-2 83 4 68 1 54C-2 38 5 23 4 7Z' fill='%23000'/%3E%3C/svg%3E");
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: 100% 100%;
      mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M4 7C17 0 31 6 43 3C58 0 72 5 94 2C101 17 95 29 98 42C101 57 94 71 98 91C82 99 67 94 53 98C38 102 22 94 3 99C-2 83 4 68 1 54C-2 38 5 23 4 7Z' fill='%23000'/%3E%3C/svg%3E");
      mask-repeat: no-repeat;
      mask-size: 100% 100%;
    }

    .home-feature__media::after {
      position: absolute;
      inset: 0;
      content: "";
      background:
        linear-gradient(0deg, rgba(7, 59, 68, .32), transparent 38%),
        linear-gradient(90deg, rgba(7, 59, 68, .08), transparent 45%);
    }

    .home-feature__photo-label {
      position: absolute;
      z-index: 1;
      bottom: 30px;
      left: 34px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 13px;
      border-radius: 999px;
      color: #fff;
      background: rgba(7, 59, 68, .82);
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .08em;
      backdrop-filter: blur(8px);
    }

    .home-feature__photo-label::before {
      width: 8px;
      height: 8px;
      content: "";
      border-radius: 50%;
      background: var(--sun);
    }

    .home-feature__copy {
      position: relative;
      padding: 24px 0;
    }

    .home-feature__copy::before {
      display: block;
      width: 56px;
      height: 8px;
      margin-bottom: 22px;
      content: "";
      border-radius: 99px;
      background: linear-gradient(90deg, var(--coral), var(--sun));
      transform: skewX(-17deg);
    }

    .home-feature__eyebrow {
      margin: 0 0 9px;
      color: var(--sea-deep);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .15em;
    }

    .home-feature h2 {
      margin: 0;
      font-size: clamp(34px, 4vw, 52px);
      font-weight: 900;
      letter-spacing: -.05em;
      line-height: 1.2;
    }

    .home-feature__copy > p:not(.home-feature__eyebrow) {
      margin: 19px 0 0;
      color: var(--ink-soft);
      font-size: 14px;
      font-weight: 600;
    }

    .home-feature__action {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-height: 52px;
      margin-top: 27px;
      padding: 0 18px 0 8px;
      border: 0;
      border-radius: 999px;
      color: #fff;
      background: var(--ink);
      box-shadow: 0 6px 0 rgba(0, 167, 160, .28);
      font-weight: 900;
      cursor: pointer;
    }

    .home-feature__action-icon {
      display: grid;
      width: 38px;
      height: 38px;
      place-items: center;
      border-radius: 50%;
      color: var(--ink);
      background: var(--sun);
    }

    .home-feature__action-icon svg {
      width: 19px;
      height: 19px;
    }

    .home-feature__action:hover,
    .home-feature__action:focus-visible {
      background: var(--sea-deep);
      outline: 3px solid rgba(255, 211, 78, .72);
      outline-offset: 3px;
    }

    .home-plan {
      position: relative;
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      align-items: center;
      gap: 20px;
      margin-top: clamp(64px, 8vw, 96px);
      padding: 24px clamp(22px, 4vw, 48px);
      overflow: hidden;
      border-radius: 34px 58px 34px 58px;
      color: #fff;
      background:
        radial-gradient(circle at 84% -30%, rgba(255, 211, 78, .42) 0 120px, transparent 121px),
        linear-gradient(120deg, var(--ink), var(--sea-deep));
      text-decoration: none;
    }

    .home-plan::after {
      position: absolute;
      right: 13%;
      bottom: -28px;
      width: 144px;
      height: 58px;
      content: "";
      border: 3px solid rgba(201, 244, 255, .32);
      border-right: 0;
      border-bottom: 0;
      border-radius: 80% 0 0;
      transform: rotate(-7deg);
    }

    .home-plan__icon {
      display: grid;
      width: 56px;
      height: 56px;
      place-items: center;
      border-radius: 50%;
      color: var(--ink);
      background: var(--sun);
      box-shadow: 0 0 0 7px rgba(255, 255, 255, .08);
    }

    .home-plan__icon svg {
      width: 28px;
      height: 28px;
    }

    .home-plan small {
      display: block;
      margin-bottom: 2px;
      color: var(--sky);
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .14em;
    }

    .home-plan strong {
      display: block;
      font-size: clamp(18px, 2.5vw, 27px);
      font-weight: 900;
      line-height: 1.35;
    }

    .home-plan__open {
      display: grid;
      width: 42px;
      height: 42px;
      place-items: center;
      border: 1.5px solid rgba(255, 255, 255, .76);
      border-radius: 50%;
      transition:
        color .2s ease,
        background-color .2s ease,
        transform .2s ease;
    }

    .home-plan__open svg {
      width: 19px;
      height: 19px;
    }

    .home-plan:hover .home-plan__open,
    .home-plan:focus-visible .home-plan__open {
      color: var(--ink);
      background: #fff;
      transform: translateY(-2px);
    }

    .home-plan:focus-visible {
      outline: 3px solid var(--sun);
      outline-offset: 4px;
    }

    .merchant-intake {
      position: relative;
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      align-items: center;
      gap: 20px;
      margin-top: 24px;
      padding: 22px 24px;
      overflow: hidden;
      border: 1.5px solid rgba(0, 109, 117, .22);
      border-radius: 28px 52px 28px 52px;
      background:
        radial-gradient(circle at 94% 118%, rgba(255, 211, 78, .28) 0 82px, transparent 83px),
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(225, 247, 242, .96));
      box-shadow: 0 15px 34px rgba(13, 68, 78, .08);
    }

    .merchant-intake::after {
      position: absolute;
      right: 14%;
      bottom: -21px;
      width: 108px;
      height: 45px;
      content: "";
      border: 3px solid rgba(0, 109, 117, .11);
      border-bottom: 0;
      border-radius: 80% 0 0;
      transform: rotate(-7deg);
      pointer-events: none;
    }

    .merchant-intake__icon {
      display: grid;
      width: 54px;
      height: 54px;
      place-items: center;
      border-radius: 18px 26px 18px 26px;
      color: var(--ink);
      background: var(--sun);
      box-shadow: 0 7px 18px rgba(235, 173, 14, .22);
    }

    .merchant-intake__icon svg {
      width: 28px;
      height: 28px;
    }

    .merchant-intake__eyebrow {
      margin: 0 0 3px;
      color: var(--sea-deep);
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .13em;
    }

    .merchant-intake h2 {
      margin: 0;
      color: var(--ink);
      font-size: clamp(18px, 2.2vw, 23px);
      font-weight: 900;
      line-height: 1.35;
    }

    .merchant-intake__description {
      margin: 5px 0 0;
      color: var(--muted);
      font-size: 13px;
      font-weight: 650;
      line-height: 1.7;
    }

    .merchant-intake__note {
      display: block;
      margin-top: 4px;
      color: var(--sea-deep);
      font-size: 11px;
      font-weight: 750;
    }

    .merchant-intake__email {
      display: inline-block;
      margin-top: 3px;
      color: var(--ink);
      font-size: 11px;
      font-weight: 750;
      overflow-wrap: anywhere;
    }

    .merchant-intake__action {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 48px;
      padding: 0 18px;
      border-radius: 999px;
      color: #fff;
      background: var(--sea-deep);
      font-size: 13px;
      font-weight: 850;
      text-decoration: none;
      box-shadow: 0 7px 16px rgba(0, 83, 91, .18);
      transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
    }

    .merchant-intake__action svg {
      width: 18px;
      height: 18px;
      transition: transform .2s ease;
    }

    .merchant-intake__action:hover,
    .merchant-intake__action:focus-visible {
      background: var(--ink);
      box-shadow: 0 10px 20px rgba(0, 55, 63, .22);
      transform: translateY(-2px);
    }

    .merchant-intake__action:hover svg,
    .merchant-intake__action:focus-visible svg {
      transform: translateX(2px);
    }

    .merchant-intake__action:focus-visible {
      outline: 3px solid var(--sun);
      outline-offset: 3px;
    }

    .results-heading {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 28px;
      padding: 54px 0 18px;
      border-bottom: 1px solid var(--line);
      scroll-margin-top: 112px;
    }

    .results-heading__label {
      margin: 0 0 6px;
      color: var(--sea-deep);
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .16em;
    }

    .results-heading h2 {
      margin: 0;
      font-size: clamp(28px, 3.5vw, 44px);
      font-weight: 900;
      letter-spacing: -.045em;
      line-height: 1.25;
    }

    .results-heading__query {
      color: var(--sea-deep);
    }

    .results-heading__count {
      display: inline-flex;
      align-items: baseline;
      gap: 3px;
      margin-left: 12px;
      padding: 4px 11px;
      border-radius: 999px;
      color: var(--sea-deep);
      background: var(--mint);
      font-size: 12px;
      letter-spacing: 0;
      vertical-align: middle;
    }

    .results-heading__count strong {
      font-size: 17px;
    }

    .results-heading__home {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      min-height: 42px;
      padding: 0 15px 0 7px;
      border: 1.5px solid var(--ink);
      border-radius: 999px;
      color: var(--ink);
      background: #fff;
      font-size: 12px;
      font-weight: 900;
      cursor: pointer;
    }

    .results-heading__home-icon {
      display: grid;
      width: 28px;
      height: 28px;
      place-items: center;
      border-radius: 50%;
      background: var(--mint);
    }

    .results-heading__home svg {
      width: 16px;
      height: 16px;
    }

    .results-heading__home:hover,
    .results-heading__home:focus-visible {
      color: #fff;
      background: var(--sea-deep);
      outline: 0;
    }

    body.has-search-query .hero {
      padding-top: 32px;
      padding-bottom: 25px;
    }

    body.has-search-query .hero__kicker {
      margin-bottom: 10px;
    }

    body.has-search-query .hero .sjg-discover-title {
      max-width: 790px;
      font-size: clamp(34px, 4.3vw, 50px);
    }

    body.has-search-query .hero__lead {
      display: none;
    }

    body.has-search-query .hero__photo-bubbles {
      visibility: hidden;
      opacity: 0;
    }

    body.has-search-query .hero__scene {
      top: -18px;
      opacity: .24;
      transform: scale(.62);
      transform-origin: top right;
    }

    body.has-search-query .search-context {
      position: sticky;
      z-index: 20;
      top: 0;
      padding: 11px 14px 17px;
      border-radius: 0 0 25px 25px;
      background: rgba(255, 254, 250, .91);
      box-shadow: 0 13px 28px rgba(7, 59, 68, .09);
      backdrop-filter: blur(16px);
    }

    body.has-search-query .search-recommendations {
      display: none;
    }

    body:not(.has-search-query) .search-context__count {
      display: none;
    }

    .story-list {
      position: relative;
      padding-bottom: 96px;
    }

    .story-list::before {
      position: absolute;
      z-index: -1;
      top: 80px;
      right: -105px;
      width: 220px;
      height: 220px;
      content: "";
      border: 28px solid rgba(0, 167, 160, .07);
      border-radius: 50%;
      box-shadow: 0 0 0 3px rgba(0, 167, 160, .11);
    }

    .result-story {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr);
      align-items: center;
      gap: clamp(36px, 6vw, 84px);
      padding: clamp(62px, 8vw, 104px) 0;
    }

    .result-story + .result-story::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      content: "";
      background:
        radial-gradient(circle, var(--sea) 0 2.5px, transparent 3px) 0 0 / 18px 5px repeat-x;
      opacity: .38;
    }

    .result-story + .result-story::after {
      position: absolute;
      top: -16px;
      left: calc(50% - 16px);
      width: 32px;
      height: 32px;
      content: "";
      border: 7px solid var(--paper);
      border-radius: 50%;
      background: linear-gradient(145deg, var(--sun) 0 52%, var(--coral) 52%);
      box-shadow: 0 0 0 2px rgba(7, 59, 68, .08);
    }

    .result-story__media {
      position: relative;
      isolation: isolate;
    }

    .result-story__media::before {
      position: absolute;
      z-index: -1;
      inset: 14px -7px -12px 13px;
      content: "";
      background: linear-gradient(145deg, var(--sky), var(--sea) 54%, var(--sun));
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0H92C97,5,92,11,96,17C101,24,92,30,97,38C101,46,92,54,97,62C101,70,92,78,97,86C100,92,95,97,92,100H0Z' fill='%23000'/%3E%3C/svg%3E");
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: 100% 100%;
      mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0H92C97,5,92,11,96,17C101,24,92,30,97,38C101,46,92,54,97,62C101,70,92,78,97,86C100,92,95,97,92,100H0Z' fill='%23000'/%3E%3C/svg%3E");
      mask-repeat: no-repeat;
      mask-size: 100% 100%;
    }

    .result-story__visual {
      position: relative;
      min-height: 440px;
      overflow: hidden;
      background-color: #bfe8df;
      background-image:
        linear-gradient(115deg, rgba(0, 167, 160, .03), rgba(255, 211, 78, .08)),
        url("./shinojima-island-paper.webp");
      background-repeat: no-repeat;
      background-size: auto, 980px auto;
      filter: saturate(1.14) contrast(1.02) drop-shadow(0 18px 28px rgba(7, 59, 68, .12));
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0H92C97,5,92,11,96,17C101,24,92,30,97,38C101,46,92,54,97,62C101,70,92,78,97,86C100,92,95,97,92,100H0Z' fill='%23000'/%3E%3C/svg%3E");
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: 100% 100%;
      mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0H92C97,5,92,11,96,17C101,24,92,30,97,38C101,46,92,54,97,62C101,70,92,78,97,86C100,92,95,97,92,100H0Z' fill='%23000'/%3E%3C/svg%3E");
      mask-repeat: no-repeat;
      mask-size: 100% 100%;
    }

    .result-story__photo {
      position: absolute;
      z-index: 0;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .result-story__photo[hidden] {
      display: none;
    }

    .result-story__visual--cape {
      background-position: center, 73% 28%;
    }

    .result-story__visual--park {
      background-position: center, 27% 78%;
    }

    .result-story__visual--beach {
      background-position: center, 52% 53%;
    }

    .result-story__visual--kujihama {
      background-position: center, 78% 72%;
    }

    .result-story__visual--kitayama {
      background-position: center, 47% 14%;
    }

    .result-story__visual::after {
      position: absolute;
      z-index: 1;
      inset: 0;
      content: "";
      pointer-events: none;
      background:
        linear-gradient(90deg, rgba(5, 63, 68, .08), transparent 34%),
        linear-gradient(0deg, rgba(5, 63, 68, .23), transparent 30%);
    }

    .result-story__image-label {
      position: absolute;
      z-index: 2;
      left: 24px;
      bottom: 24px;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 30px;
      padding: 4px 11px;
      border-radius: 99px;
      color: #fff;
      background: rgba(11, 85, 91, .88);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .06em;
      backdrop-filter: blur(8px);
    }

    .result-story__image-label::before {
      width: 7px;
      height: 7px;
      content: "";
      border: 2px solid currentColor;
      border-radius: 50%;
    }

    .result-story__photo-credit {
      position: absolute;
      z-index: 2;
      right: 20px;
      bottom: 22px;
      max-width: calc(100% - 150px);
      overflow: hidden;
      padding: 5px 9px;
      border: 1px solid rgba(255, 255, 255, .38);
      border-radius: 99px;
      color: #fff;
      background: rgba(7, 59, 68, .74);
      font-size: 9px;
      font-weight: 700;
      line-height: 1.35;
      text-decoration: none;
      text-overflow: ellipsis;
      white-space: nowrap;
      backdrop-filter: blur(8px);
    }

    .result-story__photo-credit:hover,
    .result-story__photo-credit:focus-visible {
      background: rgba(7, 59, 68, .92);
      outline: 2px solid #fff;
      outline-offset: 2px;
    }

    .result-story__body {
      position: relative;
      z-index: 0;
      padding: 10px 0;
    }

    .result-story__body::before {
      position: absolute;
      z-index: -1;
      top: -44px;
      right: -3px;
      content: attr(data-index);
      color: rgba(0, 167, 160, .075);
      font-size: 122px;
      font-weight: 900;
      letter-spacing: -.09em;
      line-height: 1;
    }

    .result-story__eyebrow {
      display: flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 12px;
      color: var(--sea-deep);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .08em;
    }

    .result-story__category-icon {
      display: grid;
      width: 30px;
      height: 30px;
      place-items: center;
      border-radius: 50%;
      color: var(--ink);
      background: var(--sun);
      box-shadow: 0 3px 0 rgba(255, 107, 94, .55);
    }

    .result-story__category-icon svg {
      width: 17px;
      height: 17px;
    }

    .result-story[hidden] {
      display: none;
    }

    .result-story.is-first-visible::before,
    .result-story.is-first-visible::after {
      display: none;
    }

    .no-results {
      margin: 52px 0 36px;
      padding: 30px 20px;
      border-top: 5px solid var(--sun);
      border-bottom: 5px solid var(--sea);
      color: var(--ink-soft);
      text-align: center;
      font-weight: 800;
    }

    .no-results strong {
      display: block;
      margin-bottom: 5px;
      color: var(--ink);
      font-size: 20px;
    }

    .result-story h3 {
      position: relative;
      margin: 0;
      font-size: clamp(34px, 4vw, 50px);
      font-weight: 900;
      letter-spacing: -.04em;
      line-height: 1.22;
    }

    .result-story h3::after {
      display: block;
      width: 64px;
      height: 7px;
      margin-top: 13px;
      content: "";
      border-radius: 99px;
      background: linear-gradient(90deg, var(--coral), var(--sun));
      transform: skewX(-18deg);
    }

    .result-story__summary {
      margin: 20px 0 0;
      color: var(--ink-soft);
      font-size: 15px;
      font-weight: 600;
    }

    .result-story__facts {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px;
      margin: 27px 0 0;
    }

    .result-story__fact {
      display: grid;
      grid-template-columns: 37px minmax(0, 1fr);
      align-items: center;
      gap: 9px;
      min-width: 0;
      padding: 0;
    }

    .result-story__fact + .result-story__fact {
      padding-left: 0;
      border-left: 0;
    }

    .result-story__fact-symbol {
      display: grid;
      width: 37px;
      height: 37px;
      place-items: center;
      border-radius: 50%;
      color: var(--sea-deep);
      background: var(--mint);
    }

    .result-story__fact:nth-child(2) .result-story__fact-symbol {
      color: #9a4a16;
      background: #fff0b5;
    }

    .result-story__fact-symbol svg {
      width: 19px;
      height: 19px;
    }

    .result-story__fact-copy {
      min-width: 0;
    }

    .result-story__fact small {
      display: block;
      color: var(--ink-soft);
      font-size: 10px;
      font-weight: 800;
      letter-spacing: .1em;
    }

    .result-story__fact strong {
      display: block;
      margin-top: 1px;
      font-size: 14px;
    }

    .result-story__tags {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin: 18px 0 0;
      color: var(--sea);
      font-size: 12px;
      font-weight: 800;
    }

    .result-story__tags span {
      padding: 3px 9px;
      border-radius: 99px;
      background: var(--mint);
    }

    .result-story__tags span:nth-child(2) {
      color: var(--blue);
      background: #e6f5ff;
    }

    .result-story__tags span:nth-child(3) {
      color: var(--coral);
      background: #fff0ed;
    }

    .result-story__link {
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      min-height: 52px;
      margin-top: 23px;
      padding: 5px 7px 5px 20px;
      border: 0;
      border-radius: 99px;
      color: #fff;
      background: var(--ink);
      box-shadow: 0 5px 0 rgba(0, 167, 160, .28);
      font-family: inherit;
      font-size: 14px;
      font-weight: 900;
      text-decoration: none;
      cursor: pointer;
    }

    .result-story__link-icon {
      display: grid;
      width: 38px;
      height: 38px;
      place-items: center;
      border-radius: 50%;
      color: var(--ink);
      background: var(--sun);
      transition: color .2s ease, background .2s ease, transform .2s ease;
    }

    .result-story__link-icon svg {
      width: 12px;
      height: 12px;
    }

    .result-story__link:hover .result-story__link-icon,
    .result-story__link:focus-visible .result-story__link-icon {
      color: var(--ink);
      background: #fff;
      transform: translateX(3px);
    }

    .result-story__link:focus-visible {
      outline: 3px solid rgba(245, 184, 23, .72);
      outline-offset: 5px;
    }

    body.has-open-detail {
      overflow: hidden;
    }

    .place-detail {
      width: min(1080px, calc(100% - 40px));
      height: min(760px, calc(100dvh - 40px));
      max-width: none;
      max-height: none;
      margin: auto;
      padding: 0;
      overflow: hidden;
      border: 0;
      border-radius: 30px;
      color: var(--ink);
      background: #fff;
      box-shadow: 0 32px 90px rgba(0, 44, 52, .30);
    }

    .place-detail:not([open]) {
      display: none;
    }

    .place-detail::backdrop {
      background: rgba(0, 40, 47, .62);
      backdrop-filter: blur(8px);
    }

    .place-detail__shell {
      display: grid;
      grid-template-rows: auto minmax(0, 1fr) auto;
      height: 100%;
      background:
        radial-gradient(circle at 92% 13%, rgba(255, 211, 78, .22) 0 92px, transparent 93px),
        linear-gradient(180deg, #f3fffc 0, #fff 42%);
    }

    .place-detail__header {
      position: relative;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 66px;
      padding: 9px 20px;
      border-bottom: 1px solid rgba(7, 59, 68, .10);
      background: rgba(255, 255, 255, .90);
      backdrop-filter: blur(12px);
    }

    .place-detail__back {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      min-height: 44px;
      padding: 0 13px 0 9px;
      border: 0;
      border-radius: 99px;
      color: var(--ink);
      background: var(--mint);
      font: inherit;
      font-size: 13px;
      font-weight: 900;
      cursor: pointer;
    }

    .place-detail__back svg {
      width: 23px;
      height: 23px;
      padding: 5px;
      border-radius: 50%;
      color: #fff;
      background: var(--sea-deep);
    }

    .place-detail__header-label {
      color: var(--sea-deep);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .12em;
    }

    .place-detail__scroll {
      min-height: 0;
      overflow-y: auto;
      overscroll-behavior: contain;
      scrollbar-color: rgba(0, 167, 160, .45) transparent;
      scrollbar-width: thin;
    }

    .place-detail__hero {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
      align-items: center;
      gap: clamp(28px, 4vw, 48px);
      padding: 30px;
    }

    .place-detail__visual {
      position: relative;
      min-height: 365px;
      overflow: hidden;
      border-radius: 24px 24px 64px 24px;
      background-color: var(--mint);
      background-image:
        linear-gradient(145deg, rgba(0, 167, 160, .03), rgba(255, 211, 78, .10)),
        url("./shinojima-island-paper.webp");
      background-repeat: no-repeat;
      background-size: auto, 900px auto;
      box-shadow:
        11px 11px 0 var(--sky),
        19px 19px 0 rgba(0, 167, 160, .30);
      filter: saturate(1.14) contrast(1.02);
    }

    .place-detail__photo {
      position: absolute;
      z-index: 0;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .place-detail__photo[hidden] {
      display: none;
    }

    .place-detail__visual.is-taichi {
      background-position: center, 74% 28%;
    }

    .place-detail__visual.is-utahi {
      background-position: center, 27% 78%;
    }

    .place-detail__visual.is-sunsun {
      background-position: center, 52% 53%;
    }

    .place-detail__visual.is-kujihama {
      background-position: center, 78% 72%;
    }

    .place-detail__visual.is-kitayama {
      background-position: center, 47% 14%;
    }

    .place-detail__visual::after {
      position: absolute;
      z-index: 1;
      right: 0;
      bottom: 0;
      left: 0;
      height: 7px;
      content: "";
      background: linear-gradient(90deg, var(--sea), var(--blue), var(--sun), var(--coral));
    }

    .place-detail__image-label {
      position: absolute;
      z-index: 2;
      left: 18px;
      bottom: 21px;
      padding: 5px 11px;
      border-radius: 99px;
      color: #fff;
      background: rgba(0, 74, 81, .86);
      font-size: 11px;
      font-weight: 900;
      backdrop-filter: blur(8px);
    }

    .place-detail__photo-credit {
      position: absolute;
      z-index: 2;
      right: 16px;
      bottom: 19px;
      max-width: calc(100% - 140px);
      overflow: hidden;
      padding: 5px 9px;
      border: 1px solid rgba(255, 255, 255, .38);
      border-radius: 99px;
      color: #fff;
      background: rgba(7, 59, 68, .76);
      font-size: 9px;
      font-weight: 700;
      line-height: 1.35;
      text-decoration: none;
      text-overflow: ellipsis;
      white-space: nowrap;
      backdrop-filter: blur(8px);
    }

    .place-detail__photo-credit:hover,
    .place-detail__photo-credit:focus-visible {
      background: rgba(7, 59, 68, .94);
      outline: 2px solid #fff;
      outline-offset: 2px;
    }

    .place-detail__intro {
      position: relative;
      z-index: 0;
      padding-right: 8px;
    }

    .place-detail__category {
      display: flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 13px;
      color: var(--sea-deep);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .08em;
    }

    .place-detail__category-icon {
      display: grid;
      width: 32px;
      height: 32px;
      place-items: center;
      border-radius: 50%;
      color: var(--ink);
      background: var(--sun);
      box-shadow: 0 4px 0 rgba(255, 107, 94, .55);
    }

    .place-detail__category-icon svg {
      width: 18px;
      height: 18px;
    }

    .place-detail__intro h2 {
      margin: 0;
      font-size: clamp(38px, 4.5vw, 58px);
      font-weight: 900;
      letter-spacing: -.055em;
      line-height: 1.16;
    }

    .place-detail__intro h2::after {
      display: block;
      width: 72px;
      height: 7px;
      margin-top: 14px;
      content: "";
      border-radius: 99px;
      background: linear-gradient(90deg, var(--coral), var(--sun));
      transform: skewX(-18deg);
    }

    .place-detail__summary {
      margin: 21px 0 0;
      color: var(--ink-soft);
      font-size: 15px;
      font-weight: 650;
    }

    .place-detail__quick-facts {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin: 23px 0 0;
    }

    .place-detail__quick-facts div {
      min-width: 122px;
      padding: 10px 13px;
      border-radius: 16px;
      background: var(--mint);
    }

    .place-detail__quick-facts div:nth-child(2) {
      background: #fff1bd;
    }

    .place-detail__quick-facts dt {
      color: var(--ink-soft);
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .08em;
    }

    .place-detail__quick-facts dd {
      margin: 2px 0 0;
      color: var(--ink);
      font-size: 14px;
      font-weight: 900;
    }

    .place-detail__body {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(310px, .82fr);
      gap: 20px;
      padding: 0 30px 34px;
    }

    .place-detail__highlights {
      padding: 25px 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .place-detail__body h3 {
      margin: 0;
      font-size: 21px;
      font-weight: 900;
    }

    .place-detail__highlights ul {
      display: grid;
      gap: 13px;
      margin: 19px 0 0;
      padding: 0;
      list-style: none;
    }

    .place-detail__highlights li {
      position: relative;
      padding-left: 25px;
      color: var(--ink-soft);
      font-size: 14px;
      font-weight: 700;
    }

    .place-detail__highlights li::before {
      position: absolute;
      top: .62em;
      left: 0;
      width: 12px;
      height: 5px;
      content: "";
      border-radius: 99px;
      background: linear-gradient(90deg, var(--sea), var(--blue));
    }

    .place-detail__tags {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin: 20px 0 0;
    }

    .place-detail__tags span {
      padding: 4px 10px;
      border-radius: 99px;
      color: var(--sea-deep);
      background: var(--mint);
      font-size: 12px;
      font-weight: 900;
    }

    .place-detail__official-link {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      margin-top: 18px;
      color: var(--sea-deep);
      font-size: 12px;
      font-weight: 900;
      text-decoration: none;
    }

    .place-detail__official-link svg {
      width: 14px;
      height: 14px;
    }

    .place-detail__plan {
      position: relative;
      overflow: hidden;
      padding: 24px;
      border-radius: 26px;
      background: var(--mint);
    }

    .place-detail__plan-sunset {
      position: absolute;
      z-index: 0;
      top: 5px;
      right: 8px;
      width: 118px;
      height: 82px;
      opacity: .88;
      pointer-events: none;
    }

    .place-detail__plan > h3,
    .place-detail__plan-kicker {
      position: relative;
      z-index: 1;
    }

    .place-detail__plan::after {
      position: absolute;
      right: -10px;
      bottom: 17px;
      width: 120px;
      height: 48px;
      content: "";
      opacity: .22;
      background:
        radial-gradient(42px 17px at 50% 100%, transparent 62%, var(--sea) 64% 71%, transparent 73%) 0 0 / 58px 30px repeat-x;
    }

    .place-detail__plan-kicker {
      margin: 0 0 7px;
      color: var(--coral);
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .12em;
    }

    .place-detail__plan p:not(.place-detail__plan-kicker) {
      position: relative;
      z-index: 1;
      margin: 12px 0 0;
      color: var(--ink-soft);
      font-size: 13px;
      font-weight: 700;
    }

    .place-detail__roundtrip-route {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: auto minmax(18px, 1fr) minmax(92px, 1.35fr) minmax(18px, 1fr) auto;
      align-items: center;
      gap: 7px;
      margin-top: 18px;
    }

    .place-detail__route-stop {
      display: grid;
      min-width: 0;
      text-align: center;
    }

    .place-detail__route-stop b {
      color: var(--ink);
      font-size: 12px;
      font-weight: 900;
      line-height: 1.3;
    }

    .place-detail__route-stop small {
      margin-top: 2px;
      color: var(--ink-soft);
      font-size: 9px;
      font-weight: 800;
    }

    .place-detail__route-stop.is-place {
      padding: 7px 8px;
      border-radius: 14px;
      background: rgba(255, 255, 255, .72);
    }

    .place-detail__route-line {
      position: relative;
      height: 3px;
      border-radius: 99px;
      background: var(--sea);
    }

    .place-detail__route-line::before,
    .place-detail__route-line::after {
      position: absolute;
      top: -3px;
      width: 9px;
      height: 9px;
      content: "";
      border-radius: 50%;
      background: var(--sun);
    }

    .place-detail__route-line::before {
      left: -2px;
    }

    .place-detail__route-line::after {
      right: -2px;
      background: var(--coral);
    }

    .place-detail__plan-metrics {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, .82fr) minmax(0, .72fr) minmax(0, 1.46fr);
      margin-top: 20px;
      padding-top: 15px;
      border-top: 1px solid rgba(7, 59, 68, .14);
    }

    .place-detail__plan-metrics div {
      display: grid;
      align-content: start;
      gap: 3px;
      min-width: 0;
      padding: 0 10px;
    }

    .place-detail__plan-metrics div:first-child {
      padding-left: 0;
    }

    .place-detail__plan-metrics div + div {
      border-left: 1px solid rgba(7, 59, 68, .12);
    }

    .place-detail__plan-metrics span {
      color: var(--ink-soft);
      font-size: 9px;
      font-weight: 900;
      line-height: 1.35;
    }

    .place-detail__plan-metrics strong {
      font-size: 16px;
      font-weight: 900;
      line-height: 1.35;
    }

    .place-detail__plan-metrics .is-total strong {
      color: var(--sea-deep);
      font-size: 19px;
    }

    .place-detail__mobility {
      position: relative;
      z-index: 1;
      margin-top: 18px;
      padding-top: 18px;
      border-top: 1px solid rgba(7, 59, 68, .14);
    }

    .place-detail__mobility-head {
      display: grid;
      grid-template-columns: 40px minmax(0, 1fr);
      align-items: center;
      gap: 10px;
    }

    .place-detail__mobility-icon {
      display: grid;
      width: 40px;
      height: 40px;
      place-items: center;
      border-radius: 50%;
      color: var(--ink);
      background: var(--sun);
      box-shadow: 0 4px 0 rgba(255, 107, 94, .52);
    }

    .place-detail__mobility-icon svg {
      width: 23px;
      height: 23px;
    }

    .place-detail__mobility-head strong {
      display: block;
      color: var(--ink);
      font-size: 14px;
      font-weight: 900;
      line-height: 1.45;
    }

    .place-detail__mobility-head p {
      margin: 3px 0 0 !important;
      font-size: 11px !important;
      line-height: 1.6;
    }

    .place-detail__mobility-links {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      margin-top: 13px;
    }

    .place-detail__mobility-links a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      min-width: 0;
      padding: 9px 11px;
      border: 1px solid rgba(0, 109, 117, .24);
      border-radius: 14px;
      color: var(--sea-deep);
      background: rgba(255, 255, 255, .78);
      text-decoration: none;
    }

    .place-detail__mobility-links b {
      font-size: 12px;
      font-weight: 900;
    }

    .place-detail__mobility-links svg {
      flex: 0 0 auto;
      width: 14px;
      height: 14px;
    }

    .place-detail__actions {
      position: relative;
      z-index: 3;
      display: grid;
      grid-template-columns: minmax(170px, .72fr) minmax(220px, 1fr);
      justify-content: end;
      gap: 10px;
      padding: 13px 20px 16px;
      border-top: 1px solid rgba(7, 59, 68, .10);
      background: rgba(255, 255, 255, .94);
      box-shadow: 0 -10px 28px rgba(7, 59, 68, .07);
      backdrop-filter: blur(12px);
    }

    .place-detail__actions a,
    .place-detail__actions button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 0 20px;
      border-radius: 99px;
      font: inherit;
      font-size: 13px;
      font-weight: 900;
      text-decoration: none;
      cursor: pointer;
    }

    .place-detail__map-link {
      border: 2px solid var(--sea-deep);
      color: var(--sea-deep);
      background: #fff;
    }

    .place-detail__add {
      border: 0;
      color: #fff;
      background: var(--ink);
      box-shadow: 0 5px 0 rgba(0, 167, 160, .28);
    }

    .place-detail__add[aria-pressed="true"] {
      color: var(--ink);
      background: var(--sun);
      box-shadow: 0 5px 0 rgba(255, 107, 94, .45);
    }

    .place-detail__back:focus-visible,
    .place-detail__actions a:focus-visible,
    .place-detail__actions button:focus-visible {
      outline: 3px solid rgba(255, 211, 78, .86);
      outline-offset: 3px;
    }

    .place-detail__announcement {
      position: fixed;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0 0 0 0);
      white-space: nowrap;
    }

    .mock-note {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      width: min(calc(100% - (var(--page-pad) * 2)), var(--content));
      margin: 0 auto 72px;
      padding: 18px 20px;
      border: 1px solid rgba(0, 167, 160, .13);
      border-radius: 18px;
      background: rgba(221, 247, 241, .47);
      color: var(--ink-soft);
      font-size: 12px;
      font-weight: 600;
    }

    .mock-note svg {
      flex: 0 0 auto;
      width: 19px;
      height: 19px;
      margin-top: 1px;
      color: var(--sea);
    }

    body.has-trip-draft main {
      padding-bottom: 112px;
    }

    .trip-selection-tray {
      position: fixed;
      z-index: 12;
      right: 16px;
      bottom: max(16px, env(safe-area-inset-bottom));
      left: 16px;
      width: min(calc(100% - 32px), 760px);
      margin: 0 auto;
      color: #fff;
      filter: drop-shadow(0 18px 32px rgba(0, 44, 52, .24));
    }

    .trip-selection-tray[hidden],
    body.has-open-detail .trip-selection-tray {
      display: none;
    }

    .trip-selection-tray::before {
      position: absolute;
      z-index: -1;
      inset: -6px 28px auto;
      height: 16px;
      content: "";
      border-radius: 50%;
      background:
        radial-gradient(18px 8px at 12% 100%, var(--sun) 93%, transparent 100%),
        radial-gradient(24px 9px at 48% 100%, var(--sea) 93%, transparent 100%),
        radial-gradient(18px 8px at 86% 100%, var(--coral) 93%, transparent 100%);
    }

    .trip-selection-tray__inner {
      position: relative;
      display: grid;
      grid-template-columns: 48px minmax(0, 1fr) auto;
      align-items: center;
      gap: 13px;
      min-height: 76px;
      padding: 10px 12px 10px 14px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, .16);
      border-radius: 27px 27px 27px 13px;
      background:
        radial-gradient(circle at 82% -35%, rgba(0, 167, 160, .75) 0 88px, transparent 89px),
        linear-gradient(115deg, #073b44, #005c66);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
    }

    .trip-selection-tray__inner::after {
      position: absolute;
      right: 142px;
      bottom: -13px;
      width: 116px;
      height: 34px;
      content: "";
      opacity: .2;
      background:
        radial-gradient(37px 13px at 50% 100%, transparent 62%, #fff 65% 70%, transparent 73%) 0 0 / 54px 26px repeat-x;
      transform: rotate(-4deg);
      pointer-events: none;
    }

    .trip-selection-tray__icon {
      position: relative;
      display: grid;
      width: 48px;
      height: 48px;
      place-items: center;
      border-radius: 50%;
      color: var(--ink);
      background: var(--sun);
      box-shadow: 0 4px 0 var(--coral);
    }

    .trip-selection-tray__icon svg {
      width: 25px;
      height: 25px;
    }

    .trip-selection-tray__copy {
      display: grid;
      min-width: 0;
      line-height: 1.35;
    }

    .trip-selection-tray__copy strong {
      font-size: 14px;
      font-weight: 900;
      letter-spacing: .02em;
    }

    .trip-selection-tray__names {
      overflow: hidden;
      margin-top: 3px;
      color: rgba(255, 255, 255, .72);
      font-size: 11px;
      font-weight: 700;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .trip-selection-tray__action {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 50px;
      padding: 0 18px;
      border-radius: 99px;
      color: var(--ink);
      background: var(--sun);
      box-shadow: 0 4px 0 rgba(255, 107, 94, .92);
      font-size: 13px;
      font-weight: 900;
      line-height: 1;
      text-decoration: none;
      white-space: nowrap;
      transition: transform .18s ease, box-shadow .18s ease;
    }

    .trip-selection-tray__action svg {
      width: 18px;
      height: 18px;
    }

    .trip-selection-tray__action:hover {
      box-shadow: 0 2px 0 rgba(255, 107, 94, .92);
      transform: translateY(2px);
    }

    .trip-selection-tray__action:focus-visible {
      outline: 3px solid #fff;
      outline-offset: 3px;
    }

    @media (max-width: 820px) {
      .site-header {
        min-height: 66px;
      }

      .header-note {
        display: none;
      }

      .header-actions {
        gap: 0;
      }

      .header-map-link {
        min-height: 42px;
        padding: 4px 12px 4px 5px;
      }

      .header-map-link__icon {
        width: 31px;
        height: 31px;
      }

      .place-detail {
        width: 100%;
        height: 100dvh;
        max-width: none;
        max-height: none;
        margin: 0;
        border-radius: 0;
      }

      .place-detail__shell {
        height: 100dvh;
      }

      .place-detail__header {
        min-height: 62px;
        padding:
          max(8px, env(safe-area-inset-top))
          max(14px, env(safe-area-inset-right))
          8px
          max(14px, env(safe-area-inset-left));
      }

      .place-detail__hero {
        grid-template-columns: minmax(0, 1fr);
        gap: 27px;
        padding: 0 20px 28px;
      }

      .place-detail__visual {
        width: calc(100% + 40px);
        min-height: 285px;
        margin-left: -20px;
        border-radius: 0 0 48px;
        box-shadow:
          0 10px 0 var(--sky),
          0 18px 0 rgba(0, 167, 160, .24);
      }

      .place-detail__intro {
        padding: 0;
      }

      .place-detail__body {
        grid-template-columns: minmax(0, 1fr);
        padding: 0 20px 28px;
      }

      .place-detail__actions {
        grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
        padding:
          10px 12px
          max(13px, env(safe-area-inset-bottom));
      }

      .hero {
        padding-bottom: 100px;
      }

      .hero__photo-bubble--beach {
        top: auto;
        bottom: 10px;
        left: calc((100vw - 100%) / -2 + 22px);
        width: 142px;
      }

      .hero__photo-bubble--shrine {
        top: auto;
        right: calc((100vw - 100%) / -2 + 128px);
        bottom: 58px;
        width: 76px;
      }

      .hero__photo-bubble--hachioji {
        top: auto;
        right: calc((100vw - 100%) / -2 + 24px);
        bottom: 18px;
        width: 102px;
      }

      .hero__scene {
        opacity: .55;
        transform: scale(.78);
        transform-origin: top right;
      }

      .home-section-heading,
      .mood-search {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
      }

      .home-section-heading__intro {
        max-width: 650px;
      }

      .home-feature {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
      }

      .home-feature__media {
        width: calc(100% + var(--page-pad));
        min-height: auto;
        aspect-ratio: 1.55 / 1;
        margin-left: calc(var(--page-pad) * -1);
      }

      .home-feature__copy {
        max-width: 620px;
      }

      .result-story {
        grid-template-columns: minmax(0, 1fr);
        gap: 29px;
      }

      .result-story__media {
        width: calc(100% + var(--page-pad));
        margin-left: calc(var(--page-pad) * -1);
      }

      .result-story__media::before {
        inset: 10px -5px -9px 11px;
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0H100V91C96,97,90,92,84,96C78,100,72,93,66,97C60,101,53,94,47,98C41,101,34,94,28,97C22,100,15,93,9,97C5,99,2,95,0,93Z' fill='%23000'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0H100V91C96,97,90,92,84,96C78,100,72,93,66,97C60,101,53,94,47,98C41,101,34,94,28,97C22,100,15,93,9,97C5,99,2,95,0,93Z' fill='%23000'/%3E%3C/svg%3E");
      }

      .result-story__visual {
        min-height: auto;
        aspect-ratio: 1.55 / 1;
        width: 100%;
        margin-left: 0;
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0H100V91C96,97,90,92,84,96C78,100,72,93,66,97C60,101,53,94,47,98C41,101,34,94,28,97C22,100,15,93,9,97C5,99,2,95,0,93Z' fill='%23000'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0H100V91C96,97,90,92,84,96C78,100,72,93,66,97C60,101,53,94,47,98C41,101,34,94,28,97C22,100,15,93,9,97C5,99,2,95,0,93Z' fill='%23000'/%3E%3C/svg%3E");
      }

      .result-story__visual--cape {
        background-position: center, 74% 28%;
      }

      .result-story__visual--park {
        background-position: center, 26% 76%;
      }

      .result-story__visual--beach {
        background-position: center, 53% 52%;
      }

      .result-story__visual--kujihama {
        background-position: center, 78% 70%;
      }

      .result-story__visual--kitayama {
        background-position: center, 47% 15%;
      }

    }

    @media (max-width: 520px) {
      :root {
        --page-pad: 20px;
      }

      body.has-trip-draft main {
        padding-bottom: 118px;
      }

      .trip-selection-tray {
        right: max(8px, env(safe-area-inset-right));
        bottom: max(8px, env(safe-area-inset-bottom));
        left: max(8px, env(safe-area-inset-left));
        width: auto;
      }

      .trip-selection-tray::before {
        right: 18px;
        left: 18px;
      }

      .trip-selection-tray__inner {
        grid-template-columns: 39px minmax(0, 1fr) auto;
        gap: 9px;
        min-height: 68px;
        padding: 8px 9px 8px 10px;
        border-radius: 23px 23px 23px 11px;
      }

      .trip-selection-tray__icon {
        width: 39px;
        height: 39px;
        box-shadow: 0 3px 0 var(--coral);
      }

      .trip-selection-tray__icon svg {
        width: 21px;
        height: 21px;
      }

      .trip-selection-tray__copy strong {
        font-size: 12px;
      }

      .trip-selection-tray__names {
        font-size: 10px;
      }

      .trip-selection-tray__action {
        min-height: 44px;
        gap: 5px;
        padding: 0 12px;
        font-size: 11px;
      }

      .trip-selection-tray__action svg {
        width: 16px;
        height: 16px;
      }

      .brand__mark {
        width: 38px;
        height: 38px;
      }

      .brand__name strong {
        font-size: 15px;
      }

      .hero {
        padding-top: 42px;
        padding-bottom: 112px;
      }

      .hero .sjg-discover-title {
        max-width: 100%;
        font-size: clamp(34px, 11vw, 43px);
        letter-spacing: -.06em;
      }

      .hero__lead {
        max-width: 270px;
        margin-top: 15px;
        font-size: 14px;
      }

      .hero__scene {
        top: 38px;
        right: -20px;
        opacity: .36;
        transform: scale(.42);
      }

      .hero__photo-bubble {
        padding: 5px;
        box-shadow:
          0 0 0 2px rgba(255, 255, 255, .88),
          0 9px 22px rgba(7, 59, 68, .15),
          0 3px 0 rgba(0, 167, 160, .16);
      }

      .hero__photo-bubble::before {
        inset: -6px;
      }

      .hero__photo-bubble--beach {
        bottom: 13px;
        left: calc((100vw - 100%) / -2 + 14px);
        width: 104px;
      }

      .hero__photo-bubble--beach::after {
        width: 15px;
        height: 15px;
        border-width: 3px;
      }

      .hero__photo-bubble--shrine {
        right: calc((100vw - 100%) / -2 + 84px);
        bottom: 58px;
        width: 58px;
      }

      .hero__photo-bubble--shrine::after {
        right: -7px;
        width: 12px;
        height: 12px;
        border-width: 3px;
      }

      .hero__photo-bubble--hachioji {
        right: calc((100vw - 100%) / -2 + 13px);
        bottom: 19px;
        width: 72px;
      }

      .hero__photo-bubble--hachioji::after {
        width: 16px;
        height: 16px;
        border-width: 3px;
      }

      body.has-search-query .hero {
        padding-top: 25px;
        padding-bottom: 18px;
      }

      body.has-search-query .hero__kicker {
        max-width: 260px;
        margin-bottom: 8px;
        font-size: 10px;
      }

      body.has-search-query .hero .sjg-discover-title {
        max-width: 270px;
        font-size: 31px;
      }

      body.has-search-query .hero__scene {
        top: 1px;
        right: -60px;
        opacity: .2;
        transform: scale(.34);
      }

      body.has-search-query .search-context {
        width: calc(100% - 16px);
        padding: 8px 7px 14px;
        border-radius: 0 0 20px 20px;
      }

      .home-discovery {
        padding: 50px 0 74px;
      }

      .home-section-heading {
        margin-bottom: 20px;
      }

      .home-section-heading__label {
        margin-bottom: 5px;
        font-size: 10px;
      }

      .home-section-heading h2 {
        font-size: 31px;
      }

      .home-section-heading__intro {
        font-size: 13px;
      }

      .news-item {
        grid-template-columns: 62px minmax(0, 1fr) 34px;
        gap: 12px;
        min-height: 106px;
        padding: 14px 0;
      }

      .news-item:hover,
      .news-item:focus-visible {
        padding-left: 7px;
      }

      .news-date {
        width: 58px;
        height: 58px;
      }

      .news-date strong {
        margin: 2px 0;
        font-size: 20px;
      }

      .news-date.is-live strong {
        font-size: 13px;
      }

      .news-date small,
      .news-date span {
        font-size: 7px;
      }

      .news-item__meta {
        margin-bottom: 3px;
        font-size: 8px;
      }

      .news-item h3 {
        font-size: 16px;
      }

      .news-item p {
        display: -webkit-box;
        overflow: hidden;
        margin-top: 3px;
        font-size: 11px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }

      .news-open {
        width: 32px;
        height: 32px;
      }

      .news-open svg {
        width: 14px;
        height: 14px;
      }

      .mood-search {
        margin-top: 50px;
        padding: 25px 0;
      }

      .mood-search h2 {
        font-size: 27px;
      }

      .mood-chips {
        gap: 8px;
      }

      .mood-chip {
        min-height: 42px;
        padding-right: 13px;
        font-size: 12px;
      }

      .mood-chip__icon {
        width: 30px;
        height: 30px;
      }

      .home-feature {
        gap: 24px;
        margin-top: 65px;
      }

      .home-feature__media {
        width: calc(100% + 40px);
        min-height: 310px;
        aspect-ratio: auto;
        margin-left: -20px;
        background-size: auto, 770px auto;
      }

      .home-feature__photo-label {
        bottom: 24px;
        left: 20px;
      }

      .home-feature__copy {
        padding: 12px 0;
      }

      .home-feature__copy::before {
        height: 6px;
        margin-bottom: 17px;
      }

      .home-feature h2 {
        font-size: 35px;
      }

      .home-feature__copy > p:not(.home-feature__eyebrow) {
        margin-top: 14px;
        font-size: 13px;
      }

      .home-feature__action {
        width: 100%;
        justify-content: flex-start;
        margin-top: 21px;
      }

      .home-plan {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 15px;
        margin-top: 58px;
        padding: 20px;
        border-radius: 26px 42px 26px 42px;
      }

      .home-plan__icon {
        width: 48px;
        height: 48px;
      }

      .home-plan__open {
        display: none;
      }

      .home-plan strong {
        font-size: 17px;
      }

      .merchant-intake {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 14px;
        padding: 18px;
        border-radius: 24px 38px 24px 38px;
      }

      .merchant-intake__icon {
        width: 46px;
        height: 46px;
        border-radius: 15px 22px 15px 22px;
      }

      .merchant-intake__action {
        grid-column: 1 / -1;
        width: 100%;
      }

      .results-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px;
        padding-top: 38px;
      }

      .results-heading h2 {
        font-size: 29px;
      }

      .results-heading__count {
        margin-left: 5px;
      }

      .results-heading__home {
        min-height: 40px;
      }

      .place-detail__back {
        padding-right: 11px;
        font-size: 12px;
      }

      .place-detail__header-label {
        font-size: 10px;
      }

      .place-detail__visual {
        min-height: 235px;
        background-size: auto, 700px auto;
      }

      .place-detail__hero {
        gap: 24px;
        padding-bottom: 24px;
      }

      .place-detail__intro h2 {
        font-size: 35px;
      }

      .place-detail__summary {
        margin-top: 17px;
        font-size: 14px;
      }

      .place-detail__quick-facts {
        margin-top: 18px;
      }

      .place-detail__quick-facts div {
        min-width: 0;
        flex: 1 1 112px;
      }

      .place-detail__body {
        gap: 17px;
      }

      .place-detail__highlights {
        padding: 21px 0;
      }

      .place-detail__plan {
        padding: 21px;
      }

      .place-detail__plan-sunset {
        top: 7px;
        right: 6px;
        width: 68px;
        height: 47px;
      }

      .place-detail__roundtrip-route {
        grid-template-columns: auto minmax(12px, 1fr) minmax(78px, 1.35fr) minmax(12px, 1fr) auto;
        gap: 5px;
      }

      .place-detail__route-stop b {
        font-size: 11px;
      }

      .place-detail__route-stop.is-place {
        padding: 6px;
      }

      .place-detail__plan-metrics div {
        padding: 0 6px;
      }

      .place-detail__plan-metrics strong {
        font-size: 14px;
      }

      .place-detail__plan-metrics .is-total strong {
        font-size: 15px;
      }

      .place-detail__mobility-links {
        grid-template-columns: minmax(0, 1fr);
      }

      .place-detail__mobility-head strong {
        font-size: 13px;
      }

      .place-detail__actions a,
      .place-detail__actions button {
        min-height: 50px;
        padding: 0 10px;
        font-size: 12px;
      }

      .search-context {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 9px;
        padding-top: 12px;
      }

      .search-context__field {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 8px;
        min-height: 56px;
        padding: 5px 6px 5px 7px;
      }

      .search-context__icon {
        width: 38px;
        height: 38px;
      }

      .search-context__input {
        font-size: 16px;
      }

      .search-context__clear {
        width: 31px;
        height: 31px;
      }

      .search-context__submit {
        min-width: 68px;
        min-height: 54px;
        padding: 0 13px;
      }

      .search-context__submit svg {
        display: none;
      }

      .search-recommendations {
        grid-template-columns: minmax(0, 1fr);
        gap: 7px;
        padding-right: 0;
        padding-left: 0;
      }

      .search-recommendations__list {
        margin-right: -20px;
        padding-right: 46px;
      }

      .story-list {
        padding-bottom: 56px;
      }

      .result-story {
        gap: 20px;
        padding: 42px 0 50px;
      }

      .result-story__media {
        width: calc(100% + 20px);
        margin-left: -20px;
      }

      .result-story__visual {
        min-height: 222px;
        aspect-ratio: auto;
        background-size: auto, 700px auto;
      }

      .result-story__image-label {
        left: 18px;
        bottom: 28px;
      }

      .result-story__eyebrow {
        margin-bottom: 9px;
      }

      .result-story__category-icon {
        width: 28px;
        height: 28px;
      }

      .result-story h3 {
        font-size: 30px;
      }

      .result-story h3::after {
        width: 52px;
        height: 6px;
        margin-top: 9px;
      }

      .result-story__body::before {
        top: -10px;
        right: 0;
        font-size: 80px;
      }

      .result-story__summary {
        display: -webkit-box;
        overflow: hidden;
        margin-top: 15px;
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
      }

      .result-story__facts {
        margin-top: 21px;
      }

      .result-story__fact {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 7px;
        padding: 0;
      }

      .result-story__fact + .result-story__fact {
        padding-left: 0;
      }

      .result-story__fact-symbol {
        width: 32px;
        height: 32px;
      }

      .result-story__fact-symbol svg {
        width: 17px;
        height: 17px;
      }

      .result-story__fact strong {
        font-size: 12px;
      }

      .result-story__tags {
        margin-top: 15px;
      }

      .result-story__link {
        width: 100%;
        justify-content: space-between;
        margin-top: 18px;
        padding-left: 17px;
      }

      .mock-note {
        margin-bottom: 48px;
      }
    }

    @media (max-width: 360px) {
      .site-header {
        gap: 8px;
      }

      .brand {
        min-width: 0;
        gap: 8px;
      }

      .brand__name small {
        display: none;
      }

      .brand__name strong {
        font-size: 14px;
        white-space: nowrap;
      }

      .header-map-link {
        width: 42px;
        min-width: 42px;
        flex: 0 0 42px;
        justify-content: center;
        padding: 4px;
      }

      .header-map-link > span:last-child {
        display: none;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      *,
      *::before,
      *::after {
        transition-duration: .01ms !important;
      }

      .hero__photo-bubble {
        animation: none;
      }
    }

/* Search/answer-engine trust layer: visible, concise and part of the approved UI. */
.guide-purpose {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4.5vw, 52px);
  border: 1px solid rgba(7, 59, 68, .14);
  border-radius: clamp(28px, 4vw, 48px) 20px clamp(28px, 4vw, 48px) 20px;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 211, 78, .32) 0 65px, transparent 66px),
    linear-gradient(135deg, rgba(221, 247, 241, .94), rgba(255, 254, 250, .96));
  box-shadow: 0 18px 46px rgba(7, 59, 68, .09);
}

.guide-purpose::after {
  position: absolute;
  right: -24px;
  bottom: -38px;
  width: 180px;
  height: 90px;
  content: "";
  border: 18px solid rgba(0, 167, 160, .09);
  border-bottom: 0;
  border-radius: 100% 100% 0 0;
  transform: rotate(-8deg);
}

.guide-purpose__heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr);
  gap: 8px 40px;
  align-items: end;
}

.guide-purpose__heading > p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--sea-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.guide-purpose__heading h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.28;
}

.guide-purpose__heading > span {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.75;
}

.guide-purpose__items {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.guide-purpose__items article {
  position: relative;
  min-width: 0;
  padding: 22px 20px 20px;
  border: 1px solid rgba(7, 59, 68, .11);
  border-radius: 24px 10px 24px 10px;
  background: rgba(255, 255, 255, .76);
  backdrop-filter: blur(8px);
}

.guide-purpose__number {
  position: absolute;
  top: 15px;
  right: 18px;
  color: rgba(7, 59, 68, .2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.guide-purpose__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50% 50% 43% 57%;
  color: #fff;
  background: var(--sea);
  box-shadow: 0 5px 0 rgba(0, 109, 117, .14);
}

.guide-purpose__items article:nth-child(2) .guide-purpose__icon {
  color: var(--ink);
  background: var(--sun);
}

.guide-purpose__items article:nth-child(3) .guide-purpose__icon {
  background: var(--coral);
}

.guide-purpose__icon svg {
  width: 22px;
  height: 22px;
}

.guide-purpose__items h3 {
  margin: 15px 0 6px;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.guide-purpose__items p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.72;
}

.guide-purpose__source {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.guide-purpose__source a {
  margin-left: 6px;
  color: var(--sea-deep);
  text-underline-offset: 3px;
}

.result-story__verification {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 14px 0 -8px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 800;
}

.result-story__verification > span:first-child {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: var(--sea-deep);
  background: var(--mint);
  font-size: 12px;
}

/* Crawlable store/spot detail documents. */
body.shinojima-entity-page {
  margin: 0;
  min-width: 280px;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 211, 78, .18) 0 150px, transparent 151px),
    linear-gradient(180deg, #effbf8 0, #fffefa 38%, #f2fbff 100%);
}

body.shinojima-entity-page #wpadminbar {
  position: fixed;
}

.sjg-entity-skip {
  position: fixed;
  z-index: 99999;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  border-radius: 99px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-160%);
}

.sjg-entity-skip:focus {
  transform: translateY(0);
}

.sjg-entity-shell {
  min-height: 100dvh;
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "Meiryo",
    system-ui,
    sans-serif;
}

.sjg-entity-topbar {
  position: sticky;
  z-index: 30;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 78px;
  padding: 12px max(20px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(7, 59, 68, .11);
  background: rgba(255, 254, 250, .9);
  backdrop-filter: blur(16px);
}

.admin-bar .sjg-entity-topbar {
  top: 32px;
}

.sjg-entity-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.sjg-entity-brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50% 50% 43% 57%;
  color: #fff;
  background: var(--sea-deep);
  box-shadow: 0 5px 0 rgba(255, 211, 78, .72);
}

.sjg-entity-brand__mark svg {
  width: 24px;
  height: 24px;
}

.sjg-entity-brand > span:last-child {
  display: grid;
  line-height: 1.22;
}

.sjg-entity-brand strong {
  font-size: 16px;
  font-weight: 900;
}

.sjg-entity-brand small {
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.sjg-entity-map-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 7px 16px;
  border: 1px solid rgba(0, 109, 117, .22);
  border-radius: 99px;
  color: var(--sea-deep);
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 4px 0 rgba(0, 167, 160, .1);
}

.sjg-entity-map-button svg {
  width: 20px;
  height: 20px;
}

.sjg-entity-main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0 76px;
}

.sjg-entity-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.sjg-entity-breadcrumb a {
  color: var(--sea-deep);
  text-underline-offset: 3px;
}

.sjg-entity-breadcrumb svg {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
}

.sjg-entity-breadcrumb span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.sjg-entity-article {
  overflow: hidden;
  border: 1px solid rgba(7, 59, 68, .12);
  border-radius: 44px 18px 44px 18px;
  background: rgba(255, 254, 250, .92);
  box-shadow: 0 24px 70px rgba(7, 59, 68, .11);
}

.sjg-entity-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  min-height: 500px;
}

.sjg-entity-hero__media {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  margin: 0;
  background: #bfe8df;
}

.sjg-entity-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(0deg, rgba(3, 52, 58, .28), transparent 42%);
}

.sjg-entity-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sjg-entity-hero__media.is-guide-image img {
  object-position: 68% center;
}

.sjg-entity-hero__label,
.sjg-entity-hero__credit {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  min-height: 30px;
  padding: 5px 11px;
  border-radius: 99px;
  color: #fff;
  background: rgba(7, 59, 68, .82);
  font-size: 10px;
  font-weight: 850;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.sjg-entity-hero__label {
  left: 20px;
}

.sjg-entity-hero__credit {
  right: 20px;
  max-width: 54%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sjg-entity-hero__copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 68px);
  background:
    radial-gradient(circle at 93% 10%, rgba(255, 211, 78, .32) 0 72px, transparent 73px),
    #fffefa;
}

.sjg-entity-hero__copy::after {
  position: absolute;
  right: -40px;
  bottom: -55px;
  width: 190px;
  height: 100px;
  content: "";
  border: 20px solid rgba(0, 167, 160, .07);
  border-bottom: 0;
  border-radius: 100% 100% 0 0;
}

.sjg-entity-type {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin: 0 0 14px;
  padding: 7px 12px;
  border-radius: 99px;
  color: var(--sea-deep);
  background: var(--mint);
  font-size: 11px;
  font-weight: 900;
}

.sjg-entity-type span,
.sjg-entity-type svg {
  width: 18px;
  height: 18px;
}

.sjg-entity-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(34px, 4.7vw, 62px);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1.18;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.sjg-entity-title__main,
.sjg-entity-title__sub {
  display: block;
}

.sjg-entity-title__sub {
  margin-top: .12em;
  font-size: .72em;
  letter-spacing: -.025em;
  line-height: 1.25;
  white-space: nowrap;
}

.sjg-entity-summary {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 620;
  line-height: 1.9;
}

.sjg-entity-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
}

.sjg-entity-tags a {
  padding: 5px 10px;
  border-radius: 99px;
  color: var(--sea-deep);
  background: #e9f8f4;
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
}

.sjg-entity-verified {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 800;
}

.sjg-entity-verified svg {
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 50%;
  color: var(--sea-deep);
  background: var(--mint);
}

.sjg-entity-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f4fbf9;
}

.sjg-entity-facts > div {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 22px 26px;
  text-align: center;
}

.sjg-entity-facts > div + div {
  border-left: 1px solid var(--line);
}

.sjg-entity-facts span {
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .07em;
}

.sjg-entity-facts strong {
  overflow: hidden;
  font-size: 15px;
  font-weight: 900;
  text-overflow: ellipsis;
}

.sjg-entity-content {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 26px;
  padding: clamp(26px, 4.6vw, 58px);
}

.sjg-entity-content__main,
.sjg-entity-content__side {
  display: grid;
  align-content: start;
  gap: 20px;
  min-width: 0;
}

.sjg-entity-panel {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(7, 59, 68, .12);
  border-radius: 28px 12px 28px 12px;
  background: #fff;
}

.sjg-entity-panel__heading > p,
.sjg-entity-route-card > p,
.sjg-entity-source-card > p {
  margin: 0;
  color: var(--sea-deep);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}

.sjg-entity-panel__heading h2,
.sjg-entity-route-card h2,
.sjg-entity-source-card h2 {
  margin: 5px 0 0;
  font-size: clamp(21px, 2.3vw, 28px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.4;
}

.sjg-entity-info-list {
  margin: 24px 0 0;
}

.sjg-entity-info-list > div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 18px;
  padding: 15px 0;
  border-top: 1px solid rgba(7, 59, 68, .11);
}

.sjg-entity-info-list dt {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 850;
}

.sjg-entity-info-list dd {
  margin: 0;
  font-size: 13px;
  font-weight: 750;
}

.sjg-entity-info-list a {
  color: var(--sea-deep);
  text-underline-offset: 3px;
}

.sjg-entity-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.sjg-entity-contact-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 7px 17px;
  border: 1px solid rgba(0, 109, 117, .24);
  border-radius: 99px;
  color: var(--sea-deep);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.sjg-entity-contact-actions a.is-primary {
  border-color: var(--sea-deep);
  color: #fff;
  background: var(--sea-deep);
}

.sjg-entity-menu-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.sjg-entity-menu-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 18px;
  padding: 16px;
  border-radius: 16px 8px 16px 8px;
  background: #f2faf7;
}

.sjg-entity-menu-list h3,
.sjg-entity-menu-list p {
  margin: 0;
}

.sjg-entity-menu-list h3 {
  font-size: 14px;
  font-weight: 900;
}

.sjg-entity-menu-list strong {
  color: var(--sea-deep);
  font-size: 12px;
}

.sjg-entity-menu-list p {
  grid-column: 1 / -1;
  color: var(--ink-soft);
  font-size: 11px;
}

.sjg-entity-local-note {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 22px;
  border-radius: 24px 10px 24px 10px;
  color: var(--ink);
  background: linear-gradient(135deg, #fff3bc, #fffaf0);
}

.sjg-entity-local-note > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: #92521b;
  background: var(--sun);
}

.sjg-entity-local-note svg {
  width: 25px;
  height: 25px;
}

.sjg-entity-local-note p {
  margin: 1px 0 4px;
  color: #92521b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.sjg-entity-local-note strong {
  display: block;
  font-size: 13px;
  line-height: 1.75;
}

.sjg-entity-route-card,
.sjg-entity-source-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 28px 12px 28px 12px;
}

.sjg-entity-route-card {
  color: #fff;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 211, 78, .95) 0 45px, transparent 46px),
    linear-gradient(145deg, #007e7c, #075b5d);
  box-shadow: 0 12px 28px rgba(0, 109, 117, .18);
}

.sjg-entity-route-card > p {
  color: #aef0e5;
}

.sjg-entity-route-card > span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.75;
}

.sjg-entity-route-card > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  margin-top: 22px;
  padding: 8px 15px;
  border-radius: 99px;
  color: var(--ink);
  background: var(--sun);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 5px 0 rgba(4, 43, 47, .28);
}

.sjg-entity-route-card > a svg {
  width: 20px;
  height: 20px;
}

.sjg-entity-source-card {
  border: 1px solid rgba(7, 59, 68, .12);
  background: #f2faf7;
}

.sjg-entity-source-card dl {
  margin: 18px 0;
}

.sjg-entity-source-card dl > div {
  display: grid;
  gap: 3px;
  padding: 11px 0;
  border-top: 1px solid rgba(7, 59, 68, .12);
}

.sjg-entity-source-card dt {
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
}

.sjg-entity-source-card dd {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}

.sjg-entity-source-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 13px 15px;
  border-radius: 14px 7px 14px 7px;
  color: var(--sea-deep);
  background: #fff;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.sjg-entity-source-card > a svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.sjg-entity-source-card > small {
  display: block;
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.65;
}

.sjg-entity-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  border: 1px solid rgba(7, 59, 68, .12);
  border-radius: 24px 10px 24px 10px;
  color: var(--ink);
  background: #fff;
  text-decoration: none;
}

.sjg-entity-more span {
  display: grid;
}

.sjg-entity-more small {
  color: var(--coral);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}

.sjg-entity-more strong {
  font-size: 13px;
}

.sjg-entity-more svg {
  width: 20px;
  height: 20px;
  color: var(--sea-deep);
}

.sjg-entity-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px max(20px, calc((100vw - 1180px) / 2));
  border-top: 1px solid rgba(7, 59, 68, .12);
  color: var(--ink-soft);
  background: #eaf7f4;
  font-size: 11px;
}

.sjg-entity-footer strong {
  color: var(--ink);
  font-size: 13px;
}

.sjg-entity-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
}

.sjg-entity-footer a {
  text-underline-offset: 3px;
}

@media (max-width: 820px) {
  .guide-purpose__heading {
    grid-template-columns: 1fr;
  }

  .guide-purpose__heading > p {
    grid-column: auto;
  }

  .guide-purpose__items {
    grid-template-columns: 1fr;
  }

  .guide-purpose__items article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0 14px;
  }

  .guide-purpose__items h3 {
    align-self: end;
    margin-top: 0;
  }

  .guide-purpose__items p {
    grid-column: 2;
  }

  .sjg-entity-hero {
    grid-template-columns: 1fr;
  }

  .sjg-entity-hero__media {
    min-height: 380px;
    max-height: 54vh;
  }

  .sjg-entity-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .admin-bar .sjg-entity-topbar {
    top: 46px;
  }

  .guide-purpose {
    padding: 24px 18px;
    border-radius: 28px 12px 28px 12px;
  }

  .guide-purpose__heading h2 {
    font-size: 25px;
  }

  .guide-purpose__source a {
    display: block;
    margin: 4px 0 0;
  }

  .sjg-entity-topbar {
    min-height: 68px;
    padding: 10px 14px;
  }

  .sjg-entity-brand__mark {
    width: 38px;
    height: 38px;
  }

  .sjg-entity-brand small,
  .sjg-entity-map-button > span {
    display: none;
  }

  .sjg-entity-map-button {
    width: 42px;
    min-width: 42px;
    padding: 5px;
    justify-content: center;
  }

  .sjg-entity-main {
    width: min(100% - 20px, 1180px);
    padding-top: 18px;
  }

  .sjg-entity-article {
    border-radius: 28px 12px 28px 12px;
  }

  .sjg-entity-hero__media {
    min-height: 300px;
  }

  .sjg-entity-hero__copy {
    padding: 28px 22px 34px;
  }

  .sjg-entity-hero h1 {
    font-size: 34px;
  }

  .sjg-entity-title__sub {
    font-size: .68em;
  }

  .sjg-entity-summary {
    margin-top: 15px;
    font-size: 13px;
  }

  .sjg-entity-tags {
    margin-top: 16px;
  }

  .sjg-entity-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .sjg-entity-facts > div {
    padding: 17px 12px;
  }

  .sjg-entity-facts > div:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .sjg-entity-content {
    gap: 18px;
    padding: 18px 14px 26px;
  }

  .sjg-entity-panel,
  .sjg-entity-route-card,
  .sjg-entity-source-card {
    padding: 22px 18px;
  }

  .sjg-entity-info-list > div {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
  }

  .sjg-entity-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 18px;
  }
}
