:root {
  --tc-chrome-burgundy: #6f1831;
  --tc-chrome-burgundy-dark: #4d1021;
  --tc-chrome-teal: #3e746d;
  --tc-chrome-sage: #dce9e4;
  --tc-chrome-cream: #f8f4ed;
  --tc-chrome-ink: #24302e;
}

.tc-site-topbar,
.tc-site-header,
.tc-site-footer,
.tc-site-topbar *,
.tc-site-header *,
.tc-site-footer * { box-sizing: border-box; }
.tc-header-container,
.tc-footer-container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.tc-site-topbar { background: var(--tc-chrome-burgundy); color: #fff; font-family: "Open Sans", Arial, sans-serif; }
.tc-site-topbar .tc-header-container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tc-site-topbar span { font-size: 12px; font-weight: 700; letter-spacing: .025em; }
.tc-site-topbar a { color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }
.tc-site-topbar a:hover { text-decoration: underline; text-underline-offset: 3px; }
.tc-topbar-contact { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 6px 10px; }
.tc-topbar-contact span { color: rgba(255,255,255,.45); font-size: 11px; }

.tc-site-header { position: relative; z-index: 20; background: rgba(255,255,255,.98); border-bottom: 1px solid #e5e9e7; box-shadow: 0 5px 20px rgba(35,49,45,.055); font-family: "Open Sans", Arial, sans-serif; }
.tc-header-inner { min-height: 92px; display: flex; align-items: center; gap: 30px; }
.tc-site-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.tc-site-brand img { display: block; width: 200px; height: auto; }
.tc-desktop-nav { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.tc-desktop-nav a { position: relative; display: inline-flex; align-items: center; min-height: 44px; padding: 0 13px; border-radius: 7px; color: var(--tc-chrome-ink); font-size: 14px; font-weight: 700; text-decoration: none; transition: color .2s ease, background .2s ease; }
.tc-desktop-nav a:hover { color: var(--tc-chrome-burgundy); background: var(--tc-chrome-cream); }
.tc-desktop-nav a.is-active { color: var(--tc-chrome-burgundy); background: #f3e9ec; }
.tc-desktop-nav a.is-active::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 3px; height: 3px; border-radius: 3px; background: var(--tc-chrome-burgundy); }
.tc-header-contact { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 19px; border-radius: 7px; background: var(--tc-chrome-burgundy); color: #fff !important; font-size: 14px; font-weight: 800; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.tc-header-contact:hover { background: var(--tc-chrome-burgundy-dark); transform: translateY(-1px); }
.tc-mobile-menu { display: none; margin-left: auto; position: relative; }
.tc-mobile-menu summary { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 15px; border: 2px solid var(--tc-chrome-burgundy); border-radius: 7px; color: var(--tc-chrome-burgundy); font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }
.tc-mobile-menu summary::-webkit-details-marker { display: none; }
.tc-menu-icon, .tc-menu-icon::before, .tc-menu-icon::after { display: block; width: 18px; height: 2px; border-radius: 2px; background: var(--tc-chrome-burgundy); transition: transform .2s ease; }
.tc-menu-icon { position: relative; }
.tc-menu-icon::before, .tc-menu-icon::after { content: ""; position: absolute; left: 0; }
.tc-menu-icon::before { top: -6px; }
.tc-menu-icon::after { top: 6px; }
.tc-mobile-menu[open] .tc-menu-icon { background: transparent; }
.tc-mobile-menu[open] .tc-menu-icon::before { top: 0; transform: rotate(45deg); }
.tc-mobile-menu[open] .tc-menu-icon::after { top: 0; transform: rotate(-45deg); }
.tc-mobile-menu nav { position: absolute; top: calc(100% + 12px); right: 0; width: min(310px, calc(100vw - 28px)); padding: 10px; border: 1px solid #dfe6e3; border-radius: 10px; background: #fff; box-shadow: 0 16px 40px rgba(35,49,45,.18); }
.tc-mobile-menu nav a { display: block; padding: 12px 14px; border-radius: 7px; color: var(--tc-chrome-ink); font-size: 15px; font-weight: 700; text-decoration: none; }
.tc-mobile-menu nav a:hover, .tc-mobile-menu nav a.is-active { color: var(--tc-chrome-burgundy); background: #f3e9ec; }
.tc-site-header a:focus-visible, .tc-site-header summary:focus-visible, .tc-site-topbar a:focus-visible, .tc-site-footer a:focus-visible { outline: 3px solid #e0a329; outline-offset: 3px; }

.tc-site-footer { background: #281b20; color: #fff; font-family: "Open Sans", Arial, sans-serif; border-top: 7px solid var(--tc-chrome-teal); }
.tc-footer-main { padding: 64px 0 50px; }
.tc-footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .9fr 1.15fr; gap: 50px; }
.tc-footer-brand img { display: block; width: 190px; height: auto; margin-bottom: 20px; filter: brightness(0) invert(1); }
.tc-footer-brand p { max-width: 310px; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.7; margin: 0 0 18px; }
.tc-footer-since { display: inline-flex; padding: 7px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; color: var(--tc-chrome-sage); font-size: 12px; font-weight: 800; letter-spacing: .035em; }
.tc-footer-column h2 { color: #fff; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; margin: 4px 0 18px; }
.tc-footer-column nav { display: grid; gap: 10px; }
.tc-footer-column nav a { width: fit-content; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.45; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.tc-footer-column nav a:hover { color: #fff; transform: translateX(2px); }
.tc-footer-contact p { color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.65; margin: 0 0 14px; }
.tc-footer-details { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 11px; margin: 2px 0 17px; }
.tc-footer-details span { color: rgba(255,255,255,.35); }
.tc-footer-phone { display: inline-block; color: #fff !important; font-size: 18px; font-weight: 800; text-decoration: none; }
.tc-footer-email { color: var(--tc-chrome-sage) !important; font-size: 13px; font-weight: 700; text-decoration: none; }
.tc-footer-phone:hover, .tc-footer-email:hover { text-decoration: underline; text-underline-offset: 4px; }
.tc-footer-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 7px; background: var(--tc-chrome-sage); color: var(--tc-chrome-burgundy-dark) !important; font-size: 14px; font-weight: 800; text-decoration: none; }
.tc-footer-button:hover { background: #fff; }
.tc-footer-bottom { border-top: 1px solid rgba(255,255,255,.13); padding: 23px 0 26px; }
.tc-footer-bottom-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.tc-footer-legal p { color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.6; margin: 0; }
.tc-footer-policies { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px 17px; }
.tc-footer-policies a { color: rgba(255,255,255,.65); font-size: 11px; text-decoration: none; }
.tc-footer-policies a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 950px) {
  .tc-header-inner { min-height: 82px; }
  .tc-site-brand img { width: 178px; }
  .tc-desktop-nav, .tc-header-contact { display: none; }
  .tc-mobile-menu { display: block; }
  .tc-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 38px; }
  .tc-footer-brand { grid-column: 1 / -1; }
  .tc-footer-brand p { max-width: 600px; }
}

@media (max-width: 680px) {
  .tc-header-container, .tc-footer-container { width: min(100% - 28px, 1160px); }
  .tc-site-topbar .tc-header-container { justify-content: center; min-height: 32px; }
  .tc-site-topbar > .tc-header-container > span { display: none; }
  .tc-topbar-contact { justify-content: center; }
  .tc-header-inner { min-height: 74px; }
  .tc-site-brand img { width: 150px; }
  .tc-footer-main { padding: 48px 0 38px; }
  .tc-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .tc-footer-brand, .tc-footer-contact { grid-column: 1 / -1; }
  .tc-footer-bottom-inner { display: block; }
  .tc-footer-policies { justify-content: flex-start; margin-top: 17px; }
}

@media (max-width: 430px) {
  .tc-footer-grid { grid-template-columns: 1fr; }
  .tc-footer-brand, .tc-footer-contact { grid-column: auto; }
  .tc-footer-details { display: grid; gap: 4px; }
  .tc-footer-details span { display: none; }
}
