:root {
      --blue: #0798cf;
      --deep: #063b57;
      --sky: #eaf9ff;
      --sand: #f8f1df;
      --ink: #15313e;
      --white: #fff;
      --line: rgba(6, 59, 87, .12);
      --accent: #f26b3a;
      --accent-light: #fff4f0;
    }

    * {
      box-sizing: border-box
    }

    html {
      scroll-behavior: smooth
    }

    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
      color: var(--ink);
      background: #fff;
      line-height: 1.75
    }

    img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover
    }

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

    .container {
      width: min(1120px, 92%);
      margin: auto
    }

    .nav {
      position: fixed;
      z-index: 50;
      top: 0;
      left: 0;
      right: 0;
      padding: 14px 0;
      transition: .3s;
      background: linear-gradient(to bottom, rgba(0, 0, 0, .35), transparent)
    }

    .nav.scrolled {
      background: rgba(255, 255, 255, .94);
      box-shadow: 0 3px 18px rgba(0, 0, 0, .08)
    }

    .nav-inner {
      display: flex;
      align-items: center;
      justify-content: space-between
    }

    .brand {
      color: #fff;
      font-weight: 800;
      letter-spacing: .08em;
      font-size: 15px;
      display: flex;
      align-items: center;
      gap: 9px;
      text-decoration: none;
      white-space: nowrap;
    }

    .brand-mark {
      width: 28px;
      height: 28px;
      object-fit: contain;
      filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .35));
      flex-shrink: 0;
    }

    .brand-mark-scrolled {
      display: none;
    }

    .brand-mark-white {
      display: block;
    }

    .scrolled .brand {
      color: var(--deep);
    }

    .scrolled .brand-mark-white {
      display: none;
    }

    .scrolled .brand-mark-scrolled {
      display: block;
      filter: none;
    }

    .nav-links {
      display: flex;
      gap: 22px;
      color: #fff;
      font-size: 13px;
      font-weight: 700
    }

    .scrolled .nav-links {
      color: var(--deep)
    }

    .hero {
      height: 100svh;
      min-height: 680px;
      position: relative;
      overflow: hidden;
      background: #058fc7
    }

    .hero-bg {
      position: absolute;
      inset: 0
    }

    .hero-bg img {
      object-position: center center;
      filter: saturate(1.05)
    }

    .hero:after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 40, 65, .25), rgba(0, 45, 65, .06) 40%, rgba(0, 25, 35, .48))
    }

    .hero-content {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding-top: 70px;
      padding-bottom: 30px;
      color: #fff
    }

    .eyebrow {
      font-size: 12px;
      letter-spacing: .28em;
      font-weight: 700;
      margin-bottom: 16px
    }

    .hero-logo {
      display: block;
      width: clamp(200px, 32vw, 420px);
      height: auto;
      margin: 0 auto 6px;
      filter: drop-shadow(0 8px 25px rgba(0, 20, 35, .45));
    }

    .hero h1 {
      margin: 0 0 18px;
      letter-spacing: .04em;
      font-weight: 900
    }

    .hero h1 span {
      display: block;
      font-size: clamp(20px, 3.5vw, 32px);
      letter-spacing: .18em;
      margin-top: 2px;
      text-shadow: 0 2px 12px rgba(0, 30, 45, .4);
    }

    .hero-copy {
      font-size: clamp(16px, 2vw, 21px);
      font-weight: 600;
      max-width: 540px;
      margin: 0 auto;
    }

    .cta-row {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 28px
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 0 24px;
      border-radius: 999px;
      font-weight: 800;
      font-size: 14px;
      letter-spacing: .04em
    }

    .btn-primary {
      background: #fff;
      color: var(--deep)
    }

    .btn-outline {
      border: 1px solid rgba(255, 255, 255, .8);
      color: #fff;
      background: rgba(255, 255, 255, .08);
      backdrop-filter: blur(8px)
    }

    .scroll {
      position: absolute;
      right: 4%;
      bottom: 28px;
      z-index: 3;
      color: #fff;
      font-size: 10px;
      letter-spacing: .2em;
      writing-mode: vertical-rl
    }

    section {
      padding: 100px 0
    }

    .kicker {
      color: #0789bb;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .22em;
      margin-bottom: 12px
    }

    h2 {
      font-size: clamp(30px, 5vw, 52px);
      line-height: 1.2;
      margin: 0 0 22px;
      color: var(--deep);
      letter-spacing: .02em
    }

    .lead {
      font-size: 16px;
      color: #45606d;
      max-width: 680px
    }

    .intro {
      background: linear-gradient(180deg, #fff, var(--sky))
    }

    .intro-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 55px;
      align-items: center
    }

    .intro-photo {
      height: 620px;
      border-radius: 28px;
      overflow: hidden;
      box-shadow: 0 20px 50px rgba(0, 80, 120, .15)
    }

    .quote {
      font-size: clamp(24px, 3vw, 38px);
      font-weight: 900;
      line-height: 1.45;
      color: var(--deep);
      margin: 35px 0
    }

    .gallery {
      background: var(--sand)
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: 1.2fr .8fr .8fr;
      grid-template-rows: 260px 260px;
      gap: 12px;
      margin-top: 45px
    }

    .gallery-grid .g1 {
      grid-row: span 2
    }

    .gallery-grid .g4 {
      grid-column: 2 / span 2
    }

    .g {
      border-radius: 18px;
      overflow: hidden
    }

    .g img {
      transition: transform .7s
    }

    .g:hover img {
      transform: scale(1.04)
    }

    .bbq {
      background: var(--deep);
      color: #fff
    }

    .bbq h2,
    .bbq .kicker {
      color: #fff
    }

    .bbq .lead {
      color: rgba(255, 255, 255, .72)
    }

    .bbq-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-top: 45px
    }

    .bbq-grid .photo {
      height: 540px;
      border-radius: 24px;
      overflow: hidden
    }

    .info {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px
    }

    .info-box {
      border: 1px solid rgba(255, 255, 255, .16);
      padding: 28px;
      border-radius: 18px;
      background: rgba(255, 255, 255, .05)
    }

    .info-box strong {
      display: block;
      font-size: 12px;
      letter-spacing: .15em;
      opacity: .65;
      margin-bottom: 8px
    }

    .info-box b {
      font-size: 20px
    }

    .sunset {
      height: 70vh;
      min-height: 500px;
      position: relative;
      overflow: hidden;
      padding: 0
    }

    .sunset:after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(5, 40, 55, .08), rgba(5, 25, 35, .5))
    }

    .sunset img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center
    }

    .sunset-content {
      position: absolute;
      z-index: 2;
      inset: 0;
      display: flex;
      align-items: flex-end;
      padding-bottom: 12%;
      color: #fff
    }

    .sunset h2 {
      color: #fff;
      max-width: 750px
    }

    .access {
      background: linear-gradient(180deg, #f5fbfd, #fff)
    }

    .access-highlight {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--accent-light);
      border: 1px solid rgba(242, 107, 58, .2);
      padding: 10px 22px;
      border-radius: 999px;
      font-weight: 800;
      font-size: 15px;
      color: var(--accent);
      margin-top: 18px;
      margin-bottom: 30px
    }

    .access-steps {
      display: flex;
      align-items: stretch;
      gap: 0;
      margin-top: 40px;
      position: relative
    }

    .access-step {
      flex: 1;
      text-align: center;
      position: relative;
      padding: 30px 18px
    }

    .access-step:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 14px solid transparent;
      border-bottom: 14px solid transparent;
      border-left: 14px solid var(--blue);
      z-index: 2
    }

    .step-num {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      background: var(--blue);
      color: #fff;
      border-radius: 50%;
      font-weight: 900;
      font-size: 18px;
      margin-bottom: 14px;
      box-shadow: 0 6px 20px rgba(7, 152, 207, .25)
    }

    .step-label {
      display: block;
      font-weight: 900;
      font-size: 17px;
      color: var(--deep);
      margin-bottom: 6px
    }

    .step-desc {
      font-size: 13px;
      color: #5b7079;
      line-height: 1.6
    }

    .step-time {
      display: inline-block;
      background: var(--deep);
      color: #fff;
      padding: 5px 16px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 800;
      margin-top: 8px;
      letter-spacing: .06em
    }

    .access-detail {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 25px;
      margin-top: 45px
    }

    .access-card {
      background: var(--sky);
      border-radius: 24px;
      padding: 35px
    }

    .access-card h3 {
      margin: 0 0 15px;
      color: var(--deep);
      font-size: 22px
    }

    .access-card p {
      margin: 7px 0;
      color: #4f6872;
      font-size: 14px
    }

    .access-card a {
      color: var(--blue);
      font-weight: 700
    }

    /* ========================================
       PRICE
       ======================================== */
    .price {
      background: linear-gradient(180deg, #fff, #f8fbfd);
    }

    .price-base-card {
      background: #fff;
      border: 2px solid var(--blue);
      border-radius: 24px;
      padding: 30px 35px;
      margin-top: 35px;
      box-shadow: 0 12px 35px rgba(7, 152, 207, .08);
      position: relative;
    }

    .base-badge {
      display: inline-block;
      background: var(--blue);
      color: #fff;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .1em;
      padding: 4px 14px;
      border-radius: 999px;
      margin-bottom: 12px;
    }

    .base-body {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 30px;
    }

    .base-main h3 {
      font-size: 22px;
      font-weight: 900;
      color: var(--deep);
      margin: 0 0 6px;
    }

    .base-main p {
      font-size: 14px;
      color: #556e79;
      margin: 0 0 10px;
    }

    .base-features {
      display: flex;
      gap: 20px;
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 13px;
      color: #2b6177;
      font-weight: 600;
    }

    .base-price-box {
      text-align: right;
      min-width: 220px;
    }

    .base-amount {
      font-size: clamp(34px, 4vw, 44px);
      font-weight: 900;
      color: var(--blue);
      letter-spacing: .02em;
      line-height: 1;
    }

    .base-unit {
      font-size: 12px;
      color: #6a838d;
      margin-top: 4px;
    }

    .price-step-label {
      text-align: center;
      margin: 35px 0 18px;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: .15em;
      color: #0789bb;
    }

    .price-grid-2col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }

    .price-card {
      background: var(--sky);
      border-radius: 24px;
      padding: 35px 26px;
      border: 1px solid rgba(7, 137, 187, .12);
      text-align: center;
      transition: transform .3s, box-shadow .3s;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .price-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 16px 40px rgba(5, 65, 90, .1)
    }

    .price-card.featured {
      background: var(--deep);
      color: #fff;
      border-color: transparent;
      box-shadow: 0 16px 45px rgba(6, 59, 87, .25);
    }

    .price-card.featured::before {
      content: "POPULAR";
      position: absolute;
      top: 16px;
      right: -28px;
      transform: rotate(45deg);
      background: var(--accent);
      color: #fff;
      font-size: 9px;
      font-weight: 900;
      letter-spacing: .12em;
      padding: 4px 36px;
      box-shadow: 0 4px 12px rgba(242, 107, 58, .3)
    }

    .price-icon {
      font-size: 38px;
      margin-bottom: 10px
    }

    .price-card h3 {
      font-size: 20px;
      font-weight: 900;
      letter-spacing: .06em;
      margin: 0 0 4px;
      color: var(--deep)
    }

    .price-card.featured h3 {
      color: #fff
    }

    .price-sub {
      font-size: 13px;
      opacity: .75;
      margin-bottom: 16px
    }

    .price-amount {
      font-size: clamp(28px, 3.2vw, 36px);
      font-weight: 900;
      color: var(--blue);
      letter-spacing: .02em;
      margin-bottom: 2px;
      line-height: 1.1
    }

    .price-card.featured .price-amount {
      color: #6fd4f5
    }

    .price-tax {
      font-size: 11px;
      font-weight: 600;
      opacity: .65;
      margin-left: 2px
    }

    .price-unit {
      font-size: 12px;
      opacity: .65;
      margin-bottom: 18px
    }

    .price-list {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left;
      font-size: 13px;
      line-height: 1.9;
      flex-grow: 1;
    }

    .price-list li::before {
      content: "✓ ";
      color: #0789bb;
      font-weight: 700
    }

    /* Collapsible Menu Accordion */
    .menu-details {
      margin-top: 30px;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: #fff;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(5, 65, 90, .04);
    }

    .menu-summary {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 16px 24px;
      font-size: 14px;
      font-weight: 800;
      color: var(--deep);
      cursor: pointer;
      background: var(--sky);
      list-style: none;
      user-select: none;
      transition: background .2s;
    }

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

    .menu-summary:hover {
      background: #ddf4ff;
    }

    .menu-details[open] .menu-summary {
      border-bottom: 1px solid var(--line);
    }

    .menu-breakdown {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      padding: 24px 30px;
    }

    .menu-col h4 {
      margin: 0 0 14px;
      font-size: 16px;
      color: var(--deep);
      display: flex;
      align-items: center;
      gap: 8px;
      border-bottom: 2px solid var(--sky);
      padding-bottom: 8px;
    }

    .menu-items {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px 16px;
      font-size: 13px;
      color: #4a636e;
    }

    .menu-item {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px dashed rgba(6, 59, 87, .1);
      padding-bottom: 4px;
    }

    .menu-item b {
      color: var(--deep);
    }

    .price-notes {
      text-align: left;
      margin-top: 24px;
      font-size: 13px;
      line-height: 1.8;
      color: #6d828a;
      background: var(--sky);
      padding: 16px 24px;
      border-radius: 14px;
      border: 1px solid rgba(7, 137, 187, .1)
    }

    /* ========================================
       FAQ
       ======================================== */
    .faq {
      background: var(--sand)
    }

    .faq-list {
      max-width: 760px;
      margin: 45px auto 0
    }

    .faq-item {
      background: #fff;
      border-radius: 18px;
      margin-bottom: 12px;
      border: 1px solid var(--line);
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(5, 65, 90, .04)
    }

    .faq-q {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      background: transparent;
      border: none;
      font-family: inherit;
      text-align: left;
      padding: 22px 28px;
      cursor: pointer;
      font-weight: 800;
      font-size: 15px;
      color: var(--deep);
      user-select: none;
      gap: 16px
    }

    .faq-q:hover {
      background: rgba(7, 137, 187, .03)
    }

    .faq-q .q-label {
      color: var(--blue);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: .1em;
      flex-shrink: 0;
      margin-right: 8px
    }

    .faq-toggle {
      flex-shrink: 0;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: var(--sky);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: var(--blue);
      transition: transform .3s
    }

    .faq-item.open .faq-toggle {
      transform: rotate(45deg)
    }

    .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height .35s ease, padding .35s ease
    }

    .faq-item.open .faq-a {
      max-height: 300px
    }

    .faq-a-inner {
      padding: 0 28px 22px;
      font-size: 14px;
      color: #55717c;
      line-height: 1.85
    }

    .final {
      padding: 120px 0;
      background: linear-gradient(180deg, #fff, #dff7ff);
      text-align: center
    }

    .final h2 {
      font-size: clamp(34px, 7vw, 68px)
    }

    .final p {
      max-width: 600px;
      margin: 0 auto 30px;
      color: #4c6772
    }

    .footer {
      background: #052d42;
      color: #fff;
      padding: 60px 0 35px
    }

    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 30px;
      align-items: flex-end
    }

    .footer-brand {
      font-size: 22px;
      font-weight: 900;
      letter-spacing: .08em
    }

    .footer-sub {
      font-size: 13px;
      color: #6fd4f5;
      font-weight: 700;
      margin-top: 2px;
    }

    .footer-info {
      font-size: 13px;
      opacity: .8;
      line-height: 1.8;
      margin: 14px 0 0;
    }

    .footer-info a {
      color: #6fd4f5;
    }

    .footer-right {
      text-align: right;
    }

    .footer-right p {
      margin: 4px 0;
      font-size: 13px;
    }

    .footer-right a {
      color: #6fd4f5;
      text-decoration: none;
      font-weight: 600;
    }

    .footer small {
      display: block;
      margin-top: 12px;
      opacity: .6;
      font-size: 12px;
    }

    .btn-reserve-sm {
      display: inline-block;
      background: var(--blue);
      color: #fff;
      padding: 8px 18px;
      font-size: 13px;
      font-weight: 800;
      border-radius: 999px;
      text-decoration: none;
      transition: .2s;
    }
    .btn-reserve-sm:hover {
      background: var(--deep);
    }

    .btn-reserve-featured {
      display: block;
      background: var(--accent);
      color: #fff;
      padding: 12px 20px;
      font-size: 14px;
      font-weight: 900;
      border-radius: 14px;
      text-decoration: none;
      box-shadow: 0 6px 20px rgba(242, 107, 58, .35);
      transition: transform .2s, box-shadow .2s;
      margin-top: 18px;
    }
    .btn-reserve-featured:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 25px rgba(242, 107, 58, .5);
    }

    /* Float booking bar */
    .float-bar {
      position: fixed;
      z-index: 60;
      right: 20px;
      bottom: 20px;
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .float-btn {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 14px 22px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 900;
      text-decoration: none;
      box-shadow: 0 10px 30px rgba(0, 25, 45, .25);
      transition: transform .2s, box-shadow .2s;
    }

    .float-reserve {
      background: var(--accent);
      color: #fff;
    }

    .float-reserve:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 35px rgba(242, 107, 58, .45);
    }

    .float-insta {
      background: #fff;
      color: #e1306c;
      padding: 14px;
      font-size: 16px;
    }

    @media(max-width:800px) {
      .nav-inner {
        justify-content: flex-start;
      }

      .nav-links {
        display: none
      }

      section {
        padding: 75px 0
      }

      .hero {
        min-height: 720px
      }

      .hero-content {
        align-items: center;
        padding-top: 80px;
        padding-bottom: 40px;
      }

      .cta-row {
        margin-top: 150px;
      }

      .intro-grid,
      .bbq-grid,
      .access-detail {
        grid-template-columns: 1fr;
        gap: 30px
      }

      .access-steps {
        flex-direction: column;
        gap: 0
      }

      .access-step:not(:last-child)::after {
        top: auto;
        bottom: -7px;
        right: 50%;
        transform: translateX(50%);
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 14px solid var(--blue);
        border-bottom: none
      }

      .intro-photo {
        height: 460px
      }

      .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 220px 220px 220px
      }

      .gallery-grid .g1 {
        grid-row: span 2
      }

      .gallery-grid .g4 {
        grid-column: 1 / span 2
      }

      .bbq-grid .photo {
        height: 430px
      }

      .info {
        grid-template-columns: 1fr 1fr
      }

      .base-body {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
      }

      .base-features {
        flex-direction: column;
        gap: 6px;
      }

      .base-price-box {
        text-align: left;
        min-width: auto;
        border-top: 1px dashed var(--line);
        padding-top: 14px;
        width: 100%;
      }

      .price-grid-2col {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .menu-breakdown {
        grid-template-columns: 1fr;
        padding: 20px;
      }

      .menu-items {
        grid-template-columns: 1fr;
      }

      .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
      }

      .footer-right {
        text-align: left;
      }
    }

    @media(max-width:480px) {
      .brand {
        font-size: 14px;
        gap: 7px;
      }

      .brand-mark {
        width: 24px;
        height: 24px;
      }

      .hero h1 {
        font-size: 50px
      }

      .hero h1 span {
        font-size: 18px
      }

      .btn {
        width: 100%
      }

      .info {
        grid-template-columns: 1fr
      }

      .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 260px 200px 200px 200px
      }

      .gallery-grid .g1 {
        grid-row: span 1
      }

      .gallery-grid .g4 {
        grid-column: 1
      }

      .float-bar {
        right: 12px;
        left: 12px;
        bottom: 12px;
      }

      .float-reserve {
        flex: 1;
        justify-content: center;
        padding: 13px 16px;
        font-size: 13px;
      }
    }

    /* premium conversion layer */
    body {
      letter-spacing: .01em
    }

    .hero-content>div {
      max-width: 780px;
      margin: 0 auto;
    }

    .hero h1 {
      text-shadow: 0 8px 35px rgba(0, 30, 45, .22)
    }

    .hero-copy {
      line-height: 1.9;
      text-shadow: 0 4px 18px rgba(0, 30, 45, .22)
    }

    .btn-primary {
      box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
      transition: .25s
    }

    .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 35px rgba(0, 0, 0, .2)
    }

    .btn-outline {
      transition: .25s
    }

    .btn-outline:hover {
      background: #fff;
      color: var(--deep)
    }

    .badges {
      display: flex;
      gap: 9px;
      flex-wrap: wrap;
      margin-top: 25px
    }

    .badge {
      border: 1px solid rgba(7, 137, 187, .25);
      color: #087ea9;
      background: rgba(255, 255, 255, .75);
      padding: 7px 13px;
      border-radius: 999px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .08em
    }

    .acai {
      background: linear-gradient(180deg, #fff, var(--sky));
    }

    .acai-grid {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 60px;
      align-items: center
    }

    .acai-photo {
      height: 600px;
      border-radius: 30px;
      overflow: hidden;
      box-shadow: 0 22px 55px rgba(0, 80, 120, .16)
    }

    .acai-photo img {
      object-position: center center
    }

    .acai .quote {
      color: #075d7c
    }

    @media(max-width:800px) {
      .acai-grid {
        grid-template-columns: 1fr;
        gap: 30px
      }

      .acai-photo {
        height: 460px
      }
    }

    /* ==============================================================================
     * ユーティリティ・インラインスタイルの共通クラス化 (Task 7 リファクタリング)
     * ============================================================================== */
    .bbq-sub-photo {
      height: 330px;
      margin-top: 14px;
    }

    .access-card-sub {
      font-size: 15px;
      color: #0789bb;
    }

    .note-inline {
      font-size: 12px;
      opacity: .8;
    }

    .link-highlight {
      color: var(--blue);
      font-weight: 700;
    }

    .final-actions {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .btn-accent {
      background: var(--accent) !important;
      color: #fff !important;
    }

    .btn-deep {
      background: var(--deep) !important;
      color: #fff !important;
    }

    .float-insta-label {
      font-size: 13px;
      font-weight: 800;
    }

    /* ==============================================================================
     * ファーストオーダー制案内バナー (Order Rule)
     * ============================================================================== */
    .price-order-rule {
      margin-top: 24px;
      background: var(--accent-light);
      border: 2px dashed rgba(242, 107, 58, .35);
      border-radius: 20px;
      padding: 24px 30px;
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }

    .order-rule-badge {
      background: var(--accent);
      color: #fff;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .08em;
      padding: 5px 14px;
      border-radius: 999px;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .order-rule-content h4 {
      margin: 0 0 6px;
      font-size: 17px;
      font-weight: 900;
      color: var(--deep);
    }

    .order-rule-desc {
      margin: 0 0 4px;
      font-size: 14px;
      color: #4a636e;
      line-height: 1.7;
    }

    .order-rule-note {
      margin: 0;
      font-size: 12px;
      color: #7a8e96;
    }

    /* ==============================================================================
     * 貸切・団体利用案内カード (Charter Card)
     * ============================================================================== */
    .price-charter-card {
      margin-top: 30px;
      background: linear-gradient(135deg, var(--deep) 0%, #0d4d6e 100%);
      color: #fff;
      border-radius: 24px;
      padding: 35px 32px;
      position: relative;
      overflow: hidden;
      box-shadow: 0 16px 40px rgba(6, 59, 87, .2);
    }

    .price-charter-card::after {
      content: "";
      position: absolute;
      right: -40px;
      bottom: -40px;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(7, 152, 207, .25) 0%, transparent 70%);
      pointer-events: none;
    }

    .charter-badge {
      display: inline-block;
      background: rgba(255, 255, 255, .15);
      border: 1px solid rgba(255, 255, 255, .3);
      color: #6fd4f5;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .12em;
      padding: 4px 14px;
      border-radius: 999px;
      margin-bottom: 14px;
    }

    .charter-body {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 30px;
      position: relative;
      z-index: 1;
    }

    .charter-main h3 {
      font-size: 22px;
      font-weight: 900;
      color: #fff;
      margin: 0 0 6px;
    }

    .charter-highlight {
      font-size: 18px;
      font-weight: 800;
      color: #6fd4f5;
      margin-bottom: 10px;
    }

    .charter-desc {
      font-size: 13px;
      color: #c9e0ea;
      line-height: 1.75;
      margin: 0 0 14px;
      max-width: 600px;
    }

    .charter-features {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 20px;
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 13px;
      color: #a8d5e5;
    }

    .charter-action {
      flex-shrink: 0;
    }

    .btn-charter {
      display: inline-block;
      background: #fff;
      color: var(--deep);
      padding: 14px 26px;
      border-radius: 999px;
      font-weight: 900;
      font-size: 14px;
      text-decoration: none;
      box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
      transition: transform .2s, background .2s, color .2s;
      white-space: nowrap;
    }

    .btn-charter:hover {
      transform: translateY(-2px);
      background: #eaf9ff;
      color: var(--blue);
    }

    /* ==============================================================================
     * イベント募集セクション (Events Section)
     * ============================================================================== */
    .events {
      background: linear-gradient(180deg, var(--sky), #fff);
      padding: 100px 0;
    }

    .event-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin: 40px 0 35px;
    }

    .event-cat-card {
      background: #fff;
      border-radius: 20px;
      padding: 18px 18px 24px;
      border: 1px solid var(--line);
      box-shadow: 0 4px 18px rgba(5, 65, 90, .04);
      transition: transform .25s, box-shadow .25s;
      text-align: center;
      display: flex;
      flex-direction: column;
    }

    .event-cat-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 30px rgba(5, 65, 90, .08);
    }

    .event-cat-visual {
      width: 100%;
      height: 140px;
      border-radius: 14px;
      overflow: hidden;
      margin-bottom: 16px;
      background: #f0f7fa;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .event-cat-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .event-cat-icon {
      font-size: 40px;
      margin: 0;
      line-height: 1;
    }

    .event-cat-card h4 {
      font-size: 16px;
      font-weight: 900;
      color: var(--deep);
      margin: 0 0 8px;
    }

    .event-cat-card p {
      font-size: 12px;
      color: #55717c;
      line-height: 1.65;
      margin: 0;
    }

    .event-support-box {
      background: #fff;
      border: 2px solid var(--blue);
      border-radius: 24px;
      padding: 30px 35px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      box-shadow: 0 10px 30px rgba(7, 152, 207, .08);
    }

    .event-support-main h3 {
      font-size: 18px;
      font-weight: 900;
      color: var(--deep);
      margin: 0 0 10px;
    }

    .event-support-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6px 20px;
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 13px;
      color: #2b6177;
      font-weight: 600;
    }

    .event-support-action {
      flex-shrink: 0;
    }

    /* ==============================================================================
     * アクセスマップ (Access Map)
     * ============================================================================== */
    .access-map-wrapper {
      margin-top: 35px;
    }

    .access-map {
      width: 100%;
      height: 400px;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 8px 30px rgba(5, 65, 90, .08);
      border: 1px solid var(--line);
      background: var(--sky);
    }

    .access-map iframe {
      width: 100%;
      height: 100%;
      border: none;
      display: block;
    }

    .access-map-action {
      text-align: center;
      margin-top: 16px;
    }

    .btn-map-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #fff;
      color: var(--deep);
      border: 1px solid rgba(7, 152, 207, .3);
      padding: 10px 22px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 800;
      box-shadow: 0 4px 12px rgba(5, 65, 90, .05);
      transition: background .2s, border-color .2s, transform .2s;
    }

    .btn-map-link:hover {
      background: var(--sky);
      border-color: var(--blue);
      color: var(--blue);
      transform: translateY(-1px);
    }

    /* レスポンシブ追加設定 */
    @media(max-width:800px) {
      .price-order-rule {
        flex-direction: column;
        gap: 12px;
        padding: 20px;
      }

      .price-charter-card {
        padding: 28px 20px;
      }

      .charter-body {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
      }

      .charter-action {
        width: 100%;
      }

      .charter-features {
        flex-direction: column;
        gap: 6px;
      }

      .btn-charter {
        display: block;
        width: 100%;
        text-align: center;
        white-space: normal;
        padding: 14px 16px;
        line-height: 1.45;
      }

      .event-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
      }

      .event-support-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 24px;
      }

      .event-support-list {
        grid-template-columns: 1fr;
      }

      .event-support-action {
        width: 100%;
      }

      .event-support-action .btn {
        width: 100%;
        text-align: center;
      }

      .access-map {
        height: 300px;
        border-radius: 18px;
      }
    }

    @media(max-width:480px) {
      .price-charter-card {
        padding: 24px 16px;
      }

      .btn-charter {
        font-size: 13px;
        padding: 12px 14px;
      }

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

      .access-map {
        height: 260px;
      }
    }



