/* ==========================================================================
   TR AUTO PARTS - ÜSKÜDAR ŞİRKETİ
   Design system: RED / WHITE / BLACK
   Pure CSS on top of Bootstrap 5 - no preprocessors, no frameworks.
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. Fonts - self hosted, no external requests
   Barlow / Barlow Condensed carry the Latin text, Cairo carries Arabic.
   -------------------------------------------------------------------------- */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../vendor/fonts/barlow-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../vendor/fonts/barlow-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../vendor/fonts/barlow-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../vendor/fonts/barlow-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../vendor/fonts/barlow-condensed-latin-600-normal.woff2")
    format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../vendor/fonts/barlow-condensed-latin-700-normal.woff2")
    format("woff2");
}

/* Cairo - Latin range */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../vendor/fonts/cairo-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../vendor/fonts/cairo-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../vendor/fonts/cairo-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../vendor/fonts/cairo-latin-800-normal.woff2") format("woff2");
}

/* Cairo - Arabic range */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../vendor/fonts/cairo-arabic-400-normal.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891,
    U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../vendor/fonts/cairo-arabic-600-normal.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891,
    U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../vendor/fonts/cairo-arabic-700-normal.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891,
    U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../vendor/fonts/cairo-arabic-800-normal.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891,
    U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC;
}

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Brand red taken directly from the supplied logo artwork */
  --tr-red: #d60815;
  --tr-red-dark: #a4060f;
  --tr-red-light: #ff2c3a;

  /* Dark neutrals - kept for the few intentionally dark elements (footer,
     dark overlays, lightbox) that anchor the ~10% black in the palette. */
  --tr-black: #0a0a0b;
  --tr-ink: #121215;
  --tr-ink-2: #1b1b20;
  --tr-line: #2a2a31;
  --tr-white: #ffffff;
  --tr-off: #f5f5f7;

  /* Light theme semantic tokens (60% white surfaces) */
  --tr-surface: #ffffff;
  --tr-surface-2: #f4f5f7;
  --tr-heading: #0f0f12;
  --tr-text: #45454d;
  --tr-border: #e4e6ea;
  --tr-grey: #6b6b73;
  --tr-grey-2: #3a3a42;

  --tr-nav-h: 78px;
  --tr-radius: 14px;
  --tr-radius-sm: 8px;

  --tr-shadow: 0 20px 50px -22px rgba(15, 15, 20, 0.22);
  --tr-shadow-red: 0 16px 40px -16px rgba(214, 8, 21, 0.4);

  --tr-ease: cubic-bezier(0.22, 0.61, 0.36, 1);

  /* Bootstrap overrides */
  --bs-primary: var(--tr-red);
  --bs-primary-rgb: 214, 8, 21;
  --bs-link-color: var(--tr-red);
  --bs-link-hover-color: var(--tr-red-light);
  --bs-body-font-family: "Barlow", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* --------------------------------------------------------------------------
   2. Base
   -------------------------------------------------------------------------- */
* {
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--tr-nav-h);
  background-color: var(--tr-surface);
}

body {
  background-color: var(--tr-surface);
  color: var(--tr-text);
  font-family: "Barlow", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.0125rem;
  line-height: 1.65;
  overflow-x: hidden;
}

/* Arabic / RTL typography */
html[dir="rtl"] body,
html[lang="ar"] body {
  font-family: "Cairo", "Barlow", system-ui, sans-serif;
  line-height: 1.85;
}

h1,
h2,
h3,
h4,
h5,
h6,
.tr-display {
  font-family: "Barlow Condensed", "Barlow", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--tr-heading);
  line-height: 1.08;
  text-wrap: balance;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6,
html[dir="rtl"] .tr-display {
  font-family: "Cairo", "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
}

a {
  text-decoration: none;
  transition: color 0.25s var(--tr-ease);
}

::selection {
  background: var(--tr-red);
  color: var(--tr-white);
}

/* Focus visibility for keyboard users */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--tr-red-light);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}
::-webkit-scrollbar-track {
  background: var(--tr-surface-2);
}
::-webkit-scrollbar-thumb {
  background: #cdced4;
  border-radius: 99px;
  border: 2px solid var(--tr-surface-2);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--tr-red);
}

/* --------------------------------------------------------------------------
   3. Utilities
   -------------------------------------------------------------------------- */
.tr-section {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  position: relative;
}

.tr-bg-ink {
  background-color: var(--tr-surface-2);
}
.tr-bg-black {
  background-color: var(--tr-black);
}
.tr-bg-light {
  background-color: var(--tr-surface-2);
}

.tr-text-red {
  color: var(--tr-red) !important;
}
.tr-muted {
  color: var(--tr-grey);
}

/* Eyebrow / section kicker */
.tr-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Barlow Condensed", "Cairo", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tr-red);
  margin-bottom: 1.1rem;
}
html[dir="rtl"] .tr-kicker {
  letter-spacing: 0.06em;
}
.tr-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--tr-red);
  display: block;
}

.tr-title {
  font-size: clamp(2rem, 4.4vw, 3.35rem);
  text-transform: uppercase;
}
html[dir="rtl"] .tr-title {
  text-transform: none;
}

.tr-lead {
  font-size: 1.075rem;
  color: var(--tr-grey);
  max-width: 60ch;
}

.text-center .tr-lead {
  margin-inline: auto;
}

/* Red angled slash used as a graphic accent */
.tr-slash {
  position: relative;
  display: inline-block;
}
.tr-slash::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0.12em;
  width: 100%;
  height: 0.34em;
  background: var(--tr-red);
  opacity: 0.28;
  transform: skewX(-14deg);
  z-index: -1;
}

/* Diagonal carbon-fibre style texture */
.tr-texture::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(15, 15, 20, 0.026) 0px,
    rgba(15, 15, 20, 0.026) 1px,
    transparent 1px,
    transparent 9px
  );
  pointer-events: none;
}

/* Thin top border used to separate sections */
.tr-edge-top {
  border-top: 1px solid var(--tr-border);
}

/* --------------------------------------------------------------------------
   4. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: "Barlow Condensed", "Cairo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-radius: var(--tr-radius-sm);
  padding: 0.82rem 1.7rem;
  border-width: 2px;
  transition: all 0.28s var(--tr-ease);
}
.btn i {
  font-size: 1.05em;
  line-height: 1;
}
html[dir="rtl"] .btn {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 800;
}

.btn-tr {
  background: var(--tr-red);
  border-color: var(--tr-red);
  color: var(--tr-white);
  box-shadow: var(--tr-shadow-red);
}
.btn-tr:hover,
.btn-tr:focus {
  background: var(--tr-red-dark);
  border-color: var(--tr-red-dark);
  color: var(--tr-white);
  transform: translateY(-3px);
}

.btn-tr-outline {
  background: transparent;
  border-color: rgba(214, 8, 21, 0.45);
  color: var(--tr-red);
}
.btn-tr-outline:hover,
.btn-tr-outline:focus {
  background: var(--tr-red);
  border-color: var(--tr-red);
  color: var(--tr-white);
  transform: translateY(-3px);
}

.btn-tr-ghost {
  background: transparent;
  border-color: var(--tr-red);
  color: var(--tr-red);
}
.btn-tr-ghost:hover,
.btn-tr-ghost:focus {
  background: var(--tr-red);
  color: var(--tr-white);
}

/* --------------------------------------------------------------------------
   5. Top bar + Navbar
   -------------------------------------------------------------------------- */
.tr-skip {
  position: fixed;
  top: 0.75rem;
  inset-inline-start: 0.75rem;
  z-index: 1100;
  padding: 0.7rem 1.15rem;
  background: var(--tr-red);
  color: var(--tr-white);
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: var(--radius-sm);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}
.tr-skip:hover,
.tr-skip:focus {
  color: var(--tr-white);
}

.tr-topbar {
  background: var(--tr-surface-2);
  border-bottom: 1px solid var(--tr-border);
  font-size: 0.83rem;
  color: var(--tr-grey);
}
.tr-topbar a {
  color: var(--tr-grey-2);
}
.tr-topbar a:hover {
  color: var(--tr-red-light);
}
.tr-topbar i {
  color: var(--tr-red);
  margin-inline-end: 0.4rem;
}

.tr-nav {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border-bottom: 1px solid var(--tr-border);
  transition: background 0.3s var(--tr-ease), border-color 0.3s var(--tr-ease),
    box-shadow 0.3s var(--tr-ease);
  min-height: var(--tr-nav-h);
}
.tr-nav.is-stuck {
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: var(--tr-border);
  box-shadow: 0 10px 34px -18px rgba(15, 15, 20, 0.35);
}

/* LOGO: original artwork is never altered - only sized to fit the layout. */
.tr-logo {
  height: 56px;
  width: auto;
  display: block;
  transition: height 0.3s var(--tr-ease);
}
.tr-nav.is-stuck .tr-logo {
  height: 46px;
}
@media (max-width: 575.98px) {
  .tr-logo {
    height: 44px;
  }
  .tr-nav.is-stuck .tr-logo {
    height: 40px;
  }
}

.tr-nav .nav-link {
  font-family: "Barlow Condensed", "Cairo", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--tr-heading);
  padding: 0.55rem 0.7rem !important;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .tr-nav .nav-link {
    font-size: 0.94rem;
    letter-spacing: 0.06em;
    padding: 0.55rem 0.55rem !important;
  }
}
html[dir="rtl"] .tr-nav .nav-link {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700;
}
.tr-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  inset-inline-start: 0.7rem;
  width: 0;
  height: 2px;
  background: var(--tr-red);
  transition: width 0.28s var(--tr-ease);
}
.tr-nav .nav-link:hover,
.tr-nav .nav-link.active {
  color: var(--tr-red);
}
.tr-nav .nav-link:hover::after,
.tr-nav .nav-link.active::after {
  width: calc(100% - 1.4rem);
}

.navbar-toggler {
  width: 42px;
  height: 38px;
  border: 2px solid var(--tr-border);
  padding: 0;
  display: grid;
  color: var(--tr-heading);
  place-items: center;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler[aria-expanded="true"] {
  color: var(--tr-red);
  border-color: rgba(214, 8, 21, 0.38);
  background: rgba(214, 8, 21, 0.04);
}

/* Language switch */
.tr-lang {
  display: inline-flex;
  border: 1px solid var(--tr-border);
  border-radius: 99px;
  overflow: hidden;
  background: var(--tr-surface);
}
.tr-lang button {
  background: transparent;
  border: 0;
  color: var(--tr-grey);
  /* Cairo first so the Arabic label has a real glyph to render with */
  font-family: "Cairo", "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding: 0.34rem 0.7rem;
  min-width: 2.6rem;
  transition: all 0.25s var(--tr-ease);
}
/* Three languages now share the pill, so trim it on narrow phones */
@media (max-width: 400px) {
  .tr-lang button {
    padding: 0.34rem 0.5rem;
    min-width: 2.15rem;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
  }
}
.tr-lang button:hover {
  color: var(--tr-heading);
}
.tr-lang button.is-active {
  background: var(--tr-red);
  color: var(--tr-white);
}

.tr-lang-mobile {
  display: none;
}
.tr-lang-mobile__toggle {
  width: 42px;
  height: 38px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 2px solid var(--tr-border);
  border-radius: 0.375rem;
  background: var(--tr-surface);
  color: var(--tr-heading);
  font-size: 1.05rem;
  line-height: 1;
  transition: color 0.24s var(--tr-ease), border-color 0.24s var(--tr-ease),
    background 0.24s var(--tr-ease);
}
.tr-lang-mobile__toggle::after {
  display: none;
}
.tr-lang-mobile__toggle:hover,
.tr-lang-mobile__toggle[aria-expanded="true"] {
  color: var(--tr-red);
  border-color: rgba(214, 8, 21, 0.38);
  background: rgba(214, 8, 21, 0.04);
}
.tr-lang-mobile__toggle:focus-visible {
  outline: 3px solid rgba(214, 8, 21, 0.18);
  outline-offset: 2px;
}
.tr-lang-mobile__menu {
  min-width: 178px;
  margin-top: 0.55rem !important;
  padding: 0.45rem;
  border: 1px solid var(--tr-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px -26px rgba(10, 10, 11, 0.5);
  backdrop-filter: blur(12px);
}
.tr-lang-mobile__menu .dropdown-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.58rem 0.65rem;
  border: 0;
  border-radius: 8px;
  color: #44444c;
  font-family: "Cairo", "Barlow Condensed", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
}
.tr-lang-mobile__menu .dropdown-item:hover {
  color: var(--tr-red);
  background: rgba(214, 8, 21, 0.055);
}
.tr-lang-mobile__menu .dropdown-item.is-active {
  color: var(--tr-red);
  background: rgba(214, 8, 21, 0.08);
}
.tr-lang-mobile__menu .dropdown-item.is-active::after {
  content: "\F26E";
  margin-inline-start: auto;
  font-family: "bootstrap-icons";
  font-size: 0.9rem;
}
.tr-lang-mobile__code {
  width: 29px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: #f0f1f3;
  color: #696a72;
  font-family: "Barlow Condensed", "Cairo", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.tr-lang-mobile__menu .is-active .tr-lang-mobile__code {
  background: var(--tr-red);
  color: var(--tr-white);
}

@media (max-width: 575.98px) {
  .tr-lang--desktop {
    display: none;
  }
  .tr-lang-mobile {
    display: block;
  }
}

.tr-nav-quote {
  min-height: 32px;
  padding: 0.25rem 0.85rem;
  border-radius: 9px;
  font-size: 0.82rem;
  box-shadow: 0 10px 24px -16px rgba(214, 8, 21, 0.75);
}
.tr-nav-quote i {
  font-size: 0.9rem;
}

/* --------------------------------------------------------------------------
   6. Hero
   -------------------------------------------------------------------------- */
.tr-hero {
  position: relative;
  overflow: visible;
  background: var(--tr-surface-2);
  padding: 0;
}

.tr-hero__card {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: clamp(540px, 38vw, 640px);
  margin-inline: auto;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: linear-gradient(112deg, #ffffff 0%, #ffffff 40%, #f0f2f5 100%);
  box-shadow: none;
}

/* Faint light-grey diagonal wash on the right, behind the product shot */
.tr-hero__slash {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: 0;
  width: 58%;
  background: linear-gradient(100deg, transparent 0%, #e9ebef 45%, #f4f5f7 100%);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}
html[dir="rtl"] .tr-hero__slash {
  clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
}

.tr-hero__inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  padding: clamp(3.5rem, 5.5vw, 6.5rem);
}

/* Headline: dark kicker line + oversized red main line */
.tr-hero__title {
  margin-bottom: 1.65rem;
  text-wrap: normal;
}
.tr-hero__title-kicker,
.tr-hero__title-main {
  display: block;
  font-family: "Barlow Condensed", "Cairo", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.tr-hero__title-kicker {
  font-size: clamp(1.75rem, 2.3vw, 2.6rem);
  letter-spacing: -0.01em;
  color: var(--tr-heading);
  margin-bottom: 0.18em;
}
.tr-hero__title-main {
  font-size: clamp(3.25rem, 4.8vw, 5.25rem);
  letter-spacing: -0.02em;
  color: var(--tr-red);
}
html[dir="rtl"] .tr-hero__title-kicker,
html[dir="rtl"] .tr-hero__title-main {
  text-transform: none;
  letter-spacing: 0;
}
html[dir="rtl"] .tr-hero__title-main {
  font-size: clamp(2.65rem, 4vw, 4.35rem);
}

/* Compact brand accent under the headline */
.tr-hero__rule {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 2.25rem;
}
.tr-hero__rule i {
  display: block;
  width: 10px;
  height: 4px;
  border-radius: 999px;
  background: #d7d8dd;
}
.tr-hero__rule i:first-child {
  width: 52px;
  background: var(--tr-red);
  box-shadow: 0 4px 10px -5px rgba(214, 8, 21, 0.65);
}

.tr-hero__lead {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: var(--tr-heading);
  font-weight: 500;
  line-height: 1.7;
  max-width: 34ch;
  margin-bottom: 1.1rem;
}
.tr-hero__sub {
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  color: var(--tr-grey);
  max-width: 34ch;
  line-height: 1.75;
  margin-bottom: 2.35rem;
}

.tr-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.tr-hero__actions .btn {
  padding: 0.95rem 1.2rem;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  gap: 0.7rem;
}
.tr-hero__actions .btn i {
  font-size: 1rem;
}
html[dir="rtl"] .tr-hero__actions .btn i {
  transform: scaleX(-1);
}

/* Product shot */
.tr-hero__figure {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.tr-hero__figure img {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  margin-inline: auto;
}

/* From lg up the shot becomes a full-height panel bleeding off the right
   edge, so the photo's own light-grey backdrop reads as the hero background
   instead of a floating box. A left-edge mask fades it into the white. */
@media (min-width: 992px) {
  .tr-hero__copy {
    width: 45%;
  }
  .tr-hero__title-main {
    white-space: nowrap;
  }
  .tr-hero__figure {
    position: absolute;
    inset-block: 0;
    inset-inline-end: 0;
    width: 60%;
    padding: clamp(1rem, 2vw, 2.25rem);
  }
  .tr-hero__figure img {
    width: 96%;
    max-width: none;
    height: 96%;
    max-height: 96%;
    object-fit: contain;
    object-position: center;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.45) 7%,
      #000 17%,
      #000 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.45) 7%,
      #000 17%,
      #000 100%
    );
  }
  html[dir="rtl"] .tr-hero__figure img {
    transform: none;
    -webkit-mask-image: linear-gradient(
      to left,
      transparent 0%,
      rgba(0, 0, 0, 0.45) 7%,
      #000 17%,
      #000 100%
    );
    mask-image: linear-gradient(
      to left,
      transparent 0%,
      rgba(0, 0, 0, 0.45) 7%,
      #000 17%,
      #000 100%
    );
  }
}

/* --------------------------------------------------------------------------
   6b. Hero feature bar
   -------------------------------------------------------------------------- */
.tr-fbar-wrap {
  position: relative;
  z-index: 3;
  background: var(--tr-surface);
  margin-top: 0;
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
.tr-fbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--tr-surface);
  border: 1px solid var(--tr-border);
  border-radius: 4px;
  box-shadow: 0 26px 60px -30px rgba(15, 15, 20, 0.35);
  margin: 0;
  overflow: hidden;
}
.tr-fbar__item {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  padding: 2.1rem 1.75rem;
  border-inline-start: 1px solid var(--tr-border);
}
.tr-fbar__item:first-child {
  border-inline-start: 0;
}
.tr-fbar__icon {
  flex: 0 0 auto;
  font-size: 2.1rem;
  line-height: 1;
  color: var(--tr-red);
}
.tr-fbar__title {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--tr-heading);
  margin-bottom: 0.5rem;
}
.tr-fbar__text {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--tr-grey);
  margin: 0;
}

/* --------------------------------------------------------------------------
   7. Marquee (scrolling category strip)
   -------------------------------------------------------------------------- */
.tr-marquee {
  background: var(--tr-red);
  overflow: hidden;
  padding: 0.9rem 0;
  position: relative;
}
.tr-marquee__track {
  display: flex;
  width: max-content;
  animation: trMarquee 34s linear infinite;
}
.tr-marquee:hover .tr-marquee__track {
  animation-play-state: paused;
}
@keyframes trMarquee {
  to {
    transform: translateX(-50%);
  }
}
html[dir="rtl"] .tr-marquee__track {
  animation-name: trMarqueeRtl;
}
@keyframes trMarqueeRtl {
  to {
    transform: translateX(50%);
  }
}
.tr-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding-inline: 1.6rem;
  font-family: "Barlow Condensed", "Cairo", sans-serif;
  font-weight: 700;
  font-size: 1.06rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tr-white);
  white-space: nowrap;
}
html[dir="rtl"] .tr-marquee__item {
  letter-spacing: 0;
  text-transform: none;
}
.tr-marquee__item i {
  font-size: 0.6rem;
  opacity: 0.7;
}

/* --------------------------------------------------------------------------
   8. Product carousel
   -------------------------------------------------------------------------- */

/* Category filter chips. The products section sits on the light background,
   so these are dark-on-light, unlike the rest of the dark UI. */
.tr-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 0.75rem;
  padding: 0;
}
.tr-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #f5f5f7;
  border: 1px solid transparent;
  color: #3a3a44;
  font-family: "Barlow Condensed", "Cairo", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 0.48rem 0.9rem;
  border-radius: 99px;
  cursor: pointer;
  transition: all 0.24s var(--tr-ease);
}
html[dir="rtl"] .tr-chip {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700;
}
.tr-chip:hover {
  background: var(--tr-white);
  border-color: rgba(214, 8, 21, 0.35);
  color: var(--tr-red);
  transform: translateY(-2px);
}
.tr-chip.is-active {
  background: var(--tr-red);
  border-color: var(--tr-red);
  color: var(--tr-white);
  box-shadow: 0 10px 24px -12px rgba(214, 8, 21, 0.7);
}
.tr-chip__n {
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.2rem 0.42rem;
  border-radius: 99px;
  background: rgba(10, 10, 11, 0.08);
  color: inherit;
  direction: ltr;
  unicode-bidi: isolate;
}
.tr-chip.is-active .tr-chip__n {
  background: rgba(255, 255, 255, 0.24);
}

/* Live "N parts shown" line under the filter bar */
.tr-fcount {
  text-align: center;
  font-family: "Barlow Condensed", "Cairo", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6c6c78;
  margin-bottom: 1.55rem;
}
html[dir="rtl"] .tr-fcount {
  letter-spacing: 0;
  text-transform: none;
}

.tr-pcard {
  background: var(--tr-surface);
  border: 1px solid var(--tr-border);
  border-radius: var(--tr-radius);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 18px -16px rgba(15, 15, 20, 0.3);
  transition: transform 0.36s var(--tr-ease), border-color 0.36s var(--tr-ease),
    box-shadow 0.36s var(--tr-ease);
}
.tr-pcard:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 8, 21, 0.35);
  box-shadow: 0 20px 42px -25px rgba(15, 15, 20, 0.48);
}

.tr-pcard__media {
  position: relative;
  aspect-ratio: 1.08 / 1;
  background: var(--tr-white);
  padding: clamp(1.35rem, 2.6vw, 2.5rem);
  overflow: hidden;
}
.tr-pcard__media img {
  width: 100%;
  height: 100%;
  /* Catalogue shots are square on white - contain so nothing is cropped */
  object-fit: contain;
  transition: transform 0.48s var(--tr-ease);
}
.tr-pcard:hover .tr-pcard__media img {
  transform: scale(1.045);
}

/* Zoom affordance */
.tr-pcard__zoom {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 11, 0.02) 35%,
    rgba(10, 10, 11, 0.24) 100%
  );
  color: var(--tr-white);
  font-size: 1.15rem;
  opacity: 0;
  transition: opacity 0.3s var(--tr-ease);
  border: 0;
  width: 100%;
  cursor: zoom-in;
}
.tr-pcard__zoom i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(16, 16, 19, 0.76);
  box-shadow: 0 8px 22px -12px rgba(0, 0, 0, 0.75);
  transform: translateY(5px) scale(0.9);
  transition: transform 0.3s var(--tr-ease), background 0.3s var(--tr-ease);
}
.tr-pcard:hover .tr-pcard__zoom,
.tr-pcard__zoom:focus-visible {
  opacity: 1;
}
.tr-pcard:hover .tr-pcard__zoom i,
.tr-pcard__zoom:focus-visible i {
  transform: translateY(0) scale(1);
}

.tr-pcard__body {
  padding: 1rem 1.15rem 1.15rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.tr-pcard__body h3 {
  font-size: 1.18rem;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  min-height: 2.6rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
html[dir="rtl"] .tr-pcard__body h3 {
  text-transform: none;
  font-size: 1.16rem;
}

.tr-pcard__desc {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--tr-grey);
  min-height: 2.75rem;
  margin-bottom: 0.8rem;
  flex: 1 1 auto;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tr-pcard__link {
  font-family: "Barlow Condensed", "Cairo", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  width: fit-content;
  color: var(--tr-red);
  background: rgba(214, 8, 21, 0.06);
  border: 1px solid rgba(214, 8, 21, 0.18);
  border-radius: 999px;
  padding: 0.52rem 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
html[dir="rtl"] .tr-pcard__link {
  letter-spacing: 0;
  text-transform: none;
}
.tr-pcard__link i {
  transition: transform 0.25s var(--tr-ease);
}
html[dir="rtl"] .tr-pcard__link i {
  transform: scaleX(-1);
}
.tr-pcard__link:hover {
  color: var(--tr-white);
  background: var(--tr-red);
  border-color: var(--tr-red);
}
.tr-pcard__link:hover i {
  transform: translateX(5px);
}
html[dir="rtl"] .tr-pcard__link:hover i {
  transform: scaleX(-1) translateX(5px);
}

/* Carousel chrome */
.tr-carousel {
  position: relative;
}
.tr-carousel .carousel-item {
  padding-bottom: 0.5rem;
}
.tr-carousel .carousel-inner {
  transition: opacity 0.32s var(--tr-ease), transform 0.32s var(--tr-ease);
}
.tr-carousel .carousel-inner.is-updating {
  opacity: 0;
  transform: translateY(8px);
}
.tr-carousel__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.tr-cbtn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(18, 18, 21, 0.88);
  color: var(--tr-white);
  display: inline-grid;
  place-items: center;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 8px 22px -10px rgba(15, 15, 20, 0.72);
  backdrop-filter: blur(8px);
  transition: color 0.24s var(--tr-ease), background 0.24s var(--tr-ease),
    border-color 0.24s var(--tr-ease), transform 0.24s var(--tr-ease),
    box-shadow 0.24s var(--tr-ease);
  position: absolute;
  top: var(--tr-carousel-arrow-top, 30%);
  z-index: 4;
  transform: translateY(-50%);
}
.tr-cbtn--prev {
  left: 16px;
}
.tr-cbtn--next {
  right: 16px;
}
.tr-cbtn:hover {
  background: var(--tr-red);
  border-color: var(--tr-red);
  color: var(--tr-white);
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 10px 24px -9px rgba(214, 8, 21, 0.85);
}
.tr-cbtn:active {
  transform: translateY(-50%) scale(0.94);
}
.tr-cbtn:focus-visible,
.tr-cdots button:focus-visible,
.tr-pcard__link:focus-visible {
  outline: 3px solid rgba(214, 8, 21, 0.22);
  outline-offset: 3px;
}
.tr-cbtn i {
  line-height: 1;
  -webkit-text-stroke: 0.35px currentColor;
}

.tr-cdots {
  display: flex;
  flex-wrap: nowrap;
  direction: ltr;
  justify-content: center;
  gap: 0.38rem;
  align-items: center;
  margin: 0;
  padding: 0 0.2rem;
  list-style: none;
  max-width: min(50vw, 430px);
  overflow-x: auto;
  scrollbar-width: none;
  min-width: 0;
}
html[dir="rtl"] .tr-cdots {
  flex-direction: row-reverse;
}
.tr-cdots::-webkit-scrollbar {
  display: none;
}
.tr-cdots li {
  display: flex;
  flex: 0 0 auto;
}
.tr-cdots button {
  width: 20px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d6d7dc;
  cursor: pointer;
  transition: width 0.28s var(--tr-ease), background 0.28s var(--tr-ease),
    box-shadow 0.28s var(--tr-ease), transform 0.2s var(--tr-ease);
}
.tr-cdots button:hover {
  background: #a9abb3;
  transform: scaleY(1.35);
}
.tr-cdots button.active {
  width: 38px;
  background: var(--tr-red);
  box-shadow: 0 3px 9px -3px rgba(214, 8, 21, 0.8);
}

@media (max-width: 575.98px) {
  .tr-cbtn {
    width: 42px;
    height: 42px;
  }
  .tr-cbtn--prev {
    left: 12px;
  }
  .tr-cbtn--next {
    right: 12px;
  }
  .tr-cdots {
    max-width: 100%;
    gap: 3px;
  }
  .tr-cdots button {
    width: 5px;
    height: 5px;
  }
  .tr-cdots button.active {
    width: 24px;
  }
}

@media (hover: none) {
  .tr-pcard:hover {
    transform: none;
  }
  .tr-pcard:hover .tr-pcard__zoom {
    opacity: 0;
  }
  .tr-pcard__zoom:focus-visible {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tr-cbtn,
  .tr-cdots button,
  .tr-carousel .carousel-inner {
    transition: none;
  }
}

/* Lightbox */
.tr-lightbox .modal-content {
  background: transparent;
  border: 0;
}
.tr-lightbox .modal-body {
  padding: 0;
}
.tr-lightbox img {
  width: 100%;
  height: auto;
  max-height: 74vh;
  object-fit: contain;
  border-radius: var(--tr-radius);
  background: var(--tr-white);
}
.tr-lightbox .btn-close {
  filter: invert(1) grayscale(1) brightness(2);
  position: absolute;
  top: -3rem;
  inset-inline-end: 0;
  opacity: 0.9;
  z-index: 5;
}
.tr-lightbox__cap {
  color: var(--tr-white);
  font-family: "Barlow Condensed", "Cairo", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.9rem;
  text-align: center;
}
html[dir="rtl"] .tr-lightbox__cap {
  letter-spacing: 0;
  text-transform: none;
}
/* --------------------------------------------------------------------------
   9. Services
   -------------------------------------------------------------------------- */
.tr-svc {
  background: var(--tr-surface);
  border: 1px solid var(--tr-border);
  border-radius: var(--tr-radius);
  padding: 2.1rem 1.75rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px -22px rgba(15, 15, 20, 0.25);
  transition: transform 0.34s var(--tr-ease), border-color 0.34s var(--tr-ease),
    box-shadow 0.34s var(--tr-ease);
}
.tr-svc::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 3px;
  background: var(--tr-red);
  transform: scaleX(0);
  transform-origin: inline-start;
  transition: transform 0.4s var(--tr-ease);
}
.tr-svc:hover {
  transform: translateY(-7px);
  border-color: rgba(214, 8, 21, 0.5);
  box-shadow: var(--tr-shadow);
}
.tr-svc:hover::before {
  transform: scaleX(1);
}
.tr-svc__ico {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  background: rgba(214, 8, 21, 0.12);
  border: 1px solid rgba(214, 8, 21, 0.32);
  color: var(--tr-red);
  display: grid;
  place-items: center;
  font-size: 1.55rem;
  margin-bottom: 1.3rem;
  transition: all 0.34s var(--tr-ease);
}
.tr-svc:hover .tr-svc__ico {
  background: var(--tr-red);
  color: var(--tr-white);
  transform: rotate(-8deg) scale(1.06);
}
.tr-svc h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
html[dir="rtl"] .tr-svc h3 {
  text-transform: none;
  font-size: 1.22rem;
}
.tr-svc p {
  font-size: 0.94rem;
  color: var(--tr-grey);
  margin: 0;
}
.tr-svc__no {
  position: absolute;
  top: 0.9rem;
  inset-inline-end: 1.2rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(15, 15, 20, 0.05);
}

/* --------------------------------------------------------------------------
   10. Why us / features
   -------------------------------------------------------------------------- */
.tr-why {
  display: flex;
  gap: 1.15rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--tr-border);
}
.tr-why:last-child {
  border-bottom: 0;
}
.tr-why__ico {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: var(--tr-red);
  color: var(--tr-white);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  box-shadow: var(--tr-shadow-red);
}
.tr-why h3 {
  font-size: 1.16rem;
  text-transform: uppercase;
  margin-bottom: 0.28rem;
}
html[dir="rtl"] .tr-why h3 {
  text-transform: none;
}
.tr-why p {
  font-size: 0.93rem;
  color: var(--tr-grey);
  margin: 0;
}

/* Certificate chips */
.tr-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--tr-surface);
  border: 1px solid var(--tr-border);
  border-radius: 99px;
  padding: 0.5rem 1.1rem;
  font-family: "Barlow Condensed", "Cairo", sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tr-grey-2);
}
html[dir="rtl"] .tr-chip {
  letter-spacing: 0;
  text-transform: none;
}
.tr-chip i {
  color: var(--tr-red);
}

/* Image collage for the why/about blocks */
.tr-shot {
  position: relative;
  border-radius: var(--tr-radius);
  overflow: hidden;
  border: 1px solid var(--tr-border);
  background: #e9eaed;
  box-shadow: 0 10px 28px -24px rgba(10, 10, 11, 0.45);
}
.tr-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s var(--tr-ease);
}
.tr-shot:hover img {
  transform: scale(1.035);
}
.tr-shot--tall {
  aspect-ratio: 3 / 4;
}
.tr-shot-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tr-shot--tile {
  flex: 1 1 0;
  min-height: 0;
}
.tr-shot--tile:nth-child(2) img {
  object-position: 52% center;
}
.tr-shot--tile:nth-child(3) img {
  object-position: 48% center;
}

/* Floating stat plate over imagery */
.tr-plate {
  position: absolute;
  bottom: 1rem;
  inset-inline-start: 1rem;
  background: var(--tr-red);
  color: var(--tr-white);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  box-shadow: var(--tr-shadow);
  max-width: 74%;
}
.tr-plate .v {
  display: block;
  font-family: "Barlow Condensed", "Cairo", sans-serif;
  font-size: 2.05rem;
  font-weight: 700;
  line-height: 1;
}
.tr-plate .k {
  display: block;
  font-size: 0.79rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.4;
  opacity: 0.92;
  margin-top: 0.3rem;
}
html[dir="rtl"] .tr-plate .k {
  letter-spacing: 0;
  text-transform: none;
}

/* --------------------------------------------------------------------------
   11. Stats counters
   -------------------------------------------------------------------------- */
.tr-stats {
  background: var(--tr-surface-2);
  position: relative;
  overflow: hidden;
  padding: clamp(4.25rem, 7vw, 6.25rem) 0;
}
.tr-stat {
  text-align: center;
  height: 100%;
  padding: 1.35rem 0.5rem;
  position: relative;
  transform-origin: center;
  transition: transform 0.3s var(--tr-ease);
}
.tr-stat:hover {
  transform: scale(1.045);
}
.tr-stat__ico {
  width: 66px;
  height: 66px;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 8, 21, 0.16);
  border-radius: 18px;
  background: rgba(214, 8, 21, 0.08);
  color: var(--tr-red);
  font-size: 1.9rem;
  line-height: 1;
  box-shadow: 0 10px 24px -20px rgba(214, 8, 21, 0.7);
}
.tr-stat__v {
  font-family: "Barlow Condensed", "Cairo", sans-serif;
  font-size: clamp(2.2rem, 3.6vw, 3rem);
  font-weight: 700;
  color: var(--tr-heading);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.06em;
}
.tr-stat__v .sfx {
  color: var(--tr-red);
}
.tr-stat__k {
  max-width: 22ch;
  margin: 0.7rem auto 0;
  font-size: 0.83rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tr-grey);
  line-height: 1.45;
}
html[dir="rtl"] .tr-stat__k {
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.92rem;
}

/* --------------------------------------------------------------------------
   12. About
   -------------------------------------------------------------------------- */
.tr-quote {
  border-inline-start: 3px solid var(--tr-red);
  padding-inline-start: 1.35rem;
  font-size: 1.1rem;
  color: var(--tr-grey-2);
  font-style: italic;
}
html[dir="rtl"] .tr-quote {
  font-style: normal;
}

.tr-about-copy {
  position: relative;
  z-index: 2;
}
.tr-about-copy .tr-lead {
  max-width: none;
  font-size: 0.98rem;
  line-height: 1.75;
  margin-bottom: 1.15rem;
}
.tr-about-title {
  max-width: 14ch;
  margin: 0.8rem 0 1.7rem;
  font-size: clamp(2.35rem, 3.65vw, 4.15rem);
  line-height: 0.98;
}
html[dir="rtl"] .tr-about-title {
  max-width: 16ch;
}
.tr-about-copy .tr-quote {
  margin-block: 1.4rem;
  padding: 1rem 1.2rem;
  border-inline-start-width: 0;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(
    90deg,
    rgba(214, 8, 21, 0.08),
    rgba(214, 8, 21, 0.01)
  );
  box-shadow: inset 3px 0 0 var(--tr-red);
}
html[dir="rtl"] .tr-about-copy .tr-quote {
  border-radius: 12px 0 0 12px;
  background: linear-gradient(
    270deg,
    rgba(214, 8, 21, 0.08),
    rgba(214, 8, 21, 0.01)
  );
  box-shadow: inset -3px 0 0 var(--tr-red);
}

.tr-about-media {
  min-height: 590px;
  position: relative;
  isolation: isolate;
}
.tr-about-media::before {
  content: "";
  position: absolute;
  width: 74%;
  aspect-ratio: 1;
  top: 10%;
  inset-inline-end: 2%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(214, 8, 21, 0.1) 0,
    rgba(214, 8, 21, 0.025) 48%,
    transparent 70%
  );
}
.tr-about-media__main,
.tr-about-media__float {
  overflow: hidden;
  border: 1px solid rgba(20, 20, 24, 0.1);
  background: var(--tr-white);
  box-shadow: 0 28px 60px -38px rgba(10, 10, 11, 0.55);
}
.tr-about-media__main {
  width: 78%;
  margin-inline-start: auto !important;
  aspect-ratio: 4 / 5;
  border-radius: 26px;
  animation: tr-about-float 7s ease-in-out infinite;
}
.tr-about-media__float {
  width: 50%;
  aspect-ratio: 4 / 3;
  position: absolute;
  inset-inline-start: 0;
  bottom: 4%;
  z-index: 3;
  border: 7px solid var(--tr-surface-2);
  border-radius: 20px;
  animation: tr-about-float-alt 6s ease-in-out infinite;
}
.tr-about-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s var(--tr-ease);
}
.tr-about-media__float img {
  object-position: 55% center;
}
.tr-about-media figure:hover img {
  transform: scale(1.045);
}
.tr-about-media__ring {
  width: 78px;
  height: 78px;
  position: absolute;
  top: 4%;
  inset-inline-start: 6%;
  border: 16px solid rgba(214, 8, 21, 0.1);
  border-radius: 50%;
}
.tr-about-media__mark {
  width: 58px;
  height: 58px;
  position: absolute;
  inset-inline-end: 2%;
  bottom: 8%;
  z-index: 4;
  display: grid;
  place-items: center;
  border: 6px solid var(--tr-surface-2);
  border-radius: 50%;
  background: var(--tr-red);
  color: var(--tr-white);
  font-size: 1.35rem;
  box-shadow: 0 16px 30px -18px rgba(214, 8, 21, 0.85);
  animation: tr-about-pulse 3s ease-in-out infinite;
}

@keyframes tr-about-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes tr-about-float-alt {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(7px) rotate(1deg);
  }
}
@keyframes tr-about-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@media (max-width: 991.98px) {
  .tr-about-media {
    min-height: 540px;
    max-width: 620px;
    margin-inline: auto;
  }
  .tr-about-title {
    max-width: 18ch;
  }
}

@media (max-width: 575.98px) {
  .tr-about-intro {
    --bs-gutter-y: 2.5rem;
  }
  .tr-about-title {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }
  .tr-about-media {
    min-height: 420px;
  }
  .tr-about-media__main {
    width: 84%;
    border-radius: 20px;
  }
  .tr-about-media__float {
    width: 54%;
    border-width: 5px;
    border-radius: 16px;
  }
  .tr-about-media__ring {
    width: 58px;
    height: 58px;
    border-width: 12px;
  }
  .tr-about-media__mark {
    width: 50px;
    height: 50px;
    border-width: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tr-about-media__main,
  .tr-about-media__float,
  .tr-about-media__mark {
    animation: none;
  }
}

.tr-about-visual {
  --about-px: 0px;
  --about-py: 0px;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
}
.tr-about-map {
  width: 96%;
  height: auto;
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: -2;
  opacity: 0.66;
  transform: translate3d(
    calc(var(--about-px) * -0.22),
    calc(var(--about-py) * -0.22),
    0
  );
  transition: transform 0.45s var(--tr-ease);
}
.tr-about-network {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  fill: var(--tr-red);
  opacity: 0.48;
  pointer-events: none;
}
.tr-about-network path {
  fill: none;
  stroke: var(--tr-red);
  stroke-width: 1.35;
  stroke-dasharray: 7 9;
  animation: tr-export-flow 14s linear infinite;
}
.tr-about-network circle {
  transform-origin: center;
  animation: tr-export-node 2.8s ease-in-out infinite;
}
.tr-about-network circle:nth-of-type(2) {
  animation-delay: -0.7s;
}
.tr-about-network circle:nth-of-type(3) {
  animation-delay: -1.4s;
}
.tr-about-network circle:nth-of-type(4) {
  animation-delay: -2.1s;
}
.tr-about-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  background: radial-gradient(
    circle,
    rgba(214, 8, 21, 0.23),
    rgba(214, 8, 21, 0.05) 50%,
    transparent 72%
  );
  animation: tr-about-glow 5.5s ease-in-out infinite;
}
.tr-about-glow--one {
  width: 410px;
  height: 410px;
  left: 16%;
  top: 25%;
}
.tr-about-glow--two {
  width: 230px;
  height: 230px;
  right: -2%;
  bottom: -2%;
  animation-delay: -2.2s;
}
.tr-about-parts {
  position: absolute;
  inset: 0;
}
.tr-about-part {
  position: absolute;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 22px 18px rgba(12, 12, 15, 0.2));
  transform-origin: center;
  translate: var(--about-px) var(--about-py);
  transition: translate 0.38s var(--tr-ease);
  will-change: transform;
}
.tr-about-part--arm {
  width: 70%;
  left: 15%;
  top: 33%;
  z-index: 3;
  animation: tr-part-arm 8.5s ease-in-out infinite;
}
.tr-about-part--thrust {
  width: 48%;
  right: 4%;
  top: 19%;
  z-index: 2;
  animation: tr-part-thrust 9.3s ease-in-out -2.1s infinite;
}
.tr-about-part--joint {
  width: 24%;
  left: 5%;
  top: 20%;
  z-index: 4;
  animation: tr-part-joint 7.2s ease-in-out -1.4s infinite;
}
.tr-about-part--link {
  width: 44%;
  left: 7%;
  bottom: 11%;
  z-index: 4;
  animation: tr-part-link 9.7s ease-in-out -3.2s infinite;
}
.tr-about-part--bushing {
  width: 20%;
  right: 11%;
  bottom: 16%;
  z-index: 5;
  animation: tr-part-bushing 6.8s ease-in-out -0.9s infinite;
}
.tr-about-particles i {
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: var(--tr-red);
  box-shadow: 0 0 10px rgba(214, 8, 21, 0.58);
  opacity: 0.55;
  animation: tr-about-particle 7s ease-in-out infinite;
}
.tr-about-particles i:nth-child(1) {
  left: 10%;
  top: 43%;
}
.tr-about-particles i:nth-child(2) {
  left: 33%;
  top: 17%;
  animation-delay: -1.5s;
}
.tr-about-particles i:nth-child(3) {
  right: 15%;
  top: 38%;
  animation-delay: -2.8s;
}
.tr-about-particles i:nth-child(4) {
  right: 29%;
  bottom: 13%;
  animation-delay: -4.2s;
}
.tr-about-particles i:nth-child(5) {
  left: 18%;
  bottom: 23%;
  animation-delay: -5.4s;
}
.tr-about-particles i:nth-child(6) {
  right: 5%;
  bottom: 44%;
  animation-delay: -3.6s;
}
.tr-about-glass {
  position: absolute;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.66rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.66);
  color: #2e2e35;
  font-family: "Barlow Condensed", "Cairo", sans-serif;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px -24px rgba(10, 10, 11, 0.5);
  backdrop-filter: blur(13px);
}
.tr-about-glass i {
  color: var(--tr-red);
  font-size: 1.05rem;
}
.tr-about-glass--iso {
  top: 6%;
  left: 5%;
  animation: tr-glass-float 7.5s ease-in-out infinite;
}
.tr-about-glass--export {
  top: 10%;
  right: 5%;
  animation: tr-glass-float 8.6s ease-in-out -2.8s infinite;
}
.tr-about-glass--quality {
  right: 5%;
  bottom: 5%;
  animation: tr-glass-float 6.8s ease-in-out -1.3s infinite;
}

@keyframes tr-export-flow {
  to {
    stroke-dashoffset: -180;
  }
}
@keyframes tr-export-node {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
    transform: scale(1.45);
  }
}
@keyframes tr-about-glow {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(0.94);
  }
  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}
@keyframes tr-part-arm {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}
@keyframes tr-part-thrust {
  0%,
  100% {
    transform: translateY(0) rotate(7deg);
  }
  50% {
    transform: translateY(10px) rotate(3deg);
  }
}
@keyframes tr-part-joint {
  0%,
  100% {
    transform: translateY(0) rotate(-7deg);
  }
  50% {
    transform: translateY(-10px) rotate(-3deg);
  }
}
@keyframes tr-part-link {
  0%,
  100% {
    transform: translateY(0) rotate(8deg);
  }
  50% {
    transform: translateY(11px) rotate(4deg);
  }
}
@keyframes tr-part-bushing {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-9px) rotate(2deg);
  }
}
@keyframes tr-about-particle {
  0%,
  100% {
    opacity: 0.18;
    transform: translateY(8px) scale(0.8);
  }
  50% {
    opacity: 0.75;
    transform: translateY(-11px) scale(1.3);
  }
}
@keyframes tr-glass-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@media (max-width: 991.98px) {
  .tr-about-visual {
    min-height: 620px;
    max-width: 720px;
    margin-inline: auto;
  }
}
@media (max-width: 575.98px) {
  .tr-about-visual {
    min-height: 480px;
  }
  .tr-about-part--arm {
    width: 70%;
    left: 15%;
    top: 31%;
  }
  .tr-about-part--thrust {
    width: 54%;
    right: 0;
    top: 22%;
  }
  .tr-about-part--joint {
    width: 29%;
    left: 1%;
    top: 23%;
  }
  .tr-about-part--link {
    width: 49%;
    left: 3%;
    bottom: 13%;
  }
  .tr-about-part--bushing {
    width: 24%;
    right: 8%;
    bottom: 18%;
  }
  .tr-about-glass {
    padding: 0.5rem 0.6rem;
    font-size: 0.68rem;
  }
  .tr-about-glass--quality {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tr-about-network path,
  .tr-about-network circle,
  .tr-about-glow,
  .tr-about-part,
  .tr-about-particles i,
  .tr-about-glass {
    animation: none;
  }
  .tr-about-map,
  .tr-about-part {
    transform: none;
    translate: none;
    transition: none;
  }
}

/* Locations */
.tr-loc {
  background: var(--tr-surface);
  border: 1px solid var(--tr-border);
  border-radius: var(--tr-radius);
  padding: 1.6rem 1.5rem;
  height: 100%;
  box-shadow: 0 10px 30px -22px rgba(15, 15, 20, 0.25);
  transition: border-color 0.3s var(--tr-ease), transform 0.3s var(--tr-ease);
}
.tr-loc:hover {
  border-color: rgba(214, 8, 21, 0.5);
  transform: translateY(-5px);
}
.tr-loc__ico {
  color: var(--tr-red);
  font-size: 1.35rem;
  margin-bottom: 0.85rem;
}
.tr-loc h3 {
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
html[dir="rtl"] .tr-loc h3 {
  letter-spacing: 0;
  text-transform: none;
}
.tr-loc p {
  font-size: 0.93rem;
  color: var(--tr-grey);
  margin: 0;
}

/* --------------------------------------------------------------------------
   13. Contact
   -------------------------------------------------------------------------- */
.tr-contact-list {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.tr-form-panel {
  align-self: start;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--tr-border);
  border-radius: var(--tr-radius);
  padding: clamp(1.35rem, 2.5vw, 2rem);
  box-shadow: 0 18px 50px -34px rgba(15, 15, 20, 0.45);
  backdrop-filter: blur(8px);
}

.tr-form .form-label {
  font-family: "Barlow Condensed", "Cairo", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--tr-heading);
  margin-bottom: 0.45rem;
}
html[dir="rtl"] .tr-form .form-label {
  letter-spacing: 0;
  text-transform: none;
}
.tr-form .form-control,
.tr-form .form-select {
  background: var(--tr-surface);
  border: 1px solid var(--tr-border);
  color: var(--tr-heading);
  border-radius: var(--tr-radius-sm);
  padding: 0.78rem 1rem;
  font-size: 0.98rem;
}
.tr-form .form-control::placeholder {
  color: #9a9aa2;
}
.tr-form .form-control:focus,
.tr-form .form-select:focus {
  background: var(--tr-surface);
  border-color: var(--tr-red);
  color: var(--tr-heading);
  box-shadow: 0 0 0 0.22rem rgba(214, 8, 21, 0.16);
}
.tr-form .form-select option {
  background: var(--tr-surface);
  color: var(--tr-heading);
}
.tr-form .invalid-feedback {
  font-size: 0.83rem;
}
.tr-form .form-check-input {
  background-color: var(--tr-surface);
  border-color: var(--tr-border);
}
.tr-form .form-check-input:checked {
  background-color: var(--tr-red);
  border-color: var(--tr-red);
}

.tr-cinfo {
  background: var(--tr-surface);
  border: 1px solid var(--tr-border);
  border-radius: var(--tr-radius);
  padding: 1.35rem 1.4rem;
  display: flex;
  gap: 1.05rem;
  align-items: flex-start;
  box-shadow: 0 10px 30px -22px rgba(15, 15, 20, 0.25);
  transition: border-color 0.3s var(--tr-ease), transform 0.3s var(--tr-ease);
}
.tr-cinfo:hover {
  border-color: rgba(214, 8, 21, 0.5);
  transform: translateY(-4px);
}
.tr-cinfo__ico {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(214, 8, 21, 0.12);
  border: 1px solid rgba(214, 8, 21, 0.3);
  color: var(--tr-red);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
}
.tr-cinfo h3 {
  font-size: 0.86rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tr-grey);
  margin-bottom: 0.3rem;
}
html[dir="rtl"] .tr-cinfo h3 {
  letter-spacing: 0;
  text-transform: none;
}
.tr-cinfo a,
.tr-cinfo p {
  color: var(--tr-heading);
  font-size: 1rem;
  margin: 0;
  word-break: break-word;
}
.tr-cinfo a:hover {
  color: var(--tr-red-light);
}

/* WhatsApp contact card */
.tr-wa-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 86px;
  padding: 1.15rem 1.4rem;
  background: var(--tr-surface);
  border: 1px solid rgba(37, 211, 102, 0.34);
  border-radius: var(--tr-radius);
  color: var(--tr-heading);
  box-shadow: 0 12px 34px -28px rgba(15, 15, 20, 0.4);
  transition: transform 0.3s var(--tr-ease), border-color 0.3s var(--tr-ease),
    box-shadow 0.3s var(--tr-ease);
}
.tr-wa-card:hover {
  color: var(--tr-heading);
  border-color: #25d366;
  transform: translateY(-4px);
  box-shadow: 0 18px 38px -28px rgba(37, 211, 102, 0.75);
}
.tr-wa-card__ico {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(37, 211, 102, 0.12);
  color: #159447;
  font-size: 1.45rem;
}
.tr-wa-card > span:last-child {
  display: grid;
  gap: 0.15rem;
}
.tr-wa-card strong {
  font-family: "Barlow Condensed", "Cairo", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tr-grey);
}
html[dir="rtl"] .tr-wa-card strong {
  letter-spacing: 0;
  text-transform: none;
}

/* Back to top */
.tr-top {
  position: fixed;
  bottom: 1.4rem;
  inset-inline-start: 1.4rem;
  z-index: 1030;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid var(--tr-border);
  background: var(--tr-surface);
  color: var(--tr-heading);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  box-shadow: var(--tr-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: all 0.3s var(--tr-ease);
}
.tr-top.is-on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tr-top:hover {
  background: var(--tr-red);
  border-color: var(--tr-red);
  color: var(--tr-white);
}

/* --------------------------------------------------------------------------
   14. CTA banner
   -------------------------------------------------------------------------- */
.tr-cta {
  background: var(--tr-red);
  position: relative;
  overflow: hidden;
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}
.tr-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.07) 0px,
    rgba(0, 0, 0, 0.07) 2px,
    transparent 2px,
    transparent 14px
  );
  pointer-events: none;
}
.tr-cta h2 {
  font-size: clamp(1.85rem, 4vw, 3rem);
  text-transform: uppercase;
  color: var(--tr-white);
}
html[dir="rtl"] .tr-cta h2 {
  text-transform: none;
}
.tr-cta p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.tr-cta .btn-light {
  background: var(--tr-white);
  border-color: var(--tr-white);
  color: var(--tr-black);
}
.tr-cta .btn-light:hover {
  background: var(--tr-black);
  border-color: var(--tr-black);
  color: var(--tr-white);
  transform: translateY(-3px);
}
.tr-cta .btn-outline-light:hover {
  color: var(--tr-red);
  background: var(--tr-white);
  border-color: var(--tr-white);
  transform: translateY(-3px);
}

/* --------------------------------------------------------------------------
   15. Footer
   -------------------------------------------------------------------------- */
.tr-footer {
  background: var(--tr-black);
  border-top: 3px solid var(--tr-red);
  padding-top: 4rem;
}
.tr-footer h3 {
  font-size: 0.9rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--tr-white);
  margin-bottom: 1.15rem;
}
html[dir="rtl"] .tr-footer h3 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 1rem;
}
.tr-footer p,
.tr-footer li {
  font-size: 0.93rem;
  color: #9a9aa4;
}
.tr-footer a {
  color: #9a9aa4;
}
.tr-footer a:hover {
  color: var(--tr-red-light);
}
.tr-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tr-footer ul li {
  margin-bottom: 0.55rem;
}
.tr-flogo {
  height: 78px;
  width: auto;
}
.tr-soc {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #c9c9d1;
  font-size: 1.05rem;
  transition: all 0.26s var(--tr-ease);
}
.tr-soc:hover {
  background: var(--tr-red);
  border-color: var(--tr-red);
  color: var(--tr-white);
  transform: translateY(-3px);
}
.tr-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 3rem;
  padding: 1.5rem 0;
  font-size: 0.86rem;
  color: #7c7c86;
}

/* Section-specific title colors */
#products .tr-title {
  color: #000000;
}

#about .tr-title {
  color: #000000;
}

/* --------------------------------------------------------------------------
   16. Scroll reveal animations
   -------------------------------------------------------------------------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s var(--tr-ease), transform 0.75s var(--tr-ease);
  will-change: opacity, transform;
}
[data-reveal="left"] {
  transform: translateX(-30px);
}
[data-reveal="right"] {
  transform: translateX(30px);
}
[data-reveal="zoom"] {
  transform: scale(0.94);
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* --------------------------------------------------------------------------
   17. Responsive tweaks
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .tr-nav .navbar-collapse {
    background: var(--tr-surface);
    border: 1px solid var(--tr-border);
    border-radius: var(--tr-radius);
    padding: 1rem;
    margin-top: 0.85rem;
    box-shadow: var(--tr-shadow);
  }
  .tr-nav .nav-link::after {
    display: none;
  }
  /* Stacked hero: copy on top, product shot below, no diagonal wash */
  .tr-hero__slash {
    display: none;
  }
  .tr-hero {
    padding: 0;
  }
  .tr-hero__card {
    min-height: 0;
    border-radius: 20px;
  }
  .tr-hero__inner {
    padding: 3rem 2.5rem 2rem;
  }
  .tr-hero__lead,
  .tr-hero__sub {
    max-width: 52ch;
  }
  .tr-hero__figure {
    padding: 0 2rem 2rem;
  }
  .tr-hero__figure img {
    width: 100%;
    max-width: 760px;
    height: auto;
    margin-inline: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    padding: 0;
    border-radius: 0;
  }
  .tr-fbar {
    grid-template-columns: repeat(2, 1fr);
  }
  .tr-fbar__item:nth-child(odd) {
    border-inline-start: 0;
  }
  .tr-fbar__item:nth-child(n + 3) {
    border-top: 1px solid var(--tr-border);
  }
  .tr-fbar-wrap {
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  /* Keep Bootstrap's largest gutters inside the mobile container. */
  .row.g-5 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 2rem;
  }
  .tr-hero {
    padding: 0;
  }
  .tr-hero__card {
    border-radius: 18px;
  }
  .tr-hero__inner {
    padding: 2.25rem 1.25rem 1.5rem;
  }
  .tr-hero__figure {
    padding: 0 0.75rem 1rem;
  }
  .tr-section {
    padding-block: 4rem;
  }
  .tr-title {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }
  .tr-pcard__media {
    aspect-ratio: 1.12 / 1;
    padding: 1rem;
  }
  .tr-pcard__body {
    padding: 0.95rem 1rem 1.05rem;
  }
  .tr-hero__actions .btn {
    flex: 1 1 100%;
    justify-content: center;
  }
  .tr-form-panel {
    padding: 1.25rem;
  }
  .tr-hero__rule i:first-child {
    width: 42px;
  }
  .tr-facility-gallery__main,
  .tr-shot-stack {
    width: 100%;
    flex: 0 0 100%;
  }
  .tr-shot--tall {
    aspect-ratio: 4 / 3;
  }
  .tr-shot-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .tr-shot-stack .tr-shot:first-child {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 8;
  }
  .tr-shot-stack .tr-shot:not(:first-child) {
    aspect-ratio: 1 / 1;
  }
  .tr-fbar {
    grid-template-columns: 1fr;
  }
  .tr-fbar__item {
    border-inline-start: 0;
    padding: 1.6rem 1.35rem;
  }
  .tr-fbar__item + .tr-fbar__item {
    border-top: 1px solid var(--tr-border);
  }
  .tr-plate {
    padding: 0.8rem 1rem;
  }
  .tr-plate .v {
    font-size: 1.6rem;
  }
  .tr-cbtn {
    width: 44px;
    height: 44px;
    font-size: 1.05rem;
  }
}

/* Print */
@media print {
  .tr-nav,
  .tr-topbar,
  .tr-top,
  .tr-marquee,
  .tr-scroll-cue {
    display: none !important;
  }
  body {
    background: #fff;
    color: #000;
  }
}
