/* 20260730 Sec01-07 SP adjustment implementation v1.0 */
/* ==========================================================================
   Zero Next One BASE NIIKAPPU
   top-sec07.css
   Section 07 smartphone comp override
   --------------------------------------------------------------------------
   Section 07 / Use Scenes
   - Full background image
   - HTML text / cards / CTA
   - Smartphone comp first
   - Phase 1 typography refinement
   ========================================================================== */

@media (max-width: 767px) {
  .page-top .p-scenes {
    position: relative;
    width: 100%;
    min-height: max(100svh, 237.4vw);
    min-height: max(100dvh, 237.4vw);
    padding: 0 0 48px;
    color: #1f1c16;
    background: #efe4cf;
    overflow: hidden;
    isolation: isolate;
  }

  .page-top .p-scenes::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: url("../img/top/sec07/sec07_bg_use_scene_sp.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
  }

  .page-top .p-scenes__bg,
  .page-top .p-scenes__decor,
  .page-top .p-scenes__layout,
  .page-top .p-scenes__visual {
    display: none !important;
  }

  .page-top .p-scenes__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: clamp(84px, 21.6vw, 106px) 34px 0;
  }

  .page-top .p-scenes__heading {
    position: relative;
    isolation: isolate;
    width: min(100%, 336px);
    margin: 0;
  }

  .page-top .p-scenes__heading::before {
    content: "";
    position: absolute;
    left: -24px;
    top: -22px;
    z-index: -1;
    width: min(118%, 374px);
    height: calc(100% + 36px);
    pointer-events: none;
    background:
      radial-gradient(
        ellipse at 34% 42%,
        rgba(246, 238, 220, 0.84) 0%,
        rgba(246, 238, 220, 0.62) 44%,
        rgba(246, 238, 220, 0.25) 70%,
        rgba(246, 238, 220, 0) 100%
      );
    filter: blur(2.5px);
  }

  .page-top .p-scenes__kicker {
    position: relative;
    margin: 0 0 clamp(14px, 3.6vw, 19px);
    color: #171511;
    font-family: var(--font-label);
    font-size: clamp(0.72rem, 2.84vw, 0.84rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-shadow:
      0 1px 6px rgba(246, 238, 220, 0.82),
      0 0 12px rgba(246, 238, 220, 0.48);
  }

  .page-top .p-scenes__kicker::after {
    content: "";
    display: block;
    width: 68px;
    height: 1px;
    margin-top: 11px;
    background: currentColor;
    opacity: 0.62;
  }

  .page-top .p-scenes__title {
    margin: 0;
    color: #15273d;
    font-family: var(--font-heading);
    font-size: clamp(1.48rem, 5.95vw, 1.86rem);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.052em;
    text-shadow:
      0 2px 10px rgba(246, 238, 220, 0.52),
      0 0 18px rgba(246, 238, 220, 0.28);
  }

  .page-top .p-scenes__title span {
    display: inline-block;
    white-space: nowrap;
  }

  .page-top .p-scenes__lead {
    margin: 0;
    color: #15130f;
    font-family: var(--font-body);
    font-size: clamp(0.66rem, 2.58vw, 0.78rem);
    font-weight: 500;
    line-height: 1.74;
    letter-spacing: 0.028em;
    text-shadow:
      0 1px 7px rgba(246, 238, 220, 0.8),
      0 0 12px rgba(246, 238, 220, 0.34);
  }

  .page-top .p-scenes__lead--first {
    margin-top: clamp(15px, 3.7vw, 20px);
  }

  .page-top .p-scenes__lead--second {
    margin-top: clamp(11px, 2.7vw, 15px);
  }

  .page-top .p-scenes__lead--third {
    margin-top: clamp(11px, 2.7vw, 15px);
  }

  .page-top .p-scenes__cards {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: calc(100vw - 44px);
    max-width: none;
    margin: clamp(24px, 5.7vw, 32px) 0 0 -12px;
  }

  .page-top .p-scenes-card {
    position: relative;
    min-width: 0;
    padding: 9px 9px 10px;
    border: 1px solid rgba(76, 56, 33, 0.08);
    border-radius: 12px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
      rgba(247, 238, 218, 0.89);
    box-shadow:
      0 5px 11px rgba(42, 32, 18, 0.055),
      inset 0 1px 0 rgba(255, 255, 255, 0.38);
    overflow: hidden;
  }

  .page-top .p-scenes-card__head {
    display: grid;
    grid-template-columns: 18px auto minmax(0, 1fr);
    align-items: center;
    column-gap: 5px;
    margin: 0 0 6px;
    color: #43513d;
  }

  .page-top .p-scenes-card__icon {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    color: #43513d;
  }

  .page-top .p-scenes-card__icon-svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .page-top .p-scenes-card__num {
    color: #43513d;
    font-family: var(--font-label);
    font-size: clamp(0.9rem, 3.52vw, 1.04rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.045em;
  }

  .page-top .p-scenes-card__title {
    min-width: 0;
    margin: 0;
    color: #1f1c16;
    font-family: var(--font-ui);
    font-size: clamp(0.6rem, 2.36vw, 0.72rem);
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: 0.004em;
    white-space: nowrap;
  }

  .page-top .p-scenes-card__head::after {
    content: "";
    grid-column: 1 / -1;
    display: block;
    height: 1px;
    margin-top: 6px;
    background: rgba(65, 50, 32, 0.15);
  }

  .page-top .p-scenes-card__text {
    margin: 0;
    min-height: 4.5em;
    color: #27231b;
    font-family: var(--font-ui);
    font-size: clamp(0.58rem, 2.28vw, 0.7rem);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.012em;
  }

  .page-top .p-scenes-card__thumb {
    margin-top: 8px;
    border-radius: 7px;
    overflow: hidden;
    background: #ded1b4;
  }

  .page-top .p-scenes-card__thumb picture,
  .page-top .p-scenes-card__thumb-img {
    display: block;
    width: 100%;
  }

  .page-top .p-scenes-card__thumb-img {
    aspect-ratio: 1.86 / 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
  }

  .page-top .p-scenes-card--sports .p-scenes-card__thumb-img {
    object-position: center center;
  }

  .page-top .p-scenes-card--training .p-scenes-card__thumb-img {
    object-position: center center;
  }

  .page-top .p-scenes-card--family .p-scenes-card__thumb-img {
    object-position: center center;
  }

  .page-top .p-scenes-card--circle .p-scenes-card__thumb-img {
    object-position: center center;
  }

  .page-top .p-scenes__actions {
    position: relative;
    display: grid;
    gap: 7px;
    width: min(100%, 326px);
    max-width: 326px;
    margin: clamp(14px, 3.5vw, 19px) auto 0;
  }

  .page-top .p-scenes__button {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: center;
    column-gap: 10px;
    width: 100%;
    min-height: 38px;
    padding: 0 19px;
    border-radius: 999px;
    font-family: var(--font-ui);
    font-size: clamp(0.82rem, 3.2vw, 0.96rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.055em;
    text-decoration: none;
  }

  .page-top .p-scenes__button span:first-child {
    justify-self: center;
    transform: translateX(10px);
    white-space: nowrap;
  }

  .page-top .p-scenes__button span[aria-hidden="true"] {
    justify-self: end;
    font-size: 1.12em;
    line-height: 1;
  }

  .page-top .p-scenes__button--primary {
    min-height: 43px;
    color: #fffaf0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
      #30472f;
    box-shadow:
      0 7px 15px rgba(32, 29, 19, 0.14),
      inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  }

  .page-top .p-scenes__button--secondary {
    color: #171511;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
      rgba(248, 240, 222, 0.74);
    border: 1px solid rgba(37, 31, 19, 0.46);
    box-shadow:
      0 4px 10px rgba(32, 29, 19, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }

  @supports not (height: 100dvh) {
    .page-top .p-scenes {
      min-height: max(100vh, 237.4vw);
    }
  }
}

@media (max-width: 374px) {
  .page-top .p-scenes {
    min-height: max(100svh, 244vw);
    min-height: max(100dvh, 244vw);
  }

  .page-top .p-scenes__inner {
    padding-top: 76px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .page-top .p-scenes__heading {
    width: min(100%, 310px);
  }

  .page-top .p-scenes__heading::before {
    left: -20px;
    width: min(116%, 344px);
  }

  .page-top .p-scenes__title {
    font-size: 1.3rem;
  }

  .page-top .p-scenes__lead {
    font-size: 0.58rem;
  }

  .page-top .p-scenes__cards {
    width: calc(100vw - 40px);
    max-width: none;
    gap: 8px;
    margin-left: -8px;
    margin-right: 0;
  }

  .page-top .p-scenes-card {
    padding: 8px 8px 9px;
  }

  .page-top .p-scenes-card__head {
    grid-template-columns: 16px auto minmax(0, 1fr);
    column-gap: 4px;
  }

  .page-top .p-scenes-card__icon,
  .page-top .p-scenes-card__icon-svg {
    width: 16px;
    height: 16px;
  }

  .page-top .p-scenes-card__num {
    font-size: 0.78rem;
  }

  .page-top .p-scenes-card__title {
    font-size: 0.5rem;
    letter-spacing: 0;
  }

  .page-top .p-scenes-card__text {
    font-size: 0.5rem;
  }

  .page-top .p-scenes__actions {
    width: min(100%, 326px);
    max-width: 326px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-top .p-scenes__button {
    min-height: 35px;
    font-size: 0.74rem;
  }

  .page-top .p-scenes__button--primary {
    min-height: 39px;
  }

  @supports not (height: 100dvh) {
    .page-top .p-scenes {
      min-height: max(100vh, 244vw);
    }
  }
}

/* --------------------------------------------------------------------------
   Section 07 / PC v3.1 - Stay Stories Photo Spread Refinement
   --------------------------------------------------------------------------
   - Preserve the completed smartphone layout above.
   - Keep the existing background and four scene photographs.
   - Present the section as an editorial photo story: three supporting scenes
     followed by one larger group / circle scene.
   - Remove equal-card framing, large rounded corners, floating shadows,
     pill CTAs, and card-lift hover behavior on tablet and desktop.
   - v3.1: reduce background/caption competition on the photo area,
     strengthen the main Scene 04 photo, refine captions, and clarify routes.
   - Keep Header, Footer, main.css, PHP structure, and JavaScript untouched.
   -------------------------------------------------------------------------- */

@media (min-width: 768px) {
  .page-top .p-scenes {
    --sec07-paper: var(--color-paper-warm, #f6eedc);
    --sec07-paper-base: var(--color-paper, #efe4cf);
    --sec07-ink: var(--color-ink, #1f1c16);
    --sec07-heading: var(--color-blue-niikappu, #15273d);
    --sec07-route: var(--color-forest-deep, #243a2e);
    --sec07-number: var(--color-amber-deep, #7a471d);
    --sec07-line: rgba(74, 55, 32, 0.2);
    --sec07-line-soft: rgba(74, 55, 32, 0.12);
    --sec07-haze-strong: rgba(255, 248, 232, 0.78);
    --sec07-haze-mid: rgba(247, 239, 221, 0.42);
    --sec07-haze-clear: rgba(247, 239, 221, 0);
    --sec07-scene-height: clamp(610px, 76vw, 780px);

    position: relative;
    width: 100%;
    min-height: 0;
    padding: 0 0 clamp(92px, 9vw, 122px);
    color: var(--sec07-ink);
    background:
      linear-gradient(
        180deg,
        var(--sec07-paper) 0%,
        var(--sec07-paper-base) 72%,
        var(--sec07-paper) 100%
      );
    overflow: hidden;
    overflow: clip;
    isolation: isolate;
  }

  .page-top .p-scenes::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 0;
    height: var(--sec07-scene-height);
    pointer-events: none;
    background-color: var(--sec07-paper-base);
    background-image: url("../img/top/sec07/sec07_bg_use_scene_pc.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 56% top;
  }

  .page-top .p-scenes::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 1;
    height: calc(var(--sec07-scene-height) + clamp(180px, 20vw, 270px));
    pointer-events: none;
    background:
      radial-gradient(
        ellipse at 19% 24%,
        rgba(255, 248, 232, 0.9) 0%,
        rgba(247, 239, 221, 0.64) 36%,
        rgba(247, 239, 221, 0.2) 60%,
        rgba(247, 239, 221, 0) 78%
      ),
      linear-gradient(
        90deg,
        rgba(246, 238, 220, 0.78) 0%,
        rgba(246, 238, 220, 0.54) 31%,
        rgba(246, 238, 220, 0.14) 57%,
        rgba(246, 238, 220, 0) 84%
      ),
      linear-gradient(
        180deg,
        rgba(239, 228, 207, 0.02) 0%,
        rgba(239, 228, 207, 0.04) 47%,
        rgba(239, 228, 207, 0.56) 72%,
        var(--sec07-paper-base) 91%,
        var(--sec07-paper-base) 100%
      );
  }

  .page-top .p-scenes__bg,
  .page-top .p-scenes__decor,
  .page-top .p-scenes__layout,
  .page-top .p-scenes__visual {
    display: none !important;
  }

  .page-top .p-scenes__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "heading"
      "cards"
      "actions";
    width: min(1320px, 100%);
    margin: 0 auto;
    padding: clamp(98px, 10vw, 126px) var(--side-padding) 0;
  }

  .page-top .p-scenes__heading {
    position: relative;
    z-index: 2;
    grid-area: heading;
    isolation: isolate;
    width: min(100%, 620px);
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .page-top .p-scenes__heading::before {
    content: "";
    position: absolute;
    top: -34px;
    left: -34px;
    z-index: -1;
    width: min(124%, 720px);
    height: calc(100% + 74px);
    pointer-events: none;
    background:
      radial-gradient(
        ellipse at 34% 42%,
        rgba(255, 248, 232, 0.82) 0%,
        rgba(247, 239, 221, 0.54) 48%,
        rgba(247, 239, 221, 0.17) 72%,
        rgba(247, 239, 221, 0) 100%
      );
    filter: blur(1.5px);
  }

  .page-top .p-scenes__kicker {
    position: relative;
    margin: 0 0 clamp(24px, 3vw, 32px);
    color: rgba(31, 28, 22, 0.74);
    font-family: var(--font-label);
    font-size: clamp(0.72rem, 0.9vw, 0.8rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-shadow: none;
  }

  .page-top .p-scenes__kicker::after {
    content: "";
    display: block;
    width: clamp(62px, 6.4vw, 76px);
    height: 1px;
    margin-top: 13px;
    background:
      linear-gradient(
        90deg,
        currentColor,
        rgba(122, 71, 29, 0.46),
        rgba(122, 71, 29, 0)
      );
    opacity: 0.72;
  }

  .page-top .p-scenes__title {
    max-width: 100%;
    margin: 0;
    color: var(--sec07-heading);
    font-family: var(--font-heading);
    font-size: clamp(2.55rem, 5.4vw, 3.45rem);
    font-weight: 700;
    line-height: 1.31;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 12px rgba(247, 239, 221, 0.38);
  }

  .page-top .p-scenes__title span {
    display: inline-block;
    white-space: nowrap;
  }

  .page-top .p-scenes__lead {
    width: min(100%, 44ch);
    margin: 0;
    color: var(--sec07-ink);
    font-family: var(--font-body);
    font-size: clamp(0.94rem, 1.18vw, 1.04rem);
    font-weight: 500;
    line-height: 1.96;
    letter-spacing: 0.03em;
    text-shadow: 0 1px 8px rgba(247, 239, 221, 0.3);
  }

  .page-top .p-scenes__lead br {
    display: none;
  }

  .page-top .p-scenes__lead--first {
    margin-top: clamp(24px, 3vw, 32px);
  }

  .page-top .p-scenes__lead--second,
  .page-top .p-scenes__lead--third {
    margin-top: clamp(13px, 1.8vw, 18px);
  }

  .page-top .p-scenes__cards {
    position: relative;
    z-index: 2;
    grid-area: cards;
    isolation: isolate;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(30px, 4.8vw, 46px) clamp(22px, 3.2vw, 30px);
    width: 100%;
    margin: clamp(56px, 6vw, 76px) auto 0;
  }

  .page-top .p-scenes__cards::before {
    content: "";
    position: absolute;
    inset: clamp(-42px, -4vw, -30px) clamp(-34px, -4vw, -22px) clamp(-46px, -4vw, -30px);
    z-index: -1;
    pointer-events: none;
    background:
      radial-gradient(
        ellipse at 58% 55%,
        var(--sec07-haze-strong) 0%,
        var(--sec07-haze-mid) 48%,
        rgba(247, 239, 221, 0.16) 68%,
        var(--sec07-haze-clear) 86%
      );
    filter: blur(1.2px);
  }

  .page-top .p-scenes-card {
    position: relative;
    isolation: isolate;
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    padding: 0 0 clamp(22px, 3vw, 30px);
    border: 0;
    border-bottom: 1px solid var(--sec07-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .page-top .p-scenes-card__thumb {
    order: 1;
    min-width: 0;
    margin: 0;
    border: 1px solid var(--sec07-line-soft);
    border-radius: 4px;
    background: var(--color-paper-dark, #e1d5ba);
    box-shadow: none;
    overflow: hidden;
  }

  .page-top .p-scenes-card__thumb picture,
  .page-top .p-scenes-card__thumb-img {
    display: block;
    width: 100%;
  }

  .page-top .p-scenes-card__thumb-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.82 / 1;
    object-fit: cover;
    object-position: center center;
  }

  .page-top .p-scenes-card--sports .p-scenes-card__thumb-img,
  .page-top .p-scenes-card--training .p-scenes-card__thumb-img,
  .page-top .p-scenes-card--family .p-scenes-card__thumb-img,
  .page-top .p-scenes-card--circle .p-scenes-card__thumb-img {
    object-position: center center;
  }

  .page-top .p-scenes-card__head {
    order: 2;
    display: grid;
    grid-template-columns: 22px auto minmax(0, 1fr);
    align-items: center;
    column-gap: 8px;
    margin: clamp(15px, 2.2vw, 19px) 0 0;
    color: var(--sec07-route);
  }

  .page-top .p-scenes-card__head::after {
    content: none;
    display: none;
  }

  .page-top .p-scenes-card__icon {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    color: currentColor;
  }

  .page-top .p-scenes-card__icon-svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .page-top .p-scenes-card__num {
    color: var(--sec07-number);
    font-family: var(--font-label);
    font-size: clamp(0.82rem, 1.25vw, 0.96rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
  }

  .page-top .p-scenes-card__title {
    min-width: 0;
    margin: 0;
    color: var(--sec07-ink);
    font-family: var(--font-ui);
    font-size: clamp(0.98rem, 1.48vw, 1.14rem);
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: 0.018em;
    white-space: normal;
  }

  .page-top .p-scenes-card__text {
    order: 3;
    min-height: 0;
    margin: clamp(10px, 1.7vw, 14px) 0 0;
    color: rgba(49, 43, 33, 0.84);
    font-family: var(--font-ui);
    font-size: clamp(0.82rem, 1.1vw, 0.94rem);
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 0.018em;
  }

  .page-top .p-scenes-card__text br {
    display: none;
  }

  .page-top .p-scenes-card:not(.p-scenes-card--circle)::before {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    bottom: 6px;
    z-index: -1;
    height: 46%;
    pointer-events: none;
    background:
      radial-gradient(
        ellipse at 44% 58%,
        rgba(255, 248, 232, 0.58) 0%,
        rgba(247, 239, 221, 0.26) 54%,
        rgba(247, 239, 221, 0) 84%
      );
    filter: blur(0.8px);
  }

  .page-top .p-scenes__actions {
    position: relative;
    z-index: 3;
    grid-area: actions;
    display: grid;
    justify-items: start;
    gap: 10px;
    width: min(100%, 480px);
    margin: clamp(34px, 4.8vw, 48px) 0 0;
  }

  .page-top .p-scenes__button {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 14px;
    width: min(100%, 420px);
    min-height: 46px;
    padding: 0 0 8px;
    border: 0;
    border-bottom: 1px solid rgba(36, 58, 46, 0.62);
    border-radius: 0;
    color: var(--sec07-route);
    background: transparent;
    box-shadow: none;
    font-family: var(--font-ui);
    font-size: clamp(0.92rem, 1.32vw, 1.03rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.045em;
    text-decoration: none;
  }

  .page-top .p-scenes__button span:first-child {
    justify-self: start;
    min-width: 0;
    transform: none;
    white-space: normal;
  }

  .page-top .p-scenes__button span[aria-hidden="true"] {
    justify-self: end;
    color: currentColor;
    font-size: 1.08em;
    line-height: 1;
  }

  .page-top .p-scenes__button--primary {
    color: var(--sec07-route);
    background: transparent;
    box-shadow: none;
  }

  .page-top .p-scenes__button--secondary {
    width: fit-content;
    max-width: 100%;
    min-height: 40px;
    padding-bottom: 6px;
    border-bottom-color: rgba(74, 55, 32, 0.36);
    color: rgba(31, 28, 22, 0.74);
    background: transparent;
    box-shadow: none;
    font-size: clamp(0.86rem, 1.16vw, 0.94rem);
    font-weight: 600;
    text-decoration: none;
  }

  .page-top .p-scenes__button:focus-visible {
    outline: 2px solid var(--color-amber, #b68b16);
    outline-offset: 5px;
  }
}

@media (min-width: 1024px) {
  .page-top .p-scenes {
    --sec07-scene-height: clamp(660px, 62vw, 820px);
    padding-bottom: clamp(104px, 8vw, 128px);
  }

  .page-top .p-scenes::before {
    background-position: 54% top;
  }

  .page-top .p-scenes__inner {
    padding-top: clamp(112px, 9.6vw, 136px);
  }

  .page-top .p-scenes__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
      "sports training family"
      "circle circle circle";
    gap: clamp(38px, 4.2vw, 52px) clamp(22px, 2.7vw, 32px);
    margin-top: clamp(58px, 5.2vw, 72px);
  }

  .page-top .p-scenes-card--sports {
    grid-area: sports;
  }

  .page-top .p-scenes-card--training {
    grid-area: training;
  }

  .page-top .p-scenes-card--family {
    grid-area: family;
  }

  .page-top .p-scenes-card--circle {
    grid-area: circle;
    display: grid;
    grid-template-columns: minmax(0, 1.62fr) minmax(270px, 0.82fr);
    grid-template-rows: auto 1fr;
    grid-template-areas:
      "thumb head"
      "thumb text";
    align-items: start;
    column-gap: clamp(30px, 4.2vw, 52px);
    padding: clamp(30px, 3.9vw, 44px) 0;
    border-top: 1px solid var(--sec07-line);
    border-bottom: 1px solid var(--sec07-line);
  }

  .page-top .p-scenes-card--circle::before {
    content: "";
    position: absolute;
    top: clamp(18px, 2.8vw, 30px);
    right: clamp(-22px, -2vw, -10px);
    bottom: clamp(18px, 2.8vw, 30px);
    z-index: -1;
    width: min(44%, 390px);
    pointer-events: none;
    background:
      radial-gradient(
        ellipse at 42% 50%,
        rgba(255, 248, 232, 0.78) 0%,
        rgba(247, 239, 221, 0.42) 56%,
        rgba(247, 239, 221, 0) 84%
      );
    filter: blur(1.2px);
  }

  .page-top .p-scenes-card--circle .p-scenes-card__thumb {
    grid-area: thumb;
    align-self: stretch;
  }

  .page-top .p-scenes-card--circle .p-scenes-card__thumb-img {
    height: 100%;
    min-height: clamp(272px, 30vw, 360px);
    aspect-ratio: 1.85 / 1;
  }

  .page-top .p-scenes-card--circle .p-scenes-card__head {
    grid-area: head;
    align-self: end;
    grid-template-columns: 27px auto minmax(0, 1fr);
    margin: 0;
  }

  .page-top .p-scenes-card--circle .p-scenes-card__icon,
  .page-top .p-scenes-card--circle .p-scenes-card__icon-svg {
    width: 27px;
    height: 27px;
  }

  .page-top .p-scenes-card--circle .p-scenes-card__num {
    font-size: clamp(1rem, 1.7vw, 1.26rem);
  }

  .page-top .p-scenes-card--circle .p-scenes-card__title {
    font-size: clamp(1.2rem, 2.05vw, 1.52rem);
    line-height: 1.4;
  }

  .page-top .p-scenes-card--circle .p-scenes-card__text {
    grid-area: text;
    align-self: start;
    margin-top: 16px;
    font-size: clamp(0.94rem, 1.34vw, 1.04rem);
    line-height: 1.86;
  }
}

@media (min-width: 1280px) {
  .page-top .p-scenes {
    --sec07-scene-height: clamp(700px, 54vw, 860px);
    padding-bottom: clamp(112px, 8vw, 136px);
  }

  .page-top .p-scenes::before {
    background-position: 52% top;
  }

  .page-top .p-scenes__inner {
    grid-template-columns: minmax(440px, 0.4fr) minmax(0, 0.6fr);
    grid-template-areas:
      "heading cards"
      "actions cards";
    align-items: start;
    column-gap: clamp(48px, 4.2vw, 64px);
    padding-top: clamp(126px, 9vw, 150px);
  }

  .page-top .p-scenes__heading {
    width: min(100%, 460px);
  }

  .page-top .p-scenes__heading::before {
    width: min(122%, 560px);
  }

  .page-top .p-scenes__title {
    max-width: 460px;
    font-size: clamp(2.68rem, 3.35vw, 3rem);
    line-height: 1.31;
    letter-spacing: 0.035em;
  }

  .page-top .p-scenes__lead {
    width: min(100%, 42ch);
    font-size: clamp(0.94rem, 1.02vw, 1.04rem);
  }

  .page-top .p-scenes__cards {
    align-self: start;
    margin: 0;
    gap: clamp(42px, 3.8vw, 56px) clamp(24px, 2.4vw, 34px);
  }

  .page-top .p-scenes-card__head {
    grid-template-columns: 20px auto minmax(0, 1fr);
    column-gap: 7px;
  }

  .page-top .p-scenes-card__icon,
  .page-top .p-scenes-card__icon-svg {
    width: 20px;
    height: 20px;
  }

  .page-top .p-scenes-card__num {
    font-size: clamp(0.76rem, 0.88vw, 0.86rem);
  }

  .page-top .p-scenes-card__title {
    font-size: clamp(0.94rem, 1.08vw, 1.04rem);
  }

  .page-top .p-scenes-card__text {
    font-size: clamp(0.8rem, 0.94vw, 0.9rem);
    line-height: 1.74;
  }

  .page-top .p-scenes-card--circle {
    grid-template-columns: minmax(0, 1.6fr) minmax(270px, 0.86fr);
    column-gap: clamp(30px, 3.2vw, 48px);
  }

  .page-top .p-scenes-card--circle .p-scenes-card__head {
    grid-template-columns: 25px auto minmax(0, 1fr);
  }

  .page-top .p-scenes-card--circle .p-scenes-card__icon,
  .page-top .p-scenes-card--circle .p-scenes-card__icon-svg {
    width: 25px;
    height: 25px;
  }

  .page-top .p-scenes-card--circle .p-scenes-card__title {
    font-size: clamp(1.18rem, 1.62vw, 1.42rem);
  }

  .page-top .p-scenes-card--circle .p-scenes-card__text {
    font-size: clamp(0.92rem, 1.06vw, 1rem);
  }

  .page-top .p-scenes__actions {
    align-self: start;
    width: min(100%, 420px);
    margin-top: clamp(28px, 3.4vw, 42px);
  }
}

@media (min-width: 1440px) {
  .page-top .p-scenes {
    --sec07-scene-height: 840px;
  }

  .page-top .p-scenes::before {
    background-position: center top;
  }

  .page-top .p-scenes__inner {
    grid-template-columns: minmax(450px, 0.4fr) minmax(0, 0.6fr);
    column-gap: 70px;
    padding-top: 148px;
  }

  .page-top .p-scenes__title {
    font-size: 3rem;
  }

  .page-top .p-scenes-card--circle .p-scenes-card__thumb-img {
    min-height: 340px;
  }
}

@media (min-width: 1800px) {
  .page-top .p-scenes {
    --sec07-scene-height: 860px;
    padding-bottom: 138px;
  }

  .page-top .p-scenes__inner {
    padding-top: 154px;
  }

  .page-top .p-scenes__title {
    font-size: 3.04rem;
  }
}

@media (min-width: 1024px) and (max-height: 820px) {
  .page-top .p-scenes {
    --sec07-scene-height: clamp(610px, 58vw, 720px);
    padding-bottom: 94px;
  }

  .page-top .p-scenes__inner {
    padding-top: 104px;
  }

  .page-top .p-scenes__title {
    font-size: clamp(2.46rem, 4.3vw, 2.9rem);
  }

  .page-top .p-scenes__lead {
    font-size: 0.94rem;
    line-height: 1.84;
  }

  .page-top .p-scenes__lead--first {
    margin-top: 22px;
  }

  .page-top .p-scenes__cards {
    gap: 30px 22px;
    margin-top: 48px;
  }

  .page-top .p-scenes-card__head {
    margin-top: 14px;
  }

  .page-top .p-scenes-card__text {
    margin-top: 9px;
    font-size: 0.82rem;
    line-height: 1.66;
  }

  .page-top .p-scenes-card--circle {
    padding-block: 24px;
  }

  .page-top .p-scenes-card--circle .p-scenes-card__thumb-img {
    min-height: 260px;
  }

  .page-top .p-scenes__actions {
    margin-top: 26px;
  }
}

@media (min-width: 1280px) and (max-height: 820px) {
  .page-top .p-scenes__cards {
    margin-top: 0;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .page-top .p-scenes-card__thumb-img,
  .page-top .p-scenes__button,
  .page-top .p-scenes__button span[aria-hidden="true"] {
    transition:
      transform 0.34s var(--ease-out-craft),
      color 0.34s var(--ease-out-craft),
      border-color 0.34s var(--ease-out-craft),
      opacity 0.34s var(--ease-out-craft);
  }

  .page-top .p-scenes-card:hover .p-scenes-card__thumb-img {
    transform: scale(1.01);
  }

  .page-top .p-scenes__button:hover {
    border-bottom-color: currentColor;
  }

  .page-top .p-scenes__button:hover span[aria-hidden="true"] {
    transform: translateX(3px);
  }

  .page-top .p-scenes__button--secondary:hover {
    color: var(--sec07-ink);
    opacity: 0.88;
  }
}

@media (prefers-reduced-motion: reduce) and (min-width: 768px) {
  .page-top .p-scenes-card__thumb-img,
  .page-top .p-scenes__button,
  .page-top .p-scenes__button span[aria-hidden="true"] {
    transition: none !important;
  }
}

/* ==========================================================================
   SEC07 G01 REAL LOBBY MERGE v1.0
   - Upper feature: real courtyard lobby
   - Existing four use-case cards and CTA remain
   - PC: 4 images / SP: 3 images
   ========================================================================== */

@media (max-width: 767px) {
  .page-top .p-scenes-lobby {
    position: relative;
    z-index: 2;
    isolation: isolate;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "courtyard seating"
      "main main";
    gap: 10px;
    width: calc(100% + 24px);
    max-width: 390px;
    margin: clamp(28px, 7vw, 38px) auto 0;
    margin-left: -12px;
    margin-right: -12px;
    padding: 12px;
  }

  .page-top .p-scenes-lobby__paper {
    position: absolute;
    inset: 0;
    z-index: -1;
    border: 1px solid rgba(76, 56, 33, 0.08);
    border-radius: 10px;
    background: rgba(247, 238, 218, 0.86);
    box-shadow:
      0 7px 16px rgba(42, 32, 18, 0.04),
      inset 0 1px 0 rgba(255, 255, 255, 0.32);
    transform: rotate(-0.22deg);
  }

  .page-top .p-scenes-lobby__detail,
  .page-top .p-scenes-lobby__main {
    min-width: 0;
    margin: 0;
  }

  .page-top .p-scenes-lobby__detail {
    overflow: hidden;
    border: 1px solid rgba(76, 56, 33, 0.1);
    border-radius: 7px;
    background: #ded1b4;
  }

  .page-top .p-scenes-lobby__detail--courtyard {
    grid-area: courtyard;
    aspect-ratio: 4 / 3;
  }

  .page-top .p-scenes-lobby__detail--lighting {
    display: none;
  }

  .page-top .p-scenes-lobby__detail--seating {
    grid-area: seating;
    aspect-ratio: 4 / 3;
  }

  .page-top .p-scenes-lobby__main {
    grid-area: main;
  }

  .page-top .p-scenes-lobby__main picture {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(76, 56, 33, 0.1);
    border-radius: 8px;
    background: #ded1b4;
    aspect-ratio: 8 / 7;
  }

  .page-top .p-scenes-lobby__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-top .p-scenes-lobby__detail--courtyard .p-scenes-lobby__image {
    object-position: 44% 42%;
  }

  .page-top .p-scenes-lobby__detail--seating .p-scenes-lobby__image {
    object-position: 58% 57%;
  }

  .page-top .p-scenes-lobby__main .p-scenes-lobby__image {
    object-position: 50% 51%;
  }

  .page-top .p-scenes-lobby__caption {
    display: grid;
    gap: 2px;
    margin: 9px 2px 1px;
    color: #27231b;
    font-family: var(--font-ui);
    font-size: clamp(0.62rem, 2.45vw, 0.72rem);
    line-height: 1.55;
  }

  .page-top .p-scenes-lobby__caption strong {
    font-weight: 700;
  }

  .page-top .p-scenes-lobby__caption span {
    opacity: 0.7;
  }

  .page-top .p-scenes__usecase-lead {
    position: relative;
    z-index: 2;
    width: calc(100% + 18px);
    max-width: 384px;
    margin: clamp(30px, 7vw, 40px) auto 0;
    margin-left: -9px;
    margin-right: -9px;
    color: #43513d;
    font-family: var(--font-heading);
    font-size: clamp(0.82rem, 3.2vw, 0.96rem);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.035em;
    text-align: center;
    text-shadow: 0 1px 7px rgba(246, 238, 220, 0.62);
  }

  .page-top .p-scenes__usecase-lead::after {
    content: "";
    display: block;
    width: min(76%, 240px);
    height: 1px;
    margin: 9px auto 0;
    background: currentColor;
    opacity: 0.28;
  }

  .page-top .p-scenes__usecase-lead + .p-scenes__cards {
    margin-top: clamp(15px, 3.8vw, 21px);
  }
}

@media (max-width: 374px) {
  .page-top .p-scenes-lobby {
    gap: 7px;
    padding: 9px;
  }

  .page-top .p-scenes-lobby__caption {
    font-size: 0.6rem;
  }

  .page-top .p-scenes__usecase-lead {
    font-size: 0.8rem;
  }
}

@media (min-width: 768px) {
  .page-top .p-scenes__inner {
    grid-template-areas:
      "heading"
      "gallery"
      "usecase"
      "cards"
      "actions";
  }

  .page-top .p-scenes-lobby {
    position: relative;
    z-index: 2;
    grid-area: gallery;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.82fr) minmax(0, 1.08fr);
    grid-template-areas:
      "courtyard lighting seating"
      "main main main";
    gap: clamp(14px, 2vw, 22px);
    width: min(100%, 900px);
    margin: clamp(48px, 6vw, 70px) auto 0;
    padding: clamp(22px, 3vw, 34px);
  }

  .page-top .p-scenes-lobby__paper {
    position: absolute;
    inset: 0;
    z-index: -1;
    border: 1px solid rgba(74, 55, 32, 0.09);
    background: rgba(238, 228, 210, 0.8);
    transform: rotate(-0.32deg);
  }

  .page-top .p-scenes-lobby__detail,
  .page-top .p-scenes-lobby__main {
    min-width: 0;
    margin: 0;
  }

  .page-top .p-scenes-lobby__detail {
    overflow: hidden;
    border: 1px solid var(--sec07-line-soft);
    border-radius: 5px;
    background: var(--color-paper-dark, #e1d5ba);
  }

  .page-top .p-scenes-lobby__detail--courtyard {
    grid-area: courtyard;
    aspect-ratio: 4 / 3;
  }

  .page-top .p-scenes-lobby__detail--lighting {
    display: block;
    grid-area: lighting;
    aspect-ratio: 4 / 5;
    background-image: var(--sec07-lobby-lighting-image);
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: cover;
  }

  .page-top .p-scenes-lobby__detail--seating {
    grid-area: seating;
    aspect-ratio: 4 / 3;
  }

  .page-top .p-scenes-lobby__main {
    grid-area: main;
    width: 88%;
    margin-left: auto;
  }

  .page-top .p-scenes-lobby__main picture {
    display: block;
    overflow: hidden;
    border: 1px solid var(--sec07-line-soft);
    border-radius: 7px;
    background: var(--color-paper-dark, #e1d5ba);
    aspect-ratio: 1.12 / 1;
  }

  .page-top .p-scenes-lobby__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-top .p-scenes-lobby__detail--courtyard .p-scenes-lobby__image {
    object-position: 44% 42%;
  }

  .page-top .p-scenes-lobby__detail--seating .p-scenes-lobby__image {
    object-position: 58% 57%;
  }

  .page-top .p-scenes-lobby__main .p-scenes-lobby__image {
    object-position: 50% 51%;
  }

  .page-top .p-scenes-lobby__caption {
    display: grid;
    gap: 4px;
    margin: 14px 0 0;
    color: var(--sec07-ink);
    font-family: var(--font-ui);
    font-size: clamp(0.78rem, 1.2vw, 0.9rem);
    line-height: 1.6;
  }

  .page-top .p-scenes-lobby__caption strong {
    font-weight: 700;
  }

  .page-top .p-scenes-lobby__caption span {
    opacity: 0.72;
  }

  .page-top .p-scenes__usecase-lead {
    position: relative;
    z-index: 2;
    grid-area: usecase;
    width: fit-content;
    max-width: 100%;
    margin: clamp(48px, 6vw, 72px) auto 0;
    color: var(--sec07-route);
    font-family: var(--font-heading);
    font-size: clamp(1.08rem, 1.9vw, 1.42rem);
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.035em;
    text-align: center;
  }

  .page-top .p-scenes__usecase-lead::after {
    content: "";
    display: block;
    width: min(82%, 420px);
    height: 1px;
    margin: 13px auto 0;
    background: currentColor;
    opacity: 0.24;
  }

  .page-top .p-scenes__usecase-lead + .p-scenes__cards {
    margin-top: clamp(26px, 3.6vw, 42px);
  }
}

@media (min-width: 1024px) {
  .page-top .p-scenes__usecase-lead + .p-scenes__cards {
    margin-top: clamp(30px, 3.2vw, 44px);
  }
}

@media (min-width: 1280px) {
  .page-top .p-scenes {
    --sec07-scene-height: clamp(760px, 58vw, 920px);
  }

  .page-top .p-scenes__inner {
    grid-template-columns: minmax(420px, 0.4fr) minmax(0, 0.6fr);
    grid-template-areas:
      "heading gallery"
      "usecase usecase"
      "cards cards"
      "actions actions";
    column-gap: clamp(48px, 4.5vw, 72px);
    align-items: start;
  }

  .page-top .p-scenes__heading {
    width: min(100%, 460px);
  }

  .page-top .p-scenes-lobby {
    align-self: start;
    width: 100%;
    margin: 0;
    padding: clamp(24px, 2vw, 32px);
  }

  .page-top .p-scenes-lobby__main {
    width: 86%;
  }

  .page-top .p-scenes__usecase-lead {
    margin-top: clamp(62px, 5vw, 82px);
  }

  .page-top .p-scenes__cards {
    width: 100%;
    margin-top: clamp(30px, 2.8vw, 42px);
  }

  .page-top .p-scenes__actions {
    width: min(100%, 520px);
    margin-top: clamp(42px, 3.4vw, 54px);
  }
}

@media (min-width: 1440px) {
  .page-top .p-scenes__inner {
    grid-template-columns: minmax(450px, 0.4fr) minmax(0, 0.6fr);
  }

  .page-top .p-scenes-lobby {
    max-width: 760px;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .page-top .p-scenes-lobby__image {
    transition: transform 0.34s var(--ease-out-craft);
  }

  .page-top .p-scenes-lobby__detail:hover .p-scenes-lobby__image,
  .page-top .p-scenes-lobby__main:hover .p-scenes-lobby__image {
    transform: scale(1.01);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-top .p-scenes-lobby__image {
    transition: none !important;
  }
}
/* END SEC07 G01 REAL LOBBY MERGE v1.0 */

/* ==========================================================================
   SEC07 GUEST SCENE GALLERY v1.2
   - PC: five horizontal 3:2 scenes
   - SP: five horizontal 3:2 scenes for wider lobby visibility
   - Decorative, lazy-hydrated, fail-open slideshow
   ========================================================================== */

.page-top .p-scenes-gallery {
  position: relative;
  z-index: 2;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  background: #171913;
  box-shadow:
    0 18px 42px rgba(30, 23, 14, 0.14),
    0 2px 8px rgba(30, 23, 14, 0.08);
}

.page-top .p-scenes-gallery__paper {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  border: 1px solid rgba(87, 64, 36, 0.2);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 238, 0.2),
    inset 0 -34px 56px rgba(15, 17, 14, 0.08);
}

.page-top .p-scenes-gallery__set,
.page-top .p-scenes-gallery__item,
.page-top .p-scenes-gallery__item picture,
.page-top .p-scenes-gallery__noscript {
  position: absolute;
  inset: 0;
  display: block;
}

.page-top .p-scenes-gallery__set--pc {
  display: none;
}

.page-top .p-scenes-gallery__item {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 1.1s ease,
    visibility 0s linear 1.1s;
}

.page-top .p-scenes-gallery__item.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.page-top .p-scenes-gallery__item.is-failed {
  display: none;
}

.page-top .p-scenes-gallery__image,
.page-top .p-scenes-gallery__noscript img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--scene-position, 50% 50%);
}

.page-top .p-scenes-gallery__image {
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.36s ease;
}

.page-top .p-scenes-gallery__item.is-loaded .p-scenes-gallery__image {
  opacity: 1;
}

.page-top .p-scenes-gallery__item.is-active.is-loaded .p-scenes-gallery__image {
  animation: sec07GuestSceneZoom 7.5s linear both;
}

.page-top .p-scenes-gallery__item[data-scene-motion="focus-right"] .p-scenes-gallery__image {
  transform-origin: 68% 50%;
}

.page-top .p-scenes-gallery__item[data-scene-motion="pan-right"] .p-scenes-gallery__image,
.page-top .p-scenes-gallery__item[data-scene-motion="focus-child"] .p-scenes-gallery__image {
  transform-origin: 58% 50%;
}

.page-top .p-scenes-gallery__item[data-scene-motion="pan-up-soft"] .p-scenes-gallery__image {
  transform-origin: 50% 35%;
}

.page-top .p-scenes-gallery__item[data-scene-motion="push-depth"] .p-scenes-gallery__image {
  transform-origin: 54% 48%;
}

.page-top .p-scenes-gallery__item[data-scene-motion="static-soft"] .p-scenes-gallery__image {
  animation-name: sec07GuestSceneZoomStatic;
}

.page-top .p-scenes-gallery__noscript {
  z-index: 3;
}

@keyframes sec07GuestSceneZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.035);
  }
}

@keyframes sec07GuestSceneZoomStatic {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.018);
  }
}

@media (max-width: 767px) {
  .page-top .p-scenes-gallery {
    aspect-ratio: 3 / 2;
    width: 100%;
    max-width: none;
    margin: clamp(27px, 6.8vw, 38px) 0 0;
    border-radius: 11px;
  }

  .page-top .p-scenes-gallery__paper {
    border-radius: 11px;
  }

  .page-top .p-scenes-gallery__set--sp {
    display: block;
  }
}

@media (max-width: 374px) {
  .page-top .p-scenes-gallery {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .page-top .p-scenes-gallery {
    grid-area: gallery;
    aspect-ratio: 3 / 2;
    width: min(100%, 900px);
    margin: clamp(48px, 6vw, 70px) auto 0;
    border-radius: 6px;
  }

  .page-top .p-scenes-gallery__paper {
    border-radius: 6px;
  }

  .page-top .p-scenes-gallery__set--pc {
    display: block;
  }

  .page-top .p-scenes-gallery__set--sp {
    display: none;
  }
}

@media (min-width: 1280px) {
  .page-top .p-scenes-gallery {
    align-self: start;
    width: 100%;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-top .p-scenes-gallery__item,
  .page-top .p-scenes-gallery__image {
    transition: none !important;
  }

  .page-top .p-scenes-gallery__item.is-active.is-loaded .p-scenes-gallery__image {
    animation: none !important;
    transform: none !important;
  }
}
/* END SEC07 GUEST SCENE GALLERY v1.0 */

/* ==========================================================================
   SEC07 GUEST SCENE INTERACTION UI v1.1
   - Makes the slideshow discoverable without reducing the image area
   - Counter, scene copy, progress bars, first-view hint and card relation
   ========================================================================== */

.page-top .p-scenes-gallery {
  --sec07-progress-duration: 7500ms;
  cursor: grab;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-select: none;
}

.page-top .p-scenes-gallery.is-dragging {
  cursor: grabbing;
}

.page-top .p-scenes-gallery::before {
  content: "";
  position: absolute;
  inset: 28% 0 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(
      to bottom,
      rgba(5, 12, 16, 0) 0%,
      rgba(5, 12, 16, 0.08) 24%,
      rgba(5, 12, 16, 0.46) 72%,
      rgba(5, 12, 16, 0.68) 100%
    );
  opacity: 0;
  transition: opacity 0.36s ease;
}

.page-top .p-scenes-gallery.is-ui-ready::before {
  opacity: 1;
}

.page-top .p-scenes-gallery__paper {
  z-index: 10;
}

.page-top .p-scenes-gallery__set {
  overflow: hidden;
  outline: none;
}

.page-top .p-scenes-gallery__set:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(255, 245, 211, 0.88);
}

.page-top .p-scenes-gallery__slides {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.page-top .p-scenes-gallery__interface {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.36s ease;
}

.page-top .p-scenes-gallery.is-ui-ready .p-scenes-gallery__interface {
  opacity: 1;
}

.page-top .p-scenes-gallery__top-controls {
  position: absolute;
  top: clamp(12px, 2.4vw, 22px);
  right: clamp(12px, 2.4vw, 22px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  pointer-events: auto;
}

.page-top .p-scenes-gallery__counter,
.page-top .p-scenes-gallery__play-toggle {
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #fff;
  background: rgba(7, 16, 21, 0.52);
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.page-top .p-scenes-gallery__counter {
  display: inline-flex;
  min-width: 96px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 0.28em;
  padding: 0 14px;
  border-radius: 999px;
  font-family: var(--font-label, sans-serif);
  font-size: clamp(0.7rem, 1.1vw, 0.82rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.13em;
  font-variant-numeric: tabular-nums;
}

.page-top .p-scenes-gallery__counter > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.page-top .p-scenes-gallery__counter-separator {
  margin: 0 0.14em;
  opacity: 0.54;
}

.page-top .p-scenes-gallery__play-toggle {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  transition:
    border-color 0.24s ease,
    background-color 0.24s ease,
    transform 0.24s ease;
}

.page-top .p-scenes-gallery__play-toggle[hidden] {
  display: none;
}

.page-top .p-scenes-gallery__play-toggle:focus-visible,
.page-top .p-scenes-gallery__pagination-button:focus-visible {
  outline: 2px solid rgba(255, 244, 205, 0.98);
  outline-offset: 3px;
}

.page-top .p-scenes-gallery__play-icon {
  display: block;
  width: 15px;
  height: 15px;
}

.page-top .p-scenes-gallery__play-icon path {
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.page-top .p-scenes-gallery__play-icon--play {
  display: none;
}

.page-top .p-scenes-gallery__play-icon--play path {
  fill: currentColor;
  stroke: none;
}

.page-top .p-scenes-gallery__play-toggle[data-state="paused"] .p-scenes-gallery__play-icon--pause {
  display: none;
}

.page-top .p-scenes-gallery__play-toggle[data-state="paused"] .p-scenes-gallery__play-icon--play {
  display: block;
}

.page-top .p-scenes-gallery__content {
  position: absolute;
  left: clamp(16px, 3.2vw, 34px);
  bottom: clamp(58px, 6vw, 72px);
  z-index: 2;
  width: min(74%, 430px);
  padding: clamp(11px, 1.6vw, 16px) clamp(13px, 2vw, 19px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: clamp(9px, 1vw, 13px);
  color: #fff;
  background:
    linear-gradient(
      135deg,
      rgba(7, 17, 21, 0.72),
      rgba(7, 17, 21, 0.48)
    );
  box-shadow:
    0 12px 34px rgba(0, 0, 0, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(9px) saturate(1.05);
  -webkit-backdrop-filter: blur(9px) saturate(1.05);
  pointer-events: none;
}

.page-top .p-scenes-gallery__set[data-copy-position="right"] .p-scenes-gallery__content {
  right: clamp(16px, 3.2vw, 34px);
  left: auto;
}

.page-top .p-scenes-gallery__content.is-entering {
  animation: sec07SceneCopyIn 0.52s cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.page-top .p-scenes-gallery__eyebrow {
  margin: 0 0 clamp(4px, 0.7vw, 7px);
  font-family: var(--font-label, sans-serif);
  font-size: clamp(0.62rem, 0.85vw, 0.74rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.15em;
  opacity: 0.78;
}

.page-top .p-scenes-gallery__scene-title {
  margin: 0;
  font-family: var(--font-ui, sans-serif);
  font-size: clamp(1.16rem, 2.25vw, 1.72rem);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0.025em;
  text-wrap: balance;
}

.page-top .p-scenes-gallery__caption {
  display: -webkit-box;
  max-width: 34em;
  margin: clamp(5px, 0.8vw, 8px) 0 0;
  overflow: hidden;
  font-family: var(--font-ui, sans-serif);
  font-size: clamp(0.72rem, 1.05vw, 0.88rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.018em;
  opacity: 0.92;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.page-top .p-scenes-gallery__pagination {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transform: translateX(-50%);
}

.page-top .p-scenes-gallery__pagination-button {
  display: grid;
  width: clamp(42px, 6.2vw, 58px);
  height: 40px;
  place-items: center;
  padding: 0 4px;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.page-top .p-scenes-gallery__pagination-line {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  transition:
    height 0.24s ease,
    background-color 0.24s ease;
}

.page-top .p-scenes-gallery__pagination-fill {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.98);
  transform: scaleX(0);
  transform-origin: left center;
}

.page-top .p-scenes-gallery__pagination-button.is-active .p-scenes-gallery__pagination-line {
  height: 5px;
  background: rgba(255, 255, 255, 0.28);
}

.page-top .p-scenes-gallery__pagination-button.is-active .p-scenes-gallery__pagination-fill {
  transform: scaleX(1);
}

.page-top .p-scenes-gallery__set.is-timing .p-scenes-gallery__pagination-button.is-active .p-scenes-gallery__pagination-fill {
  animation: sec07SceneProgress var(--sec07-progress-duration) linear both;
}

.page-top .p-scenes-gallery__hint {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 36px);
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: #fff;
  background: rgba(6, 15, 20, 0.68);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: var(--font-ui, sans-serif);
  font-size: clamp(0.68rem, 1.1vw, 0.8rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.035em;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -42%);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
}

.page-top .p-scenes-gallery__hint.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.page-top .p-scenes-gallery__hint-icon {
  display: block;
  width: 28px;
  height: 12px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-top .p-scenes-gallery__hint.is-visible .p-scenes-gallery__hint-icon {
  animation: sec07HintMove 0.9s ease-in-out 2;
}

.page-top .p-scenes-gallery__hint-text--touch {
  display: none;
}

.page-top .p-scenes-gallery__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.page-top .p-scenes-gallery__set.is-user-paused .p-scenes-gallery__item.is-active.is-loaded .p-scenes-gallery__image {
  animation-play-state: paused;
}

.page-top .p-scenes-gallery__item.is-active.is-loaded .p-scenes-gallery__image {
  animation-duration: var(--sec07-progress-duration, 7500ms);
}

.page-top .p-scenes-card {
  transition:
    border-color 0.34s ease,
    box-shadow 0.34s ease;
}

.page-top .p-scenes-card::after {
  content: "";
  position: absolute;
  inset: -12px -12px 8px;
  z-index: -2;
  pointer-events: none;
  border: 1px solid transparent;
  border-radius: 11px;
  background: rgba(255, 251, 240, 0);
  box-shadow: 0 0 0 rgba(29, 54, 45, 0);
  opacity: 0;
  transition:
    opacity 0.34s ease,
    border-color 0.34s ease,
    background-color 0.34s ease,
    box-shadow 0.34s ease;
}

.page-top .p-scenes-card.is-scene-related::after {
  border-color: rgba(36, 67, 56, 0.19);
  background: rgba(255, 251, 240, 0.42);
  box-shadow: 0 13px 32px rgba(31, 53, 45, 0.075);
  opacity: 1;
}

.page-top .p-scenes-card.is-scene-related .p-scenes-card__thumb {
  border-color: rgba(36, 67, 56, 0.3);
}

.page-top .p-scenes-card.is-scene-related .p-scenes-card__head {
  color: var(--sec07-route);
}

@keyframes sec07SceneCopyIn {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sec07SceneProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes sec07HintMove {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

@media (pointer: coarse) {
  .page-top .p-scenes-gallery__hint-text--touch {
    display: inline;
  }

  .page-top .p-scenes-gallery__hint-text--pointer {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-top .p-scenes-gallery__top-controls {
    top: 10px;
    right: 10px;
    gap: 8px;
  }

  .page-top .p-scenes-gallery__counter {
    min-width: 94px;
    min-height: 42px;
    padding-inline: 13px;
    font-size: 0.69rem;
  }

  .page-top .p-scenes-gallery__play-toggle {
    width: 42px;
    height: 42px;
  }

  .page-top .p-scenes-gallery__content {
    left: 12px;
    bottom: 40px;
    width: min(76%, 292px);
    padding: 12px 14px 13px;
    border-radius: 10px;
  }

  .page-top .p-scenes-gallery__set[data-copy-position="right"] .p-scenes-gallery__content {
    right: 12px;
  }

  .page-top .p-scenes-gallery__eyebrow {
    margin-bottom: 3px;
    font-size: 0.58rem;
  }

  .page-top .p-scenes-gallery__scene-title {
    font-size: clamp(1rem, 4.7vw, 1.2rem);
    line-height: 1.28;
  }

  .page-top .p-scenes-gallery__caption {
    margin-top: 4px;
    font-size: clamp(0.66rem, 2.9vw, 0.74rem);
    line-height: 1.5;
  }

  .page-top .p-scenes-gallery__pagination {
    bottom: 8px;
    width: calc(100% - 20px);
  }

  .page-top .p-scenes-gallery__pagination-button {
    width: 20%;
    min-width: 0;
    height: 32px;
    padding-inline: 4px;
  }

  .page-top .p-scenes-gallery__hint {
    max-width: calc(100% - 28px);
    min-height: 34px;
    padding-inline: 11px;
    font-size: 0.65rem;
  }
}

@media (max-width: 374px) {
  .page-top .p-scenes-gallery__content {
    left: 10px;
    bottom: 38px;
    width: min(80%, 276px);
    padding: 11px 12px 12px;
  }

  .page-top .p-scenes-gallery__set[data-copy-position="right"] .p-scenes-gallery__content {
    right: 10px;
  }

  .page-top .p-scenes-gallery__caption {
    font-size: 0.63rem;
  }

  .page-top .p-scenes-gallery__hint {
    padding-inline: 10px;
    font-size: 0.62rem;
  }
}

@media (min-width: 768px) {
  .page-top .p-scenes-gallery__content {
    bottom: clamp(60px, 5vw, 78px);
  }

  .page-top .p-scenes-gallery__pagination {
    bottom: 13px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .page-top .p-scenes-gallery__play-toggle:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(7, 16, 21, 0.68);
    transform: translateY(-1px);
  }

  .page-top .p-scenes-gallery__pagination-button:hover .p-scenes-gallery__pagination-line {
    background: rgba(255, 255, 255, 0.62);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-top .p-scenes-gallery::before,
  .page-top .p-scenes-gallery__interface,
  .page-top .p-scenes-gallery__content,
  .page-top .p-scenes-gallery__play-toggle,
  .page-top .p-scenes-gallery__pagination-line,
  .page-top .p-scenes-gallery__hint,
  .page-top .p-scenes-card,
  .page-top .p-scenes-card::after {
    animation: none !important;
    transition: none !important;
  }

  .page-top .p-scenes-gallery__set.is-timing .p-scenes-gallery__pagination-button.is-active .p-scenes-gallery__pagination-fill {
    animation: none !important;
    transform: scaleX(1);
  }

  .page-top .p-scenes-gallery__hint-icon {
    animation: none !important;
  }
}
/* END SEC07 GUEST SCENE INTERACTION UI v1.1 */

/* ========================================================================== 
   SEC07 GUEST SCENE PHOTO-FIRST UI v1.4
   - Keeps only eyebrow + title on the photo
   - Moves explanatory caption into normal document flow below the photo
   - Uses a wrapper so the gallery remains clipped while caption stays visible
   ========================================================================== */

.page-top .p-scenes-gallery-block {
  min-width: 0;
}

.page-top .p-scenes-gallery {
  overflow: hidden;
}

.page-top .p-scenes-gallery__set,
.page-top .p-scenes-gallery__slides,
.page-top .p-scenes-gallery__item,
.page-top .p-scenes-gallery__item picture,
.page-top .p-scenes-gallery__noscript {
  overflow: hidden;
  border-radius: inherit;
}

.page-top .p-scenes-gallery__content {
  width: min(64%, 360px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  text-shadow:
    0 2px 14px rgba(0, 0, 0, 0.78),
    0 1px 4px rgba(0, 0, 0, 0.76);
}

.page-top .p-scenes-gallery__eyebrow {
  margin-bottom: 3px;
  opacity: 0.86;
}

.page-top .p-scenes-gallery__scene-title {
  max-width: 12em;
}

.page-top .p-scenes-gallery-caption {
  box-sizing: border-box;
  width: 100%;
  min-height: 3.2em;
  margin: 10px 0 0;
  padding: 0 4px;
  color: var(--sec07-ink);
  font-family: var(--font-ui, sans-serif);
  font-size: clamp(0.72rem, 1.1vw, 0.88rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.018em;
  text-align: left;
}

@media (max-width: 767px) {
  .page-top .p-scenes-gallery-block {
    width: 100%;
    margin: clamp(27px, 6.8vw, 38px) 0 0;
  }

  .page-top .p-scenes-gallery {
    width: 100%;
    margin: 0;
  }

  .page-top .p-scenes-gallery__content {
    left: 14px;
    bottom: 47px;
    width: min(62%, 235px);
  }

  .page-top .p-scenes-gallery__set[data-copy-position="right"] .p-scenes-gallery__content {
    right: 14px;
    left: auto;
    text-align: right;
  }

  .page-top .p-scenes-gallery__eyebrow {
    font-size: 0.56rem;
  }

  .page-top .p-scenes-gallery__scene-title {
    font-size: clamp(1rem, 4.6vw, 1.18rem);
    line-height: 1.25;
  }

  .page-top .p-scenes-gallery-caption {
    min-height: 3.25em;
    margin-top: 9px;
    padding: 0 2px;
    font-size: clamp(0.68rem, 3vw, 0.76rem);
    line-height: 1.55;
  }

  .page-top .p-scenes-gallery__counter {
    min-width: 88px;
    min-height: 40px;
    padding-inline: 12px;
  }

  .page-top .p-scenes-gallery__play-toggle {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 374px) {
  .page-top .p-scenes-gallery__content {
    left: 12px;
    bottom: 45px;
    width: min(64%, 220px);
  }

  .page-top .p-scenes-gallery__set[data-copy-position="right"] .p-scenes-gallery__content {
    right: 12px;
  }

  .page-top .p-scenes-gallery-caption {
    min-height: 3.45em;
  }
}

@media (min-width: 768px) {
  .page-top .p-scenes-gallery-block {
    grid-area: gallery;
    width: min(100%, 900px);
    margin: clamp(48px, 6vw, 70px) auto 0;
  }

  .page-top .p-scenes-gallery {
    width: 100%;
    margin: 0;
  }

  .page-top .p-scenes-gallery-caption {
    min-height: 3em;
    margin-top: 12px;
    padding-inline: 2px;
  }
}

@media (min-width: 1280px) {
  .page-top .p-scenes-gallery-block {
    align-self: start;
    width: 100%;
    margin: 0;
  }
}

/* END SEC07 GUEST SCENE PHOTO-FIRST UI v1.4 */

/* ========================================================================== 
   SEC07 GUEST SCENE FINISHING UI v1.5
   - Moves counter and autoplay control away from right-side faces
   - Gives the external caption a light paper band for stable readability
   - Adds breathing room between the title and pagination
   ========================================================================== */

.page-top .p-scenes-gallery__top-controls {
  right: auto;
  left: clamp(12px, 2.4vw, 22px);
}

.page-top .p-scenes-gallery-caption {
  display: flex;
  align-items: center;
  min-height: 3.6em;
  margin-top: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(90, 76, 56, 0.12);
  border-radius: 10px;
  background: rgba(255, 250, 241, 0.9);
  box-shadow:
    0 5px 16px rgba(48, 38, 24, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

@media (max-width: 767px) {
  .page-top .p-scenes-gallery__top-controls {
    top: 10px;
    right: auto;
    left: 10px;
  }

  .page-top .p-scenes-gallery__content {
    bottom: 55px;
  }

  .page-top .p-scenes-gallery-caption {
    min-height: 3.7em;
    margin-top: 9px;
    padding: 10px 13px;
    font-size: clamp(0.68rem, 3vw, 0.76rem);
    line-height: 1.55;
  }

  .page-top .p-scenes-gallery-block + .p-scenes__cards {
    margin-top: clamp(28px, 7vw, 36px);
  }
}

@media (max-width: 374px) {
  .page-top .p-scenes-gallery__content {
    bottom: 53px;
  }

  .page-top .p-scenes-gallery-caption {
    min-height: 3.9em;
    padding-inline: 12px;
  }
}

@media (min-width: 768px) {
  .page-top .p-scenes-gallery__content {
    bottom: clamp(66px, 5.5vw, 84px);
  }

  .page-top .p-scenes-gallery-caption {
    min-height: 3.4em;
    margin-top: 12px;
    padding: 11px 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-top .p-scenes-gallery-caption {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

/* END SEC07 GUEST SCENE FINISHING UI v1.5 */


/* ==========================================================================
   SEC07 TEN-SLIDE PAGINATION v2.0
   - Expands the existing progress navigation from five to ten slides
   - Preserves one-row pagination and minimum WCAG 2.5.8 target dimensions
   ========================================================================== */

.page-top .p-scenes-gallery__pagination {
  width: min(calc(100% - 24px), 620px);
}

.page-top .p-scenes-gallery__pagination-button {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  padding-inline: 3px;
}

@media (max-width: 767px) {
  .page-top .p-scenes-gallery__pagination {
    width: calc(100% - 16px);
  }

  .page-top .p-scenes-gallery__pagination-button {
    width: auto;
    min-width: 0;
    height: 40px;
    padding-inline: 2px;
  }

  .page-top .p-scenes-gallery__pagination-line {
    height: 2px;
  }

  .page-top .p-scenes-gallery__pagination-button.is-active .p-scenes-gallery__pagination-line {
    height: 4px;
  }
}

/* END SEC07 TEN-SLIDE PAGINATION v2.0 */
