/*
Theme Name: WEB Takashima GeneratePress Child
Description: WEB高島の表示層。店舗モデル・URL・SEO責務はmachitalk-coreが保持します。
Template: generatepress
Version: 1.4.0
Text Domain: machitalk-webtakashima
*/

:root {
    --mt-ink: #282a29;
    --mt-muted: #66706a;
    --mt-green: #2d6a4f;
    --mt-green-dark: #1e4e3a;
    --mt-green-soft: #edf6f0;
    --mt-pink: #ef8fba;
    --mt-pink-dark: #c94f84;
    --mt-pink-soft: #fff1f7;
    --mt-cream: #fffaf3;
    --mt-soft: #f5f7f5;
    --mt-line: #dce3de;
    --mt-white: #fff;
    --mt-shadow: 0 12px 30px rgba(35, 59, 46, .09);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    color: var(--mt-ink);
    background: var(--mt-white);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.75;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

a {
    text-underline-offset: 3px;
}

[id] {
    scroll-margin-top: 90px;
}

.site-header {
    border-bottom: 1px solid var(--mt-line);
    background: var(--mt-white);
}

.site-header .inside-header {
    min-height: 76px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.site-branding .main-title,
.site-branding .site-title {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.home .site-header {
    display: none;
}

#site-navigation {
    position: sticky;
    z-index: 80;
    top: 0;
    border-bottom: 1px solid var(--mt-line);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 4px 18px rgba(28, 47, 36, .05);
}

.admin-bar #site-navigation {
    top: 32px;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle {
    color: var(--mt-ink);
    font-weight: 700;
}

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus-within > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: var(--mt-pink-dark);
    background: var(--mt-pink-soft);
}

.mtwt-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 38px 0 72px;
}

.mtwt-shell a {
    color: var(--mt-green);
}

.mtwt-kicker {
    margin: 0 0 5px;
    color: var(--mt-pink-dark);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .16em;
}

.mtwt-section {
    margin-top: clamp(52px, 7vw, 84px);
}

.mtwt-section-title h2,
.mtwt-page-header h1 {
    position: relative;
    margin: 0;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    line-height: 1.35;
    letter-spacing: -.025em;
}

.mtwt-section-title h2::after,
.mtwt-page-header h1::after {
    display: block;
    width: 46px;
    height: 4px;
    margin-top: 12px;
    border-radius: 999px;
    background: var(--mt-pink);
    content: "";
}

.mtwt-section-title > p:last-child,
.mtwt-page-header > p:last-child {
    margin: 12px 0 0;
    color: var(--mt-muted);
}

.mtwt-section-title--center {
    text-align: center;
}

.mtwt-section-title--center h2::after {
    margin-right: auto;
    margin-left: auto;
}

.mtwt-section__heading {
    display: flex;
    gap: 20px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 22px;
}

.mtwt-text-link {
    flex: none;
    font-size: .9rem;
    font-weight: 800;
}

.mtwt-brand-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f4c7db;
    background:
        radial-gradient(circle at 12% 24%, rgba(255, 255, 255, .8) 0 4px, transparent 5px),
        radial-gradient(circle at 18% 32%, rgba(255, 255, 255, .65) 0 3px, transparent 4px),
        linear-gradient(115deg, #fff 0 42%, var(--mt-pink-soft) 42% 100%);
}

.mtwt-brand-hero__inner {
    display: grid;
    width: min(1180px, calc(100% - 48px));
    min-height: clamp(310px, 34vw, 470px);
    margin: 0 auto;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
    align-items: center;
}

.mtwt-brand-hero__copy {
    position: relative;
    z-index: 2;
    padding: 54px 0;
}

.mtwt-brand-hero__lead {
    margin: 0 0 8px;
    color: var(--mt-pink-dark);
    font-size: clamp(.92rem, 1.5vw, 1.08rem);
    font-weight: 800;
    letter-spacing: .08em;
}

.mtwt-brand-hero h1 {
    display: flex;
    margin: 0;
    color: var(--mt-pink-dark);
    font-family: Georgia, "Yu Mincho", serif;
    font-size: clamp(3.35rem, 8.5vw, 7.2rem);
    font-weight: 700;
    line-height: .92;
    letter-spacing: -.08em;
}

.mtwt-brand-hero h1 span {
    margin-right: .12em;
    color: var(--mt-green-dark);
    font-size: .42em;
    letter-spacing: .03em;
    writing-mode: vertical-rl;
}

.mtwt-brand-hero__copy > p:last-child {
    max-width: 520px;
    margin: 25px 0 0;
    color: #48524c;
    font-weight: 700;
}

.mtwt-brand-hero__art {
    position: relative;
    align-self: stretch;
}

.mtwt-brand-hero__sun {
    position: absolute;
    top: 17%;
    right: 19%;
    width: clamp(105px, 14vw, 190px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(239, 143, 186, .36);
    box-shadow: 0 0 0 22px rgba(255, 255, 255, .42);
}

.mtwt-brand-hero__lake {
    position: absolute;
    right: -16%;
    bottom: -4%;
    width: 116%;
    height: 42%;
    border-radius: 55% 0 0;
    background: linear-gradient(165deg, rgba(45, 106, 79, .08), rgba(45, 106, 79, .25));
    transform: skewY(-5deg);
}

.mtwt-brand-hero__reed {
    position: absolute;
    bottom: 16%;
    width: 3px;
    height: 47%;
    border-radius: 999px;
    background: var(--mt-green);
    transform: rotate(8deg);
    transform-origin: bottom;
}

.mtwt-brand-hero__reed::before,
.mtwt-brand-hero__reed::after {
    position: absolute;
    width: 46px;
    height: 16px;
    border-radius: 100% 0;
    background: rgba(45, 106, 79, .7);
    content: "";
}

.mtwt-brand-hero__reed::before {
    top: 34%;
    right: 0;
    transform: rotate(-18deg);
}

.mtwt-brand-hero__reed::after {
    top: 52%;
    left: 0;
    transform: scaleX(-1) rotate(-18deg);
}

.mtwt-brand-hero__reed--one { right: 16%; }
.mtwt-brand-hero__reed--two { right: 31%; height: 38%; transform: rotate(-5deg); }
.mtwt-brand-hero__reed--three { right: 46%; height: 31%; transform: rotate(13deg); }

.mtwt-home__body {
    padding-top: 0;
}

.mtwt-find {
    position: relative;
    z-index: 3;
    margin-top: -28px;
    padding: clamp(24px, 4vw, 42px);
    border-radius: 18px;
    background: var(--mt-white);
    box-shadow: var(--mt-shadow);
}

.mtwt-filters {
    display: grid;
    grid-template-columns: minmax(180px, 1.4fr) repeat(2, minmax(150px, 1fr)) auto;
    gap: 12px;
    align-items: end;
    margin: 0;
    padding: 18px;
    border: 1px solid var(--mt-line);
    border-radius: 12px;
    background: var(--mt-soft);
}

.mtwt-filters--home {
    margin-top: 25px;
    padding: 0;
    border: 0;
    background: transparent;
}

.mtwt-filters label {
    display: grid;
    min-width: 0;
    gap: 5px;
    color: #39443d;
    font-size: .78rem;
    font-weight: 800;
}

.mtwt-filters input,
.mtwt-filters select {
    width: 100%;
    min-height: 50px;
    border: 1px solid #cad5cd;
    border-radius: 8px;
    padding: 9px 12px;
    background: var(--mt-white);
    box-shadow: none;
    color: var(--mt-ink);
}

.mtwt-filters input:focus,
.mtwt-filters select:focus {
    outline: 3px solid rgba(45, 106, 79, .18);
    border-color: var(--mt-green);
}

.mtwt-filters button,
.mtwt-button,
.mtwt-action {
    display: inline-flex;
    min-height: 50px;
    border: 1px solid var(--mt-green);
    border-radius: 8px;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    background: var(--mt-green);
    color: var(--mt-white);
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
}

.mtwt-filters button:hover,
.mtwt-button:hover,
.mtwt-action:hover {
    border-color: var(--mt-green-dark);
    background: var(--mt-green-dark);
    color: var(--mt-white);
}

.mtwt-shell a.mtwt-button,
.mtwt-shell a.mtwt-action {
    color: var(--mt-white);
}

.mtwt-button--plain,
.mtwt-shell a.mtwt-button--plain {
    border-color: var(--mt-pink-dark);
    background: var(--mt-white);
    color: var(--mt-pink-dark);
}

.mtwt-button--plain:hover,
.mtwt-shell a.mtwt-button--plain:hover {
    background: var(--mt-pink-dark);
    color: var(--mt-white);
}

.mtwt-discovery-list {
    display: grid;
    margin: 22px 0 0;
    padding: 0;
    gap: 12px;
    list-style: none;
}

.mtwt-discovery-list--genre {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.mtwt-discovery-list--area {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mtwt-discovery-list a {
    display: flex;
    min-width: 0;
    min-height: 100%;
    border: 1px solid var(--mt-line);
    border-radius: 12px;
    padding: 15px;
    gap: 7px;
    align-items: center;
    justify-content: center;
    background: var(--mt-white);
    color: var(--mt-ink);
    box-shadow: 0 4px 14px rgba(35, 59, 46, .04);
    text-align: center;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.mtwt-discovery-list a:hover,
.mtwt-discovery-list a:focus-visible {
    border-color: var(--mt-pink);
    box-shadow: var(--mt-shadow);
    transform: translateY(-2px);
}

.mtwt-discovery-list--genre a {
    flex-direction: column;
}

.mtwt-discovery-list--area a {
    justify-content: space-between;
    text-align: left;
}

.mtwt-discovery-list__icon {
    display: grid;
    width: 43px;
    aspect-ratio: 1;
    place-items: center;
    border-radius: 50%;
    background: var(--mt-pink-soft);
}

.mtwt-discovery-list__icon::after {
    width: 15px;
    height: 15px;
    border: 2px solid var(--mt-pink-dark);
    border-radius: 50% 50% 50% 4px;
    content: "";
    transform: rotate(-45deg);
}

.mtwt-discovery-list strong {
    font-size: .88rem;
    line-height: 1.45;
}

.mtwt-discovery-list small {
    color: var(--mt-muted);
    font-size: .72rem;
}

.mtwt-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.mtwt-card {
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--mt-line);
    border-radius: 12px;
    background: var(--mt-white);
    box-shadow: 0 6px 20px rgba(35, 59, 46, .06);
    transition: transform .18s ease, box-shadow .18s ease;
}

.mtwt-card:hover {
    box-shadow: var(--mt-shadow);
    transform: translateY(-3px);
}

.mtwt-card__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--mt-soft);
}

.mtwt-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.mtwt-card:hover .mtwt-card__image img {
    transform: scale(1.025);
}

.mtwt-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 70% 30%, rgba(239, 143, 186, .28), transparent 28%),
        linear-gradient(145deg, var(--mt-green-soft), var(--mt-pink-soft));
}

.mtwt-card__body {
    padding: 16px;
}

.mtwt-card__meta {
    display: flex;
    min-height: 24px;
    margin-bottom: 9px;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    font-size: .73rem;
}

.mtwt-card__badge {
    display: inline-flex;
    border-radius: 999px;
    padding: 3px 8px;
    background: var(--mt-pink-soft);
    color: #943e67;
    font-weight: 700;
    text-decoration: none;
}

.mtwt-card__area-wrap {
    margin-left: auto;
    text-align: right;
}

.mtwt-card__area {
    color: var(--mt-muted);
    text-decoration: none;
}

.mtwt-card__area::before {
    color: var(--mt-green);
    content: "⌖ ";
}

.mtwt-card__title {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.5;
}

.mtwt-card__title a {
    color: var(--mt-ink);
    text-decoration: none;
}

.mtwt-card p {
    display: -webkit-box;
    overflow: hidden;
    margin: 9px 0 0;
    color: var(--mt-muted);
    font-size: .86rem;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mtwt-status-notice {
    margin: 0 0 24px;
    border: 1px solid #e7b4ae;
    border-left: 5px solid #a33;
    border-radius: 8px;
    padding: 14px 16px;
    background: #fff3f1;
    color: #752b25;
    font-weight: 800;
}

.mtwt-status-badge {
    display: inline-flex;
    margin-bottom: 8px;
    border: 1px solid #c5756c;
    border-radius: 999px;
    padding: 2px 8px;
    background: #fff3f1;
    color: #842d28;
    font-size: .74rem;
    font-weight: 800;
}

.mtwt-chips {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.mtwt-chip {
    display: inline-flex;
    border: 1px solid var(--mt-line);
    border-radius: 999px;
    padding: 4px 10px;
    background: var(--mt-soft);
    color: #3e5148;
    font-size: .78rem;
    text-decoration: none;
}

.mtwt-breadcrumb ol {
    display: flex;
    margin: 0 0 24px;
    padding: 0;
    gap: 8px;
    flex-wrap: wrap;
    color: var(--mt-muted);
    font-size: .78rem;
    list-style: none;
}

.mtwt-breadcrumb li:not(:last-child)::after {
    margin-left: 8px;
    color: #a9b0ac;
    content: "/";
}

.mtwt-page-header {
    max-width: 760px;
    margin-bottom: 32px;
}

.mtwt-directory {
    display: grid;
    grid-template-columns: 225px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.mtwt-directory__filters {
    position: sticky;
    top: 88px;
    overflow: hidden;
    border: 1px solid var(--mt-line);
    border-radius: 12px;
    background: var(--mt-white);
}

.admin-bar .mtwt-directory__filters {
    top: 120px;
}

.mtwt-directory__filters h2 {
    margin: 0;
    padding: 15px 17px;
    background: var(--mt-green);
    color: var(--mt-white);
    font-size: 1rem;
}

.mtwt-directory__filters .mtwt-filters {
    grid-template-columns: 1fr;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 16px;
    background: var(--mt-white);
}

.mtwt-result-head {
    display: flex;
    margin: 0 0 15px;
    gap: 9px;
    align-items: baseline;
    color: var(--mt-muted);
    font-size: .85rem;
}

.mtwt-result-head strong {
    color: var(--mt-ink);
    font-size: 1.15rem;
}

.mtwt-pagination {
    margin-top: 34px;
}

.mtwt-pagination ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.mtwt-pagination a,
.mtwt-pagination span {
    display: grid;
    min-width: 42px;
    min-height: 42px;
    border: 1px solid var(--mt-line);
    border-radius: 7px;
    place-items: center;
    background: var(--mt-white);
    text-decoration: none;
}

.mtwt-pagination .current {
    border-color: var(--mt-green);
    background: var(--mt-green);
    color: var(--mt-white);
}

.mtwt-empty {
    border: 1px solid var(--mt-line);
    border-radius: 12px;
    padding: clamp(24px, 5vw, 48px);
    background: var(--mt-soft);
    text-align: center;
}

.mtwt-empty h2 {
    margin-top: 0;
    font-size: 1.25rem;
}

.mtwt-home-ad {
    display: flex;
    margin-top: clamp(52px, 7vw, 84px);
    border: 1px solid #f0d4b2;
    border-radius: 16px;
    padding: clamp(24px, 5vw, 44px);
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    background: var(--mt-cream);
}

.mtwt-home-ad h2 {
    margin: 0;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
}

.mtwt-home-ad p:not(.mtwt-kicker) {
    margin: 8px 0 0;
    color: var(--mt-muted);
}

.mtwt-home-ad .mtwt-button {
    flex: none;
}

.mtwt-shop__header {
    max-width: 850px;
    margin-bottom: 24px;
}

.mtwt-shop__header h1 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 5vw, 3.45rem);
    line-height: 1.3;
    letter-spacing: -.035em;
}

.mtwt-shop__header > p {
    margin: 16px 0 0;
    color: var(--mt-muted);
}

.mtwt-shop__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 36px;
    align-items: start;
}

.mtwt-shop__main {
    min-width: 0;
}

.mtwt-shop__hero {
    overflow: hidden;
    margin: 0 0 34px;
    border-radius: 14px;
    aspect-ratio: 4 / 3;
    background: var(--mt-soft);
}

.mtwt-shop__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mtwt-shop__content,
.mtwt-shop__details,
.mtwt-shop__links {
    margin-bottom: 42px;
}

.mtwt-shop__content h2,
.mtwt-shop__links h2 {
    margin: 0 0 16px;
    border-left: 5px solid var(--mt-pink);
    padding-left: 12px;
    font-size: 1.45rem;
}

.mtwt-shop__details dl {
    margin-top: 20px;
    border-top: 1px solid var(--mt-line);
}

.mtwt-shop__details dl > div {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    border-bottom: 1px solid var(--mt-line);
    padding: 15px 10px;
    gap: 16px;
}

.mtwt-shop__details dt {
    color: #3c4941;
    font-weight: 800;
}

.mtwt-shop__details dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

.mtwt-shop__links ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 9px;
    flex-wrap: wrap;
    list-style: none;
}

.mtwt-shop__links a {
    display: inline-flex;
    border: 1px solid var(--mt-line);
    border-radius: 999px;
    padding: 8px 14px;
    background: var(--mt-white);
    font-weight: 700;
    text-decoration: none;
}

.mtwt-shop__side {
    position: sticky;
    top: 88px;
}

.admin-bar .mtwt-shop__side {
    top: 120px;
}

.mtwt-shop-actions {
    display: grid;
    gap: 10px;
}

.mtwt-shop-actions--mobile {
    display: none;
}

.mtwt-action {
    width: 100%;
}

.mtwt-action--phone {
    flex-direction: column;
    background: var(--mt-green);
}

.mtwt-action--phone small {
    font-size: .72rem;
    font-weight: 600;
    opacity: .88;
}

.mtwt-action--map,
.mtwt-action--website,
.mtwt-shell a.mtwt-action--map,
.mtwt-shell a.mtwt-action--website {
    background: var(--mt-white);
    color: var(--mt-green);
}

.mtwt-action--map:hover,
.mtwt-action--website:hover,
.mtwt-shell a.mtwt-action--map:hover,
.mtwt-shell a.mtwt-action--website:hover {
    background: var(--mt-green-soft);
    color: var(--mt-green-dark);
}

.mtwt-shop__notice {
    margin-top: 18px;
    border: 1px solid var(--mt-line);
    border-radius: 12px;
    padding: 18px;
    background: var(--mt-soft);
    font-size: .86rem;
}

.mtwt-shop__notice h2 {
    margin: 0 0 10px;
    font-size: 1rem;
}

.mtwt-shop__notice p {
    margin: 8px 0;
    color: var(--mt-muted);
}

.mtwt-shop__notice a {
    display: inline-block;
    font-weight: 800;
}

.site-info {
    background: #202c26;
    color: #e7eee9;
}

.site-info .inside-site-info,
.site-info .copyright-bar {
    display: block;
    width: 100%;
    max-width: none;
}

.mtwt-trust-footer {
    display: grid;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 54px 0;
    grid-template-columns: minmax(220px, .8fr) minmax(0, 1.4fr);
    gap: 48px;
    color: #e7eee9;
    text-align: left;
}

.mtwt-trust-footer__logo {
    margin: 0 0 12px;
    color: var(--mt-pink);
    font-family: Georgia, "Yu Mincho", serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.mtwt-trust-footer__logo span {
    margin-right: .3em;
    color: var(--mt-white);
    font-size: .55em;
    letter-spacing: .08em;
}

.mtwt-trust-footer__brand > p:not(.mtwt-trust-footer__logo) {
    margin: 0 0 12px;
    color: #cbd6cf;
    font-size: .84rem;
}

.mtwt-trust-footer__network {
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.mtwt-trust-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.mtwt-trust-footer__nav div {
    display: grid;
    align-content: start;
    gap: 8px;
}

.mtwt-trust-footer__nav h2 {
    margin: 0 0 5px;
    color: var(--mt-white);
    font-size: .88rem;
}

.mtwt-trust-footer__nav a {
    color: #cbd6cf;
    font-size: .82rem;
    text-decoration: none;
}

.mtwt-trust-footer__nav a:hover,
.mtwt-trust-footer__nav a:focus-visible {
    color: var(--mt-pink);
    text-decoration: underline;
}

@media (max-width: 920px) {
    .mtwt-discovery-list--genre {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mtwt-directory {
        grid-template-columns: 1fr;
    }

    .mtwt-directory__filters {
        position: static;
    }

    .mtwt-directory__filters .mtwt-filters {
        grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    }

    .mtwt-shop__layout {
        grid-template-columns: 1fr;
    }

    .mtwt-shop__side {
        position: static;
    }

    .mtwt-shop-actions--desktop {
        display: none;
    }

    .mtwt-shop-actions--mobile {
        display: grid;
        margin: -14px 0 36px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mtwt-shop__notice {
        margin-top: 0;
    }

    .mtwt-trust-footer {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .admin-bar #site-navigation {
        top: 46px;
    }

    .mtwt-shell,
    .mtwt-brand-hero__inner,
    .mtwt-trust-footer {
        width: min(100% - 32px, 1180px);
    }

    .mtwt-brand-hero__inner {
        min-height: 360px;
        grid-template-columns: minmax(0, 1fr) 32%;
    }

    .mtwt-brand-hero {
        background: linear-gradient(112deg, #fff 0 58%, var(--mt-pink-soft) 58% 100%);
    }

    .mtwt-filters,
    .mtwt-directory__filters .mtwt-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtwt-filters label:first-child,
    .mtwt-filters button {
        grid-column: 1 / -1;
    }

    .mtwt-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .mtwt-discovery-list--area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtwt-home-ad {
        display: grid;
    }

    .mtwt-home-ad .mtwt-button {
        width: 100%;
    }

    .mtwt-trust-footer__nav {
        gap: 18px;
    }
}

@media (max-width: 580px) {
    .mtwt-shell {
        width: min(100% - 24px, 1180px);
        padding: 26px 0 54px;
    }

    .mtwt-brand-hero__inner {
        width: min(100% - 28px, 1180px);
        min-height: 315px;
        grid-template-columns: minmax(0, 1fr) 70px;
    }

    .mtwt-brand-hero__copy {
        padding: 40px 0 54px;
    }

    .mtwt-brand-hero h1 {
        font-size: clamp(3.35rem, 20vw, 5rem);
    }

    .mtwt-brand-hero__copy > p:last-child {
        max-width: 280px;
        font-size: .83rem;
    }

    .mtwt-brand-hero__sun {
        top: 22%;
        right: -18px;
        width: 90px;
    }

    .mtwt-brand-hero__reed--one { right: 6px; }
    .mtwt-brand-hero__reed--two { right: 40px; }
    .mtwt-brand-hero__reed--three { display: none; }

    .mtwt-find {
        margin-top: -22px;
        padding: 22px 16px;
        border-radius: 14px;
    }

    .mtwt-filters,
    .mtwt-directory__filters .mtwt-filters {
        grid-template-columns: 1fr;
    }

    .mtwt-filters label:first-child,
    .mtwt-filters button {
        grid-column: auto;
    }

    .mtwt-discovery-list--genre,
    .mtwt-discovery-list--area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .mtwt-discovery-list a {
        padding: 12px 9px;
    }

    .mtwt-discovery-list--area a {
        align-items: flex-start;
        flex-direction: column;
    }

    .mtwt-section__heading {
        align-items: center;
    }

    .mtwt-grid {
        gap: 10px;
    }

    .mtwt-card__body {
        padding: 10px;
    }

    .mtwt-card__meta {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .mtwt-card__area-wrap {
        margin-left: 0;
        text-align: left;
    }

    .mtwt-card__title {
        font-size: .91rem;
        line-height: 1.45;
    }

    .mtwt-card p {
        display: none;
    }

    .mtwt-status-badge {
        margin-bottom: 5px;
        font-size: .66rem;
    }

    .mtwt-shop__header h1 {
        font-size: clamp(1.85rem, 9vw, 2.55rem);
    }

    .mtwt-shop__hero {
        margin-bottom: 26px;
        border-radius: 10px;
    }

    .mtwt-shop-actions--mobile {
        margin-top: -8px;
        grid-template-columns: 1fr;
    }

    .mtwt-shop__details dl > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .mtwt-home-ad {
        padding: 22px 18px;
    }

    .mtwt-trust-footer {
        width: min(100% - 32px, 1180px);
        padding: 42px 0;
    }

    .mtwt-trust-footer__nav {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/*
 * Approved regional portal skin (DEC-264).
 * This final layer intentionally leaves content, routes and data contracts to
 * machitalk-core while aligning every public template to the accepted mockup.
 */
:root {
    --mt-ink: #3f3a3c;
    --mt-muted: #756d71;
    --mt-green: #88bd82;
    --mt-green-dark: #659d68;
    --mt-green-soft: #eff8ed;
    --mt-pink: #ed78ab;
    --mt-pink-dark: #d9508f;
    --mt-pink-soft: #fff0f6;
    --mt-aqua: #7ccce3;
    --mt-aqua-soft: #eaf9fc;
    --mt-cream: #fff7ed;
    --mt-soft: #fbf8fa;
    --mt-line: #f0dce5;
    --mt-white: #fff;
    --mt-radius: 18px;
    --mt-shadow: 0 12px 34px rgba(72, 53, 62, .09);
}

body {
    background: #fffdfd;
}

.mtwt-shell {
    width: min(1120px, calc(100% - 48px));
    padding: 34px 0 64px;
}

.mtwt-section {
    margin-top: 44px;
}

.mtwt-kicker {
    color: var(--mt-pink-dark);
    font-size: .68rem;
    letter-spacing: .16em;
}

.mtwt-section-title h2,
.mtwt-page-header h1 {
    font-size: clamp(1.45rem, 2.6vw, 2.1rem);
}

.mtwt-section-title h2::after,
.mtwt-page-header h1::after {
    width: 38px;
    height: 3px;
    background: var(--mt-pink);
}

/* Never crop the approved key visual, including on extra-wide screens. */
.mtwt-brand-hero {
    min-height: 0;
    overflow: visible;
    border: 0;
    background: var(--mt-white);
}

.mtwt-brand-hero__inner {
    display: block;
    width: min(1920px, 100%);
    min-height: 0;
    margin: 0 auto;
    padding: 0;
}

.mtwt-brand-hero__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
    object-position: center;
}

#site-navigation {
    border-bottom: 1px solid var(--mt-line);
    background: rgba(255, 253, 253, .98);
    box-shadow: 0 4px 18px rgba(72, 53, 62, .05);
}

.main-navigation .main-nav ul {
    gap: clamp(14px, 2.4vw, 30px);
}

.main-navigation .main-nav ul li a {
    min-width: 0;
    min-height: 52px;
    border-radius: 0;
    padding: 15px 0;
    background: transparent !important;
    color: var(--mt-ink);
    font-size: .78rem;
}

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus-within > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: var(--mt-pink-dark);
    filter: none;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a::after {
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    height: 2px;
    background: var(--mt-pink);
    content: "";
}

.mtwt-home__body {
    padding-top: 26px;
}

.mtwt-find {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--mt-line);
    border-radius: var(--mt-radius);
    background: var(--mt-white);
    box-shadow: var(--mt-shadow);
}

.mtwt-find .mtwt-section-title {
    display: block;
    padding: 16px 20px 13px;
    background: var(--mt-white);
    color: var(--mt-ink);
    text-align: left;
}

.mtwt-find .mtwt-section-title h2 {
    color: var(--mt-ink);
    font-size: 1.35rem;
}

.mtwt-find .mtwt-section-title h2::after {
    display: block;
}

.mtwt-find .mtwt-section-title > p:last-child {
    margin-top: 7px;
    color: var(--mt-muted);
}

.mtwt-filters,
.mtwt-filters--home {
    grid-template-columns: minmax(190px, 1.35fr) repeat(2, minmax(140px, .8fr)) auto;
    margin: 0;
    border: 0;
    border-top: 1px solid var(--mt-line);
    border-radius: 0;
    padding: 16px 20px 20px;
    background: var(--mt-soft);
}

.mtwt-filters input,
.mtwt-filters select {
    min-height: 43px;
    border-color: var(--mt-line);
    border-radius: 9px;
    font-size: .82rem;
}

.mtwt-filters button,
.mtwt-button,
.mtwt-action {
    min-height: 43px;
    border-color: var(--mt-pink);
    border-radius: 9px;
    background: var(--mt-pink);
    font-size: .82rem;
}

.mtwt-filters button:hover,
.mtwt-button:hover,
.mtwt-action:hover {
    border-color: var(--mt-pink-dark);
    background: var(--mt-pink-dark);
}

.mtwt-browse {
    margin-top: 38px;
}

.mtwt-nagahama-band {
    padding: 0 0 18px;
    background: transparent;
    color: var(--mt-ink);
}

.mtwt-nagahama-band .mtwt-kicker {
    display: block;
}

.mtwt-nagahama-band h2 {
    color: var(--mt-ink);
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    font-weight: 700;
}

.mtwt-browse-board {
    display: grid;
    border: 0;
    padding: 0;
    grid-template-columns: 1fr;
    grid-template-areas: "genre" "area";
    gap: 34px;
}

.mtwt-browse-board .mtwt-section-title {
    margin-bottom: 13px;
    text-align: left;
}

.mtwt-browse-board .mtwt-section-title h3 {
    color: var(--mt-ink);
    font-size: 1.05rem;
}

.mtwt-discovery-list--genre,
.mtwt-discovery-list--area {
    display: grid;
    min-height: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.mtwt-discovery-list--genre a,
.mtwt-discovery-list--area a {
    min-height: 106px;
    border: 1px solid transparent;
    border-radius: var(--mt-radius);
    padding: 14px;
    align-items: flex-start;
    justify-content: center;
    box-shadow: none;
    color: var(--mt-ink);
    text-align: left;
}

.mtwt-discovery-list--genre a {
    background: var(--mt-aqua-soft);
}

.mtwt-discovery-list--genre li:nth-child(4n + 2) a {
    background: var(--mt-green-soft);
}

.mtwt-discovery-list--genre li:nth-child(4n + 3) a {
    background: var(--mt-cream);
}

.mtwt-discovery-list--genre li:nth-child(4n) a {
    background: var(--mt-pink-soft);
}

.mtwt-discovery-list--area li:nth-child(n) a {
    min-height: 92px;
    border: 1px solid var(--mt-line);
    background: rgba(255, 255, 255, .9);
    color: var(--mt-ink);
}

.mtwt-discovery-list--genre a:hover,
.mtwt-discovery-list--genre a:focus-visible,
.mtwt-discovery-list--area a:hover,
.mtwt-discovery-list--area a:focus-visible {
    border-color: var(--mt-pink);
    box-shadow: var(--mt-shadow);
    color: var(--mt-ink);
    filter: none;
    transform: translateY(-2px);
}

.mtwt-discovery-list--genre .mtwt-discovery-list__icon {
    display: grid;
    width: 34px;
    height: 34px;
    margin: 0 0 6px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .82);
    color: var(--mt-pink-dark);
}

.mtwt-discovery-list--genre .mtwt-discovery-list__icon::after {
    color: var(--mt-pink-dark);
    font-size: 1rem;
}

.mtwt-discovery-list--genre strong,
.mtwt-discovery-list--area strong {
    color: var(--mt-ink);
    font-size: .9rem;
}

.mtwt-discovery-list--genre small,
.mtwt-discovery-list--area small {
    color: var(--mt-muted);
    font-size: .68rem;
}

.mtwt-section__heading {
    border: 0;
    border-radius: 0;
    padding: 0 0 18px;
    background: transparent !important;
    color: var(--mt-ink);
}

.mtwt-section__heading .mtwt-kicker {
    display: block;
}

.mtwt-section__heading .mtwt-section-title h2 {
    color: var(--mt-ink);
    font-size: clamp(1.45rem, 2.6vw, 2.1rem);
    font-weight: 700;
}

.mtwt-section__heading .mtwt-section-title h2::after {
    display: block;
}

.mtwt-section__heading .mtwt-text-link,
.mtwt-shell .mtwt-section__heading .mtwt-text-link {
    color: var(--mt-pink-dark);
}

/* Standard media contract: all content thumbnails stay 4:3. */
.mtwt-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.mtwt-card {
    border-color: var(--mt-line);
    border-radius: var(--mt-radius);
    box-shadow: 0 8px 24px rgba(72, 53, 62, .07);
}

.mtwt-card__image,
.mtwt-shop__hero,
.mtwt-feature-article__hero,
.mtwt-feature-article__content .wp-block-image {
    aspect-ratio: 4 / 3;
}

.mtwt-card__image img,
.mtwt-shop__hero img,
.mtwt-feature-article__hero img,
.mtwt-feature-article__content .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mtwt-card__body {
    padding: 12px 13px 14px;
}

.mtwt-card__meta {
    min-height: 20px;
    margin-bottom: 6px;
    font-size: .66rem;
}

.mtwt-card__badge {
    border-radius: 999px;
    padding: 2px 7px;
    background: var(--mt-pink-soft);
    color: var(--mt-pink-dark);
}

.mtwt-card__title {
    font-size: .9rem;
    line-height: 1.5;
}

.mtwt-card p {
    margin-top: 6px;
    font-size: .75rem;
    line-height: 1.55;
}

.mtwt-home-ad {
    margin-top: 48px;
    border-color: rgba(237, 120, 171, .25);
    border-radius: var(--mt-radius);
    padding: 30px;
    background: var(--mt-pink);
    color: var(--mt-white);
}

.mtwt-home-ad .mtwt-kicker,
.mtwt-home-ad p:not(.mtwt-kicker) {
    color: rgba(255, 255, 255, .9);
}

.mtwt-home-ad .mtwt-button--plain,
.mtwt-shell .mtwt-home-ad .mtwt-button--plain {
    border-color: var(--mt-white);
    background: var(--mt-white);
    color: var(--mt-pink-dark);
}

/* Directory and taxonomy pages: full-width filter, dense four-column results. */
.mtwt-page-header--directory {
    max-width: none;
    margin: 0 0 24px;
    border-radius: calc(var(--mt-radius) + 4px);
    padding: 25px 28px;
    background: linear-gradient(125deg, var(--mt-pink-soft), var(--mt-aqua-soft));
}

.mtwt-directory--stacked,
.mtwt-directory {
    display: block;
}

.mtwt-directory__filters {
    position: static;
    overflow: hidden;
    margin-bottom: 28px;
    border-color: var(--mt-line);
    border-radius: var(--mt-radius);
    box-shadow: 0 8px 24px rgba(72, 53, 62, .06);
}

.mtwt-directory__filters h2 {
    padding: 12px 18px;
    background: var(--mt-pink);
    font-size: .9rem;
}

.mtwt-directory__filters .mtwt-filters {
    grid-template-columns: minmax(190px, 1.35fr) repeat(2, minmax(140px, .8fr)) auto;
    border-top: 0;
    padding: 16px 18px 18px;
    background: var(--mt-white);
}

.mtwt-result-head {
    margin-bottom: 14px;
}

/* Store detail: 4:3 media and summary first, supporting facts below. */
.mtwt-shop__lead {
    display: grid;
    overflow: hidden;
    margin-bottom: 36px;
    border: 1px solid var(--mt-line);
    border-radius: calc(var(--mt-radius) + 6px);
    grid-template-columns: minmax(0, 1.12fr) minmax(290px, .88fr);
    background: var(--mt-white);
    box-shadow: var(--mt-shadow);
}

.mtwt-shop__lead--no-image {
    grid-template-columns: 1fr;
}

.mtwt-shop__hero {
    margin: 0;
    border-radius: 0;
}

.mtwt-shop__header {
    display: flex;
    max-width: none;
    margin: 0;
    padding: clamp(26px, 4vw, 48px);
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(145deg, var(--mt-pink-soft), var(--mt-white));
}

.mtwt-shop__header h1 {
    margin: 12px 0 10px;
    font-size: clamp(1.75rem, 3.4vw, 2.75rem);
}

.mtwt-shop__header > p:not(.mtwt-kicker) {
    margin: 0 0 18px;
    font-size: .86rem;
}

.mtwt-shop__header .mtwt-status-notice {
    margin: 0 0 15px;
}

.mtwt-shop__header .mtwt-shop-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.mtwt-shop__header .mtwt-action {
    padding: 8px 9px;
    font-size: .75rem;
}

.mtwt-shop__layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 38px;
}

.mtwt-shop__content,
.mtwt-shop__details,
.mtwt-shop__links {
    margin-bottom: 38px;
}

.mtwt-shop__content h2 {
    border-left: 0;
    padding-left: 0;
}

.mtwt-shop__notice {
    border-color: var(--mt-line);
    border-radius: var(--mt-radius);
    background: var(--mt-soft);
}

/* Standard posts are the presentation layer for future store-led features. */
.mtwt-feature-article__article {
    max-width: 920px;
    margin: 0 auto;
}

.mtwt-feature-article__header {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.mtwt-feature-article__header h1 {
    margin: 0;
    font-size: clamp(2rem, 4.8vw, 3.7rem);
    line-height: 1.35;
    letter-spacing: -.035em;
}

.mtwt-feature-article__lead {
    margin: 18px auto 0;
    color: var(--mt-muted);
}

.mtwt-feature-article__meta {
    display: flex;
    margin-top: 15px;
    gap: 12px;
    justify-content: center;
    color: var(--mt-muted);
    font-size: .72rem;
}

.mtwt-feature-article__hero {
    overflow: hidden;
    margin: 0 0 38px;
    border-radius: calc(var(--mt-radius) + 8px);
    background: var(--mt-aqua-soft);
}

.mtwt-feature-article__content {
    width: min(720px, 100%);
    margin: 0 auto;
    font-size: .96rem;
}

.mtwt-feature-article__content h2 {
    margin-top: 2.5em;
    border-left: 5px solid var(--mt-pink);
    padding-left: 14px;
    font-size: 1.55rem;
}

.mtwt-feature-article__content .wp-block-image {
    overflow: hidden;
    border-radius: var(--mt-radius);
}

.mtwt-feature-article__nav {
    display: grid;
    margin-top: 54px;
    border-top: 1px solid var(--mt-line);
    padding-top: 20px;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    font-size: .78rem;
}

.mtwt-feature-article__nav > :last-child {
    text-align: right;
}

@media (max-width: 980px) {
    .mtwt-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mtwt-shop__lead {
        grid-template-columns: minmax(0, 1fr) minmax(270px, .78fr);
    }
}

@media (max-width: 768px) {
    .mtwt-shell,
    .mtwt-trust-footer {
        width: min(100% - 32px, 1120px);
    }

    .mtwt-brand-hero__inner {
        width: 100%;
        min-height: 0;
        padding: 0;
    }

    .mtwt-filters,
    .mtwt-filters--home,
    .mtwt-directory__filters .mtwt-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtwt-filters label:first-child,
    .mtwt-filters button,
    .mtwt-directory__filters .mtwt-filters label:first-child,
    .mtwt-directory__filters .mtwt-filters button {
        grid-column: 1 / -1;
    }

    .mtwt-grid,
    .mtwt-discovery-list--genre,
    .mtwt-discovery-list--area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtwt-shop__lead,
    .mtwt-shop__layout {
        grid-template-columns: 1fr;
    }

    .mtwt-shop__header {
        padding: 26px 24px;
    }

    .mtwt-shop-actions--desktop {
        display: none;
    }

    .mtwt-shop-actions--mobile {
        display: grid;
        margin: 0 0 30px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mtwt-shop__side {
        position: static;
    }
}

@media (max-width: 580px) {
    .mtwt-shell {
        width: min(100% - 24px, 1120px);
        padding: 24px 0 48px;
    }

    .mtwt-home__body {
        padding-top: 18px;
    }

    .mtwt-find .mtwt-section-title,
    .mtwt-filters,
    .mtwt-filters--home {
        padding-right: 15px;
        padding-left: 15px;
    }

    .mtwt-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .mtwt-card__body {
        padding: 9px 9px 11px;
    }

    .mtwt-card__meta {
        gap: 3px;
    }

    .mtwt-card__title {
        font-size: .78rem;
    }

    .mtwt-card p {
        display: none;
    }

    .mtwt-discovery-list--genre,
    .mtwt-discovery-list--area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .mtwt-discovery-list--genre a,
    .mtwt-discovery-list--area a {
        min-height: 94px;
        padding: 11px;
    }

    .mtwt-page-header--directory {
        padding: 21px 18px;
    }

    .mtwt-directory__filters .mtwt-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtwt-shop__lead {
        margin-bottom: 16px;
        border-radius: var(--mt-radius);
    }

    .mtwt-shop__header {
        padding: 22px 18px;
    }

    .mtwt-shop-actions--mobile {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .mtwt-feature-article__header h1 {
        font-size: clamp(1.85rem, 10vw, 2.65rem);
    }

    .mtwt-feature-article__nav {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mtwt-feature-article__nav > :last-child {
        text-align: center;
    }
}

@media (max-width: 349px) {
    .mtwt-grid,
    .mtwt-discovery-list--genre,
    .mtwt-discovery-list--area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtwt-card__area-wrap {
        display: none;
    }
}

@media (max-width: 349px) {
    .mtwt-grid {
        grid-template-columns: 1fr;
    }

    .mtwt-discovery-list--genre,
    .mtwt-discovery-list--area {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .mtwt-card,
    .mtwt-card__image img,
    .mtwt-discovery-list a {
        transition: none;
    }
}

/* WEB Nagahama trace layer: its visual grammar, with WEB Takashima data contracts. */
:root {
    --mt-tab-blue: #73c5e7;
    --mt-tab-lime: #9acb6c;
    --mt-tab-purple: #8f5ca6;
    --mt-tab-orange: #f6b52e;
    --mt-mint: #91d8ad;
    --mt-mint-dark: #70c493;
}

.mtwt-brand-hero {
    min-height: 350px;
    border-bottom: 0;
    background: var(--mt-white);
}

.mtwt-brand-hero__inner {
    position: relative;
    display: block;
    width: min(1200px, calc(100% - 48px));
    min-height: 350px;
    padding: 28px 410px 20px 8px;
}

.mtwt-brand-hero__copy {
    position: static;
    padding: 0;
}

.mtwt-brand-hero__lead {
    margin: 0 0 18px;
    color: var(--mt-pink);
    font-size: clamp(1.05rem, 2.15vw, 1.65rem);
    font-weight: 500;
    letter-spacing: .035em;
}

.mtwt-brand-hero h1 {
    display: inline-flex;
    margin: 0;
    flex-direction: column;
    color: var(--mt-pink);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: .82;
    letter-spacing: 0;
}

.mtwt-brand-hero h1 .mtwt-brand-hero__web {
    margin: 0;
    color: inherit;
    font-size: clamp(6.2rem, 12vw, 10.5rem);
    font-weight: 300;
    letter-spacing: -.07em;
    writing-mode: horizontal-tb;
}

.mtwt-brand-hero h1 .mtwt-brand-hero__region {
    margin: 16px 0 0 8px;
    color: inherit;
    font-size: clamp(2.2rem, 4.5vw, 3.65rem);
    font-weight: 300;
    letter-spacing: .045em;
    writing-mode: horizontal-tb;
}

.mtwt-brand-hero__tagline {
    position: absolute;
    z-index: 3;
    left: 39%;
    bottom: 91px;
    margin: 0;
    padding: 10px 17px;
    background: var(--mt-pink);
    box-shadow: 7px 7px 0 #ffd6e6;
    color: var(--mt-white);
    font-size: clamp(.9rem, 1.45vw, 1.08rem);
    font-weight: 800;
    transform: rotate(-5deg);
}

.mtwt-brand-hero__shareline {
    position: absolute;
    z-index: 3;
    left: 42%;
    bottom: 38px;
    margin: 0;
    padding: 7px 17px;
    background: #f395bd;
    box-shadow: 6px 6px 0 #ffd6e6;
    color: var(--mt-white);
    font-size: clamp(1rem, 1.7vw, 1.28rem);
    font-weight: 800;
    letter-spacing: .01em;
    line-height: 1.35;
    white-space: nowrap;
    transform: rotate(.5deg);
}

.mtwt-brand-hero__spark {
    position: absolute;
    z-index: 3;
    width: 6px;
    height: 24px;
    border-radius: 999px;
    background: #f5b2d0;
}

.mtwt-brand-hero__spark::before,
.mtwt-brand-hero__spark::after {
    position: absolute;
    width: 6px;
    height: 21px;
    border-radius: inherit;
    background: inherit;
    content: "";
    transform-origin: 50% 110%;
}

.mtwt-brand-hero__spark::before {
    left: -15px;
    transform: rotate(-28deg);
}

.mtwt-brand-hero__spark::after {
    right: -15px;
    transform: rotate(28deg);
}

.mtwt-brand-hero__spark--left {
    left: 37.5%;
    bottom: 118px;
}

.mtwt-brand-hero__spark--right {
    left: 73.5%;
    bottom: 49px;
}

.mtwt-brand-hero__bubble {
    position: absolute;
    z-index: 4;
    top: 14px;
    right: 205px;
    width: 315px;
    border: 3px dotted #efb5cf;
    border-radius: 14px;
    padding: 21px 22px;
    background: rgba(255, 255, 255, .96);
    color: var(--mt-pink-dark);
    font-size: .93rem;
    font-weight: 700;
    line-height: 1.6;
    transform: rotate(-3deg);
}

.mtwt-brand-hero__bubble::after {
    position: absolute;
    right: 34px;
    bottom: -17px;
    width: 28px;
    height: 28px;
    border-right: 3px dotted #efb5cf;
    border-bottom: 3px dotted #efb5cf;
    background: var(--mt-white);
    content: "";
    transform: rotate(32deg);
}

.mtwt-brand-hero__person {
    position: absolute;
    z-index: 2;
    right: 40px;
    bottom: 0;
    overflow: hidden;
    width: 220px;
    height: 348px;
}

.mtwt-brand-hero__person img {
    display: block;
    width: 220px;
    height: 348px;
    object-fit: contain;
}

.mtwt-brand-hero__person::after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 90px;
    height: 96px;
    background: var(--mt-white);
    content: "";
}

#site-navigation {
    border: 0;
    background: var(--mt-white);
    box-shadow: none;
}

.main-navigation .inside-navigation {
    min-height: 52px;
}

.main-navigation .main-nav ul {
    gap: 12px;
}

.main-navigation .main-nav ul li a {
    min-width: 185px;
    min-height: 43px;
    border-radius: 11px 11px 0 0;
    padding: 10px 22px;
    color: var(--mt-white);
    text-align: center;
}

.main-navigation .main-nav ul li:nth-child(5n + 1) > a { background: var(--mt-tab-blue); }
.main-navigation .main-nav ul li:nth-child(5n + 2) > a { background: var(--mt-tab-lime); }
.main-navigation .main-nav ul li:nth-child(5n + 3) > a { background: var(--mt-pink); }
.main-navigation .main-nav ul li:nth-child(5n + 4) > a { background: var(--mt-tab-purple); }
.main-navigation .main-nav ul li:nth-child(5n + 5) > a { background: var(--mt-tab-orange); }

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus-within > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: var(--mt-white);
    filter: saturate(1.12) brightness(.94);
}

.mtwt-home__body {
    padding-top: 14px;
}

.mtwt-find {
    margin: 0;
    border: 1px solid #d9e1db;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.mtwt-find .mtwt-section-title,
.mtwt-nagahama-band {
    padding: 8px 20px;
    background: #88cb9b;
    color: var(--mt-white);
    text-align: left;
}

.mtwt-find .mtwt-section-title {
    display: flex;
    gap: 14px;
    align-items: baseline;
    flex-wrap: wrap;
}

.mtwt-find .mtwt-section-title .mtwt-kicker,
.mtwt-nagahama-band .mtwt-kicker {
    display: none;
}

.mtwt-find .mtwt-section-title h2,
.mtwt-nagahama-band h2 {
    margin: 0;
    color: var(--mt-white);
    font-size: clamp(1.25rem, 2.2vw, 1.65rem);
    font-weight: 600;
    letter-spacing: .025em;
}

.mtwt-find .mtwt-section-title h2::after,
.mtwt-nagahama-band h2::after {
    display: none;
}

.mtwt-find .mtwt-section-title > p:last-child {
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: .82rem;
}

.mtwt-filters--home {
    margin: 0;
    padding: 18px;
    background: #f8faf8;
}

.mtwt-filters button,
.mtwt-button,
.mtwt-action {
    border-radius: 4px;
}

.mtwt-browse {
    margin-top: 26px;
}

.mtwt-browse-board {
    display: grid;
    border: 1px solid #d9e1db;
    border-top: 0;
    padding: 18px 14px 20px;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    grid-template-areas: "area genre";
    gap: 14px;
    align-items: stretch;
}

.mtwt-browse-board > .mtwt-discovery {
    min-width: 0;
}

.mtwt-discovery--genre { grid-area: genre; }
.mtwt-discovery--area { grid-area: area; }

.mtwt-browse-board .mtwt-section-title {
    margin: 0 0 10px;
    text-align: center;
}

.mtwt-browse-board .mtwt-section-title .mtwt-kicker {
    display: none;
}

.mtwt-browse-board .mtwt-section-title h3 {
    margin: 0;
    color: #59625b;
    font-size: 1rem;
}

.mtwt-discovery-list {
    margin-top: 0;
}

.mtwt-discovery-list--area {
    display: grid;
    min-height: 344px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

.mtwt-discovery-list--area li:nth-child(5n + 1) a { background: #91c919; }
.mtwt-discovery-list--area li:nth-child(5n + 2) a { background: #eca0bd; }
.mtwt-discovery-list--area li:nth-child(5n + 3) a { background: #8952a0; }
.mtwt-discovery-list--area li:nth-child(5n + 4) a { background: #70c2e8; }
.mtwt-discovery-list--area li:nth-child(5n + 5) a { background: #f7b62c; }

.mtwt-discovery-list--area a {
    min-height: 92px;
    border: 4px solid var(--mt-white);
    border-radius: 7px;
    padding: 14px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--mt-tab-blue);
    box-shadow: none;
    color: var(--mt-white);
    text-align: center;
}

.mtwt-discovery-list--area a:hover,
.mtwt-discovery-list--area a:focus-visible {
    border-color: var(--mt-white);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .58);
    filter: saturate(1.08);
    transform: none;
}

.mtwt-discovery-list--area strong {
    font-size: 1.08rem;
}

.mtwt-discovery-list--area small {
    color: rgba(255, 255, 255, .9);
}

.mtwt-discovery-list--genre {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.mtwt-discovery-list--genre a {
    min-height: 110px;
    border: 0;
    border-radius: 9px;
    padding: 8px 5px;
    gap: 2px;
    background: linear-gradient(145deg, #b0e7c5, var(--mt-mint));
    box-shadow: none;
    color: var(--mt-white);
}

.mtwt-discovery-list--genre a:hover,
.mtwt-discovery-list--genre a:focus-visible {
    border-color: transparent;
    background: linear-gradient(145deg, #9fdfb7, var(--mt-mint-dark));
    box-shadow: none;
    transform: translateY(-1px);
}

.mtwt-discovery-list--genre .mtwt-discovery-list__icon {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 1px;
    place-items: center;
    border-radius: 0;
    background: transparent;
    color: var(--mt-white);
}

.mtwt-discovery-list--genre .mtwt-discovery-list__icon::after {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    color: inherit;
    content: "●";
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
    transform: none;
}

.mtwt-discovery-list--genre li:nth-child(9n + 1) .mtwt-discovery-list__icon::after { content: "食"; }
.mtwt-discovery-list--genre li:nth-child(9n + 2) .mtwt-discovery-list__icon::after { content: "買"; }
.mtwt-discovery-list--genre li:nth-child(9n + 3) .mtwt-discovery-list__icon::after { content: "遊"; }
.mtwt-discovery-list--genre li:nth-child(9n + 4) .mtwt-discovery-list__icon::after { content: "美"; }
.mtwt-discovery-list--genre li:nth-child(9n + 5) .mtwt-discovery-list__icon::after { content: "学"; }
.mtwt-discovery-list--genre li:nth-child(9n + 6) .mtwt-discovery-list__icon::after { content: "住"; }
.mtwt-discovery-list--genre li:nth-child(9n + 7) .mtwt-discovery-list__icon::after { content: "仕"; }
.mtwt-discovery-list--genre li:nth-child(9n + 8) .mtwt-discovery-list__icon::after { content: "観"; }
.mtwt-discovery-list--genre li:nth-child(9n + 9) .mtwt-discovery-list__icon::after { content: "公"; }

.mtwt-discovery-list--genre strong {
    color: var(--mt-white);
    font-size: .84rem;
}

.mtwt-discovery-list--genre small {
    color: rgba(255, 255, 255, .86);
}

.mtwt-section__heading {
    border-radius: 0;
    padding: 8px 14px;
    background: #f2a16e;
    color: var(--mt-white);
}

.mtwt-home-new .mtwt-section__heading {
    background: var(--mt-pink);
}

.mtwt-section__heading .mtwt-kicker {
    display: none;
}

.mtwt-section__heading .mtwt-section-title h2 {
    color: var(--mt-white);
    font-size: 1.4rem;
    font-weight: 600;
}

.mtwt-section__heading .mtwt-section-title h2::after {
    display: none;
}

.mtwt-section__heading .mtwt-text-link,
.mtwt-shell .mtwt-section__heading .mtwt-text-link {
    color: var(--mt-white);
}

.mtwt-card {
    border-radius: 3px;
    box-shadow: 0 3px 10px rgba(35, 59, 46, .06);
}

.mtwt-card__badge {
    border-radius: 2px;
    background: #f8d8e6;
}

.mtwt-home-ad {
    border-radius: 3px;
}

@media (max-width: 920px) {
    .mtwt-brand-hero__inner {
        padding-left: 8px;
    }

    .mtwt-brand-hero__tagline {
        left: 36%;
    }

    .mtwt-browse-board {
        grid-template-columns: 1fr;
        grid-template-areas: "genre" "area";
    }

    .mtwt-discovery-list--area {
        min-height: 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .mtwt-brand-hero {
        min-height: 230px;
    }

    .mtwt-brand-hero__inner {
        width: min(100% - 24px, 1200px);
        min-height: 230px;
        padding: 18px 150px 18px 4px;
    }

    .mtwt-brand-hero__lead {
        max-width: 240px;
        margin-bottom: 10px;
        font-size: .78rem;
    }

    .mtwt-brand-hero h1 .mtwt-brand-hero__web {
        font-size: clamp(3.3rem, 14vw, 5rem);
    }

    .mtwt-brand-hero h1 .mtwt-brand-hero__region {
        margin-top: 12px;
        font-size: clamp(1.4rem, 6vw, 2rem);
    }

    .mtwt-brand-hero__tagline {
        left: 10px;
        bottom: 10px;
        max-width: 250px;
        padding: 7px 9px;
        font-size: .67rem;
        transform: none;
    }

    .mtwt-brand-hero__bubble {
        display: none;
    }

    .mtwt-brand-hero__shareline,
    .mtwt-brand-hero__spark {
        display: none;
    }

    .mtwt-brand-hero__person {
        right: -5px;
        width: 145px;
        height: 229px;
    }

    .mtwt-brand-hero__person img {
        width: 145px;
        height: 229px;
    }

    .mtwt-brand-hero__person::after {
        width: 60px;
        height: 64px;
    }

    .main-navigation .main-nav ul {
        gap: 0;
    }

    .main-navigation .main-nav ul li a {
        min-width: 0;
        border-radius: 0;
        text-align: left;
    }

    .mtwt-find .mtwt-section-title {
        display: block;
    }

    .mtwt-find .mtwt-section-title > p:last-child {
        margin-top: 2px;
    }

    .mtwt-browse-board {
        padding: 12px 10px 15px;
    }
}

@media (max-width: 580px) {
    .mtwt-brand-hero {
        min-height: 205px;
    }

    .mtwt-brand-hero__inner {
        min-height: 205px;
        padding-right: 116px;
    }

    .mtwt-brand-hero__person {
        width: 126px;
        height: 200px;
    }

    .mtwt-brand-hero__person img {
        width: 126px;
        height: 200px;
    }

    .mtwt-brand-hero__person::after {
        width: 53px;
        height: 56px;
    }

    .mtwt-brand-hero__tagline {
        max-width: 220px;
        white-space: nowrap;
    }

    .mtwt-discovery-list--area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtwt-discovery-list--area a {
        min-height: 78px;
    }

    .mtwt-discovery-list--genre {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .mtwt-discovery-list--genre a {
        min-height: 96px;
        padding: 7px 3px;
    }

    .mtwt-discovery-list--genre .mtwt-discovery-list__icon {
        width: 34px;
        height: 34px;
    }

    .mtwt-discovery-list--genre .mtwt-discovery-list__icon::after {
        font-size: 1.45rem;
    }

    .mtwt-section__heading {
        padding: 8px 10px;
    }
}

/* DEC-264 final cascade: supersedes the earlier reference-trace prototype. */
.mtwt-brand-hero {
    min-height: 0;
    overflow: hidden;
    border: 0;
    background: var(--mt-white);
}

.mtwt-brand-hero__inner {
    display: block;
    width: min(1920px, 100%);
    min-height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.mtwt-brand-hero__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
    object-position: center;
}

#site-navigation {
    border-bottom: 1px solid var(--mt-line);
    background: rgba(255, 253, 253, .98);
    box-shadow: 0 4px 18px rgba(72, 53, 62, .05);
}

.main-navigation .main-nav ul {
    gap: clamp(14px, 2.4vw, 30px);
}

.main-navigation .main-nav ul li a {
    min-width: 0;
    min-height: 52px;
    border-radius: 0;
    padding: 15px 0;
    background: transparent !important;
    color: var(--mt-ink);
    font-size: .78rem;
}

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus-within > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: var(--mt-pink-dark);
    filter: none;
}

.mtwt-find {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--mt-line);
    border-radius: var(--mt-radius);
    padding: 0;
    background: var(--mt-white);
    box-shadow: var(--mt-shadow);
}

.mtwt-find .mtwt-section-title {
    display: block;
    padding: 16px 20px 13px;
    background: var(--mt-white);
    color: var(--mt-ink);
    text-align: left;
}

.mtwt-find .mtwt-section-title h2 {
    color: var(--mt-ink);
    font-size: 1.35rem;
}

.mtwt-find .mtwt-section-title h2::after {
    display: block;
}

.mtwt-find .mtwt-section-title > p:last-child {
    margin-top: 7px;
    color: var(--mt-muted);
}

.mtwt-filters--home {
    margin: 0;
    border-top: 1px solid var(--mt-line);
    padding: 16px 20px 20px;
    background: var(--mt-soft);
}

.mtwt-nagahama-band {
    padding: 0 0 18px;
    background: transparent;
    color: var(--mt-ink);
}

.mtwt-nagahama-band .mtwt-kicker {
    display: block;
}

.mtwt-nagahama-band h2 {
    color: var(--mt-ink);
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    font-weight: 700;
}

.mtwt-browse-board {
    display: grid;
    border: 0;
    padding: 0;
    grid-template-columns: 1fr;
    grid-template-areas: "genre" "area";
    gap: 34px;
}

.mtwt-browse-board .mtwt-section-title {
    margin-bottom: 13px;
    text-align: left;
}

.mtwt-browse-board .mtwt-section-title h3 {
    color: var(--mt-ink);
    font-size: 1.05rem;
}

.mtwt-discovery-list--genre,
.mtwt-discovery-list--area {
    display: grid;
    min-height: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.mtwt-discovery-list--genre a,
.mtwt-discovery-list--area a,
.mtwt-discovery-list--area li:nth-child(n) a {
    min-height: 96px;
    border: 1px solid transparent;
    border-radius: var(--mt-radius);
    padding: 14px;
    align-items: flex-start;
    justify-content: center;
    box-shadow: none;
    color: var(--mt-ink);
    text-align: left;
}

.mtwt-discovery-list--genre a {
    background: var(--mt-aqua-soft);
}

.mtwt-discovery-list--genre li:nth-child(4n + 2) a {
    background: var(--mt-green-soft);
}

.mtwt-discovery-list--genre li:nth-child(4n + 3) a {
    background: var(--mt-cream);
}

.mtwt-discovery-list--genre li:nth-child(4n) a {
    background: var(--mt-pink-soft);
}

.mtwt-discovery-list--area li:nth-child(n) a {
    border-color: var(--mt-line);
    background: rgba(255, 255, 255, .9);
}

.mtwt-discovery-list--genre strong,
.mtwt-discovery-list--area strong {
    color: var(--mt-ink);
    font-size: .9rem;
}

.mtwt-discovery-list--genre small,
.mtwt-discovery-list--area small {
    color: var(--mt-muted);
}

.mtwt-section__heading,
.mtwt-home-new .mtwt-section__heading {
    border: 0;
    border-radius: 0;
    padding: 0 0 18px;
    background: transparent;
    color: var(--mt-ink);
}

.mtwt-section__heading .mtwt-kicker {
    display: block;
}

.mtwt-section__heading .mtwt-section-title h2 {
    color: var(--mt-ink);
    font-size: clamp(1.45rem, 2.6vw, 2.1rem);
    font-weight: 700;
}

.mtwt-section__heading .mtwt-section-title h2::after {
    display: block;
}

.mtwt-section__heading .mtwt-text-link,
.mtwt-shell .mtwt-section__heading .mtwt-text-link {
    color: var(--mt-pink-dark);
}

.mtwt-card {
    border-radius: var(--mt-radius);
    box-shadow: 0 8px 24px rgba(72, 53, 62, .07);
}

.mtwt-card__badge {
    border-radius: 999px;
    background: var(--mt-pink-soft);
}

/* TOP discovery: WEB Nagahama-inspired clickable area map and icon categories. */
.mtwt-icon-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.mtwt-browse-board {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    grid-template-areas: "area genre";
    gap: 20px;
    align-items: start;
}

.mtwt-browse-board > .mtwt-discovery {
    height: 100%;
    border: 1px solid var(--mt-line);
    border-radius: 18px;
    padding: 20px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 10px 28px rgba(72, 53, 62, .06);
}

.mtwt-browse-board .mtwt-section-title {
    min-height: 58px;
}

.mtwt-browse-board .mtwt-section-title > p:last-child {
    margin-top: 4px;
    color: var(--mt-muted);
    font-size: .78rem;
}

.mtwt-discovery-list--genre {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.mtwt-discovery-list--genre a {
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 9px 5px 8px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 10px;
    background: linear-gradient(145deg, #bdeecf, #92d3a7);
    color: #fff;
    text-align: center;
}

.mtwt-discovery-list--genre li:nth-child(4n + 2) a,
.mtwt-discovery-list--genre li:nth-child(4n + 3) a,
.mtwt-discovery-list--genre li:nth-child(4n) a {
    background: linear-gradient(145deg, #bdeecf, #92d3a7);
}

.mtwt-discovery-list--genre a:hover,
.mtwt-discovery-list--genre a:focus-visible {
    border-color: transparent;
    background: linear-gradient(145deg, #aae7bf, #75c28f);
    box-shadow: 0 8px 18px rgba(69, 149, 101, .17);
    transform: translateY(-2px);
}

.mtwt-discovery-list--genre .mtwt-discovery-list__icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0;
    place-items: center;
    color: #fff;
}

.mtwt-discovery-list--genre .mtwt-discovery-list__icon::after {
    display: none;
}

.mtwt-discovery-list--genre .mtwt-discovery-list__icon svg {
    width: 56px;
    height: 56px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mtwt-discovery-list--genre strong {
    color: #fff;
    font-size: clamp(.74rem, 1.05vw, .92rem);
    font-weight: 600;
    line-height: 1.25;
    text-shadow: 0 1px 2px rgba(30, 95, 58, .2);
}

.mtwt-discovery-list--genre li:nth-last-child(2):nth-child(4n + 1) {
    grid-column: 2;
}

.mtwt-area-map {
    position: relative;
    width: min(100%, 520px);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}

.mtwt-area-map img {
    display: block;
    width: 100%;
    height: auto;
}

.mtwt-area-map svg {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.mtwt-area-map a {
    cursor: pointer;
    outline: none;
}

.mtwt-area-map__hit {
    fill: rgba(255, 255, 255, 0);
    stroke: transparent;
    stroke-width: 9px;
    transition: fill .18s ease, stroke .18s ease;
}

.mtwt-area-map a:hover .mtwt-area-map__hit,
.mtwt-area-map a:focus .mtwt-area-map__hit {
    fill: rgba(255, 255, 255, .2);
    stroke: rgba(255, 255, 255, .95);
}

@media (max-width: 768px) {
    .mtwt-brand-hero,
    .mtwt-brand-hero__inner {
        min-height: 0;
    }

    .mtwt-brand-hero__inner {
        width: 100%;
        padding: 0;
    }

    .mtwt-browse-board {
        grid-template-columns: 1fr;
        grid-template-areas: "area" "genre";
        gap: 18px;
    }

    .mtwt-discovery-list--genre {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mtwt-browse-board > .mtwt-discovery {
        padding: 16px;
    }

    .mtwt-browse-board .mtwt-section-title {
        min-height: 0;
    }
}

@media (max-width: 580px) {
    .mtwt-brand-hero,
    .mtwt-brand-hero__inner {
        min-height: 0;
    }

    .mtwt-brand-hero__inner {
        padding: 0;
    }

    .mtwt-discovery-list--genre {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .mtwt-discovery-list--genre a {
        min-height: 0;
        padding: 11px;
    }

    .mtwt-discovery-list--genre .mtwt-discovery-list__icon,
    .mtwt-discovery-list--genre .mtwt-discovery-list__icon svg {
        width: 52px;
        height: 52px;
    }

    .mtwt-discovery-list--genre li:nth-last-child(2):nth-child(4n + 1) {
        grid-column: auto;
    }

    .mtwt-section__heading {
        padding: 0 0 14px;
    }
}

/* Store gallery: existing photo01-photo05 fields, no script dependency. */
.mtwt-shop-gallery {
    margin: 0 0 48px;
}

.mtwt-shop-gallery .mtwt-section-title {
    margin-bottom: 18px;
}

.mtwt-shop-gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.mtwt-shop-gallery figure {
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--mt-line);
    border-radius: 14px;
    background: var(--mt-soft);
}

.mtwt-shop-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 920px) {
    .mtwt-shop-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 580px) {
    .mtwt-shop-gallery {
        margin-bottom: 36px;
    }

    .mtwt-shop-gallery .mtwt-section-title {
        margin-bottom: 14px;
    }

    .mtwt-shop-gallery__grid {
        gap: 8px;
    }

    .mtwt-shop-gallery figure {
        border-radius: 10px;
    }
}

/* MT-WEBTAKASHIMA-DESIGN-SKIN-002: production-screen finishing layer. */
.home .site-header {
    display: block;
}

.site-header {
    position: relative;
    z-index: 80;
    border-bottom-color: var(--mt-line);
    box-shadow: 0 5px 18px rgba(72, 53, 62, .055);
}

.site-header .inside-header {
    width: min(1180px, calc(100% - 48px));
    min-height: 68px;
    margin: 0 auto;
    padding: 9px 0;
    align-items: center;
}

.site-branding .main-title,
.site-branding .site-title {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.2;
}

.site-branding .main-title a,
.site-branding .site-title a {
    color: var(--mt-ink);
    text-decoration: none;
}

#site-navigation {
    position: static;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.main-navigation .inside-navigation {
    min-height: 48px;
}

.main-navigation .main-nav ul {
    gap: 4px;
    align-items: center;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle {
    min-height: 44px;
    padding: 11px 12px;
    border-radius: 8px;
    font-size: .78rem;
    line-height: 1.35;
}

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus-within > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    background: var(--mt-green-soft) !important;
    color: var(--mt-green-dark);
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a::after {
    display: none;
}

.mtwt-brand-hero {
    margin: 0;
}

.mtwt-home__body {
    padding-top: 24px;
}

.mtwt-filters,
.mtwt-filters--home,
.mtwt-directory__filters .mtwt-filters {
    gap: 10px;
}

.mtwt-filters label {
    gap: 6px;
    font-size: .75rem;
    line-height: 1.35;
}

.mtwt-filters input,
.mtwt-filters select,
.mtwt-filters button {
    min-height: 48px;
}

.mtwt-filters input,
.mtwt-filters select {
    border-color: #d8ded9;
    background: var(--mt-white);
    font-size: .875rem;
}

.mtwt-filters button,
.mtwt-shell .mtwt-filters button {
    border-color: var(--mt-green-dark);
    background: var(--mt-green-dark);
    color: var(--mt-white);
    box-shadow: 0 5px 12px rgba(45, 106, 79, .14);
}

.mtwt-filters button:hover,
.mtwt-filters button:focus-visible,
.mtwt-shell .mtwt-filters button:hover,
.mtwt-shell .mtwt-filters button:focus-visible {
    border-color: #163f2d;
    background: #163f2d;
    color: var(--mt-white);
}

.mtwt-directory__filters {
    margin-bottom: 24px;
}

.mtwt-directory__filters h2 {
    border-bottom: 1px solid var(--mt-line);
    border-left: 6px solid var(--mt-green);
    padding: 12px 16px;
    background: var(--mt-white);
    color: var(--mt-ink);
}

.mtwt-result-head {
    display: flex;
    min-height: 36px;
    gap: 7px;
    align-items: baseline;
}

.mtwt-card {
    height: 100%;
    overflow: hidden;
    background: var(--mt-white);
}

.mtwt-card__image {
    background: var(--mt-soft);
}

.mtwt-card__body {
    padding: 11px 12px 13px;
}

.mtwt-card__meta {
    align-items: flex-start;
    gap: 4px;
}

.mtwt-card__badge,
.mtwt-card__area {
    min-height: 22px;
    line-height: 1.35;
}

.mtwt-pagination a,
.mtwt-pagination span {
    min-width: 44px;
    min-height: 44px;
}

.mtwt-shop__header .mtwt-shop-actions,
.mtwt-shop-actions--mobile {
    gap: 8px;
}

.mtwt-action,
.mtwt-shop__header .mtwt-action {
    min-height: 48px;
    border-color: var(--mt-green);
    border-radius: 9px;
    padding: 10px 12px;
    background: var(--mt-white);
    color: var(--mt-green-dark);
    font-size: .78rem;
}

.mtwt-shell a.mtwt-action--phone,
.mtwt-action--phone {
    border-color: var(--mt-green-dark);
    background: var(--mt-green-dark);
    color: var(--mt-white);
}

.mtwt-shop__notice a,
.mtwt-shop__links a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
}

.mtwt-trust-footer {
    padding-top: 48px;
    padding-bottom: 48px;
}

.mtwt-trust-footer__nav a {
    display: flex;
    min-height: 40px;
    align-items: center;
}

@media (max-width: 920px) {
    .site-header .inside-header {
        width: min(100% - 32px, 1180px);
    }

    .main-navigation .main-nav ul li a {
        padding-right: 9px;
        padding-left: 9px;
    }
}

@media (max-width: 768px) {
    .site-header .inside-header {
        min-height: 64px;
        padding: 8px 0;
    }

    .main-navigation .menu-toggle {
        display: grid;
        min-width: 48px;
        height: 48px;
        padding: 0;
        place-items: center;
    }

    .main-navigation.toggled .main-nav ul {
        overflow: hidden;
        border: 1px solid var(--mt-line);
        border-radius: 12px;
        background: var(--mt-white);
        box-shadow: var(--mt-shadow);
    }

    .main-navigation.toggled .main-nav ul li a {
        min-height: 48px;
        padding: 13px 18px;
    }

    .mtwt-browse-board {
        gap: 16px;
    }

    .mtwt-area-map {
        width: min(100%, 440px);
    }
}

@media (max-width: 580px) {
    .site-header .inside-header,
    .mtwt-trust-footer {
        width: min(100% - 24px, 1180px);
    }

    .site-branding .main-title,
    .site-branding .site-title {
        font-size: 1.15rem;
    }

    .mtwt-home__body {
        padding-top: 16px;
    }

    .mtwt-find .mtwt-section-title {
        padding: 15px 16px 12px;
    }

    .mtwt-find .mtwt-section-title h2 {
        font-size: 1.2rem;
    }

    .mtwt-filters,
    .mtwt-filters--home,
    .mtwt-directory__filters .mtwt-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 14px 15px 16px;
    }

    .mtwt-filters label:first-child,
    .mtwt-filters button,
    .mtwt-directory__filters .mtwt-filters label:first-child,
    .mtwt-directory__filters .mtwt-filters button {
        grid-column: 1 / -1;
    }

    .mtwt-filters input,
    .mtwt-filters select,
    .mtwt-filters button {
        font-size: 16px;
    }

    .mtwt-browse-board > .mtwt-discovery {
        padding: 14px;
    }

    .mtwt-area-map {
        width: min(100%, 292px);
    }

    .mtwt-discovery-list--genre a {
        min-height: 96px;
        aspect-ratio: auto;
        padding: 9px 7px;
        gap: 5px;
    }

    .mtwt-discovery-list--genre .mtwt-discovery-list__icon,
    .mtwt-discovery-list--genre .mtwt-discovery-list__icon svg {
        width: 42px;
        height: 42px;
    }

    .mtwt-discovery-list--genre strong {
        font-size: .78rem;
    }

    .mtwt-card__body {
        padding: 9px 8px 11px;
    }

    .mtwt-card__badge,
    .mtwt-card__area {
        font-size: .64rem;
    }

    .mtwt-shop__header h1 {
        font-size: clamp(1.7rem, 8.5vw, 2.35rem);
    }

    .mtwt-shop-actions--mobile {
        gap: 7px;
    }

    .mtwt-trust-footer {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .mtwt-trust-footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 18px;
    }

    .mtwt-trust-footer__nav > div:last-child {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtwt-trust-footer__nav > div:last-child h2 {
        grid-column: 1 / -1;
    }

    .mtwt-trust-footer__nav a {
        min-height: 44px;
    }
}

@media (max-width: 349px) {
    .mtwt-trust-footer__nav,
    .mtwt-trust-footer__nav > div:last-child {
        grid-template-columns: 1fr;
    }

    .mtwt-trust-footer__nav > div:last-child {
        grid-column: auto;
    }

    .mtwt-trust-footer__nav > div:last-child h2 {
        grid-column: auto;
    }
}
