      :root {
        --white: #fcfcfc;
        --black: #131313;
        --gray: #c8c2aa;
        --orche: #ee933e;
        --line: rgba(19, 19, 19, 0.14);
        --soft-shadow: 0 18px 44px rgba(19, 19, 19, 0.1);
        --max: 1120px;
        --radius: 8px;
        --header: 76px;
        --display-font: Afacad, "Noto Sans JP", system-ui, sans-serif;
        --h2-title-size: 52px;
      }
      * { box-sizing: border-box; }
      html { scroll-behavior: smooth; }
      body {
        margin: 0;
        background: #c8c2aa;
        color: var(--black);
        font-family: Inter, "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        letter-spacing: 0;
      }
      a { color: inherit; text-decoration: none; }
      button,
      input,
      select,
      textarea {
        font: inherit;
      }
      img { display: block; max-width: 100%; }
      .site-header {
        align-items: stretch;
        backdrop-filter: blur(18px);
        background: rgba(252, 252, 252, 0.96);
        border-bottom: 1px solid rgba(19, 19, 19, 0.1);
        color: var(--black);
        display: flex;
        height: var(--header);
        justify-content: space-between;
        left: 0;
        position: sticky;
        right: 0;
        top: 0;
        transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, top 180ms ease;
        z-index: 40;
      }
      .site-header--sub {
        background: rgba(252, 252, 252, 0.96);
        border-bottom-color: rgba(19, 19, 19, 0.1);
        color: var(--black);
      }
      .site-header.is-scrolled {
        background: rgba(252, 252, 252, 0.96);
        border-bottom-color: rgba(19, 19, 19, 0.1);
        color: var(--black);
        top: 0;
      }
      .brand-tile {
        align-items: center;
        background: transparent;
        color: var(--black);
        display: flex;
        justify-content: center;
        padding: 10px 24px;
        width: 176px;
      }
      .brand-tile img { height: 52px; width: auto; }
      .header-inner {
        align-items: center;
        display: flex;
        flex: 1;
        gap: 28px;
        justify-content: space-between;
        padding: 0 24px 0 30px;
      }
      .site-header--sub .header-inner {
        background: var(--black);
      }
      .site-header--sub.is-scrolled .header-inner {
        background: transparent;
      }
      .site-nav,
      .footer-nav {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 28px;
      }
      .site-nav a,
      .footer-nav a {
        color: rgba(19, 19, 19, 0.76);
        font-size: 16px;
        font-weight: 800;
        line-height: 1.2;
      }
      .site-nav a:hover {
        color: var(--black);
      }
      .site-header--sub .site-nav a {
        color: rgba(252, 252, 252, 0.86);
      }
      .site-header--sub .site-nav a:hover {
        color: var(--white);
      }
      .site-header--sub.is-scrolled .site-nav a {
        color: rgba(19, 19, 19, 0.76);
      }
      .site-header--sub.is-scrolled .site-nav a:hover {
        color: var(--black);
      }
      .footer-nav a {
        color: rgba(19, 19, 19, 0.7);
        font-size: 13px;
      }
      .footer-nav a.is-active { color: var(--black); }
      .header-actions {
        align-items: center;
        display: flex;
        flex-shrink: 0;
        gap: 16px;
      }
      .language-select {
        background: transparent;
        border: 1px solid rgba(19, 19, 19, 0.16);
        border-radius: var(--radius);
        color: var(--black);
        font-size: 13px;
        font-weight: 800;
        height: 44px;
        padding: 0 12px;
      }
      .language-switcher {
        align-items: center;
        display: flex;
        min-width: 88px;
        padding: 0 10px;
      }
      .language-switcher select,
      .language-switcher .gt_selector {
        background: transparent;
        border: 0;
        color: inherit;
        font: inherit;
        font-weight: 800;
        height: 100%;
        outline: 0;
        width: 100%;
      }
      .language-switcher .gt_switcher {
        font-family: inherit;
      }
      .language-switcher .gtranslate_wrapper {
        align-items: center;
        display: flex;
        height: 100%;
        width: 100%;
      }
      .language-switcher a {
        color: inherit;
        font-weight: 800;
      }
      .site-header--sub .language-select {
        border-color: rgba(252, 252, 252, 0.28);
        color: var(--white);
      }
      .site-header--sub.is-scrolled .language-select {
        border-color: rgba(19, 19, 19, 0.16);
        color: var(--black);
      }
      .button {
        align-items: center;
        border: 0;
        border-radius: 999px;
        cursor: pointer;
        display: inline-flex;
        font-size: 15px;
        font-weight: 900;
        gap: 10px;
        justify-content: center;
        min-height: 48px;
        padding: 0 22px;
        text-transform: none;
        white-space: nowrap;
      }
      .button-primary { background: var(--orche); color: var(--white); }
      .header-activities-label-short { display: none; }
      .bac-contact-form {
        display: grid;
        gap: 18px;
      }
      .bac-contact-form label {
        color: rgba(19, 19, 19, 0.74);
        display: grid;
        font-size: 14px;
        font-weight: 600;
        gap: 8px;
      }
      .bac-contact-form input,
      .bac-contact-form textarea {
        background: #fcfcfc;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        color: var(--black);
        font: inherit;
        font-size: 16px;
        font-weight: 500;
        padding: 14px 16px;
        width: 100%;
      }
      .bac-contact-form textarea {
        min-height: 160px;
        resize: vertical;
      }
      .bac-contact-form input[type="submit"] {
        background: var(--orche);
        border-color: var(--orche);
        color: var(--white);
        cursor: pointer;
        font-family: var(--display-font);
        font-weight: 700;
        max-width: 220px;
        text-transform: uppercase;
      }
      .bac-honeypot {
        display: none !important;
      }
      .page-hero {
        background: var(--black);
        color: var(--white);
        isolation: isolate;
        min-height: 340px;
        overflow: hidden;
        padding: 82px 24px 68px;
        position: relative;
      }
      .page-hero::after {
        background: url("img/logo-mark.svg") center / contain no-repeat;
        bottom: clamp(-100px, -8vw, -64px);
        content: "";
        height: clamp(340px, 36vw, 440px);
        opacity: 0.28;
        pointer-events: none;
        position: absolute;
        right: -48px;
        top: auto;
        width: clamp(340px, 36vw, 440px);
        z-index: 0;
      }
      .page-hero-inner,
      .page-section-inner,
      .footer-inner {
        margin: 0 auto;
        max-width: var(--max);
      }
      .page-hero-inner {
        position: relative;
        z-index: 1;
      }
      .page-hero h1 {
        font-family: var(--display-font);
        font-size: clamp(54px, 7.5vw, 84px);
        font-weight: 700;
        line-height: 1;
        margin: 0;
        max-width: 680px;
        text-transform: uppercase;
      }
      .page-hero p {
        color: var(--white);
        font-size: 16px;
        font-weight: 500;
        line-height: 1.65;
        margin: 16px 0 0;
        max-width: 620px;
      }
      .page-section {
        padding: 72px 24px;
        position: relative;
      }
      .page-hero + .page-section {
        margin-top: 0;
        padding-top: 56px;
        z-index: 1;
      }
      .page-grid {
        display: grid;
        gap: 22px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
      .page-card {
        background: #fcfcfc;
        border: 0;
        border-radius: 8px;
        box-shadow: var(--soft-shadow);
        overflow: hidden;
      }
      .page-card img {
        aspect-ratio: 16 / 10;
        object-fit: cover;
        width: 100%;
      }
      .page-card-body { padding: 24px; }
      .page-card-feature {
        background: var(--black);
        color: var(--white);
      }
      .page-card h2,
      .page-card h3 {
        font-family: var(--display-font);
        font-weight: 700;
        line-height: 1.15;
        margin: 0 0 12px;
      }
      .page-card h2 {
        font-size: var(--h2-title-size);
        line-height: 1.12;
      }
      .page-card h3 {
        font-size: 28px;
      }
      .page-card p,
      .page-card li {
        color: rgba(19, 19, 19, 0.72);
        font-size: 14px;
        font-weight: 500;
        line-height: 1.7;
      }
      .page-card ul {
        margin: 14px 0 0;
        padding-left: 18px;
      }
      .page-card-feature p,
      .page-card-feature li {
        color: rgba(252, 252, 252, 0.72);
      }
      .locations-layout {
        display: grid;
        gap: 48px;
      }
      .locations-map-feature {
        align-items: center;
        display: grid;
        gap: 32px;
        grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
      }
      .locations-map-copy {
        max-width: none;
      }
      .locations-map-copy h2 {
        font-family: var(--display-font);
        font-size: var(--h2-title-size);
        font-weight: 700;
        line-height: 1.12;
        margin: 0;
        text-transform: uppercase;
        white-space: nowrap;
      }
      .locations-map-copy-sp {
        display: none;
      }
      .locations-map-panel {
        display: flex;
        justify-content: flex-end;
        width: min(100%, 620px);
      }
      .locations-map-stage {
        aspect-ratio: 1459 / 1399;
        position: relative;
        width: min(100%, 300px);
      }
      .locations-map-image {
        height: 100%;
        display: block;
        margin: 0 auto;
        object-fit: fill;
        width: 100%;
      }
      .locations-map-pin {
        align-items: center;
        color: inherit;
        display: grid;
        gap: 4px;
        justify-items: center;
        position: absolute;
        text-decoration: none;
        transform: translate(-50%, -100%);
        z-index: 2;
      }
      .locations-map-pin:focus-visible {
        outline: 3px solid var(--orche);
        outline-offset: 6px;
      }
      .locations-map-pin img {
        filter: drop-shadow(0 8px 14px rgba(19, 19, 19, 0.22));
        height: 42px;
        width: auto;
      }
      .locations-map-pin span {
        background: var(--black);
        border-radius: 999px;
        color: var(--white);
        font-size: 11px;
        font-weight: 600;
        line-height: 1;
        padding: 6px 9px;
        text-transform: uppercase;
      }
      .locations-map-pin-asakusa {
        left: 69%;
        top: 63%;
      }
      .locations-map-pin-osaka {
        left: 44%;
        top: 74%;
      }
      .location-card-grid {
        display: grid;
        gap: 28px;
      }
      .location-card {
        background: #fcfcfc;
        border: 0;
        border-radius: 8px;
        box-shadow: var(--soft-shadow);
        display: grid;
        grid-template-columns: minmax(320px, 42%) minmax(0, 1fr);
        min-height: 340px;
        overflow: hidden;
        scroll-margin-top: calc(var(--header) + 24px);
      }
      .location-card-image {
        min-height: 100%;
      }
      .location-card-image img {
        height: 100%;
        object-fit: cover;
        width: 100%;
      }
      .location-card-body {
        display: flex;
        flex-direction: column;
        padding: 32px;
      }
      .location-card-head {
        align-items: flex-start;
        display: flex;
        gap: 20px;
        justify-content: space-between;
      }
      .location-card h3 {
        font-family: var(--display-font);
        font-size: clamp(40px, 5.2vw, 64px);
        font-weight: 700;
        line-height: 1.05;
        margin: 0;
        text-transform: uppercase;
      }
      .location-card h3 span {
        color: var(--orche);
      }
      .location-button {
        align-items: center;
        background: var(--orche);
        border-radius: 8px;
        color: var(--white);
        display: inline-flex;
        flex: 0 0 auto;
        font-family: var(--display-font);
        font-size: 14px;
        font-weight: 900;
        justify-content: center;
        min-height: 46px;
        padding: 0 18px;
        text-transform: uppercase;
      }
      .location-card-body > p {
        border-bottom: 1px solid rgba(19, 19, 19, 0.14);
        color: rgba(19, 19, 19, 0.68);
        font-size: 15px;
        font-weight: 500;
        line-height: 1.55;
        margin: 22px 0 0;
        padding-bottom: 14px;
      }
      .location-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 14px;
      }
      .location-tags span {
        background: rgba(19, 19, 19, 0.06);
        border: 1px solid rgba(19, 19, 19, 0.08);
        border-radius: 999px;
        color: rgba(19, 19, 19, 0.72);
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        padding: 7px 9px;
      }
      .location-address {
        margin-top: 16px;
      }
      .location-address p {
        color: var(--black);
        font-size: 14px;
        font-weight: 600;
        line-height: 1.35;
        margin: 0;
      }
      .location-map {
        background: #c8c2aa;
        border: 1px solid rgba(19, 19, 19, 0.12);
        border-radius: 8px;
        height: 130px;
        margin-top: 12px;
        overflow: hidden;
      }
      .location-map iframe {
        border: 0;
        height: 100%;
        width: 100%;
      }
      .location-contact {
        border-top: 1px solid rgba(19, 19, 19, 0.14);
        display: grid;
        gap: 6px;
        margin-top: 16px;
        padding-top: 12px;
      }
      .location-contact p {
        color: rgba(19, 19, 19, 0.72);
        font-size: 13px;
        font-weight: 500;
        line-height: 1.5;
        margin: 0;
      }
      .location-contact span {
        color: var(--black);
        font-weight: 600;
      }
      .location-contact a {
        text-decoration: underline;
        text-underline-offset: 3px;
      }
      .page-stack {
        display: grid;
        gap: 64px;
      }
      .point-heading {
        margin-bottom: 32px;
      }
      .point-heading h2 {
        font-family: var(--display-font);
        font-size: var(--h2-title-size);
        font-weight: 700;
        line-height: 1.12;
        margin: 0;
        text-transform: uppercase;
      }
      .point-grid {
        display: grid;
        gap: 14px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
      .point-step {
        background: #fcfcfc;
        border-radius: 8px;
        box-shadow: var(--soft-shadow);
        min-height: 178px;
        padding: 28px;
        position: relative;
      }
      .point-number {
        color: var(--orche);
        display: block;
        font-family: var(--display-font);
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 22px;
      }
      .point-icon {
        display: block;
        height: 82px;
        margin-bottom: 18px;
        object-fit: contain;
        width: 82px;
      }
      .point-step h3 {
        font-family: var(--display-font);
        font-size: 26px;
        font-weight: 700;
        line-height: 1.14;
        margin: 0;
        text-transform: uppercase;
      }
      .point-step p {
        color: rgba(19, 19, 19, 0.68);
        font-size: 14px;
        font-weight: 500;
        line-height: 1.65;
        margin: 12px 0 0;
      }
      .resource-list {
        display: grid;
        gap: 12px;
        margin-top: 16px;
      }
      .resource-list a {
        color: var(--black);
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 3px;
      }
      .page-card-feature .resource-list a {
        color: var(--orche);
      }
      .friends-resource-section {
        background: #fcfcfc;
        margin-left: calc(50% - 50vw);
        margin-bottom: -72px;
        padding: 72px 24px;
        padding-bottom: 112px;
        width: 100vw;
      }
      .friends-resource-header,
      .friends-resource-grid {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--max);
      }
      .friends-resource-header h2 {
        font-family: var(--display-font);
        font-size: clamp(40px, 4vw, 48px);
        font-weight: 700;
        line-height: 1.06;
        margin: 0 0 12px;
        max-width: 1080px;
      }
      .friends-resource-header > p {
        color: rgba(252, 252, 252, 0.72);
        font-size: 17px;
        font-weight: 500;
        line-height: 1.65;
        margin: 0 0 34px;
      }
      .friends-resource-grid {
        align-items: stretch;
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: var(--max);
      }
      .friends-resource-card {
        background: #fcfcfc;
        border-radius: 8px;
        box-shadow: var(--soft-shadow);
        display: flex;
        flex-direction: column;
        min-width: 0;
        padding: 32px;
      }
      .friends-resource-card h3 {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0;
        text-align: center;
      }
      .friends-resource-card p {
        color: rgba(19, 19, 19, 0.68);
        font-size: 14px;
        font-weight: 500;
        line-height: 1.65;
        margin: 12px 0 0;
      }
      .friends-resource-card--guide {
        display: grid;
        grid-template-rows: auto 1fr auto;
        text-align: center;
      }
      .facility-guide-icon {
        align-self: center;
        color: var(--black);
        height: 88px;
        margin: 28px auto 0;
        width: 88px;
      }
      .facility-guide-icon svg {
        fill: none;
        height: 100%;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2.5;
        width: 100%;
      }
      .facility-guide-links {
        align-items: center;
        display: flex;
        font-family: var(--display-font);
        font-size: 22px;
        font-weight: 700;
        gap: 14px;
        justify-content: center;
        margin-top: 22px;
      }
      .facility-guide-links a {
        text-decoration: underline;
        text-underline-offset: 4px;
      }
      .facility-guide-links a:hover {
        color: var(--orche);
      }
      .friends-video {
        background: var(--black);
        border-radius: 6px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 24px;
        max-width: 429px;
        overflow: hidden;
        width: 100%;
      }
      .friends-video iframe {
        aspect-ratio: 16 / 9;
        border: 0;
        display: block;
        height: auto;
        width: 100%;
      }
      .friends-resource-links {
        display: grid;
        gap: 10px;
        margin-top: 18px;
      }
      .friends-resource-button {
        align-items: center;
        border: 1px solid rgba(19, 19, 19, 0.14);
        border-radius: 8px;
        display: flex;
        font-size: 14px;
        font-weight: 900;
        justify-content: space-between;
        min-height: 48px;
        padding: 12px 14px;
        transition: transform 180ms ease;
      }
      .friends-resource-button::after {
        content: "→";
        font-size: 18px;
        line-height: 1;
        transition: transform 180ms ease;
      }
      .friends-resource-button:hover {
        transform: translateY(-1px);
      }
      .friends-resource-button:hover::after {
        transform: translateX(4px);
      }
      .friends-resource-button.is-disabled {
        color: rgba(19, 19, 19, 0.38);
        cursor: default;
        pointer-events: none;
      }
      .friends-resource-button.is-disabled::after {
        content: "";
      }
      .page-tabs {
        display: grid;
        gap: 22px;
      }
      .page-tab-list {
        background: #fcfcfc;
        border: 1px solid rgba(19, 19, 19, 0.12);
        border-radius: 999px;
        box-shadow: 0 4px 16px rgba(19, 19, 19, 0.06);
        display: grid;
        gap: 4px;
        grid-template-columns: 1fr 1fr;
        padding: 4px;
      }
      .page-tab {
        background: transparent;
        border: 0;
        border-radius: 999px;
        color: var(--black);
        cursor: pointer;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.25;
        min-height: 42px;
        padding: 10px 18px;
        text-transform: none;
      }
      .page-tab.is-active {
        background: var(--black);
        color: #fcfcfc;
      }
      .page-tab-panel[hidden] {
        display: none;
      }
      .page-tab-panel {
        display: block;
        margin: 0 auto;
        max-width: 760px;
        padding-top: 64px;
      }
      .page-tab-copy {
        padding-top: 0;
      }
      .page-tab-form {
        min-width: 0;
      }
      .faq-groups {
        display: grid;
        gap: 64px;
      }
      .faq-group-title {
        color: var(--black);
        font-family: var(--display-font);
        font-size: clamp(34px, 4vw, 48px);
        font-weight: 700;
        line-height: 1.05;
        margin: 0 0 22px;
      }
      .faq-list {
        background: #fcfcfc;
        border: 0;
        border-radius: 8px;
        box-shadow: var(--soft-shadow);
        padding: 0 24px;
      }
      .faq-item {
        border-bottom: 1px solid var(--line);
      }
      .faq-question {
        align-items: center;
        background: transparent;
        border: 0;
        color: var(--black);
        cursor: pointer;
        display: flex;
        font-family: var(--display-font);
        font-size: 20px;
        font-weight: 700;
        justify-content: space-between;
        line-height: 1.35;
        padding: 22px 0;
        text-align: left;
        width: 100%;
      }
      .faq-question span:last-child {
        align-items: center;
        border: 2px solid currentColor;
        border-radius: 999px;
        display: inline-flex;
        flex: 0 0 auto;
        height: 30px;
        justify-content: center;
        margin-left: 16px;
        width: 30px;
      }
      .faq-answer {
        color: rgba(19, 19, 19, 0.7);
        display: none;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.75;
        margin: -4px 0 22px;
        max-width: 760px;
      }
      .faq-answer p {
        margin: 0 0 10px;
      }
      .faq-answer p:last-child,
      .faq-answer ul:last-child {
        margin-bottom: 0;
      }
      .faq-answer ul {
        margin: 6px 0 14px;
        padding-left: 20px;
      }
      .faq-item.is-open .faq-answer {
        display: block;
      }
      .site-footer {
        background: #fcfcfc;
        border-top: 1px solid rgba(19, 19, 19, 0.1);
        color: var(--black);
        padding: 34px 24px;
      }
      .footer-inner {
        align-items: center;
        display: flex;
        gap: 24px;
        justify-content: space-between;
        margin: 0 auto;
        max-width: var(--max);
      }
      .footer-logo {
        background: transparent;
        flex-shrink: 0;
        padding: 0;
      }
      .footer-logo img { height: 56px; width: auto; }
      .footer-contact {
        display: grid;
        gap: 4px;
        margin-left: auto;
      }
      .footer-contact span {
        color: rgba(19, 19, 19, 0.5);
        font-size: 12px;
        font-weight: 700;
        line-height: 1.2;
      }
      .footer-contact a {
        color: var(--black);
        font-size: 15px;
        font-weight: 700;
        line-height: 1.4;
      }
      .footer-contact a:hover { color: var(--orche); }
      .footer-book-button {
        font-size: 17px;
        min-height: 60px;
        padding-left: 32px;
        padding-right: 32px;
      }
      .footer-copyright {
        color: rgba(19, 19, 19, 0.34);
        font-size: 10px;
        font-weight: 600;
        line-height: 1.5;
        margin: 14px auto 0;
        max-width: var(--max);
        text-align: right;
      }
      .mobile-sticky { display: none; }
      .mobile-nav-item {
        align-items: center;
        color: rgba(19, 19, 19, 0.54);
        display: grid;
        font-size: 11px;
        font-weight: 900;
        gap: 4px;
        justify-items: center;
        line-height: 1.2;
        min-width: 0;
        position: relative;
        text-align: center;
      }
      .mobile-nav-item span {
        color: inherit;
      }
      .mobile-nav-item.is-active {
        color: var(--black);
      }
      .mobile-nav-item.is-active::after {
        background: var(--orche);
        border-radius: 999px;
        content: "";
        height: 3px;
        left: 50%;
        position: absolute;
        top: -7px;
        transform: translateX(-50%);
        width: 24px;
      }
      .mobile-nav-icon {
        color: inherit;
        height: 22px;
        position: relative;
        width: 22px;
      }
      .mobile-nav-search::before {
        border: 2px solid currentColor;
        border-radius: 999px;
        content: "";
        height: 11px;
        left: 2px;
        position: absolute;
        top: 2px;
        width: 11px;
      }
      .mobile-nav-search::after {
        background: currentColor;
        border-radius: 999px;
        content: "";
        height: 2px;
        left: 13px;
        position: absolute;
        top: 14px;
        transform: rotate(45deg);
        width: 8px;
      }
      .mobile-nav-pin::before {
        border: 2px solid currentColor;
        border-radius: 50% 50% 50% 0;
        content: "";
        height: 14px;
        left: 4px;
        position: absolute;
        top: 1px;
        transform: rotate(-45deg);
        width: 14px;
      }
      .mobile-nav-pin::after {
        background: currentColor;
        border-radius: 999px;
        content: "";
        height: 4px;
        left: 9px;
        position: absolute;
        top: 6px;
        width: 4px;
      }
      .mobile-nav-group::before,
      .mobile-nav-group::after {
        border: 2px solid currentColor;
        border-radius: 999px;
        content: "";
        position: absolute;
      }
      .mobile-nav-group::before {
        height: 8px;
        left: 6px;
        top: 2px;
        width: 8px;
      }
      .mobile-nav-group::after {
        border-radius: 8px 8px 3px 3px;
        height: 8px;
        left: 3px;
        top: 13px;
        width: 14px;
      }
      .mobile-nav-group {
        border-radius: 0 0 8px 8px;
      }
      .mobile-nav-help {
        align-items: center;
        border: 2px solid currentColor;
        border-radius: 999px;
        display: inline-flex;
        font-size: 13px;
        font-weight: 900;
        justify-content: center;
      }
      @media (max-width: 980px) {
        .site-nav { display: none; }
        .header-inner {
          justify-content: flex-end;
          padding-right: 16px;
        }
        .language-switcher {
          display: flex;
          height: 40px;
          max-width: 96px;
          min-width: 96px;
          padding: 0 8px;
          width: 96px;
        }
        .language-switcher select,
        .language-switcher .gt_selector {
          font-size: 12px;
          max-width: 100%;
          min-width: 0;
        }
        .language-switcher .gtranslate_wrapper,
        .language-switcher .gt_switcher {
          max-width: 100%;
          min-width: 0;
          width: 100%;
        }
      }
      @media (max-width: 780px) {
        :root {
          --header: 66px;
          --h2-title-size: 38px;
        }
        body { padding-bottom: 82px; }
        .site-header {
          height: 62px;
        }
        .site-header--sub .header-inner {
          background: var(--black);
        }
        .site-header.is-scrolled {
          background: #fcfcfc;
        }
        .brand-tile { padding-left: 12px; width: 112px; }
        .brand-tile img { height: 34px; }
        .header-inner { justify-content: flex-end; padding-right: 10px; }
        .header-actions .button {
          display: inline-flex;
          font-size: 13px;
          min-height: 40px;
          padding: 0 12px;
        }
        .page-hero {
          background: var(--black);
          min-height: 260px;
          padding: 48px 18px 40px;
        }
        .page-hero::after {
          bottom: -36px;
          height: 280px;
          opacity: 0.24;
          right: -28px;
          top: auto;
          width: 280px;
        }
        .page-hero h1 {
          font-size: 48px;
          max-width: 76%;
        }
        .page-hero p {
          font-size: 14px;
          margin-top: 14px;
          max-width: 78%;
        }
        .page-section { padding: 42px 18px; }
        .page-hero + .page-section { padding-top: 36px; }
        .page-grid { grid-template-columns: 1fr; }
        .locations-layout { gap: 30px; }
        .locations-map-feature {
          gap: 20px;
          grid-template-columns: 1fr;
        }
        .locations-map-feature > .locations-map-copy {
          display: none;
        }
        .locations-map-panel {
          justify-content: center;
          margin: 0 auto;
          width: min(100%, 480px);
        }
        .locations-map-stage {
          margin: 0 auto;
          width: min(100%, 480px);
        }
        .locations-map-copy-sp {
          display: block;
          left: 2px;
          max-width: 160px;
          position: absolute;
          top: 0;
          z-index: 3;
        }
        .locations-map-copy-sp h2 {
          font-size: var(--h2-title-size);
          white-space: normal;
        }
        .locations-map-pin img {
          height: 30px;
        }
        .locations-map-pin span {
          font-size: 10px;
          padding: 5px 7px;
        }
        .location-card-grid { grid-template-columns: 1fr; }
        .location-card {
          grid-template-columns: 1fr;
          min-height: 0;
        }
        .location-card-image img {
          aspect-ratio: 16 / 10;
          height: auto;
        }
        .location-card-body {
          padding: 22px;
        }
        .location-card-head {
          display: grid;
          gap: 16px;
        }
        .location-card h3 {
          font-size: 34px;
        }
        .location-button {
          justify-self: start;
          min-height: 42px;
        }
        .location-card-body > p {
          font-size: 14px;
          margin-top: 16px;
        }
        .location-tags { margin-top: 12px; }
        .location-address p {
          font-size: 13px;
          line-height: 1.35;
        }
        .location-map {
          height: 130px;
          margin-top: 10px;
        }
        .point-grid { grid-template-columns: 1fr; }
        .page-stack {
          gap: 48px;
        }
        .point-heading {
          margin-bottom: 24px;
        }
        .point-number {
          display: block;
          margin-bottom: 0;
          position: absolute;
          right: 22px;
          top: 22px;
        }
        .point-icon {
          display: block;
          height: 68px;
          margin: 0 0 14px;
          width: 68px;
        }
        .friends-resource-header h2 {
          margin-bottom: 10px;
        }
        .friends-resource-header > p {
          font-size: 14px;
          margin-bottom: 22px;
        }
        .friends-resource-section {
          margin-bottom: -42px;
          padding: 52px 18px;
          padding-bottom: 72px;
        }
        .friends-resource-grid {
          grid-template-columns: 1fr;
        }
        .friends-resource-card {
          padding: 22px;
        }
        .friends-resource-card--guide {
          align-self: stretch;
          display: flex;
        }
        .page-tab-list {
          border-radius: 22px;
          grid-template-columns: 1fr 1fr;
          margin-left: -8px;
          width: calc(100% + 16px);
        }
        .page-tab {
          border-radius: 18px;
          font-size: 12px;
          padding: 11px 10px;
        }
        .page-tab-panel {
          max-width: none;
          padding-top: 32px;
        }
        .page-tab-copy {
          padding-top: 0;
        }
        .site-footer {
          padding: 16px 24px 12px;
        }
        .footer-inner { display: none; }
        .footer-copyright {
          color: rgba(19, 19, 19, 0.36);
          font-size: 10px;
          font-weight: 600;
          margin-top: 0;
          text-align: left;
        }
        .mobile-sticky {
          align-items: center;
          background: #fcfcfc;
          border-top: 1px solid rgba(19, 19, 19, 0.1);
          bottom: 0;
          display: grid;
          gap: 0;
          grid-template-columns: repeat(4, minmax(0, 1fr));
          left: 0;
          min-height: 70px;
          padding: 8px 8px max(8px, env(safe-area-inset-bottom));
          position: fixed;
          right: 0;
          z-index: 40;
        }
        .mobile-nav-item { min-height: 52px; }
      }

      /* Brand guideline alignment: gateway structure, restrained surfaces and role-based color. */
      body {
        background: var(--white);
      }

      .page-hero {
        min-height: 390px;
        padding-bottom: 82px;
        padding-top: 92px;
      }

      .page-hero::after {
        background: var(--orche);
        bottom: -18px;
        height: clamp(310px, 35vw, 420px);
        -webkit-mask: url("img/logo-mark.svg") center / contain no-repeat;
        mask: url("img/logo-mark.svg") center / contain no-repeat;
        opacity: 1;
        right: clamp(-24px, -1.5vw, -8px);
        width: clamp(310px, 35vw, 420px);
      }

      .page-hero h1,
      .locations-map-copy h2,
      .location-card h3,
      .point-heading h2,
      .point-step h3,
      .location-button,
      .bac-contact-form input[type="submit"] {
        text-transform: none;
      }

      .page-hero p,
      .page-card p,
      .page-card li,
      .point-step p,
      .friends-resource-card p,
      .faq-answer {
        font-weight: 500;
      }

      .page-section {
        background: var(--white);
        padding-bottom: 88px;
        padding-top: 88px;
      }

      .locations-map-feature {
        background: var(--white);
        border-radius: 8px;
        padding: 42px;
      }

      .page-card,
      .location-card,
      .point-step,
      .friends-resource-card,
      .faq-list {
        border: 1px solid rgba(19, 19, 19, 0.12);
        box-shadow: none;
      }

      .page-tab-list {
        border-radius: 8px;
        box-shadow: none;
      }

      .page-tab {
        border-radius: 6px;
      }

      .location-tags span {
        background: transparent;
        border-radius: 4px;
      }

      .friends-resource-section {
        background: var(--black);
        color: var(--white);
      }

      .friends-resource-card {
        background: var(--white);
        border-color: rgba(19, 19, 19, 0.12);
        color: var(--black);
      }

      .friends-resource-card p {
        color: rgba(19, 19, 19, 0.68);
      }

      .friends-resource-button {
        border-color: rgba(19, 19, 19, 0.14);
        border-radius: 6px;
      }

      .faq-groups {
        gap: 80px;
      }

      .faq-question {
        font-weight: 700;
      }

      @media (max-width: 780px) {
        .page-hero {
          min-height: 300px;
          padding: 52px 18px 48px;
        }

        .page-hero::after {
          bottom: -12px;
          height: 260px;
          right: -20px;
          width: 260px;
        }

        .page-section {
          padding-bottom: 56px;
          padding-top: 56px;
        }

        .locations-map-feature {
          padding: 24px 0;
        }

      }

      @media (max-width: 340px) {
        .brand-tile {
          flex: 0 0 72px;
          padding-left: 8px;
          padding-right: 8px;
          width: 72px;
        }

        .brand-tile img {
          height: 28px;
        }

        .header-inner {
          gap: 6px;
          padding-right: 6px;
        }

        .header-actions {
          gap: 6px;
        }

        .language-switcher {
          min-width: 72px;
          padding-left: 6px;
          padding-right: 6px;
        }

        .header-actions .header-activities-link {
          padding-left: 12px;
          padding-right: 12px;
        }

        .header-activities-label {
          display: none;
        }

        .header-activities-label-short {
          display: inline;
        }
      }
