/*
Theme Name: Mallorca Teambuilding Child
Template: generatepress
Version: 1.0.0
*/
:root {
    --mtb-ink: #10223f;
    --mtb-ink-soft: #31415a;
    --mtb-sea: #0f6f78;
    --mtb-sea-soft: #dff1ef;
    --mtb-sand: #f5f0e6;
    --mtb-sun: #df9b43;
    --mtb-white: #fffaf3;
    --mtb-line: rgba(16, 34, 63, .14);
    --mtb-shadow: 0 24px 70px rgba(16, 34, 63, .16);
}
body {
    color: var(--mtb-ink);
    background: var(--mtb-white);
    font-size: 17px;
    line-height: 1.65;
}
html { scroll-behavior: smooth; }
a { color: var(--mtb-sea); }
.site-header {
    background: var(--mtb-white);
    border-bottom: 1px solid rgba(16,34,63,.08);
    min-height: 88px;
    display: flex;
    align-items: center;
}
.inside-header {
    max-width: 1220px;
    gap: 22px;
    flex-wrap: nowrap;
    padding: 0 24px;
    align-items: center;
    min-height: 88px;
}
.site-branding {
    display: none;
}
.site-branding-container {
    flex-shrink: 0;
    max-width: 220px;
}
.site-header .header-image {
    width: min(210px, 38vw) !important;
    height: auto;
    max-height: 48px;
    object-fit: contain;
}
.inside-article > .entry-content,
.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
    margin-top: 0 !important;
}
.separate-containers .site-main {
    margin-top: 0 !important;
}
.separate-containers .inside-article {
    padding-top: 0 !important;
}
.main-navigation {
    flex: 1 1 auto;
}
.main-navigation .main-nav > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.main-navigation .main-nav > ul > li {
    float: none;
    white-space: nowrap;
}
.main-navigation .main-nav ul li a,
.menu-toggle {
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 750;
}
.main-navigation .main-nav ul li a {
    padding-left: 7px;
    padding-right: 7px;
    line-height: 1.2;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
}
.main-navigation .main-nav ul ul {
    width: 250px;
    padding: 8px;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(16,34,63,.16);
}
.main-navigation .main-nav ul ul li a {
    display: flex;
    min-height: 38px;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
}
.main-navigation .main-nav ul ul li a:hover,
.main-navigation .main-nav ul ul li.sfHover > a {
    background: var(--mtb-sand);
}
.mtb-menu-cta > a {
    background: var(--mtb-sun);
    color: #101828 !important;
    border-radius: 999px;
    margin-left: 6px;
    padding: 11px 14px !important;
    line-height: 1 !important;
}
.mtb-lang {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.mtb-lang__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 7px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
}
.mtb-lang__link img {
    width: 18px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
}
.mtb-lang--header .mtb-lang__link {
    border: 0;
    padding: 4px;
}
.mtb-lang--header .mtb-lang__link span {
    display: none;
}
.mtb-lang__link.is-current {
    background: rgba(255,255,255,.18);
}
.mtb-lang--footer .mtb-lang__link {
    border-color: rgba(255,255,255,.22);
    color: #fff;
}
.mtb-hero {
    position: relative;
    display: grid;
    align-items: end;
    min-height: min(760px, 88vh);
    padding: 180px 24px 88px;
    color: #fff;
    background: #15233b;
    isolation: isolate;
    overflow: hidden;
}
.entry-content > .mtb-hero,
.entry-content > .mtb-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.mtb-hero--compact {
    min-height: 460px;
    padding-top: 150px;
    padding-bottom: 64px;
}
.mtb-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--mtb-hero-image);
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}
.mtb-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(9,24,45,.80), rgba(9,24,45,.44) 52%, rgba(9,24,45,.22)), linear-gradient(0deg, rgba(9,24,45,.52), rgba(9,24,45,.08));
}
.mtb-hero__inner,
.mtb-section__inner {
    width: min(1160px, 100%);
    margin-inline: auto;
}
.mtb-eyebrow {
    color: var(--mtb-sun);
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
    font-size: .78rem;
    margin: 0 0 14px;
}
.mtb-hero h1 {
    max-width: 980px;
    margin: 0;
    font-size: clamp(3rem, 7vw, 6.8rem);
    line-height: .94;
    letter-spacing: 0;
    color: #fff;
}
.mtb-hero p {
    max-width: 720px;
    margin-top: 24px;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    color: rgba(255,255,255,.88);
}
.mtb-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}
.mtb-button,
.mtb-button:visited,
.mtb-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 4px;
    background: var(--mtb-sun);
    color: #11213d;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
.mtb-button--ghost,
.mtb-button--ghost:visited {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255,255,255,.58);
}
.mtb-section {
    padding: clamp(64px, 8vw, 112px) 24px;
}
.mtb-section--sand { background: var(--mtb-sand); }
.mtb-section--sea { background: var(--mtb-sea); color: #fff; }
.mtb-section--sea h2,
.mtb-section--sea h3 { color: #fff; }
.mtb-section h2 {
    font-size: clamp(2.05rem, 4vw, 4.1rem);
    line-height: 1.02;
    letter-spacing: 0;
    margin: 0 0 24px;
}
.mtb-lead {
    max-width: 790px;
    font-size: 1.18rem;
    color: var(--mtb-ink-soft);
}
.mtb-section--sea .mtb-lead { color: rgba(255,255,255,.82); }
.mtb-rich-copy {
    display: grid;
    gap: 14px;
    max-width: 820px;
    color: var(--mtb-ink-soft);
    font-size: 1.06rem;
}
.mtb-rich-copy p {
    margin: 0;
}
.mtb-rich-copy p:first-child {
    font-size: 1.18rem;
    color: var(--mtb-ink);
}
.mtb-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
}
.mtb-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mtb-card,
.mtb-blog-card,
.mtb-event-card {
    background: #fff;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    box-shadow: 0 10px 35px rgba(16,34,63,.08);
    overflow: hidden;
}
.mtb-card {
    padding: 26px;
}
.mtb-card h3,
.mtb-event-card h3,
.mtb-blog-card h3 {
    font-size: 1.25rem;
    margin: 0 0 10px;
}
.mtb-card p:last-child { margin-bottom: 0; }
.mtb-portfolio-card {
    --mtb-cat: var(--mtb-sea);
    padding: 0;
}
.mtb-portfolio-card > a {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}
.mtb-portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.mtb-portfolio-card:hover img {
    transform: scale(1.05);
}
.mtb-portfolio-card > a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16,34,63,.08), rgba(16,34,63,.68));
}
.mtb-portfolio-card > a span {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    display: inline-flex;
    width: fit-content;
    max-width: calc(100% - 32px);
    padding: 8px 11px;
    border-radius: 999px;
    background: var(--mtb-cat);
    color: #fff;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.mtb-portfolio-card > div {
    padding: 22px;
}
.mtb-proof-band {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: clamp(26px, 4vw, 54px);
    align-items: start;
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 44px rgba(16,34,63,.08);
}
.mtb-proof-band .mtb-info-grid {
    margin-top: 0;
}
.mtb-home-team {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}
#mtb-contact-form {
    scroll-margin-top: 112px;
}
.mtb-media-split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}
.mtb-media-split img,
.mtb-blog-card img,
.mtb-event-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mtb-media-frame {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--mtb-shadow);
}
.mtb-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: var(--mtb-line);
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 42px;
}
.mtb-trust-strip div {
    background: #fff;
    padding: 22px;
}
.mtb-trust-strip strong {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 4px;
}
.mtb-event-card {
    display: grid;
    grid-template-rows: 190px 1fr;
}
.mtb-event-card__body,
.mtb-blog-card__body {
    padding: 22px;
}
.mtb-event-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin-top: 16px;
}
.mtb-event-list a {
    text-decoration: none;
    font-weight: 750;
}
.mtb-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
}
.mtb-blog-card__image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
.mtb-text-link,
.mtb-text-link:visited {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--mtb-sea);
    font-weight: 850;
    text-decoration: none;
}
.mtb-text-link::after {
    content: "";
    width: 18px;
    height: 1px;
    background: currentColor;
}
.mtb-mini-cta,
.mtb-mini-cta:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(223,155,67,.16);
    color: var(--mtb-ink);
    font-weight: 850;
    text-decoration: none;
}
.mtb-button--soft,
.mtb-button--soft:visited,
button.mtb-button--soft {
    background: #fff;
    color: var(--mtb-ink);
    border: 1px solid var(--mtb-line);
}
.mtb-button,
.mtb-mini-cta,
.mtb-card,
.mtb-info-card,
.mtb-feature-card,
.mtb-blog-card,
.mtb-event-tile {
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background-color .24s ease;
}
.mtb-button:hover,
.mtb-mini-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(16,34,63,.14);
}
.mtb-card:hover,
.mtb-info-card:hover,
.mtb-feature-card:hover,
.mtb-blog-card:hover,
.mtb-event-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 58px rgba(16,34,63,.13);
    border-color: rgba(15,111,120,.28);
}
.mtb-icon {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: rgba(15,111,120,.1);
    color: var(--mtb-sea);
    flex: 0 0 auto;
}
.mtb-icon::before {
    content: "";
    width: 22px;
    height: 22px;
    background: currentColor;
    -webkit-mask: var(--mtb-icon-mask) center / contain no-repeat;
    mask: var(--mtb-icon-mask) center / contain no-repeat;
}
.mtb-icon--clock { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M12 8v5l3 2'/%3E%3C/svg%3E"); }
.mtb-icon--users { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z'/%3E%3Cpath d='M2.5 20a6.5 6.5 0 0 1 13 0'/%3E%3Cpath d='M17 11a3 3 0 1 0 0-6'/%3E%3Cpath d='M17 14a5 5 0 0 1 4.5 5'/%3E%3C/svg%3E"); }
.mtb-icon--map { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.1 7-11a7 7 0 1 0-14 0c0 5.9 7 11 7 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E"); }
.mtb-icon--sun { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v3M12 19v3M2 12h3M19 12h3M4.9 4.9 7 7M17 17l2.1 2.1M19.1 4.9 17 7M7 17l-2.1 2.1'/%3E%3C/svg%3E"); }
.mtb-icon--spark { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M13 2 9.5 9.5 2 13l7.5 3.5L13 24l3.5-7.5L24 13l-7.5-3.5Z'/%3E%3C/svg%3E"); }
.mtb-icon--check { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 13 4 4L19 7'/%3E%3C/svg%3E"); }
.mtb-icon--route { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19c4-7 10 1 14-6'/%3E%3Ccircle cx='5' cy='19' r='2'/%3E%3Ccircle cx='19' cy='13' r='2'/%3E%3Cpath d='M7 5h10M7 9h6'/%3E%3C/svg%3E"); }
.mtb-icon--wave { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 16c3 0 3-3 6-3s3 3 6 3 3-3 6-3'/%3E%3Cpath d='M3 20c3 0 3-3 6-3s3 3 6 3 3-3 6-3'/%3E%3C/svg%3E"); }
.mtb-icon--food { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3v8M10 3v8M6 7h4M8 11v10'/%3E%3Cpath d='M17 3c2 2 3 5 1 8l-1 2v8'/%3E%3C/svg%3E"); }
.mtb-icon--paint { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14c0-5 4-9 9-9 4 0 7 3 7 6 0 2-1 3-3 3h-2c-1 0-2 1-2 2s1 2 2 2c-1 2-3 3-5 3-4 0-6-3-6-7Z'/%3E%3Ccircle cx='9' cy='10' r='1'/%3E%3Ccircle cx='13' cy='8' r='1'/%3E%3Ccircle cx='7' cy='14' r='1'/%3E%3C/svg%3E"); }
.mtb-icon--leaf { --mtb-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 4c-8 0-14 4-14 11 0 3 2 5 5 5 7 0 9-8 9-16Z'/%3E%3Cpath d='M6 20c2-5 6-8 11-10'/%3E%3C/svg%3E"); }
.mtb-icon svg,
.mtb-menu-search svg,
.mtb-mobile-bar svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.mtb-section-head,
.mtb-blog-hub-intro {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 28px;
}
.mtb-story-band {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 440px);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
}
.mtb-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}
.mtb-info-card {
    display: flex;
    gap: 15px;
    padding: 22px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--mtb-line);
    box-shadow: 0 10px 35px rgba(16,34,63,.07);
}
.mtb-info-card > div {
    min-width: 0;
}
.mtb-info-card strong {
    display: block;
    font-size: 1.08rem;
    margin-bottom: 5px;
    overflow-wrap: anywhere;
}
.mtb-info-card p {
    margin: 0;
    color: var(--mtb-ink-soft);
    overflow-wrap: anywhere;
}
.mtb-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}
.mtb-feature-card {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    min-height: 250px;
}
.mtb-feature-card h3 {
    margin: 18px 0 10px;
    font-size: 1.2rem;
}
.mtb-process-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 34px;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    overflow: hidden;
}
.mtb-process-rail article {
    padding: 24px;
    background: rgba(255,255,255,.08);
}
.mtb-process-rail--light {
    background: var(--mtb-line);
    border-color: var(--mtb-line);
}
.mtb-process-rail--light article {
    background: #fff;
}
.mtb-process-rail span {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    margin-bottom: 16px;
    background: var(--mtb-sun);
    color: var(--mtb-ink);
    font-weight: 900;
}
.mtb-process-rail strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 7px;
}
.mtb-process-rail p {
    margin: 0;
}
.mtb-category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 28px;
}
.mtb-category-filter button {
    border: 1px solid var(--mtb-line);
    background: #fff;
    color: var(--mtb-ink);
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 850;
    cursor: pointer;
}
.mtb-category-filter button.is-active,
.mtb-category-filter button:hover {
    color: #fff;
    background: var(--mtb-ink);
}
.mtb-event-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.mtb-event-category-section {
    scroll-margin-top: 112px;
    padding-top: 54px;
}
.mtb-event-category-section + .mtb-event-category-section {
    margin-top: 38px;
    border-top: 1px solid var(--mtb-line);
}
.mtb-event-category-head {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(280px, .48fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 24px;
}
.mtb-event-category-head h2 {
    margin-bottom: 0;
}
.mtb-event-category-head p:last-child {
    color: var(--mtb-ink-soft);
    margin: 0;
}
.mtb-event-tile {
    --mtb-cat: var(--mtb-sea);
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 14px 44px rgba(16,34,63,.09);
}
.mtb-cat-water { --mtb-cat: #0f7f9b; }
.mtb-cat-rallies { --mtb-cat: #c2673a; }
.mtb-cat-food { --mtb-cat: #8a6a24; }
.mtb-cat-creative { --mtb-cat: #9a4d7b; }
.mtb-cat-outdoor { --mtb-cat: #3f7b4b; }
.mtb-cat-special { --mtb-cat: #5d6488; }
.mtb-event-tile__image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 11;
    overflow: hidden;
}
.mtb-event-tile__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.mtb-event-tile:hover .mtb-event-tile__image img {
    transform: scale(1.04);
}
.mtb-event-tile__image span {
    position: absolute;
    left: 14px;
    bottom: 14px;
    border-radius: 999px;
    padding: 7px 11px;
    background: var(--mtb-cat);
    color: #fff;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.mtb-event-tile__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 22px;
    flex: 1;
}
.mtb-event-tile__body h3 {
    margin: 0;
    font-size: 1.22rem;
}
.mtb-event-tile__body h3 a {
    color: var(--mtb-ink);
    text-decoration: none;
}
.mtb-event-tile__body p {
    margin: 0;
}
.mtb-event-tile__facts {
    border-top: 1px solid var(--mtb-line);
    padding-top: 12px;
    color: var(--mtb-ink-soft);
    font-size: .92rem;
}
.mtb-event-tile__actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-top: auto;
}
.mtb-event-overview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
    gap: clamp(24px, 3.5vw, 42px);
    align-items: start;
}
.mtb-event-detail {
    padding-top: 48px;
}
.mtb-quick-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}
.mtb-quick-facts article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    min-width: 0;
}
.mtb-quick-facts .mtb-icon {
    grid-row: 1 / span 2;
}
.mtb-quick-facts span:not(.mtb-icon) {
    display: block;
    grid-column: 2;
    color: var(--mtb-ink-soft);
    font-size: .82rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.mtb-quick-facts strong {
    display: block;
    grid-column: 2;
    line-height: 1.22;
    overflow-wrap: anywhere;
}
.mtb-event-form-card {
    padding: 24px;
    border-radius: 8px;
    background: var(--mtb-sand);
    border: 1px solid var(--mtb-line);
    box-shadow: var(--mtb-shadow);
}
.mtb-event-form-card .mtb-form {
    grid-template-columns: 1fr;
}
.mtb-event-action-card {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 14px;
    padding: 22px;
    border-radius: 8px;
    background: var(--mtb-sand);
    border: 1px solid var(--mtb-line);
    box-shadow: var(--mtb-shadow);
}
.mtb-event-action-card h3,
.mtb-event-action-card p {
    margin: 0;
}
.mtb-event-action-card p {
    color: var(--mtb-ink-soft);
}
.mtb-event-action-card .mtb-button {
    width: 100%;
}
.mtb-button--whatsapp,
.mtb-button--whatsapp:visited {
    background: #1f9d57;
    color: #fff;
}
.mtb-modal-is-open {
    overflow: hidden;
}
.mtb-event-modal[hidden] {
    display: none;
}
.mtb-event-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
}
.mtb-event-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11,24,48,.72);
    backdrop-filter: blur(8px);
}
.mtb-event-modal__dialog {
    position: relative;
    width: min(820px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    overflow: auto;
    margin: 24px auto;
    padding: clamp(24px, 4vw, 40px);
    border-radius: 8px;
    background: #fffaf3;
    box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.mtb-event-modal__dialog h2 {
    margin-bottom: 10px;
}
.mtb-event-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid var(--mtb-line);
    border-radius: 999px;
    background: #fff;
    color: var(--mtb-ink);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}
.mtb-event-modal .mtb-form-wrap {
    margin-top: 22px;
}
.mtb-gallery-strip {
    display: grid;
    grid-template-columns: 1.2fr .9fr .9fr;
    gap: 16px;
    margin-top: 34px;
}
.mtb-gallery-strip img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}
.mtb-gallery-strip img:first-child {
    height: 320px;
}
.mtb-gallery-strip--event img {
    box-shadow: 0 14px 38px rgba(16,34,63,.1);
    transition: transform .3s ease, box-shadow .3s ease;
}
.mtb-gallery-strip--event img:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 52px rgba(16,34,63,.16);
}
.mtb-blog-grid--editorial .mtb-blog-card--featured {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
}
.mtb-blog-grid--editorial .mtb-blog-card--featured .mtb-blog-card__image {
    aspect-ratio: auto;
    min-height: 100%;
}
.mtb-blog-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.mtb-video-shell {
    position: relative;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    overflow: hidden;
    background: #0b1830;
    box-shadow: var(--mtb-shadow);
    isolation: isolate;
}
.mtb-video-shell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .68;
    transition: transform .4s ease, opacity .4s ease;
}
.mtb-video-shell:hover img {
    transform: scale(1.04);
    opacity: .82;
}
.mtb-video-shell__overlay {
    position: absolute;
    inset: auto 22px 22px 22px;
    color: #fff;
}
.mtb-video-shell__play {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: var(--mtb-sun);
    color: var(--mtb-ink);
    box-shadow: 0 15px 40px rgba(0,0,0,.22);
}
.mtb-video-shell__play svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}
.mtb-video-shell strong {
    display: block;
    font-size: 1.35rem;
    line-height: 1.1;
}
.mtb-video-shell span {
    display: block;
    margin-top: 5px;
    color: rgba(255,255,255,.78);
}
.mtb-team-collage {
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: 14px;
    align-items: stretch;
}
.mtb-team-collage img,
.mtb-team-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mtb-team-collage img {
    min-height: 210px;
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(16,34,63,.12);
}
.mtb-team-collage img:first-child {
    grid-row: span 2;
}
.mtb-team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}
.mtb-team-card {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--mtb-line);
    box-shadow: 0 12px 38px rgba(16,34,63,.08);
}
.mtb-team-card__image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
}
.mtb-team-card img {
    transition: transform .35s ease;
}
.mtb-team-card:hover img {
    transform: scale(1.04);
}
.mtb-team-card__body {
    padding: 18px;
}
.mtb-team-card strong {
    display: block;
    font-size: 1.1rem;
}
.mtb-team-card span {
    display: block;
    color: var(--mtb-ink-soft);
    margin-top: 3px;
}
.mtb-blog-topics a,
.mtb-blog-topics button {
    border: 1px solid var(--mtb-line);
    background: #fff;
    color: var(--mtb-ink);
    border-radius: 999px;
    padding: 10px 14px;
    text-decoration: none;
    font-weight: 850;
    cursor: pointer;
}
.mtb-menu-search {
    display: flex !important;
    align-items: center;
}
.mtb-menu-search button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    border: 0;
    background: transparent;
    color: var(--mtb-ink);
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 750;
    cursor: pointer;
}
.mtb-search-is-open {
    overflow: hidden;
}
.mtb-search-panel[hidden] {
    display: none;
}
.mtb-search-panel {
    position: fixed;
    inset: 0;
    z-index: 99999;
}
.mtb-search-panel__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11,24,48,.72);
    backdrop-filter: blur(8px);
}
.mtb-search-panel__dialog {
    position: relative;
    width: min(760px, calc(100vw - 32px));
    margin: 8vh auto;
    padding: clamp(24px, 4vw, 42px);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--mtb-shadow);
}
.mtb-search-panel__dialog h2 {
    margin: 0 0 8px;
    font-size: clamp(2rem, 4vw, 3.5rem);
}
.mtb-search-panel__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border: 1px solid var(--mtb-line);
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
    font-size: 24px;
}
.mtb-search-panel__field input {
    width: 100%;
    margin-top: 18px;
    border: 2px solid var(--mtb-ink);
    border-radius: 8px;
    padding: 16px 18px;
    font-size: 1.1rem;
}
.mtb-search-panel__results {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}
.mtb-search-result {
    display: grid;
    gap: 4px;
    padding: 15px 16px;
    border: 1px solid var(--mtb-line);
    border-radius: 8px;
    text-decoration: none;
    color: var(--mtb-ink);
}
.mtb-search-result span {
    color: var(--mtb-sea);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.mtb-search-result strong {
    font-size: 1.05rem;
}
.mtb-search-result small {
    color: var(--mtb-ink-soft);
}
.mtb-search-panel__empty {
    padding: 15px 16px;
    border-radius: 8px;
    background: var(--mtb-sand);
}
.mtb-mobile-bar {
    display: none;
}
.mtb-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.mtb-form label {
    display: grid;
    gap: 8px;
    font-weight: 750;
}
.mtb-form input,
.mtb-form textarea {
    width: 100%;
    border: 1px solid var(--mtb-line);
    border-radius: 6px;
    padding: 13px 14px;
    background: #fff;
    color: var(--mtb-ink);
}
.mtb-form__wide,
.mtb-form button,
.mtb-form-note {
    grid-column: 1 / -1;
}
.mtb-hp { display: none !important; }
.mtb-form-note {
    padding: 14px 16px;
    border-radius: 6px;
    margin-bottom: 18px;
}
.mtb-form-note--success { background: #e7f7ef; }
.mtb-form-note--error { background: #ffe8df; }
.mtb-faq details {
    border-top: 1px solid var(--mtb-line);
    padding: 18px 0;
}
.mtb-faq summary {
    cursor: pointer;
    font-weight: 850;
    font-size: 1.1rem;
}
.mtb-footer {
    background: #0b1830;
    color: rgba(255,255,255,.78);
    padding: 70px 24px 28px;
}
.mtb-footer a { color: #fff; }
.mtb-footer__inner {
    width: min(1160px, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1fr;
    gap: 34px;
}
.mtb-footer h2 {
    color: #fff;
    font-size: 1rem;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.mtb-footer__brand strong {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 12px;
}
.mtb-footer__cta {
    display: inline-flex;
    margin-top: 12px;
    padding: 11px 15px;
    background: var(--mtb-sun);
    color: #10223f !important;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 850;
}
.mtb-footer__bottom {
    width: min(1160px, 100%);
    margin: 42px auto 0;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    justify-content: space-between;
    gap: 18px;
}
.site-footer .site-info { display: none; }
.page-hero,
body.page .entry-header,
.single-mtb_event .entry-header,
.single-mtb_event .featured-image,
.single-mtb_event .post-image,
.single-mtb_event .page-header-image-single {
    display: none;
}
@media (max-width: 980px) {
    .mtb-grid,
    .mtb-grid--2,
    .mtb-blog-grid,
    .mtb-media-split,
    .mtb-story-band,
    .mtb-proof-band,
    .mtb-home-team,
    .mtb-info-grid,
    .mtb-feature-grid,
    .mtb-process-rail,
    .mtb-event-grid,
    .mtb-event-category-head,
    .mtb-event-overview,
    .mtb-blog-grid--editorial .mtb-blog-card--featured,
    .mtb-gallery-strip,
    .mtb-team-grid,
    .mtb-footer__inner {
        grid-template-columns: 1fr;
    }
    .mtb-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .inside-header {
        flex-wrap: wrap;
    }
    .mtb-event-action-card {
        position: static;
    }
}
@media (max-width: 640px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
    .site-header {
        min-height: 64px;
        position: sticky;
        top: 0;
        z-index: 9998;
    }
    .inside-header {
        flex-wrap: nowrap !important;
        gap: 12px;
        padding: 10px 20px !important;
        min-height: 64px;
    }
    .site-branding-container,
    .site-logo {
        max-width: 190px;
    }
    .site-header .header-image {
        width: min(188px, 52vw) !important;
        max-height: 36px;
    }
    .main-navigation {
        flex: 0 0 auto;
        margin-left: auto;
    }
    #site-navigation.main-navigation {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        width: 100%;
        height: 0;
        margin-left: 0;
        overflow: visible;
        flex: 0 0 auto;
    }
    #site-navigation.main-navigation:not(.toggled) .main-nav > ul {
        display: none;
    }
    .main-navigation .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        padding: 0 !important;
        border: 1px solid var(--mtb-line);
        border-radius: 999px;
        background: #fff !important;
        color: var(--mtb-ink);
    }
    .main-navigation.toggled .main-nav > ul {
        display: grid;
        position: absolute;
        left: 20px;
        right: 20px;
        top: 8px;
        z-index: 50;
        padding: 16px;
        border-radius: 8px;
        background: #fff;
        box-shadow: var(--mtb-shadow);
    }
    .main-navigation.toggled .main-nav ul ul {
        position: static;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100%;
        padding: 4px 0 8px 12px;
        border: 0;
        box-shadow: none;
        background: transparent;
    }
    .main-navigation.toggled .main-nav ul ul li a {
        min-height: 34px;
        padding: 8px 10px;
    }
    .main-navigation.toggled .main-nav > ul > li,
    .main-navigation.toggled .main-nav > ul > li > a {
        width: 100%;
    }
    .main-navigation.toggled .mtb-menu-search button {
        width: 100%;
        padding: 10px 7px;
    }
    .main-navigation.toggled .mtb-menu-lang-item {
        padding: 8px 0;
    }
    body {
        padding-bottom: calc(74px + env(safe-area-inset-bottom));
    }
    .mtb-hero {
        min-height: 720px;
        padding: 128px 20px 88px;
    }
    .mtb-hero--compact {
        min-height: 560px;
        padding-top: 116px;
    }
    .mtb-hero h1 {
        max-width: 100%;
        font-size: clamp(2rem, 9vw, 2.7rem);
        line-height: 1;
        overflow-wrap: anywhere;
    }
    .mtb-hero p {
        max-width: 100%;
    }
    .mtb-hero .mtb-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }
    .mtb-hero .mtb-button {
        width: 100%;
        max-width: 100%;
        padding-inline: 14px;
        text-align: center;
        white-space: normal;
    }
    .mtb-section {
        padding-inline: 20px;
    }
    .mtb-trust-strip,
    .mtb-form,
    .mtb-event-list,
    .mtb-quick-facts {
        grid-template-columns: 1fr;
    }
    .mtb-section-head,
    .mtb-blog-hub-intro {
        display: grid;
        align-items: start;
    }
    .mtb-event-tile__actions {
        align-items: flex-start;
        flex-direction: column;
    }
    .mtb-gallery-strip img,
    .mtb-gallery-strip img:first-child {
        height: 220px;
    }
    .mtb-event-category-section {
        scroll-margin-top: 86px;
        padding-top: 38px;
    }
    #mtb-contact-form {
        scroll-margin-top: 86px;
    }
    .mtb-team-collage {
        grid-template-columns: 1fr 1fr;
    }
    .mtb-team-collage img:first-child {
        grid-column: 1 / -1;
        grid-row: auto;
    }
    .mtb-search-panel__dialog {
        margin: 18px auto;
        max-height: calc(100vh - 36px);
        overflow: auto;
    }
    .mtb-mobile-bar {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        z-index: 9999;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 4px;
        padding: 7px;
        border: 1px solid rgba(255,255,255,.36);
        border-radius: 18px;
        background: rgba(11,24,48,.94);
        box-shadow: 0 18px 40px rgba(11,24,48,.28);
        backdrop-filter: blur(10px);
    }
    .mtb-mobile-bar a,
    .mtb-mobile-bar button {
        display: grid;
        justify-items: center;
        gap: 4px;
        border: 0;
        border-radius: 13px;
        background: transparent;
        color: #fff;
        text-decoration: none;
        font-size: 11px;
        font-weight: 800;
        padding: 7px 4px;
    }
    .mtb-mobile-bar a:active,
    .mtb-mobile-bar button:active {
        background: rgba(255,255,255,.12);
    }
    .mtb-mobile-bar svg {
        width: 20px;
        height: 20px;
    }
    .mtb-footer__bottom {
        flex-direction: column;
    }
    .mtb-menu-lang-item,
    .mtb-menu-cta {
        display: block;
    }
}