.tmv-static-page,
.tmv-static-page * { box-sizing: border-box; }
.tmv-static-page {
    padding: 34px 0 84px;
    color: #433a53;
    background: #fff;
}
.tmv-static-page .tmv-container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.tmv-static-page-shell { max-width: 980px; }
.tmv-static-breadcrumbs { margin-bottom: 24px; color: #736986; font-size: .82rem; }
.tmv-static-breadcrumbs a { color: #5b4677; text-decoration: none; }
.tmv-static-breadcrumbs a:hover { text-decoration: underline; }
.tmv-static-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    color: #6d4be0;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.tmv-static-kicker::before { content: ""; width: 26px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, #ff7aa8, #7754ef); }
.tmv-static-page h1 {
    margin: 0;
    color: #35204f;
    font-size: clamp(2.15rem, 5vw, 4.25rem);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 950;
}
.tmv-static-page-content {
    color: #4b4257;
    font-size: 1rem;
    line-height: 1.82;
}
.tmv-static-page-content > :first-child { margin-top: 0; }
.tmv-static-page-content > :last-child { margin-bottom: 0; }
.tmv-static-page-content h2 {
    margin: 42px 0 15px;
    color: #38245a;
    font-size: clamp(1.45rem, 3vw, 2.05rem);
    line-height: 1.18;
    letter-spacing: -.025em;
    font-weight: 920;
    scroll-margin-top: 110px;
}
.tmv-static-page-content h3 {
    margin: 28px 0 11px;
    color: #4e3375;
    font-size: 1.22rem;
    line-height: 1.3;
    font-weight: 850;
}
.tmv-static-page-content h4 { margin: 23px 0 9px; color: #51485e; font-size: 1.05rem; font-weight: 820; }
.tmv-static-page-content p,
.tmv-static-page-content ul,
.tmv-static-page-content ol,
.tmv-static-page-content blockquote,
.tmv-static-page-content table { margin: 0 0 20px; }
.tmv-static-page-content ul,
.tmv-static-page-content ol { padding-left: 1.3rem; }
.tmv-static-page-content li + li { margin-top: 7px; }
.tmv-static-page-content a { color: #6545d7; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.tmv-static-page-content a:hover,
.tmv-static-page-content a:focus-visible { color: #3e22a5; }
.tmv-static-page-content blockquote {
    padding: 18px 22px;
    color: #3f3551;
    background: #faf7ff;
    border-left: 4px solid #8c6cf2;
    border-radius: 0 14px 14px 0;
}
.tmv-static-page-content table { width: 100%; border-collapse: collapse; }
.tmv-static-page-content th,
.tmv-static-page-content td { padding: 12px 14px; text-align: left; border: 1px solid #e9e3f1; }
.tmv-static-page-content th { color: #39235e; background: #f8f5fc; }
.tmv-static-page-content img { max-width: 100%; height: auto; border-radius: 18px; }
.tmv-static-page-content .wp-block-group,
.tmv-static-page-content .wp-block-columns { margin-bottom: 26px; }
.tmv-static-page-content .wp-block-button__link {
    color: #fff !important;
    background: #6545d7;
    border-radius: 999px;
    text-decoration: none;
}
.tmv-page-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }

/* Shared legal layouts */
.tmv-legal-layout,
.tmv-guide-layout {
    display: grid;
    grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
    gap: clamp(30px, 5vw, 68px);
    align-items: start;
    margin-top: 44px;
}
.tmv-legal-content,
.tmv-guide-content {
    min-width: 0;
    max-width: 790px;
    padding: 34px clamp(24px, 4vw, 48px) 46px;
    background: #fff;
    border: 1px solid #ece7f2;
    border-radius: 26px;
    box-shadow: 0 16px 48px rgba(64, 41, 91, .07);
}
.tmv-legal-content h2:first-child,
.tmv-guide-content h2:first-child { margin-top: 0; }
.tmv-legal-content h2:not(:first-child),
.tmv-guide-content h2:not(:first-child) { padding-top: 8px; border-top: 1px solid #eee8f3; }
.tmv-legal-sidebar,
.tmv-guide-sidebar { position: sticky; top: 102px; display: grid; gap: 18px; }
.tmv-page-toc {
    padding: 23px 22px;
    background: #f8f5ff;
    border: 1px solid #e9e1fb;
    border-radius: 20px;
}
.tmv-page-toc[hidden] { display: none !important; }
.tmv-toc-title { display: block; margin: 0 0 14px; color: #3a2854; font-size: 1rem; font-weight: 900; }
.tmv-page-toc ol { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.tmv-page-toc li { counter-increment: toc; }
.tmv-page-toc a {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 8px;
    color: #5c516c;
    font-size: .88rem;
    line-height: 1.35;
    text-decoration: none;
}
.tmv-page-toc a::before { content: counter(toc, decimal-leading-zero); color: #8b72d8; font-size: .72rem; font-weight: 900; }
.tmv-page-toc a:hover { color: #5330c0; }
.tmv-legal-contact-card {
    padding: 20px;
    background: #fff8dd;
    border: 1px solid #f1df91;
    border-radius: 18px;
}
.tmv-legal-contact-card strong { display: block; margin-bottom: 7px; color: #49396a; font-size: .95rem; }
.tmv-legal-contact-card p { margin: 0 0 10px; color: #6a5c78; font-size: .84rem; line-height: 1.55; }
.tmv-legal-contact-card a { color: #5b38c8; font-size: .84rem; font-weight: 850; }
.tmv-legal-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 126px;
    gap: 32px;
    align-items: center;
    min-height: 300px;
    padding: clamp(34px, 6vw, 66px);
    overflow: hidden;
    border-radius: 30px;
}
.tmv-legal-hero p,
.tmv-licence-hero p,
.tmv-mentions-hero p,
.tmv-guide-hero p,
.tmv-contact-hero p,
.tmv-about-hero p {
    max-width: 700px;
    margin: 20px 0 0;
    color: #5d526d;
    font-size: 1.02rem;
    line-height: 1.72;
}
.tmv-legal-symbol {
    display: grid;
    place-items: center;
    width: 112px;
    aspect-ratio: 1;
    color: #fff;
    font-size: 2.8rem;
    background: #6e4fe0;
    border: 12px solid rgba(255,255,255,.72);
    border-radius: 32px;
    transform: rotate(4deg);
    box-shadow: 0 22px 50px rgba(72, 47, 111, .18);
}
.tmv-legal-hero-dmca { background: linear-gradient(135deg, #f7f0ff, #fff3f7); border: 1px solid #ebdcfb; }
.tmv-legal-hero-privacy { background: linear-gradient(135deg, #effcff, #f8f4ff); border: 1px solid #dcecf4; }
.tmv-legal-hero-privacy .tmv-legal-symbol { background: #38a8b7; }
.tmv-legal-hero-terms { background: linear-gradient(135deg, #fff9e7, #f7f3ff); border: 1px solid #eee3bb; }
.tmv-legal-hero-terms .tmv-legal-symbol { background: #b9892d; }

/* About */
.tmv-about-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: clamp(30px, 6vw, 80px);
    align-items: center;
    min-height: 430px;
    padding: clamp(34px, 6vw, 72px);
    overflow: hidden;
    background: linear-gradient(135deg, #f8f3ff 0%, #fffbea 58%, #effcfa 100%);
    border: 1px solid #eee5f8;
    border-radius: 32px;
}
.tmv-about-hero-art { position: relative; min-height: 270px; }
.tmv-art-sheet { position: absolute; inset: 15% 12% 10% 14%; background: #fff; border: 3px solid #4b376d; border-radius: 24px; box-shadow: 0 28px 50px rgba(70, 49, 95, .14); }
.tmv-art-sheet::before { content: ""; position: absolute; inset: 22% 18%; border: 4px solid #6f56b8; border-radius: 50% 48% 52% 42%; }
.tmv-art-sheet::after { content: ""; position: absolute; left: 18%; right: 18%; bottom: 16%; height: 5px; background: repeating-linear-gradient(90deg, #ff79a9 0 22px, transparent 22px 34px); border-radius: 999px; }
.tmv-art-sheet-two { inset: 22% 4% 3% 24%; transform: rotate(8deg); background: #fff9da; }
.tmv-art-sheet-one { z-index: 2; transform: rotate(-5deg); }
.tmv-art-pencil { position: absolute; z-index: 3; right: 4%; top: 4%; width: 28px; height: 180px; background: #ff7ca6; border: 3px solid #4b376d; border-radius: 999px; transform: rotate(34deg); }
.tmv-about-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: -28px auto 54px;
    width: min(980px, calc(100% - 40px));
    position: relative;
    z-index: 3;
}
.tmv-about-values div { padding: 20px; background: #fff; border: 1px solid #ebe4f1; border-radius: 18px; box-shadow: 0 14px 34px rgba(66, 44, 91, .08); }
.tmv-about-values strong { display: block; margin-bottom: 4px; color: #3b255d; font-size: 1rem; }
.tmv-about-values span { color: #71677e; font-size: .83rem; line-height: 1.45; }
.tmv-about-body { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(34px, 6vw, 72px); align-items: start; }
.tmv-about-content { max-width: 760px; }
.tmv-about-aside { display: grid; gap: 18px; }
.tmv-info-card { padding: 24px; background: #f8f5ff; border: 1px solid #e9e1f6; border-radius: 20px; }
.tmv-info-card-number { display: inline-block; margin-bottom: 20px; color: #8e76cf; font-size: .76rem; font-weight: 950; letter-spacing: .08em; }
.tmv-panel-title { display: block; margin: 0 0 9px; color: #3d285c; font-size: 1.1rem; font-weight: 900; }
.tmv-info-card p { margin: 0; color: #70657c; font-size: .88rem; line-height: 1.6; }

/* Contact */
.tmv-contact-hero {
    display: flex;
    justify-content: space-between;
    gap: 34px;
    align-items: center;
    padding: clamp(32px, 5vw, 58px);
    background: linear-gradient(135deg, #f4efff, #effafc);
    border: 1px solid #e3e5f4;
    border-radius: 28px;
}
.tmv-contact-hero h1 { max-width: 760px; }
.tmv-contact-hero-badge { display: grid; place-items: center; flex: 0 0 100px; aspect-ratio: 1; color: #fff; font-size: 2.2rem; background: #7050de; border-radius: 28px; transform: rotate(6deg); box-shadow: 0 20px 45px rgba(83, 53, 148, .2); }
.tmv-contact-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: clamp(30px, 5vw, 64px); align-items: start; margin-top: 46px; }
.tmv-contact-details { display: grid; gap: 12px; padding: 26px; background: #35214f; border-radius: 24px; }
.tmv-panel-title-light { color: #fff; margin-bottom: 8px; font-size: 1.2rem; }
.tmv-contact-method { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; padding: 13px 0; color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.12); }
.tmv-contact-method > span:first-child { display: grid; place-items: center; width: 38px; aspect-ratio: 1; color: #392357; background: #ffe56d; border-radius: 12px; }
.tmv-contact-method small { display: block; margin-bottom: 2px; color: #c9bfd3; font-size: .7rem; }
.tmv-contact-method strong { display: block; color: #fff; font-size: .86rem; line-height: 1.35; word-break: break-word; }
.tmv-contact-method-static { cursor: default; }
.tmv-contact-note { margin: 10px 0 0; padding: 15px; color: #d9d0e3; font-size: .78rem; line-height: 1.55; background: rgba(255,255,255,.07); border-radius: 14px; }
.tmv-contact-content { padding: 34px clamp(24px, 4vw, 46px); background: #fff; border: 1px solid #ece7f1; border-radius: 24px; box-shadow: 0 16px 45px rgba(64, 41, 91, .06); }
.tmv-contact-content-heading { margin-bottom: 24px; }
.tmv-contact-form-title { display: block; margin: 0; color: #38245a; font-size: clamp(1.55rem, 3vw, 2.15rem); line-height: 1.2; font-weight: 920; letter-spacing: -.025em; }
.tmv-contact-content input:not([type="checkbox"]):not([type="radio"]),
.tmv-contact-content select,
.tmv-contact-content textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    color: #40374d;
    background: #fbfaff;
    border: 1px solid #ddd6e8;
    border-radius: 12px;
    outline: none;
}
.tmv-contact-content textarea { min-height: 150px; resize: vertical; }
.tmv-contact-content input:focus,
.tmv-contact-content select:focus,
.tmv-contact-content textarea:focus { border-color: #7657dc; box-shadow: 0 0 0 3px rgba(118,87,220,.12); }
.tmv-contact-content input[type="submit"],
.tmv-contact-content button[type="submit"] { padding: 13px 22px; color: #fff; font-weight: 850; background: #6545d7; border: 0; border-radius: 999px; }

/* Licence */
.tmv-licence-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 36px;
    align-items: center;
    padding: clamp(34px, 6vw, 64px);
    background: linear-gradient(135deg, #fff8dc, #f7f1ff);
    border: 1px solid #eee0aa;
    border-radius: 30px;
}
.tmv-licence-modes { display: grid; gap: 10px; min-width: 210px; }
.tmv-licence-modes span { display: flex; align-items: center; gap: 11px; padding: 12px 15px; color: #493764; font-weight: 850; background: rgba(255,255,255,.82); border: 1px solid #eadff3; border-radius: 14px; }
.tmv-licence-modes i { color: #7352dc; }

/* Privacy */
.tmv-privacy-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 24px 0 0; }
.tmv-privacy-summary > div { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; padding: 16px; background: #fff; border: 1px solid #e2ebef; border-radius: 16px; }
.tmv-privacy-summary i { display: grid; place-items: center; width: 42px; aspect-ratio: 1; color: #24889a; background: #e7f9fb; border-radius: 13px; }
.tmv-privacy-summary strong,
.tmv-privacy-summary small { display: block; }
.tmv-privacy-summary strong { color: #3d3150; font-size: .9rem; }
.tmv-privacy-summary small { margin-top: 2px; color: #7b7084; font-size: .72rem; }

/* Mentions */
.tmv-mentions-hero { padding: clamp(34px, 6vw, 66px); background: #35214f; border-radius: 30px; }
.tmv-mentions-hero h1,
.tmv-mentions-hero .tmv-static-kicker { color: #fff; }
.tmv-mentions-hero .tmv-static-kicker::before { background: #ffe36b; }
.tmv-mentions-hero p { color: #ddd3e6; }
.tmv-mentions-identity { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: -25px 24px 0; position: relative; z-index: 2; }
.tmv-mentions-identity > div { padding: 18px; background: #fff; border: 1px solid #e8e0ee; border-radius: 16px; box-shadow: 0 12px 32px rgba(54,33,79,.09); }
.tmv-mentions-identity small { display: block; margin-bottom: 6px; color: #84768f; font-size: .68rem; text-transform: uppercase; letter-spacing: .05em; }
.tmv-mentions-identity strong,
.tmv-mentions-identity a { color: #3d2959; font-size: .84rem; line-height: 1.4; word-break: break-word; }

/* Guide */
.tmv-guide-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 40px;
    align-items: center;
    min-height: 380px;
    padding: clamp(36px, 6vw, 68px);
    overflow: hidden;
    background: linear-gradient(135deg, #fff8df, #f4edff 70%, #e9fbf4);
    border: 1px solid #eee2be;
    border-radius: 32px;
}
.tmv-guide-hero-card { position: relative; height: 240px; }
.tmv-guide-hero-card span { position: absolute; width: 154px; height: 190px; background: #fff; border: 3px solid #4a3768; border-radius: 20px; box-shadow: 0 20px 44px rgba(69,46,91,.12); }
.tmv-guide-hero-card span::before { content: ""; position: absolute; inset: 35px 30px 55px; border: 4px solid #7a62bc; border-radius: 50%; }
.tmv-guide-hero-card span:nth-child(1) { left: 0; bottom: 8px; transform: rotate(-9deg); }
.tmv-guide-hero-card span:nth-child(2) { left: 78px; top: 0; z-index: 2; }
.tmv-guide-hero-card span:nth-child(3) { right: 0; bottom: 4px; transform: rotate(10deg); background: #fff4b8; }
.tmv-guide-modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: -24px auto 0; width: min(960px, calc(100% - 40px)); position: relative; z-index: 3; }
.tmv-guide-modes > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 12px; padding: 18px; background: #fff; border: 1px solid #e9e2ef; border-radius: 17px; box-shadow: 0 13px 30px rgba(65,42,88,.08); }
.tmv-guide-modes span { grid-row: 1 / span 2; display: grid; place-items: center; width: 40px; aspect-ratio: 1; color: #43295e; font-size: .75rem; font-weight: 950; background: #ffe36a; border-radius: 12px; }
.tmv-guide-modes strong { color: #3d2957; font-size: .9rem; }
.tmv-guide-modes small { margin-top: 3px; color: #786d82; font-size: .72rem; line-height: 1.4; }
.tmv-guide-layout { margin-top: 52px; }
.tmv-guide-reminder { padding: 20px; color: #4a3b5d; background: #fff6cf; border: 1px solid #eddc8e; border-radius: 18px; }
.tmv-guide-reminder i { margin-bottom: 10px; color: #ac7d15; font-size: 1.3rem; }
.tmv-guide-reminder p { margin: 0; font-size: .83rem; line-height: 1.58; }

/* Generic */
.tmv-static-page-header { margin-bottom: 28px; padding: 34px clamp(22px, 5vw, 58px); background: linear-gradient(135deg, #f7f2ff 0%, #fff8df 100%); border: 1px solid #eee5ff; border-radius: 26px; }

@media (max-width: 980px) {
    .tmv-about-hero,
    .tmv-guide-hero { grid-template-columns: 1fr; }
    .tmv-about-hero-art,
    .tmv-guide-hero-card { min-height: 230px; width: min(420px, 100%); margin-inline: auto; }
    .tmv-about-body { grid-template-columns: 1fr; }
    .tmv-about-aside { grid-template-columns: repeat(2, 1fr); }
    .tmv-contact-layout { grid-template-columns: 280px minmax(0, 1fr); }
    .tmv-mentions-identity { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
    .tmv-static-page { padding: 24px 0 60px; }
    .tmv-static-page .tmv-container { width: min(100% - 24px, 1180px); }
    .tmv-legal-layout,
    .tmv-guide-layout,
    .tmv-contact-layout { grid-template-columns: 1fr; }
    .tmv-legal-sidebar,
    .tmv-guide-sidebar { position: static; }
    .tmv-page-toc { order: 0; }
    .tmv-legal-content,
    .tmv-guide-content,
    .tmv-contact-content { padding: 26px 20px 34px; border-radius: 20px; }
    .tmv-legal-hero,
    .tmv-licence-hero { grid-template-columns: 1fr; }
    .tmv-legal-symbol { display: none; }
    .tmv-licence-modes { grid-template-columns: repeat(3, 1fr); min-width: 0; }
    .tmv-licence-modes span { justify-content: center; padding: 11px; font-size: .78rem; }
    .tmv-about-values,
    .tmv-guide-modes,
    .tmv-privacy-summary { grid-template-columns: 1fr; }
    .tmv-about-values,
    .tmv-guide-modes { width: calc(100% - 24px); }
    .tmv-contact-details { order: 2; }
}

@media (max-width: 560px) {
    .tmv-static-page h1 { font-size: clamp(2rem, 12vw, 3rem); }
    .tmv-about-hero,
    .tmv-contact-hero,
    .tmv-legal-hero,
    .tmv-licence-hero,
    .tmv-mentions-hero,
    .tmv-guide-hero { padding: 28px 20px; border-radius: 22px; }
    .tmv-contact-hero-badge { display: none; }
    .tmv-about-hero-art,
    .tmv-guide-hero-card { transform: scale(.86); margin: -12px auto; }
    .tmv-about-aside,
    .tmv-mentions-identity { grid-template-columns: 1fr; }
    .tmv-mentions-identity { margin-inline: 12px; }
    .tmv-licence-modes { grid-template-columns: 1fr; }
    .tmv-licence-modes span { justify-content: flex-start; }
    .tmv-static-page-content { font-size: .96rem; line-height: 1.72; }
    .tmv-static-page-content h2 { margin-top: 34px; }
    .tmv-static-page-content table { display: block; overflow-x: auto; }
}
