/* Travel Network Canada — Platform UI/UX + Search/GEO Shell RC8
   Authoritative public geometry. Loaded after page-specific styles. */
:root{
  color-scheme:light;
  --tnc-shell:1180px;--tnc-reading:780px;--tnc-gutter:clamp(18px,3vw,34px);
  --tnc-section:clamp(50px,6.5vw,84px);--tnc-section-tight:clamp(32px,4vw,52px);
  --tnc-header:80px;--tnc-radius:16px;--tnc-radius-lg:24px;
  --tnc-navy:#0b2239;--tnc-blue:#0c658f;--tnc-blue-dark:#074765;--tnc-red:#c9282d;
  --tnc-text:#203346;--tnc-muted:#607387;--tnc-line:#d9e3ea;--tnc-soft:#f4f7f9;--tnc-sky:#eef7fb;
  --tnc-white:#fff;--tnc-focus:#f1b928;--tnc-shadow:0 14px 38px rgba(11,34,57,.09);--tnc-shadow-sm:0 6px 20px rgba(11,34,57,.07);
}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--tnc-header) + 20px);overflow-x:hidden;background:#fff}
body.tnc-site{margin:0;min-width:320px;overflow-x:clip;background:#fff;color:var(--tnc-text);font:400 16px/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.tnc-site *,body.tnc-site *::before,body.tnc-site *::after{box-sizing:border-box}
body.tnc-site :where(img,svg,video,canvas){max-width:100%;height:auto}
body.tnc-site iframe{max-width:100%;border:0}
body.tnc-site :where(.container,.site-container,.content-container,.page-container,.blog-shell){width:min(calc(100% - (2 * var(--tnc-gutter))),var(--tnc-shell));max-width:none;margin-inline:auto;padding-inline:0}
body.tnc-site :where(.container-narrow,.content-narrow,.prose){width:min(calc(100% - (2 * var(--tnc-gutter))),var(--tnc-reading));max-width:var(--tnc-reading);margin-inline:auto}
body.tnc-site main{display:block;min-width:0;min-height:46vh;overflow:clip}
body.tnc-site :where(.site-main,.page-content,.main-content,.legal-main,.article-main){margin:0;padding:0;max-width:none;background:transparent}
body.tnc-site .skip-link{position:fixed;left:12px;top:-80px;z-index:20000;padding:10px 14px;border-radius:0 0 8px 8px;background:var(--tnc-navy);color:#fff;font-weight:800;text-decoration:none}
body.tnc-site .skip-link:focus{top:0}

/* header */
body.tnc-site .site-header{position:sticky!important;top:0;z-index:10000;width:100%;min-height:var(--tnc-header);margin:0;background:rgba(255,255,255,.98)!important;border:0!important;border-bottom:1px solid rgba(11,34,57,.10)!important;box-shadow:0 2px 12px rgba(11,34,57,.04);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}
body.tnc-site .site-header.scrolled{box-shadow:0 10px 28px rgba(11,34,57,.11)}
body.tnc-site .header-inner{display:flex;align-items:center;gap:clamp(10px,1.4vw,20px);width:min(calc(100% - (2 * var(--tnc-gutter))),1320px);min-height:var(--tnc-header);margin-inline:auto;padding:8px 0}
body.tnc-site .logo{display:flex;align-items:center;gap:10px;flex:0 0 auto;min-width:0;color:var(--tnc-navy)!important;text-decoration:none!important}
body.tnc-site .logo img{display:block;width:48px;height:48px;flex:0 0 48px;object-fit:contain}
body.tnc-site .logo-copy{display:grid;min-width:0;line-height:1.12;white-space:nowrap}
body.tnc-site .logo-copy strong{font-size:1rem;color:var(--tnc-navy)}
body.tnc-site .logo-copy small{margin-top:4px;color:var(--tnc-muted);font-size:.72rem;font-weight:650}
body.tnc-site .main-nav{position:static;display:block;flex:0 0 auto;margin-left:auto;min-width:0;width:auto;height:auto;padding:0;overflow:visible;background:transparent;box-shadow:none;transform:none}
body.tnc-site .nav-list{display:flex;align-items:center;gap:3px;width:auto;margin:0;padding:0;list-style:none}
body.tnc-site .nav-item{position:relative;margin:0;padding:0}
body.tnc-site :where(.main-nav a,.nav-link){display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin:0;padding:9px 10px;border:0;border-radius:10px;background:transparent;color:var(--tnc-navy)!important;font:inherit;font-size:.9rem;font-weight:750;line-height:1.15;text-decoration:none!important;white-space:nowrap;cursor:pointer}
body.tnc-site :where(.main-nav a,.nav-link):hover,body.tnc-site .main-nav a[aria-current]{background:var(--tnc-sky);color:var(--tnc-blue-dark)!important}
body.tnc-site .dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:auto;z-index:10020;display:none;min-width:235px;width:auto;height:auto;margin:0;padding:9px;border:1px solid var(--tnc-line);border-radius:14px;background:#fff;box-shadow:var(--tnc-shadow);overflow:visible;transform:none;list-style:none}
body.tnc-site .dropdown-mega{left:50%;width:min(760px,calc(100vw - 40px));grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px;transform:translateX(-50%)}
body.tnc-site .has-dropdown:is(.is-open,.dropdown-open,[data-open="true"])>.dropdown-menu{display:block}
body.tnc-site .has-dropdown:is(.is-open,.dropdown-open,[data-open="true"])>.dropdown-mega{display:grid}
body.tnc-site .dropdown-menu a{justify-content:flex-start;width:100%;white-space:normal}
body.tnc-site .dropdown-column h3,body.tnc-site .dropdown-header{margin:4px 8px 7px;color:var(--tnc-muted);font-size:.74rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}
body.tnc-site .dropdown-column ul{margin:0;padding:0;list-style:none}
body.tnc-site .dropdown-directory-links{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px;padding-bottom:12px;margin-bottom:2px;border-bottom:1px solid var(--tnc-line)}
body.tnc-site .dropdown-directory-links a{width:auto;min-height:38px;padding:7px 10px;background:var(--tnc-soft);font-size:.82rem}
body.tnc-site .dropdown-divider{height:1px;margin:7px;background:var(--tnc-line)}
body.tnc-site .header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:999px;background:var(--tnc-navy);color:#fff!important;font-size:.9rem;font-weight:800;text-decoration:none!important;white-space:nowrap}
body.tnc-site .nav-toggle{display:none;flex:0 0 44px;width:44px;height:44px;margin-left:auto;align-items:center;justify-content:center;border:1px solid var(--tnc-line);border-radius:11px;background:#fff;color:var(--tnc-navy);font-size:1.1rem;cursor:pointer}
body.tnc-site .header-actions{display:flex;flex:0 0 auto;align-items:center;gap:8px;min-width:0}
body.nav-open{overflow:hidden}

/* typography and section rhythm */
body.tnc-site :where(h1,h2,h3,h4){margin-top:0;color:var(--tnc-navy);font-weight:800;line-height:1.13;letter-spacing:-.025em;text-wrap:balance}
body.tnc-site h1{font-size:clamp(2.15rem,5vw,4.25rem)} body.tnc-site h2{font-size:clamp(1.6rem,3vw,2.6rem)} body.tnc-site h3{font-size:clamp(1.12rem,1.8vw,1.42rem)}
body.tnc-site p{margin-top:0;color:inherit} body.tnc-site :where(.lead,.hero-subtitle,.hero-subheadline,.page-subtitle){max-width:66ch;font-size:clamp(1.03rem,1.6vw,1.22rem);line-height:1.65}
body.tnc-site .eyebrow{margin:0 0 10px;color:var(--tnc-blue);font-size:.78rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
body.tnc-site :where(.section,.content-section,.page-section,.company-section,.route-section,.widget-section){padding-block:var(--tnc-section)}
body.tnc-site :where(.section-alt,.alternate-section,.section.alt,.company-section--soft){background:var(--tnc-soft)}
body.tnc-site :where(.section-heading,.section-title){max-width:780px;margin:0 0 28px}
body.tnc-site :where(.section-heading,.section-title)>*:last-child{margin-bottom:0}

/* heroes */
body.tnc-site :where(.page-hero,.service-hero,.legal-hero,.company-hero,.blog-hero,.hotel-country-hero,.destination-hero){margin:0;padding-block:clamp(52px,7vw,88px);background:linear-gradient(135deg,#081f35,#0a557c);color:#fff}
body.tnc-site :where(.page-hero,.service-hero,.legal-hero,.company-hero,.blog-hero,.hotel-country-hero,.destination-hero) :where(h1,h2,h3,p,.lead,.eyebrow){color:#fff}
body.tnc-site .page-hero-compact{padding-block:clamp(38px,5vw,58px)}
body.tnc-site .hero{margin:0;min-height:0;padding-block:clamp(58px,7.5vw,96px)}
body.tnc-site .hero-inner{width:min(calc(100% - (2 * var(--tnc-gutter))),var(--tnc-shell));max-width:none;margin-inline:auto;padding:0}
body.tnc-site .breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding-block:16px;color:var(--tnc-muted);font-size:.88rem}
body.tnc-site .breadcrumb a{color:var(--tnc-blue-dark)}

/* grids/cards */
body.tnc-site :where(.content-card-grid,.cards-grid,.feature-grid,.service-grid,.destination-grid,.country-answer-grid,.country-service-grid,.blog-grid,.editorial-card-grid,.marketplace-grid,.route-grid,.widget-grid,.reviews-grid,.hotel-country-grid){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
body.tnc-site :where(.content-card,.card,.feature-card,.service-card,.destination-card,.hotel-card,.blog-card,.editorial-blog-card,.marketplace-card,.route-card,.review-card,.step-card,.support-card,.info-section,.company-card){min-width:0;height:100%;border:1px solid var(--tnc-line);border-radius:var(--tnc-radius);background:#fff;box-shadow:var(--tnc-shadow-sm);overflow:visible}
body.tnc-site :where(.content-card,.card,.feature-card,.service-card,.destination-card,.blog-card,.marketplace-card,.route-card,.review-card,.step-card,.support-card,.info-section){padding:22px}
body.tnc-site :where(.content-card,.card,.feature-card,.service-card,.destination-card,.blog-card,.marketplace-card,.route-card) h3{margin-bottom:9px}
body.tnc-site :where(.content-card,.card,.feature-card,.service-card,.destination-card,.blog-card,.marketplace-card,.route-card) p:last-child{margin-bottom:0}

/* hotel/service specific structure previously unowned */
body.tnc-site .hotel-country-hero__inner{display:grid;grid-template-columns:auto minmax(0,1fr);gap:22px;align-items:center}
body.tnc-site .hotel-country-hero__logo{width:74px;height:74px;object-fit:contain;border-radius:16px;background:#fff;padding:8px}
body.tnc-site .hotel-search-shell{margin-top:24px;padding:18px;border:1px solid rgba(255,255,255,.22);border-radius:16px;background:rgba(255,255,255,.10);backdrop-filter:blur(8px)}
body.tnc-site .hotel-country-card{display:flex;align-items:center;gap:12px;min-height:78px;padding:14px 16px;border:1px solid var(--tnc-line);border-radius:14px;background:#fff;color:var(--tnc-navy);font-weight:800;text-decoration:none;box-shadow:var(--tnc-shadow-sm)}
body.tnc-site .hotel-country-card img{width:44px;height:44px;object-fit:contain;flex:0 0 44px}
body.tnc-site .filter-buttons{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0}
body.tnc-site .filter-btn{min-height:42px;padding:8px 14px;border:1px solid var(--tnc-line);border-radius:999px;background:#fff;color:var(--tnc-navy);font-weight:750;cursor:pointer}
body.tnc-site .filter-btn:is(.active,[aria-pressed="true"]){background:var(--tnc-navy);border-color:var(--tnc-navy);color:#fff}
body.tnc-site .widget-block{padding:18px;border:1px solid var(--tnc-line);border-radius:var(--tnc-radius);background:#fff;box-shadow:var(--tnc-shadow-sm);overflow:visible}
body.tnc-site .widget-note{margin-top:10px;color:var(--tnc-muted);font-size:.9rem}
body.tnc-site .route-card{display:flex;flex-direction:column}
body.tnc-site .route-card :where(.route-price,.route-main){font-weight:800;color:var(--tnc-navy)}

/* country/destination */
body.tnc-site .country-growth-hero{padding-block:clamp(52px,7vw,84px);background:linear-gradient(180deg,#f5fafc,#fff)}
body.tnc-site .country-growth-hero__grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:38px;align-items:center}
body.tnc-site .country-decision-card{padding:24px;border:1px solid var(--tnc-line);border-radius:var(--tnc-radius-lg);background:#fff;box-shadow:var(--tnc-shadow)}
body.tnc-site .country-onpage-nav{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;padding-block:16px;border-block:1px solid var(--tnc-line)}
body.tnc-site .country-onpage-nav a{color:var(--tnc-blue-dark);font-weight:750}
body.tnc-site .country-service-grid>a{display:grid;gap:4px;padding:18px;border:1px solid var(--tnc-line);border-radius:14px;background:#fff;color:var(--tnc-navy);text-decoration:none}

/* forms */
body.tnc-site [hidden]{display:none!important}
body.tnc-site form{min-width:0;max-width:100%}
body.tnc-site :where(.form-group,.form-field,.search-field){min-width:0}
body.tnc-site label{display:inline-block;margin-bottom:6px;color:var(--tnc-navy);font-weight:700}
body.tnc-site :where(input:not([type=checkbox]):not([type=radio]),select,textarea,.form-control,.form-input,.form-select,.form-textarea){width:100%;max-width:100%;min-height:48px;padding:11px 13px;border:1px solid #b9c8d4;border-radius:10px;background:#fff;color:var(--tnc-text);font:inherit;line-height:1.35;box-shadow:none}
body.tnc-site textarea,body.tnc-site .form-textarea{min-height:132px;resize:vertical}
body.tnc-site :where(input,select,textarea):focus{outline:3px solid rgba(241,185,40,.30);outline-offset:1px;border-color:#6f9bb2}
body.tnc-site :where(.form-grid,.search-grid,.transfer-search-grid){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
body.tnc-site .hero-search form{display:block}
body.tnc-site .hero-search .search-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
body.tnc-site .search-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
body.tnc-site .marketplace-search{display:flex;gap:10px;align-items:end;max-width:760px}
body.tnc-site .marketplace-search input{flex:1}

/* buttons */
body.tnc-site :where(.btn,.btn-primary,.btn-secondary,.submit-btn,.company-button){display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:10px 17px;border:1px solid transparent;border-radius:10px;font:inherit;font-weight:800;line-height:1.15;text-align:center;text-decoration:none!important;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}
body.tnc-site :where(.btn-primary,.submit-btn,.company-button--primary){background:var(--tnc-blue);border-color:var(--tnc-blue);color:#fff!important}
body.tnc-site :where(.btn-primary,.submit-btn,.company-button--primary):hover{background:var(--tnc-blue-dark);border-color:var(--tnc-blue-dark);transform:translateY(-1px)}
body.tnc-site :where(.btn,.btn-primary,.btn-secondary,.submit-btn,button[type=submit],.company-button) > i{flex:0 0 1em;width:1em;line-height:1;text-align:center}
body.tnc-site :where(.btn,.btn-primary,.btn-secondary,.submit-btn,button[type=submit],.company-button) > :where(.btn-text,.btn-loading){min-width:0}

body.tnc-site .btn-secondary{background:#fff;border-color:#a9c0ce;color:var(--tnc-blue-dark)!important}
body.tnc-site .button-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
body.tnc-site :where(a,button,input,select,textarea):focus-visible{outline:3px solid var(--tnc-focus)!important;outline-offset:3px!important}

/* tables/widgets */
body.tnc-site :where(.table-wrap,.table-responsive){width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px}
body.tnc-site table{width:100%;min-width:620px;border-collapse:separate;border-spacing:0;border:1px solid var(--tnc-line);border-radius:12px;background:#fff;overflow:hidden}
body.tnc-site th,body.tnc-site td{padding:12px 14px;border:0;border-bottom:1px solid var(--tnc-line);text-align:left;vertical-align:top}
body.tnc-site th{background:var(--tnc-navy);color:#fff}
body.tnc-site :where(.tn-widget,.widget-section,.widget-block,.tp-widget-container,[data-travelpayouts-widget],.travel-marketplace,.partner-widget__embed){min-width:0;max-width:100%;overflow:visible}
body.tnc-site :where(.tn-widget,.widget-block,.tp-widget-container,[data-travelpayouts-widget],.partner-widget__embed) iframe{display:block;width:100%!important;max-width:100%!important}

/* blog/legal/contact reading layouts */
body.tnc-site .blog-index-section{padding-block:var(--tnc-section)}
body.tnc-site .article-main{width:min(calc(100% - (2 * var(--tnc-gutter))),var(--tnc-shell));margin-inline:auto;padding-block:var(--tnc-section-tight);overflow:visible}
body.tnc-site .article-content{max-width:var(--tnc-reading)}
body.tnc-site .article-content :where(p,ul,ol,blockquote){max-width:72ch}
body.tnc-site .legal-content>.container,body.tnc-site .legal-content .content{max-width:var(--tnc-reading)}
body.tnc-site .legal-content{padding-block:var(--tnc-section-tight)}
body.tnc-site .contact-page{margin:0;padding-block:var(--tnc-section)}
body.tnc-site .contact-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:28px;align-items:start}

/* footer matches actual footer.php markup */
body.tnc-site .site-footer{margin:0;padding:0;background:#07182a;color:#d8e3ec;font-size:.94rem}
body.tnc-site .footer-shell{display:grid;grid-template-columns:minmax(260px,1.05fr) minmax(0,1.8fr);gap:clamp(34px,5vw,70px);padding-block:52px 40px}
body.tnc-site .footer-intro{max-width:430px}
body.tnc-site .footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:18px;color:#fff!important;text-decoration:none!important}
body.tnc-site .footer-logo img{width:48px;height:48px;object-fit:contain}
body.tnc-site .footer-logo span{display:grid;line-height:1.15}.footer-logo small{margin-top:4px;color:#afc0cd}
body.tnc-site .footer-intro p{color:#c3d1dc}
body.tnc-site .footer-trust{display:grid;gap:8px;margin-top:18px;color:#dce7ee;font-size:.88rem}
body.tnc-site .footer-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
body.tnc-site .footer-column h2{margin:0 0 12px;color:#fff;font-size:.95rem;letter-spacing:0}
body.tnc-site .footer-column ul{margin:0;padding:0;list-style:none}.footer-column li+li{margin-top:7px}
body.tnc-site .site-footer a{color:#d7e2ea;text-decoration:none}.site-footer a:hover{color:#fff;text-decoration:underline}
body.tnc-site .footer-bottom{margin:0;padding:0;border-top:1px solid rgba(255,255,255,.12);background:transparent}
body.tnc-site .footer-bottom-inner{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:22px;align-items:start;padding-block:20px 24px}
body.tnc-site .footer-bottom p{margin:0;color:#aebfcb;font-size:.84rem}.footer-disclosure{text-align:right}

body.tnc-site .scroll-to-top{position:fixed;right:20px;bottom:82px;z-index:9000;width:46px;height:46px;border:0;border-radius:50%;background:var(--tnc-navy);color:#fff;box-shadow:var(--tnc-shadow);cursor:pointer}

/* PWA prompt is a non-blocking application toast, not a second modal layer.
   These declarations fully reset the older banner styles from site-core.css. */
body.tnc-site .pwa-install-banner{position:fixed;left:auto;right:18px;bottom:142px;z-index:9200;width:min(380px,calc(100vw - 36px));max-width:none;margin:0;padding:0;border:0;border-radius:0;background:transparent;color:var(--tnc-text);box-shadow:none;animation:none}
body.tnc-site .pwa-install-banner-inner{width:100%;max-width:none;margin:0;padding:16px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px 16px;border:1px solid var(--tnc-line);border-radius:16px;background:#fff;box-shadow:0 18px 46px rgba(7,28,49,.18)}
body.tnc-site .pwa-install-text{min-width:0}
body.tnc-site .pwa-install-text strong{display:block;margin:0 0 3px;color:var(--tnc-navy);font-size:.94rem;line-height:1.25}
body.tnc-site .pwa-install-text p{margin:0;color:var(--tnc-muted);font-size:.78rem;line-height:1.42}
body.tnc-site .pwa-install-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin:0}
body.tnc-site .pwa-install-actions :where(.btn-primary,.btn-secondary){min-height:38px;padding:7px 10px;border-radius:9px;font-size:.78rem;white-space:nowrap;box-shadow:none}
body.tnc-site .pwa-install-banner[hidden]{display:none!important}

/* responsive: one breakpoint contract for shell + JS */
@media(max-width:1180px){
 :root{--tnc-header:70px}
 body.tnc-site .logo-copy small{display:none}
 body.tnc-site .header-actions{order:2;margin-left:auto;gap:6px}
 body.tnc-site .header-actions .header-cta{display:none!important}
 body.tnc-site .header-actions .header-account span{display:none}
 body.tnc-site .nav-toggle{display:inline-flex;order:3;margin-left:0}
 body.tnc-site .main-nav{position:fixed!important;inset:var(--tnc-header) 0 0 auto!important;display:block!important;width:min(92vw,390px)!important;max-width:390px!important;height:calc(100dvh - var(--tnc-header))!important;margin:0!important;padding:14px 16px 28px!important;overflow:auto!important;background:#fff!important;border-left:1px solid var(--tnc-line);box-shadow:-14px 18px 38px rgba(11,34,57,.16)!important;transform:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;transition:opacity .18s ease,visibility 0s linear .18s!important;contain:layout paint}
 body.tnc-site .main-nav:is(.is-open,.nav-open,[data-open="true"]){transform:none!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;transition:opacity .18s ease!important}
 body.tnc-site .nav-list{display:grid!important;align-items:stretch!important;gap:4px!important;width:100%!important}
 body.tnc-site :where(.main-nav a,.nav-link){justify-content:flex-start!important;width:100%!important;min-height:48px!important;padding:11px 12px!important;font-size:1rem!important}
 body.tnc-site .dropdown-menu,body.tnc-site .dropdown-mega{position:static!important;display:none!important;width:100%!important;min-width:0!important;margin:4px 0 8px!important;padding:8px!important;transform:none!important;border-radius:11px!important;box-shadow:none!important;background:var(--tnc-soft)!important}
 body.tnc-site .has-dropdown:is(.is-open,.dropdown-open,[data-open="true"])>.dropdown-menu{display:grid!important;grid-template-columns:1fr!important;gap:2px!important}
 body.tnc-site .dropdown-directory-links{grid-column:auto;display:grid;grid-template-columns:1fr;gap:2px;padding:0 0 8px;margin:0 0 6px}
 body.tnc-site .dropdown-directory-links a{width:100%}
 body.tnc-site :where(.content-card-grid,.cards-grid,.feature-grid,.service-grid,.destination-grid,.country-answer-grid,.country-service-grid,.blog-grid,.editorial-card-grid,.marketplace-grid,.route-grid,.widget-grid,.reviews-grid,.hotel-country-grid){grid-template-columns:repeat(2,minmax(0,1fr))}
 body.tnc-site .country-growth-hero__grid,body.tnc-site .contact-grid{grid-template-columns:1fr}
 body.tnc-site .footer-shell{grid-template-columns:1fr}.footer-intro{max-width:620px!important}
}
@media(max-width:700px){
 :root{--tnc-gutter:18px;--tnc-section:46px;--tnc-section-tight:32px}
 body.tnc-site{font-size:15.75px}
 body.tnc-site .logo img{width:42px;height:42px;flex-basis:42px}.logo-copy strong{font-size:.92rem!important}
 body.tnc-site h1{font-size:clamp(2rem,10vw,3rem)} body.tnc-site h2{font-size:clamp(1.5rem,7vw,2.15rem)}
 body.tnc-site :where(.content-card-grid,.cards-grid,.feature-grid,.service-grid,.destination-grid,.country-answer-grid,.country-service-grid,.blog-grid,.editorial-card-grid,.marketplace-grid,.route-grid,.widget-grid,.reviews-grid,.hotel-country-grid){grid-template-columns:1fr}
 body.tnc-site :where(.form-grid,.search-grid,.transfer-search-grid){grid-template-columns:1fr}
 body.tnc-site .hero-search .search-fields{grid-template-columns:1fr 1fr}
 body.tnc-site .button-row{align-items:stretch}.button-row>:where(a,button){width:100%}
 body.tnc-site .marketplace-search{display:grid;grid-template-columns:1fr}
 body.tnc-site .footer-nav{grid-template-columns:1fr 1fr}.footer-bottom-inner{grid-template-columns:1fr}.footer-disclosure{text-align:left!important}
 body.tnc-site .pwa-install-banner{left:12px;right:12px;bottom:max(132px,calc(120px + env(safe-area-inset-bottom)));width:auto}
 body.tnc-site .pwa-install-banner-inner{grid-template-columns:1fr;padding:14px}
 body.tnc-site .pwa-install-actions{width:100%;justify-content:stretch}.pwa-install-actions button{flex:1}
 body.tnc-site .hotel-country-hero__inner{grid-template-columns:1fr}.hotel-country-hero__logo{width:60px!important;height:60px!important}
}
@media(max-width:520px){body.tnc-site .logo-copy{display:none}body.tnc-site .header-actions>.language-switcher select{max-width:88px}body.tnc-site .hero-search .search-fields{grid-template-columns:1fr}body.tnc-site .footer-nav{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}body.tnc-site *,body.tnc-site *::before,body.tnc-site *::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/* Small page semantics that previously had no loaded stylesheet owner. */
body.tnc-site .legal-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:14px;color:rgba(255,255,255,.82);font-size:.9rem}
body.tnc-site .support-note{margin-top:18px;padding:14px 16px;border-left:4px solid var(--tnc-blue);background:var(--tnc-sky);border-radius:10px;color:var(--tnc-text)}
body.tnc-site .card-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}
body.tnc-site .hotel-card__location,body.tnc-site .route-from{color:var(--tnc-muted);font-size:.88rem;font-weight:750}
body.tnc-site .route-desc,body.tnc-site .review-text{color:var(--tnc-muted)}
body.tnc-site .route-price{margin:.45rem 0;color:var(--tnc-blue-dark);font-weight:750}
body.tnc-site .company-contact-card{padding:22px;border:1px solid var(--tnc-line);border-radius:var(--tnc-radius);background:#fff;box-shadow:var(--tnc-shadow-sm)}
body.tnc-site .comments-empty{padding:18px;border:1px dashed var(--tnc-line);border-radius:12px;background:var(--tnc-soft);color:var(--tnc-muted)}


/* --------------------------------------------------------------------------
   RC8: search intent, answer clarity, long-page usability and responsive polish
   -------------------------------------------------------------------------- */
body.tnc-site :where(h1,h2,h3,h4,[id]){scroll-margin-top:calc(var(--tnc-header) + 22px)}
body.tnc-site :where(p,li,dd,td,th,a){overflow-wrap:anywhere}
body.tnc-site .section-intro{max-width:72ch;color:var(--tnc-muted);font-size:1.04rem}
body.tnc-site .page-hero .lead{margin-bottom:0}
body.tnc-site .service-hub-page>.breadcrumb{margin-bottom:0}

body.tnc-site .answer-summary{
  margin-block:0;padding-block:var(--tnc-section-tight);background:#fff;border-bottom:1px solid var(--tnc-line)
}
body.tnc-site .answer-summary__inner{
  display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(22px,4vw,52px);align-items:start
}
body.tnc-site .answer-summary__label{margin:0 0 7px;color:var(--tnc-blue-dark);font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
body.tnc-site .answer-summary h2{margin-bottom:0;font-size:clamp(1.45rem,2.7vw,2.2rem)}
body.tnc-site .answer-summary p{margin:0;max-width:74ch;font-size:1.05rem}

body.tnc-site .intent-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:24px}
body.tnc-site .intent-card{min-width:0;padding:20px;border:1px solid var(--tnc-line);border-radius:14px;background:#fff;box-shadow:var(--tnc-shadow-sm)}
body.tnc-site .intent-card h3{font-size:1.08rem;margin-bottom:7px}.intent-card p{margin:0;color:var(--tnc-muted);font-size:.94rem}

body.tnc-site .topic-jump{padding-block:14px;border-bottom:1px solid var(--tnc-line);background:#fff}
body.tnc-site .topic-jump__inner{display:flex;align-items:center;gap:10px 18px;flex-wrap:wrap}
body.tnc-site .topic-jump strong{color:var(--tnc-navy);font-size:.9rem}
body.tnc-site .topic-jump a{color:var(--tnc-blue-dark);font-size:.9rem;font-weight:750;text-decoration:none}
body.tnc-site .topic-jump a:hover{text-decoration:underline}

body.tnc-site .trust-strip{padding-block:18px;background:var(--tnc-sky);border-block:1px solid #d7eaf3}
body.tnc-site .trust-strip__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
body.tnc-site .trust-strip__item{display:flex;gap:10px;align-items:flex-start;min-width:0;color:var(--tnc-text);font-size:.9rem}
body.tnc-site .trust-strip__item i{margin-top:.2rem;color:var(--tnc-blue)}
body.tnc-site .trust-strip__item strong{display:block;color:var(--tnc-navy)}

body.tnc-site .faq-list{display:grid;gap:12px;max-width:900px}
body.tnc-site .faq-item{padding:18px 20px;border:1px solid var(--tnc-line);border-radius:14px;background:#fff}
body.tnc-site .faq-item h3{margin-bottom:7px;font-size:1.06rem}.faq-item p{margin:0;color:var(--tnc-muted)}

body.tnc-site .source-note{padding:15px 17px;border-left:4px solid var(--tnc-blue);border-radius:10px;background:var(--tnc-sky);font-size:.92rem}
body.tnc-site .source-note p:last-child{margin-bottom:0}

body.tnc-site .content-card{display:flex;flex-direction:column}
body.tnc-site .content-card :where(.btn-primary,.btn-secondary,.btn){margin-top:auto;align-self:flex-start}
body.tnc-site .content-card p{color:var(--tnc-muted)}

body.tnc-site .partner-marketplace{content-visibility:auto;contain-intrinsic-size:700px}
body.tnc-site .partner-disclosure{max-width:82ch;color:var(--tnc-muted);font-size:.86rem}
body.tnc-site .widget-block{min-height:120px}

body.tnc-site .article-content{font-size:1.03rem;line-height:1.76}
body.tnc-site .article-content :where(h2,h3){margin-top:1.65em}
body.tnc-site .article-byline{display:flex;flex-wrap:wrap;gap:8px 16px;color:var(--tnc-muted);font-size:.9rem}
body.tnc-site .breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--tnc-muted);font-size:.88rem}
body.tnc-site .breadcrumbs a{color:var(--tnc-blue-dark)}

body.tnc-site .site-header,.site-header *{max-width:100vw}
body.tnc-site .main-nav{overscroll-behavior:contain}
body.tnc-site.nav-open{touch-action:none}

@media(max-width:1024px){
  body.tnc-site .answer-summary__inner{grid-template-columns:1fr}
  body.tnc-site .intent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.tnc-site .trust-strip__grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  body.tnc-site .intent-grid{grid-template-columns:1fr}
  body.tnc-site .answer-summary{padding-block:28px}
  body.tnc-site .topic-jump{overflow-x:auto;-webkit-overflow-scrolling:touch}
  body.tnc-site .topic-jump__inner{flex-wrap:nowrap;width:max-content;min-width:100%;padding-right:8px}
  body.tnc-site .content-card :where(.btn-primary,.btn-secondary,.btn){width:100%}
  body.tnc-site .hero-search{padding:16px;border-radius:14px}
}

/* RC8 page-specific shell corrections after source comparison. */
body.tnc-site main.contact-page{padding-block:0}
body.tnc-site .blog-hero .breadcrumbs{margin-bottom:1rem;color:rgba(255,255,255,.78)}
body.tnc-site .blog-hero .breadcrumbs a{color:#fff}
body.tnc-site .blog-answer-summary{border:1px solid var(--tnc-line);border-radius:16px;padding:clamp(20px,3vw,30px);margin-bottom:1rem}
body.tnc-site .blog-topic-jump{margin-bottom:1.25rem;border:1px solid var(--tnc-line);border-radius:14px}
body.tnc-site .page-hero+.answer-summary{border-top:0}
body.tnc-site .widget-grid>.widget-block{height:100%}
body.tnc-site .partner-marketplace__head{max-width:780px}
@media(max-width:700px){body.tnc-site .blog-answer-summary{padding:20px}body.tnc-site .blog-toolbar{margin-top:0}}

/* ========================================================================== 
   RC12 — authoritative responsive, widget and form alignment corrections
   ========================================================================== */

/* Closed mobile navigation must stay inside the viewport. Translating a fixed
   panel beyond the right edge enlarged the document's horizontal scroll area. */
@media (max-width:1180px){
  body.tnc-site .main-nav{
    right:0!important;
    left:auto!important;
    transform:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    transition:opacity .18s ease,visibility 0s linear .18s!important;
    contain:layout paint;
  }
  body.tnc-site .main-nav:is(.is-open,.nav-open,[data-open="true"]){
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:none!important;
    transition:opacity .18s ease!important;
  }
}

/* Keep flexible controls inside their own grid tracks. */
body.tnc-site :where(.search-fields,.form-grid,.search-grid,.transfer-search-grid,.marketplace-search)>*{min-width:0}
body.tnc-site .lead-magnet__controls{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:.65rem;
  align-items:stretch;
}
body.tnc-site .lead-magnet__controls input{width:100%;min-width:0}
body.tnc-site .lead-magnet__controls button{width:auto;min-width:max-content}
@media(max-width:700px){
  body.tnc-site .lead-magnet__controls{grid-template-columns:1fr}
  body.tnc-site .lead-magnet__controls button{width:100%;min-width:0}
}


/* Travelpayouts and marketplace cards own their inner padding. The shell must
   not inset the card again or break edge-to-edge media. */
body.tnc-site .marketplace-card{padding:0}
body.tnc-site .marketplace-card>.marketplace-card__body{padding:1.1rem}
body.tnc-site .marketplace-search{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:end;
  width:100%;
  max-width:760px;
}
body.tnc-site .marketplace-search input{width:100%;min-width:0}
@media(max-width:700px){body.tnc-site .marketplace-search{grid-template-columns:1fr}}


/* On phones, topic shortcuts wrap instead of creating an extra horizontal UI
   band that visually competes with page scrolling. */
@media(max-width:700px){
  body.tnc-site .topic-jump__inner,
  body.tnc-site .quick-nav{flex-wrap:wrap;overflow:visible}
  body.tnc-site .topic-jump__inner a,
  body.tnc-site .quick-nav a{white-space:normal}
}

/* The embedded Travelpayouts section already contains a standard .container;
   remove the legacy .section horizontal padding/max-width so it does not
   create a second, narrower content shell. */
body.tnc-site .partner-live-section{
  width:100%;
  max-width:none;
  margin-inline:0;
  padding-inline:0;
}

/* ========================================================================== 
   Production homepage/search ownership
   The homepage hero and search module have one final owner here. These rules
   intentionally outrank legacy component declarations bundled in site-core.css.
   ========================================================================== */
body.tnc-site.section-home .hero{
  width:100%;
  max-width:none;
  margin:0;
  padding:clamp(56px,6.5vw,88px) 0;
  border-radius:0;
  overflow:visible;
  background:linear-gradient(135deg,#16365f 0%,#24568a 52%,#1c6d72 100%);
}
body.tnc-site.section-home .hero-inner{
  width:min(calc(100% - (2 * var(--tnc-gutter))),var(--tnc-shell));
  max-width:var(--tnc-shell);
  margin-inline:auto;
  padding:0;
  text-align:center;
}
body.tnc-site.section-home .hero-headline{
  max-width:900px;
  margin:0 auto 18px;
  color:#fff!important;
  font-size:clamp(2.35rem,5.2vw,4.5rem);
  line-height:1.05;
  text-shadow:0 2px 12px rgba(0,0,0,.28);
}
body.tnc-site.section-home .hero-subheadline{
  max-width:760px;
  margin:0 auto clamp(28px,4vw,42px);
  color:rgba(255,255,255,.96)!important;
  font-size:clamp(1.02rem,1.5vw,1.2rem);
  line-height:1.62;
  text-shadow:none;
}
body.tnc-site.section-home .hero-search{
  width:min(100%,920px);
  max-width:920px;
  margin:0 auto 26px;
  padding:clamp(18px,2.4vw,28px);
  border:1px solid rgba(255,255,255,.45);
  border-radius:18px;
  background:rgba(255,255,255,.98);
  box-shadow:0 20px 46px rgba(4,25,45,.24);
  backdrop-filter:blur(14px);
}
body.tnc-site.section-home .hero-search form{display:grid;gap:14px}
body.tnc-site.section-home .hero-search .search-fields{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
body.tnc-site.section-home .hero-search .form-group{min-width:0;gap:0}
body.tnc-site.section-home .hero-search :where(input[type="text"],input[type="date"],.airport-input){
  width:100%;
  min-width:0;
  min-height:50px;
  padding:11px 14px;
  border:1px solid #c6d3dc!important;
  border-radius:10px;
  background:#fff!important;
  color:#172b3d;
  box-shadow:none;
}
body.tnc-site.section-home .hero-search :where(input[type="text"],input[type="date"],.airport-input):hover{border-color:#91a9b8!important}
body.tnc-site.section-home .hero-search :where(input[type="text"],input[type="date"],.airport-input):focus{border-color:#0c658f!important;box-shadow:0 0 0 3px rgba(12,101,143,.14)!important}
body.tnc-site.section-home .hero-search input.error{border-color:#c9282d!important;background:#fff8f8!important}
body.tnc-site.section-home .hero-search input.valid{border-color:#238653!important;background:#f7fff9!important}
body.tnc-site.section-home .search-buttons{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0;
}
body.tnc-site.section-home .search-buttons button{
  width:100%;
  min-width:0;
  min-height:50px;
  margin:0;
  padding:11px 16px;
  border-radius:10px;
  font-size:.98rem;
  font-weight:800;
  box-shadow:none;
}
body.tnc-site.section-home .search-buttons .btn-primary{
  background:#f1b928!important;
  border:1px solid #d89d08!important;
  color:#102b42!important;
}
body.tnc-site.section-home .search-buttons .btn-primary:hover:not(:disabled){background:#ffc83d!important;border-color:#e1a616!important;color:#102b42!important}
body.tnc-site.section-home .search-buttons .btn-secondary{
  background:#fff!important;
  border:1px solid #7ea3b8!important;
  color:#0b4665!important;
}
body.tnc-site.section-home .search-buttons .btn-secondary:hover:not(:disabled){background:#eef7fb!important;border-color:#0c658f!important;color:#073c56!important}
body.tnc-site.section-home .hero-search .btn-loading[hidden]{display:none!important}
body.tnc-site.section-home .hero-search .btn-text[hidden]{display:none!important}
body.tnc-site.section-home .hero-ctas{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin:0 0 24px;
}
body.tnc-site.section-home .hero-ctas :where(.btn-primary,.btn-secondary){
  min-width:190px;
  min-height:48px;
  margin:0;
  padding:11px 18px;
  border-radius:10px;
  font-weight:800;
}
body.tnc-site.section-home .hero-ctas .btn-primary{
  background:#fff!important;
  border:1px solid rgba(255,255,255,.94)!important;
  color:#123a58!important;
  box-shadow:0 8px 22px rgba(4,25,45,.18);
}
body.tnc-site.section-home .hero-ctas .btn-primary:hover{background:#f4f9fb!important;color:#0b2f49!important}
body.tnc-site.section-home .hero-ctas .btn-secondary{
  background:rgba(7,32,53,.22)!important;
  border:1px solid rgba(255,255,255,.72)!important;
  color:#fff!important;
  box-shadow:none;
}
body.tnc-site.section-home .hero-ctas .btn-secondary:hover{background:rgba(7,32,53,.38)!important;border-color:#fff!important;color:#fff!important}
body.tnc-site.section-home .trust-badges{gap:10px 12px}
body.tnc-site.section-home .trust-badges .badge{
  min-height:38px;
  padding:7px 13px;
  background:rgba(255,255,255,.96);
  border-color:rgba(255,255,255,.78);
  color:#173f5d;
  box-shadow:0 5px 15px rgba(4,25,45,.13);
}
body.tnc-site.section-home .search-results{
  width:100%;
  margin-top:14px;
  padding:16px;
  border:1px solid var(--tnc-line);
  border-radius:12px;
  background:#f7fafc;
  color:var(--tnc-text);
  text-align:left;
}
body.tnc-site.section-home .search-results:empty{display:none!important}
@media(max-width:900px){
  body.tnc-site.section-home .hero-search .search-fields{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  body.tnc-site.section-home .hero{padding:44px 0}
  body.tnc-site.section-home .hero-search{padding:16px;border-radius:14px}
  body.tnc-site.section-home .hero-search .search-fields,
  body.tnc-site.section-home .search-buttons{grid-template-columns:1fr}
  body.tnc-site.section-home .hero-ctas{display:grid;grid-template-columns:1fr;width:100%;max-width:420px;margin-inline:auto;margin-bottom:22px}
  body.tnc-site.section-home .hero-ctas :where(.btn-primary,.btn-secondary){width:100%;min-width:0}
  body.tnc-site.section-home .trust-badges{display:grid;grid-template-columns:1fr;justify-items:stretch;width:100%;max-width:420px;margin-inline:auto}
  body.tnc-site.section-home .trust-badges .badge{justify-content:center;white-space:normal;text-align:center}
}


/* --------------------------------------------------------------------------
   RC10 — single ownership for controls, translation UI, dashboards and widgets
   -------------------------------------------------------------------------- */
body.tnc-site :where(.card-media,.editorial-card-media,.home-destination-card,.business-directory-logo,.business-profile-logo,.article-featured,.hotel-card__media,.marketplace-card__media){overflow:hidden}

body.tnc-site .language-switcher{display:inline-flex;align-items:center;gap:6px;width:auto;max-width:100%;min-height:42px;padding:0 8px;border:1px solid var(--tnc-line);border-radius:10px;background:#fff;color:var(--tnc-navy)}
body.tnc-site .language-switcher>i{color:var(--tnc-blue);font-size:.9rem}
body.tnc-site .language-switcher select{width:auto;min-width:0;min-height:38px;padding:5px 24px 5px 4px;border:0;background-color:transparent;box-shadow:none;font-size:.82rem;font-weight:800;color:var(--tnc-navy)}
body.tnc-site .language-switcher select:focus{outline:0;box-shadow:none}
body.tnc-site .language-switcher__submit{flex:0 0 auto;min-height:32px;padding:5px 8px;border:0;border-radius:7px;background:var(--tnc-navy);color:#fff;font:inherit;font-size:.72rem;font-weight:850;line-height:1;cursor:pointer}
html.tnc-ui-ready body.tnc-site .language-switcher__submit{display:none}
body.tnc-site .blog-canada-origin-note,body.tnc-site .article-canada-origin{display:flex;gap:12px;align-items:flex-start;margin:18px 0 24px;padding:15px 17px;border:1px solid #c8e1eb;border-radius:14px;background:#f0f9fc;color:#18384e}
body.tnc-site .blog-canada-origin-note i,body.tnc-site .article-canada-origin>i{margin-top:.18rem;color:#c92a2f}
body.tnc-site .article-canada-origin p{margin:.25rem 0 0;color:var(--tnc-muted)}
body.tnc-site .article-canada-origin strong{color:var(--tnc-navy)}

/* Dashboard consistency: predictable card rhythm, actions and mobile gutters. */
body.tnc-site :where(.account-panel,.business-panel){min-width:0}
body.tnc-site :where(.account-panel-heading,.business-panel-heading,.directory-heading){flex-wrap:wrap}
body.tnc-site :where(.account-panel,.business-panel) :where(input,select,textarea){max-width:100%}
body.tnc-site :where(.account-content,.business-dashboard-main){min-width:0}


/* RC11 language controls and shell ownership. Keep selector visible at every breakpoint. */
body.tnc-site .header-actions>.language-switcher{flex:0 0 auto;width:auto;max-width:max-content;margin-left:0}
body.tnc-site .footer-language-bar{border-top:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035)}
body.tnc-site .footer-language-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-block:18px}
body.tnc-site .footer-language-inner>div{display:grid;gap:3px}
body.tnc-site .footer-language-inner strong{color:#fff;font-size:.9rem}
body.tnc-site .footer-language-inner span{color:rgba(255,255,255,.72);font-size:.78rem}
body.tnc-site .language-switcher--footer{border-color:rgba(255,255,255,.2);background:#fff}
@media(max-width:1180px){body.tnc-site .header-actions>.language-switcher{margin-left:0}body.tnc-site .language-switcher select{max-width:155px}}
@media(max-width:680px){body.tnc-site .footer-language-inner{align-items:flex-start;flex-direction:column}body.tnc-site .language-switcher--footer{width:100%}body.tnc-site .language-switcher--footer select{width:100%;max-width:none}}
@media(max-width:560px){body.tnc-site .header-actions>.language-switcher{padding-inline:6px}body.tnc-site .header-actions>.language-switcher select{max-width:104px;font-size:.75rem}body.tnc-site .header-actions>.language-switcher>i{display:none}}

/* Compact desktop prevents the brand, navigation and account controls from
   ever sharing the same pixels before the mobile drawer breakpoint. */
@media(min-width:1181px) and (max-width:1420px){
  body.tnc-site .logo-copy small{display:none}
  body.tnc-site .header-account span{display:none}
  body.tnc-site .header-cta{display:none!important}
  body.tnc-site .header-inner{gap:10px}
  body.tnc-site .header-actions{gap:6px}
  body.tnc-site .language-switcher select{max-width:150px}
}
