.tb-page {
    --tb-primary: #d3145a;
    --tb-primary-dark: #b70d4b;
    --tb-ink: #111111;
    --tb-copy: #5e626b;
    --tb-line: #e8e8e8;
    --tb-soft: #f7f7f8;
    --tb-white: #ffffff;
    color: var(--tb-ink);
    background: var(--tb-white);
    font-family: var(--font-body, "Open Sans", sans-serif);
    overflow: hidden;
}

.tb-page *, .tb-page *::before, .tb-page *::after { box-sizing: border-box; }
.tb-page h1, .tb-page h2, .tb-page h3, .tb-page p { margin-top: 0; }
.tb-page h1, .tb-page h2, .tb-page h3 { max-width: 100%; color: var(--tb-ink); font-family: var(--font-heading, Poppins, sans-serif); font-weight: 700; letter-spacing: -.035em; white-space: normal; overflow-wrap: break-word; }
.tb-page p { line-height: 1.7; }
.tb-shell { width: min(1032px, calc(100% - 40px)); margin-inline: auto; }

.tb-hero {
    position: relative;
    width: min(1200px, calc(100% - 40px));
    min-height: 570px;
    display: grid;
    align-items: center;
    margin: 0 auto;
    color: var(--tb-white);
    border-radius: 8px;
    overflow: hidden;
    isolation: isolate;
}

.tb-hero__image, .tb-hero__shade { position: absolute; inset: 0; }
.tb-hero__image { background: url('../images/tahiti-bagages-hero-v2.webp') 74% center / cover no-repeat; }
.tb-hero__shade { background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.54) 48%, rgba(0,0,0,.12) 78%); }
.tb-hero__content { position: relative; z-index: 1; width: 100%; padding: 62px 50px; }

.tb-hero__meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 65px; }

.tb-hero-logo { width: 185px; padding: 5px 7px; background: rgba(255,255,255,.94); border-radius: 9px; box-shadow: 0 8px 25px rgba(0,0,0,.16); }
.tb-hero-logo img { width: 100%; height: auto; display: block; border-radius: 5px; }

.tb-partner {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 0;
    padding: 8px 13px;
    color: var(--tb-white);
    background: rgba(0,0,0,.25);
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 99px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    backdrop-filter: blur(6px);
}
.tb-partner:hover { color: var(--tb-white); background: rgba(0,0,0,.38); }
.tb-partner__mark { color: var(--tb-primary); font-size: 13px; line-height: 1; }
.tb-language-link { flex: 0 0 auto; padding: 7px 11px; color: var(--tb-white); border-bottom: 1px solid rgba(255,255,255,.65); font-size: 12px; font-weight: 700; line-height: 1; text-decoration: none; }
.tb-language-link:hover { color: var(--tb-white); border-bottom-color: var(--tb-white); }

.tb-kicker, .tb-eyebrow {
    margin-bottom: 11px;
    color: var(--tb-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.tb-hero .tb-kicker { color: var(--tb-white); text-shadow: 0 1px 5px rgba(0,0,0,.35); }
.tb-hero h1 {
    max-width: 680px;
    margin-bottom: 17px;
    color: var(--tb-white);
    font-size: clamp(36px, 4.3vw, 52px);
    line-height: 1.09;
    text-shadow: 0 2px 8px rgba(0,0,0,.32);
}
.tb-hero h1 span { display: inline-block; padding: 0 .12em; background: var(--tb-primary); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.tb-hero__lead { max-width: 625px; margin-bottom: 26px; color: var(--tb-white); font-size: 17px; text-shadow: 0 1px 6px rgba(0,0,0,.4); }
.tb-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.tb-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    color: var(--tb-white);
    background: var(--tb-primary);
    border: 1px solid var(--tb-primary);
    border-radius: 9px;
    font-size: 14px;
    font-family: inherit;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.tb-button:hover { color: var(--tb-white); background: var(--tb-primary-dark); border-color: var(--tb-primary-dark); transform: translateY(-1px); }
.tb-button--ghost { background: rgba(0,0,0,.18); border-color: rgba(255,255,255,.7); }
.tb-button--ghost:hover { background: rgba(0,0,0,.34); border-color: var(--tb-white); }
.tb-hero__phone { display: block; margin: 28px 0 0 !important; color: var(--tb-white); font-size: 13px; }
.tb-hero__phone span { margin-right: 8px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .8; }
.tb-hero__phone a { color: var(--tb-white); font-weight: 700; text-decoration: none; }

.tb-intro, .tb-pricing, .tb-how, .tb-details, .tb-location, .tb-agency, .tb-faq { padding-block: 84px; }
.tb-details__grid, .tb-faq__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 75px; align-items: start; }
.tb-intro h2, .tb-section-head h2, .tb-details h2, .tb-faq h2, .tb-cta h2 { margin-bottom: 16px; font-size: clamp(28px, 3.2vw, 40px); line-height: 1.18; }
.tb-intro__card { min-height: 330px; display: grid; grid-template-columns: 250px 1fr; gap: 58px; align-items: center; padding: 42px 52px; background: var(--tb-soft); border: 1px solid var(--tb-line); border-radius: 10px; }
.tb-intro__brand { display: flex; align-items: center; height: 100%; }
.tb-intro__brand > img { width: 100%; height: auto; display: block; margin: 0; border-radius: 5px; }
.tb-intro__copy { min-width: 0; padding: 0; color: var(--tb-copy); font-size: 15px; }
.tb-intro__copy h2 { max-width: 620px; font-size: clamp(27px, 2.8vw, 34px); }
.tb-intro__copy p:last-child { margin-bottom: 0; }

.tb-pricing { background: var(--tb-white); }
.tb-section-head { max-width: 680px; margin: 0 auto 44px; text-align: center; }
.tb-section-head > p:last-child { color: var(--tb-copy); }
.tb-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.tb-price-card { position: relative; padding: 35px 26px 30px; background: var(--tb-white); border: 1px solid var(--tb-line); border-radius: 10px; text-align: center; }
.tb-price-card { transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.tb-price-card:hover { transform: translateY(-7px); border-color: rgba(211,20,90,.32); box-shadow: 0 18px 42px rgba(0,0,0,.08); }
.tb-price-card--featured { border: 2px solid var(--tb-primary); }
.tb-price-card__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); margin: 0; padding: 5px 12px; color: var(--tb-white); background: var(--tb-primary); border-radius: 99px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.tb-price-card__image { height: 138px; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; }
.tb-price-card__image img { display: block; width: auto; height: auto; object-fit: contain; }
.tb-price-card__image img { transition: transform .35s cubic-bezier(.2,.75,.25,1); }
.tb-price-card:hover .tb-price-card__image img { transform: translateY(-5px) scale(1.06); }
.tb-price-card__image--small img { max-width: 112px; max-height: 112px; }
.tb-price-card__image--medium img { max-width: 126px; max-height: 126px; }
.tb-price-card__image--large img { max-width: 138px; max-height: 138px; }
.tb-price-card__type { margin-bottom: 5px; color: var(--tb-copy); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.tb-price-card h3 { margin: 18px 0 8px; font-size: 14px; }
.tb-price-card h3 span { color: var(--tb-primary); font-size: clamp(34px, 3.5vw, 44px); }
.tb-price-card__currencies { display: flex; justify-content: center; gap: 0; margin: 0 0 13px; color: var(--tb-ink); font-size: 16px; font-weight: 700; }
.tb-price-card__currencies span { padding-inline: 14px; }
.tb-price-card__currencies span + span { border-left: 1px solid var(--tb-line); }
.tb-price-card > p:last-child { margin-bottom: 0; color: var(--tb-copy); font-size: 13px; }
.tb-price-note { display: block; max-width: 690px; margin: 44px auto 0 !important; color: var(--tb-copy); font-size: 12px; text-align: center; }

.tb-how { background: var(--tb-soft); }
.tb-section-head--light h2 { color: var(--tb-ink); }
.tb-section-head--light .tb-eyebrow { color: var(--tb-primary); }
.tb-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.tb-steps li { position: relative; min-height: 245px; padding: 32px 28px; background: var(--tb-white); border: 1px solid var(--tb-line); border-radius: 14px; box-shadow: 0 12px 30px rgba(0,0,0,.045); text-align: center; }
.tb-steps li { transition: transform .3s ease, box-shadow .3s ease; }
.tb-steps li[data-tb-booking-open] { cursor: pointer; }
.tb-steps li[data-tb-booking-open]:focus-visible { border-color: var(--tb-primary); box-shadow: 0 0 0 4px rgba(211,20,90,.14), 0 18px 38px rgba(0,0,0,.085); outline: 0; transform: translateY(-4px); }
.tb-steps li:hover { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(0,0,0,.085); }
.tb-steps li:not(:last-child)::after { content: '→'; position: absolute; z-index: 2; top: 49px; right: -20px; width: 18px; color: var(--tb-primary); font-family: var(--font-heading, Poppins, sans-serif); font-size: 22px; font-weight: 700; }
.tb-step-icon { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 28px; color: var(--tb-white); background: linear-gradient(135deg, var(--tb-primary), #e91e63); border-radius: 20px; box-shadow: 0 12px 24px rgba(211,20,90,.2); font-size: 23px; transform: rotate(-3deg); transition: transform .3s cubic-bezier(.2,.75,.25,1); }
.tb-steps li:nth-child(2) .tb-step-icon { transform: rotate(3deg); }
.tb-step-icon i { transform: rotate(3deg); }
.tb-steps li:nth-child(2) .tb-step-icon i { transform: rotate(-3deg); }
.tb-steps li:hover .tb-step-icon { transform: rotate(0) scale(1.08); }
.tb-steps h3 { margin-bottom: 10px; color: var(--tb-ink); font-size: 22px; }
.tb-steps p { margin-bottom: 0; color: var(--tb-copy); font-size: 14px; }
.tb-walkin-note { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; padding: 19px 22px; color: var(--tb-copy); background: var(--tb-white); border: 1px solid var(--tb-line); border-radius: 12px; }
.tb-walkin-note p { margin: 0; font-size: 14px; }
.tb-walkin-note a { flex: 0 0 auto; color: var(--tb-primary); font-size: 13px; font-weight: 700; text-decoration: none; }
.tb-walkin-note a:hover { color: var(--tb-primary-dark); text-decoration: underline; }

.tb-details { background: var(--tb-soft); }
.tb-contact-section { position: relative; padding-bottom: 140px; background: var(--tb-white); }
.tb-contact-section::after { content: ''; position: absolute; z-index: 0; right: 0; bottom: -1px; left: 0; height: 92px; background: var(--tb-soft); clip-path: polygon(0 72%, 100% 0, 100% 100%, 0 100%); pointer-events: none; }
.tb-contact-section > .tb-shell { position: relative; z-index: 1; }
.tb-details__lead > p:not(.tb-eyebrow) { color: var(--tb-copy); font-size: 16px; }
.tb-details__cards { display: grid; gap: 12px; }
.tb-details__cards article { display: flex; gap: 16px; padding: 22px; background: var(--tb-white); border: 1px solid var(--tb-line); border-radius: 10px; }
.tb-details__cards h3 { margin-bottom: 4px; font-size: 18px; }
.tb-details__cards p { margin: 0; color: var(--tb-copy); font-size: 13px; }
.tb-details__cards a { color: var(--tb-primary); font-weight: 700; overflow-wrap: anywhere; text-decoration: none; }
.tb-details__cards a:hover { color: var(--tb-primary-dark); text-decoration: underline; }
.tb-detail-icon { flex: 0 0 50px; width: 50px; height: 50px; display: grid; place-items: center; color: var(--tb-primary); background: #fff1f6; border-radius: 8px; font-size: 19px; font-weight: 800; }
.tb-contact-section .tb-details__grid { align-items: center; }
.tb-contact-panel { padding: 26px; background: var(--tb-white); border: 1px solid var(--tb-line); border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.04); }
.tb-contact-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.tb-contact-links a { min-height: 66px; display: flex; align-items: center; gap: 12px; padding: 13px 14px; color: var(--tb-ink); background: var(--tb-soft); border: 1px solid var(--tb-line); border-radius: 8px; font-size: 12px; line-height: 1.35; }
.tb-contact-links a:hover { color: var(--tb-primary); background: #fff5f8; border-color: rgba(211,20,90,.25); text-decoration: none; }
.tb-contact-links i { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--tb-primary); background: #fff1f6; border-radius: 7px; font-size: 15px; text-align: center; }
.tb-contact-links span { min-width: 0; display: grid; gap: 1px; }
.tb-contact-links small { color: var(--tb-copy); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tb-contact-links strong { color: var(--tb-ink); font-size: clamp(16px, 1.35vw, 18px); line-height: 1.25; overflow-wrap: anywhere; }
.tb-contact-links__email { grid-column: 1 / -1; }
.tb-contact-links__email strong { font-size: 16px; }
.tb-contact-panel__button { width: 100%; margin-top: 14px; }

.tb-location { padding-top: 112px; background: var(--tb-soft); }
.tb-location .tb-section-head { max-width: 950px; }
.tb-location__grid { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 475px; overflow: hidden; background: var(--tb-soft); border: 1px solid var(--tb-line); border-radius: 14px; }
.tb-location__map { min-height: 475px; background: #ededed; }
.tb-location__map iframe { width: 100%; height: 100%; min-height: 475px; display: block; border: 0; }
.tb-location__content { display: flex; flex-direction: column; justify-content: center; padding: 38px; }
.tb-location__block { display: flex; gap: 16px; align-items: flex-start; }
.tb-location__block--hours { margin-top: 33px; padding-top: 28px; border-top: 1px solid var(--tb-line); }
.tb-location__icon { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; color: var(--tb-primary); background: #fff1f6; border-radius: 10px; font-size: 19px; }
.tb-location__label { margin-bottom: 4px; color: var(--tb-primary); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tb-location__block h3 { margin-bottom: 6px; font-size: 20px; }
.tb-location__block p:last-child { margin-bottom: 0; color: var(--tb-copy); font-size: 13px; line-height: 1.55; }
.tb-location__route { align-self: flex-start; margin: 21px 0 0 64px; }
.tb-location__time { margin-bottom: 2px; color: var(--tb-primary); font-family: var(--font-heading, Poppins, sans-serif); font-size: 30px; font-weight: 700; line-height: 1.25; }
.tb-location__secondary-day { margin-top: 17px; }

.tb-agency { background: var(--tb-soft); }
.tb-agency__gallery { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 245px); gap: 14px; }
.tb-agency__photo { position: relative; display: block; overflow: hidden; margin: 0; background: #dadadc; border-radius: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.06); }
.tb-agency__photo--main { grid-row: 1 / span 2; }
.tb-agency__photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s cubic-bezier(.2,.75,.25,1); }
.tb-agency__photo--main img { object-position: center 62%; }
.tb-agency__photo--street img { object-position: center 42%; }
.tb-agency__photo--entrance img { object-position: center; }
.tb-agency__photo::after { content: ''; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(180deg, transparent, rgba(0,0,0,.72)); pointer-events: none; }
.tb-agency__photo span { position: absolute; z-index: 1; right: 18px; bottom: 15px; left: 18px; color: var(--tb-white); font-size: 13px; font-weight: 700; line-height: 1.35; text-shadow: 0 1px 4px rgba(0,0,0,.45); }
.tb-agency__photo:hover img { transform: scale(1.035); }

.tb-faq { background: var(--tb-white); }
.tb-accordions details { border-bottom: 1px solid var(--tb-line); }
.tb-accordions summary { position: relative; padding: 19px 40px 19px 0; cursor: pointer; color: var(--tb-ink); font-family: var(--font-heading, Poppins, sans-serif); font-size: 15px; font-weight: 600; list-style: none; }
.tb-accordions summary::-webkit-details-marker { display: none; }
.tb-accordions summary::after { content: '+'; position: absolute; right: 0; top: 15px; color: var(--tb-primary); font-size: 25px; font-weight: 400; }
.tb-accordions details[open] summary::after { content: '−'; }
.tb-accordions details p { padding-right: 30px; color: var(--tb-copy); font-size: 14px; }

.tb-cta { padding-block: 68px; color: var(--tb-white); background: var(--tb-primary); }
.tb-cta .tb-eyebrow { color: var(--tb-white); opacity: .78; }
.tb-cta h2 { max-width: 650px; margin-bottom: 0; color: var(--tb-white); }
.tb-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.tb-cta__action { flex: 0 0 auto; text-align: center; }
.tb-cta__buttons { display: flex; gap: 9px; }
.tb-button--white { color: var(--tb-primary); background: var(--tb-white); border-color: var(--tb-white); }
.tb-button--white:hover { color: var(--tb-primary-dark); background: #fff5f8; border-color: #fff5f8; }
.tb-button--outline-white { color: var(--tb-white); background: transparent; border-color: rgba(255,255,255,.75); }
.tb-button--outline-white:hover { color: var(--tb-primary-dark); background: var(--tb-white); border-color: var(--tb-white); }
.tb-cta__action p { margin: 9px 0 0; color: var(--tb-white); font-size: 11px; opacity: .8; }
.tb-cta__email { display: inline-block; margin-top: 9px; color: var(--tb-white); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.tb-cta__email:hover { color: var(--tb-white); opacity: .85; }
.tb-mobile-call { display: none; }

.tb-motion .tb-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .65s ease var(--tb-delay, 0ms), transform .65s cubic-bezier(.2,.75,.25,1) var(--tb-delay, 0ms);
}
.tb-motion .tb-reveal.tb-is-visible { opacity: 1; transform: translateY(0); }
.tb-motion .tb-price-card.tb-is-visible:hover { transform: translateY(-7px); }
.tb-motion .tb-steps li.tb-is-visible:hover { transform: translateY(-6px); }
.tb-motion .tb-reveal--left { transform: translateX(-32px); }
.tb-motion .tb-reveal--left.tb-is-visible { transform: translateX(0); }
.tb-motion .tb-reveal--right { transform: translateX(32px); }
.tb-motion .tb-reveal--right.tb-is-visible { transform: translateX(0); }

.tb-motion .tb-hero .tb-hero-logo,
.tb-motion .tb-hero .tb-partner,
.tb-motion .tb-hero .tb-language-link,
.tb-motion .tb-hero .tb-kicker,
.tb-motion .tb-hero h1,
.tb-motion .tb-hero__lead,
.tb-motion .tb-hero .tb-actions,
.tb-motion .tb-hero__phone { opacity: 0; transform: translateY(18px); }
.tb-motion .tb-hero.tb-hero--ready .tb-hero-logo,
.tb-motion .tb-hero.tb-hero--ready .tb-partner,
.tb-motion .tb-hero.tb-hero--ready .tb-language-link,
.tb-motion .tb-hero.tb-hero--ready .tb-kicker,
.tb-motion .tb-hero.tb-hero--ready h1,
.tb-motion .tb-hero.tb-hero--ready .tb-hero__lead,
.tb-motion .tb-hero.tb-hero--ready .tb-actions,
.tb-motion .tb-hero.tb-hero--ready .tb-hero__phone { animation: tbHeroIn .62s cubic-bezier(.2,.75,.25,1) forwards; }
.tb-motion .tb-hero.tb-hero--ready .tb-kicker { animation-delay: 70ms; }
.tb-motion .tb-hero.tb-hero--ready .tb-language-link { animation-delay: 70ms; }
.tb-motion .tb-hero.tb-hero--ready h1 { animation-delay: 140ms; }
.tb-motion .tb-hero.tb-hero--ready .tb-hero__lead { animation-delay: 210ms; }
.tb-motion .tb-hero.tb-hero--ready .tb-actions { animation-delay: 280ms; }
.tb-motion .tb-hero.tb-hero--ready .tb-hero__phone { animation-delay: 350ms; }

@keyframes tbHeroIn {
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
    .tb-details__grid, .tb-faq__grid { grid-template-columns: 1fr; gap: 34px; }
    .tb-intro__card { grid-template-columns: 210px 1fr; gap: 38px; padding: 36px; }
    .tb-price-grid, .tb-steps { grid-template-columns: 1fr; }
    .tb-steps li { min-height: auto; }
    .tb-steps li:not(:last-child)::after { content: '↓'; top: auto; right: 50%; bottom: -24px; transform: translateX(50%); }
    .tb-cta__inner { align-items: flex-start; flex-direction: column; }
	.tb-cta__action { width: 100%; }
	.tb-cta__buttons { flex-wrap: wrap; }
}

@media (min-width: 901px) {
    .tb-location .tb-section-head h2 { white-space: nowrap; }
}

@media (max-width: 600px) {
    .tb-shell { width: min(100%, calc(100% - 30px)); }
    .tb-hero { width: calc(100% - 30px); min-height: 590px; align-items: end; }
    .tb-hero__image { background-image: url('../images/tahiti-bagages-hero-mobile-v2.webp'); background-position: center; }
    .tb-hero__shade { background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.72) 48%, rgba(0,0,0,.84) 100%); }
    .tb-hero__content { padding: 28px 22px 32px; }
    .tb-hero__meta { align-items: flex-start; margin-bottom: 155px; }
	.tb-hero-logo { width: 145px; padding: 4px 5px; }
    .tb-partner { font-size: 10px; }
    .tb-language-link { padding: 7px 5px; font-size: 10px; }
    .tb-hero h1 { max-width: 270px; font-size: 30px; line-height: 1.14; white-space: normal; overflow-wrap: normal; }
    .tb-hero__lead { font-size: 14px; line-height: 1.55; }
    .tb-actions { width: 100%; min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr); }
	.tb-actions .tb-button { width: 100%; min-width: 0; padding-inline: 12px; white-space: normal; }
	.tb-hero__phone { max-width: 100%; white-space: normal; }
	.tb-walkin-note { align-items: flex-start; flex-direction: column; gap: 8px; }
    .tb-intro, .tb-pricing, .tb-how, .tb-details, .tb-location, .tb-agency, .tb-faq { padding-block: 64px; }
	.tb-contact-section { padding-bottom: 100px; }
	.tb-contact-section::after { height: 58px; }
	.tb-location { padding-top: 86px; }
    .tb-intro h2, .tb-section-head h2, .tb-details h2, .tb-faq h2, .tb-cta h2 { font-size: 26px; line-height: 1.22; }
    .tb-intro__card { min-height: 0; grid-template-columns: 1fr; gap: 30px; padding: 28px 24px; }
    .tb-intro__brand { height: auto; }
    .tb-intro__brand > img { width: 205px; }
    .tb-intro__copy { padding-top: 0; font-size: 15px; }
    .tb-price-card, .tb-steps li { padding-inline: 23px; }
    .tb-details__cards article { padding: 19px; }
	.tb-contact-links { grid-template-columns: 1fr; }
	.tb-contact-links__email { grid-column: auto; }
	.tb-contact-panel { padding: 20px; }
    .tb-detail-icon { flex-basis: 44px; width: 44px; height: 44px; }
    .tb-location__grid { grid-template-columns: 1fr; }
    .tb-location__map, .tb-location__map iframe { min-height: 320px; }
    .tb-location__content { padding: 28px 23px; }
    .tb-location__route { width: calc(100% - 64px); margin-left: 64px; }
    .tb-agency__gallery { grid-template-columns: 1fr; grid-template-rows: none; }
    .tb-agency__photo, .tb-agency__photo--main { height: 240px; grid-row: auto; }
    .tb-agency__photo--street { height: 300px; }
    .tb-cta { padding: 58px 0 90px; }
	.tb-cta__buttons { display: grid; }
    .tb-cta__action, .tb-cta__action .tb-button { width: 100%; }
    .tb-mobile-call { position: fixed; z-index: 999; right: 14px; bottom: 14px; left: 14px; min-height: 50px; display: flex; align-items: center; justify-content: center; color: var(--tb-white); background: var(--tb-primary); border: 0; border-radius: 9px; box-shadow: 0 9px 25px rgba(0,0,0,.18); font-family: inherit; font-size: 13px; font-weight: 700; text-decoration: none; cursor: pointer; }
    .tb-mobile-call:hover { color: var(--tb-white); }
}

@media (prefers-reduced-motion: reduce) {
    .tb-button,
    .tb-price-card,
    .tb-price-card__image img,
    .tb-steps li,
    .tb-step-icon,
    .tb-reveal { transition: none !important; animation: none !important; transform: none !important; opacity: 1 !important; }
}
