:root {
  --ts-ink: #171612;
  --ts-ink-soft: #3f3b34;
  --ts-cream: #f4efe6;
  --ts-paper: #fffdf9;
  --ts-gold: #b38b46;
  --ts-gold-dark: #83632e;
  --ts-line: #d9d0c2;
  --ts-focus: #0b63ce;
  --ts-success: #1f6a45;
  --ts-max: 1240px;
}

* { box-sizing: border-box; }

.ts-skip-link {
  position: fixed;
  z-index: 10000;
  top: 8px;
  left: 8px;
  transform: translateY(-160%);
  padding: 10px 14px;
  color: #fff;
  background: var(--ts-focus);
  border-radius: 3px;
}

.ts-skip-link:focus { transform: translateY(0); }

.ts-launch-header {
  position: relative;
  z-index: 200;
  color: var(--ts-ink);
  background: rgba(255, 253, 249, .98);
  border-bottom: 1px solid var(--ts-line);
  font-family: Arial, Helvetica, sans-serif;
}

.ts-utility {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px max(22px, calc((100vw - var(--ts-max)) / 2));
  color: #fff;
  background: var(--ts-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ts-header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1500px;
  min-height: 88px;
  margin: 0 auto;
  padding: 12px 22px;
}

.ts-brand { flex: 0 0 222px; }
.ts-brand img { display: block; width: 100%; height: auto; }

.ts-nav-toggle {
  display: none;
  margin-left: auto;
  padding: 10px 14px;
  border: 1px solid var(--ts-ink);
  color: var(--ts-ink);
  background: #fff;
  font: inherit;
  font-weight: 700;
}

.ts-primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  width: 100%;
}

.ts-primary-nav > a,
.ts-nav-group > summary {
  display: block;
  padding: 13px 10px;
  color: var(--ts-ink-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.ts-nav-group > summary::-webkit-details-marker { display: none; }
.ts-nav-group > summary::after { content: " +"; color: var(--ts-gold-dark); }
.ts-nav-group[open] > summary::after { content: " −"; }
.ts-primary-nav > a:hover,
.ts-primary-nav > a:focus-visible,
.ts-nav-group > summary:hover,
.ts-nav-group > summary:focus-visible { color: var(--ts-gold-dark); }

/* 6.07: Featured Materials is a first-class curated destination, not a material type/program. */
.ts-primary-nav .ts-featured-nav-link {
  color: var(--ts-gold-dark);
  box-shadow: inset 0 -2px 0 rgba(184,137,52,.45);
}
.ts-primary-nav .ts-featured-nav-link:hover,
.ts-primary-nav .ts-featured-nav-link:focus-visible,
.ts-primary-nav .ts-featured-nav-link[aria-current="page"] {
  color: var(--ts-ink);
  box-shadow: inset 0 -2px 0 var(--ts-gold);
}

.ts-nav-group { position: relative; }
.ts-nav-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  display: grid;
  width: min(340px, 88vw);
  padding: 12px;
  background: #fff;
  border: 1px solid var(--ts-line);
  box-shadow: 0 18px 42px rgba(31, 27, 20, .16);
}

.ts-nav-menu a {
  padding: 10px 12px;
  color: var(--ts-ink);
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
}
.ts-nav-menu a:hover,
.ts-nav-menu a:focus-visible { background: var(--ts-cream); }

.ts-primary-nav .ts-t-one-nav-link {
  margin: 0 4px;
  padding: 11px 13px;
  color: #fff;
  background: var(--ts-success);
  border: 1px solid var(--ts-success);
  border-radius: 999px;
  letter-spacing: .08em;
}
.ts-primary-nav .ts-t-one-nav-link:hover,
.ts-primary-nav .ts-t-one-nav-link:focus-visible,
.ts-primary-nav .ts-t-one-nav-link[aria-current="page"] {
  color: #fff;
  background: var(--ts-ink);
  border-color: var(--ts-gold);
}

.ts-primary-nav .ts-start-link {
  margin-left: 8px;
  padding: 13px 15px;
  color: #fff;
  background: var(--ts-gold-dark);
}
.ts-primary-nav .ts-start-link:hover,
.ts-primary-nav .ts-start-link:focus-visible { color: #fff; background: var(--ts-ink); }

.ts-page-shell {
  color: var(--ts-ink);
  background: var(--ts-paper);
}

.ts-page-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(360px, 48vw, 590px);
  overflow: hidden;
  color: #fff;
  background: var(--ts-ink);
}

.ts-page-hero-media,
.ts-page-hero-media::after { position: absolute; inset: 0; }
.ts-page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.ts-page-hero-media::after {
  content: "";
  background: linear-gradient(90deg, rgba(15, 14, 12, .84), rgba(15, 14, 12, .34) 68%, rgba(15, 14, 12, .2));
}

.ts-page-hero-copy {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  margin: 0 max(24px, calc((100vw - var(--ts-max)) / 2));
  padding: 76px 0;
}

.ts-eyebrow {
  margin: 0 0 12px;
  color: #e6c689;
  font: 700 12px/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ts-page-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5.4vw, 72px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.025em;
}

.ts-page-hero .ts-lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.92);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.ts-breadcrumbs {
  max-width: var(--ts-max);
  margin: 0 auto;
  padding: 20px 22px 0;
  color: #6b6459;
  font: 13px/1.4 Arial, Helvetica, sans-serif;
}
.ts-breadcrumbs a { color: var(--ts-gold-dark); }

.ts-content {
  max-width: var(--ts-max);
  margin: 0 auto;
  padding: 54px 22px 76px;
}

.ts-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ts-copy-card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--ts-line);
  border-top: 4px solid var(--ts-gold);
}
.ts-copy-card h2,
.ts-copy-card h3 { margin: 0 0 12px; color: var(--ts-ink); font-weight: 500; line-height: 1.2; }
.ts-copy-card p { margin: 0 0 12px; color: var(--ts-ink-soft); font-size: 16px; line-height: 1.7; }
.ts-copy-card p:last-child { margin-bottom: 0; }

.ts-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ts-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  color: #fff;
  background: var(--ts-ink);
  border: 1px solid var(--ts-ink);
  font: 700 14px/1.25 Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.ts-button:hover,
.ts-button:focus-visible { color: #fff; background: var(--ts-gold-dark); border-color: var(--ts-gold-dark); }
.ts-button.ts-button-light { color: var(--ts-ink); background: transparent; }
.ts-button.ts-button-light:hover,
.ts-button.ts-button-light:focus-visible { color: #fff; background: var(--ts-ink); }

.ts-form-panel {
  margin-top: 42px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--ts-cream);
  border: 1px solid var(--ts-line);
}
.ts-form-panel h2 { margin-top: 0; }
.ts-form-note { max-width: 760px; color: var(--ts-ink-soft); line-height: 1.6; }
.ts-email-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.ts-field { display: grid; gap: 7px; }
.ts-field-wide { grid-column: 1 / -1; }
.ts-field label,
.ts-field > span { font: 700 14px/1.25 Arial, Helvetica, sans-serif; }
.ts-field input,
.ts-field select,
.ts-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ts-ink);
  background: #fff;
  border: 1px solid #8d8578;
  border-radius: 0;
  font: 16px/1.45 Arial, Helvetica, sans-serif;
}
.ts-field textarea { min-height: 130px; resize: vertical; }
.ts-form-status { grid-column: 1 / -1; min-height: 1.5em; color: var(--ts-success); font-weight: 700; }

.ts-faq { display: grid; gap: 12px; }
.ts-faq details { background: #fff; border: 1px solid var(--ts-line); }
.ts-faq summary { padding: 18px 20px; cursor: pointer; font-size: 18px; font-weight: 700; }
.ts-faq details div { padding: 0 20px 20px; color: var(--ts-ink-soft); font-size: 16px; line-height: 1.7; }

.ts-status-note {
  margin: 0 0 28px;
  padding: 18px 20px;
  color: var(--ts-ink);
  background: #fff8e8;
  border-left: 5px solid var(--ts-gold);
  line-height: 1.6;
}

.ts-launch-footer {
  color: rgba(255,255,255,.82);
  background: var(--ts-ink);
  font-family: Arial, Helvetica, sans-serif;
}
.ts-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 34px;
  max-width: var(--ts-max);
  margin: 0 auto;
  padding: 58px 22px 38px;
}
.ts-launch-footer h2,
.ts-launch-footer h3 { margin: 0 0 14px; color: #fff; font-size: 16px; }
.ts-launch-footer p { margin: 0 0 12px; line-height: 1.65; }
.ts-launch-footer a { display: block; margin: 0 0 9px; color: rgba(255,255,255,.84); text-decoration: none; }
.ts-launch-footer a:hover,
.ts-launch-footer a:focus-visible { color: #fff; text-decoration: underline; }
.ts-footer-logo { width: min(220px, 100%); margin-bottom: 16px; }
.ts-footer-meta {
  max-width: var(--ts-max);
  margin: 0 auto;
  padding: 18px 22px 26px;
  border-top: 1px solid rgba(255,255,255,.18);
  font-size: 12px;
  line-height: 1.6;
}

.ts-launch-page .section:first-of-type { margin-top: 0; }
.ts-launch-page .filter-panel,
.ts-launch-page .pc17-inspiration-shell { scroll-margin-top: 24px; }

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--ts-focus) !important;
  outline-offset: 3px;
}

/* 6.04 responsive navigation: preserve the horizontal desktop/laptop menu; collapse only when the viewport truly needs it. */
@media (max-width: 1320px) and (min-width: 1201px) {
  .ts-header-inner { min-height: 76px; gap: 10px; padding-left:14px; padding-right:14px; }
  .ts-brand { flex-basis: 166px; }
  .ts-primary-nav { gap: 0; }
  .ts-primary-nav > a,
  .ts-nav-group > summary { padding: 11px 6px; font-size: 10px; letter-spacing:.018em; }
  .ts-primary-nav .ts-t-one-nav-link { margin:0 2px; padding:9px 9px; }
  .ts-primary-nav .ts-start-link { margin-left:3px; padding:10px 9px; }
}

@media (max-width: 1200px) {
  .ts-header-inner { min-height: 76px; }
  .ts-brand { flex-basis: 190px; }
  .ts-nav-toggle { display: inline-flex; }
  .ts-primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 14px 22px 22px;
    background: #fff;
    border-bottom: 1px solid var(--ts-line);
    box-shadow: 0 18px 32px rgba(31,27,20,.14);
  }
  .ts-primary-nav[data-open="true"] { display: grid; }
  .ts-primary-nav > a,
  .ts-nav-group > summary { padding: 12px 4px; }
  .ts-primary-nav .ts-t-one-nav-link { margin: 6px 0; padding: 13px 14px; text-align: center; border-radius: 3px; }
  .ts-primary-nav .ts-start-link { margin: 8px 0 0; padding: 14px; text-align: center; }
  .ts-nav-menu { position: static; width: 100%; padding: 6px 12px 12px; border: 0; box-shadow: none; }
}


@media (max-width: 760px) {
  .ts-utility { display: none; }
  .ts-header-inner { padding: 10px 16px; }
  .ts-brand { flex-basis: 170px; }
  .ts-page-hero { min-height: 430px; }
  .ts-page-hero-copy { margin: 0 22px; padding: 54px 0; }
  .ts-copy-grid,
  .ts-email-form,
  .ts-footer-grid { grid-template-columns: 1fr; }
  .ts-field-wide { grid-column: auto; }
  .ts-content { padding: 38px 18px 58px; }
  .ts-footer-grid { padding-top: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

@media print {
  .ts-launch-header,
  .ts-launch-footer,
  .ts-actions,
  .ts-form-panel,
  .project-float { display: none !important; }
  .ts-page-hero { min-height: auto; color: #000; background: #fff; }
  .ts-page-hero-media { display: none; }
  .ts-page-hero-copy { margin: 0; padding: 24px 0; }
  .ts-page-hero h1,
  .ts-page-hero .ts-lead { color: #000; }
}

/* RC5: editable calendar output, resource cards, service process, and T-ONE. */
.ts-calendar-panel,
.ts-resource-section,
.ts-video-section,
.ts-process-section,
.ts-brand-preview,
.ts-t-one-intro {
  margin-top: 42px;
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
  border: 1px solid var(--ts-line);
  border-top: 4px solid var(--ts-gold);
}

.ts-calendar-panel h2,
.ts-resource-section h2,
.ts-video-section h2,
.ts-process-section h2,
.ts-brand-preview h2,
.ts-t-one-intro h2 { margin-top: 0; }

.ts-hours-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.ts-hours-summary p {
  margin: 0;
  padding: 16px;
  color: var(--ts-ink);
  background: var(--ts-cream);
  border-left: 3px solid var(--ts-gold);
  line-height: 1.5;
}

.ts-calendar-table {
  width: 100%;
  margin: 22px 0;
  border-collapse: collapse;
}

.ts-calendar-table th,
.ts-calendar-table td {
  padding: 14px 16px;
  border: 1px solid var(--ts-line);
  text-align: left;
  vertical-align: middle;
}

.ts-calendar-table th { color: #fff; background: var(--ts-ink); }
.ts-calendar-table tbody tr:nth-child(even) { background: var(--ts-cream); }
.ts-calendar-table a { color: var(--ts-gold-dark); font-weight: 700; }
.ts-calendar-notices { margin: 22px 0 0; padding-left: 22px; color: var(--ts-ink-soft); }
.ts-calendar-notices li { margin-bottom: 8px; }
.ts-holiday-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 18px 0 0; padding: 0; list-style: none; }
.ts-holiday-list li { padding: 9px 12px; background: var(--ts-cream); border: 1px solid var(--ts-line); }

.ts-resource-grid,
.ts-finish-grid,
.ts-service-grid,
.ts-t-one-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}

.ts-resource-card,
.ts-finish-card,
.ts-service-card,
.ts-t-one-card {
  padding: 24px;
  background: var(--ts-cream);
  border: 1px solid var(--ts-line);
}

.ts-resource-card h3,
.ts-finish-card h3,
.ts-service-card h3,
.ts-t-one-card h3 { margin-top: 0; }
.ts-resource-card p,
.ts-finish-card p,
.ts-service-card p,
.ts-t-one-card p { color: var(--ts-ink-soft); line-height: 1.65; }

.ts-pdf-preview {
  display: block;
  width: 100%;
  min-height: 420px;
  margin: 18px 0;
  background: #eee;
  border: 1px solid var(--ts-line);
}

.ts-video-frame {
  position: relative;
  width: 100%;
  margin-top: 24px;
  padding-top: 56.25%;
  overflow: hidden;
  background: #111;
}

.ts-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ts-numbered-process { counter-reset: ts-step; display: grid; gap: 16px; margin-top: 24px; }
.ts-numbered-process article { position: relative; padding: 20px 20px 20px 70px; background: var(--ts-cream); border: 1px solid var(--ts-line); }
.ts-numbered-process article::before { counter-increment: ts-step; content: counter(ts-step); position: absolute; top: 18px; left: 20px; display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: var(--ts-ink); font-weight: 700; }
.ts-numbered-process h3 { margin: 0 0 6px; }
.ts-numbered-process p { margin: 0; color: var(--ts-ink-soft); line-height: 1.6; }
.ts-preview-note { margin-top: 22px; padding: 16px 18px; background: #fff8e8; border-left: 5px solid var(--ts-gold); line-height: 1.6; }
.ts-button[aria-disabled="true"] { opacity: .58; cursor: not-allowed; pointer-events: none; }

.ts-career-form input[type="file"] { padding: 9px; }
.ts-career-file-help { margin: 0; color: var(--ts-ink-soft); font-size: 13px; }
.ts-career-form label:has(input[type="checkbox"]) { display: flex; align-items: flex-start; gap: 10px; }
.ts-career-form input[type="checkbox"] { flex: 0 0 auto; width: 20px; min-height: 20px; margin: 1px 0 0; padding: 0; }

.ts-t-one-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10020;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 16px 10px 10px;
  color: #fff;
  background: #172114;
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
  font: 700 14px/1.2 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.ts-t-one-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #111;
  background: #87a83a;
  border-radius: 50%;
  font-size: 11px;
  letter-spacing: .04em;
}

.ts-t-one-panel {
  position: fixed;
  right: 22px;
  bottom: 86px;
  z-index: 10021;
  display: grid;
  grid-template-rows: auto minmax(130px, 1fr) auto auto auto;
  width: min(390px, calc(100vw - 32px));
  max-height: min(680px, calc(100vh - 120px));
  overflow: hidden;
  color: var(--ts-ink);
  background: #fff;
  border: 1px solid var(--ts-line);
  box-shadow: 0 18px 44px rgba(0,0,0,.32);
  font-family: Arial, Helvetica, sans-serif;
}

.ts-t-one-panel[hidden] { display: none; }
.ts-t-one-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 18px; color: #fff; background: #172114; }
.ts-t-one-header strong { display: block; font-size: 17px; }
.ts-t-one-header span { display: block; margin-top: 3px; color: rgba(255,255,255,.72); font-size: 12px; }
.ts-t-one-close { min-width: 38px; min-height: 38px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.45); font-size: 22px; cursor: pointer; }
.ts-t-one-log { display: grid; gap: 12px; min-height: 0; padding: 18px; overflow-y: auto; background: #f4f1ea; }
.ts-t-one-message { max-width: 92%; padding: 11px 13px; border-radius: 4px; line-height: 1.45; }
.ts-t-one-message[data-role="assistant"] { justify-self: start; background: #fff; border: 1px solid var(--ts-line); }
.ts-t-one-message[data-role="user"] { justify-self: end; color: #fff; background: #34472d; }
.ts-t-one-message a { display: inline-block; margin-top: 8px; color: var(--ts-gold-dark); font-weight: 700; }
.ts-t-one-topics { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 18px 14px; background: #f4f1ea; }
.ts-t-one-topic { padding: 8px 10px; color: #26351f; background: #fff; border: 1px solid #87a83a; font-size: 12px; cursor: pointer; }
.ts-t-one-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 14px 18px 8px; border-top: 1px solid var(--ts-line); }
.ts-t-one-form label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.ts-t-one-form input { min-width: 0; min-height: 42px; padding: 9px 10px; border: 1px solid #8d8578; font: 15px/1.4 Arial, Helvetica, sans-serif; }
.ts-t-one-form button { min-height: 42px; padding: 9px 13px; color: #fff; background: #172114; border: 1px solid #172114; font-weight: 700; cursor: pointer; }
.ts-t-one-privacy { margin: 0; padding: 0 18px 14px; color: var(--ts-ink-soft); font-size: 11px; line-height: 1.45; }

@media (max-width: 760px) {
  .ts-hours-summary,
  .ts-resource-grid,
  .ts-finish-grid,
  .ts-service-grid,
  .ts-t-one-grid { grid-template-columns: 1fr; }
  .ts-calendar-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .ts-calendar-table,
  .ts-calendar-table tbody,
  .ts-calendar-table tr,
  .ts-calendar-table td { display: block; width: 100%; }
  .ts-calendar-table tr { margin-bottom: 12px; border: 1px solid var(--ts-line); }
  .ts-calendar-table td { border: 0; border-bottom: 1px solid var(--ts-line); }
  .ts-calendar-table td:last-child { border-bottom: 0; }
  .ts-t-one-launcher { right: 14px; bottom: 14px; }
  .ts-t-one-launcher > span:last-child { display: none; }
  .ts-t-one-launcher { width: 52px; padding: 8px; }
  .ts-t-one-panel { right: 16px; bottom: 78px; max-height: calc(100vh - 96px); }
  .ts-pdf-preview { min-height: 320px; }
}

@media print {
  .ts-t-one-launcher,
  .ts-t-one-panel,
  .ts-video-frame { display: none !important; }
}


/* RC5.1 careers transmission notice */
.ts-career-privacy-notice {
  border: 2px solid #9a7134;
  border-left-width: 8px;
  background: #fff8e9;
  color: #24241f;
  margin: 1.25rem 0;
  padding: clamp(1rem, 3vw, 1.4rem);
}

.ts-career-privacy-notice h3 {
  margin: 0 0 .65rem;
  font-size: 1.2rem;
}

.ts-career-privacy-notice p {
  margin: .55rem 0 0;
  max-width: 80ch;
}

.ts-career-privacy-notice a {
  font-weight: 700;
}

.ts-career-acknowledgment {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr) !important;
  gap: .7rem !important;
  align-items: start !important;
  padding: .9rem;
  border: 1px solid #cdbd9e;
  background: #fff;
}

.ts-career-acknowledgment input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: .15rem 0 0;
}

.ts-career-acknowledgment label {
  margin: 0;
  line-height: 1.45;
}

.ts-career-form fieldset {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.ts-career-form fieldset legend {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0 0 4px;
  color: #4f4a41;
  font-size: 13px;
  font-weight: 700;
}

.ts-career-form fieldset[disabled] .ts-field {
  opacity: .64;
}

@media (max-width: 760px) {
  .ts-career-form fieldset { grid-template-columns: 1fr; }
}


/* RC5.2 Stone Finishes Guide */
.ts-finishes-guide {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.6fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: start;
  margin: 0 0 42px;
  padding: clamp(20px, 4vw, 38px);
  color: #fff;
  background: #161714;
  border-top: 5px solid var(--ts-gold);
}

.ts-finishes-guide h2 { color: #fff; margin-top: 0; }
.ts-finishes-guide p { color: rgba(255,255,255,.82); line-height: 1.65; }
.ts-finishes-guide .ts-button-light { color: #fff; border-color: rgba(255,255,255,.7); }
.ts-finishes-guide-figure { min-width: 0; margin: 0; }
.ts-finishes-guide-figure a { display: block; border: 1px solid rgba(255,255,255,.32); }
.ts-finishes-guide-figure img { display: block; width: 100%; height: auto; }
.ts-finishes-guide-figure figcaption { margin-top: 10px; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.5; }

@media (max-width: 860px) {
  .ts-finishes-guide { grid-template-columns: 1fr; }
}


/* RC5.3 T-ONE introduction, personal helper, and motion preferences */
.ts-t-one-profile {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .8fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  margin: 0 0 42px;
  padding: clamp(20px, 4vw, 40px);
  color: #fff;
  background: #151713;
  border-top: 5px solid var(--ts-gold);
}

.ts-t-one-portrait { min-width: 0; margin: 0; }
.ts-t-one-portrait a { display: block; overflow: hidden; border: 1px solid rgba(255,255,255,.28); }
.ts-t-one-portrait img { display: block; width: 100%; height: auto; }
.ts-t-one-portrait figcaption { margin-top: 10px; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.5; }
.ts-t-one-profile-copy h2 { margin: 0 0 10px; color: #fff; font-size: clamp(30px, 4vw, 50px); }
.ts-t-one-profile-copy p { color: rgba(255,255,255,.82); line-height: 1.68; }
.ts-t-one-profile-copy .ts-lead { color: #fff; font-size: clamp(18px, 2.2vw, 23px); }
.ts-t-one-profile-copy .ts-button-light { color: #fff; border-color: rgba(255,255,255,.72); }
.ts-t-one-meaning { margin: 22px 0 4px; padding: 16px 18px; background: rgba(255,255,255,.08); border-left: 4px solid #87a83a; }
.ts-t-one-meaning p { margin: 5px 0 0; }
.ts-t-one-confirmation { margin: 28px 0; padding: clamp(20px, 3vw, 30px); background: #fff8e8; border-left: 6px solid var(--ts-gold); }
.ts-t-one-confirmation h2 { margin-top: 0; font-size: clamp(22px, 3vw, 30px); }
.ts-t-one-confirmation p { margin-bottom: 0; line-height: 1.7; }

.ts-t-one-avatar {
  display: block;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  overflow: hidden;
  background: #29351f url('/image-catalog/T-One.jpg') no-repeat 23% 8%;
  background-size: 285% auto;
  border: 2px solid #a9c858;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(179,139,70,.45);
  animation: ts-t-one-arrive .72s cubic-bezier(.2,.8,.2,1) both;
  transition: transform .2s ease, box-shadow .2s ease;
}

.ts-t-one-launcher:hover .ts-t-one-avatar,
.ts-t-one-launcher:focus-visible .ts-t-one-avatar { transform: translateY(-2px) rotate(-2deg) scale(1.05); box-shadow: 0 0 0 3px rgba(179,139,70,.62); }
.ts-t-one-identity { display: flex; align-items: center; gap: 12px; }
.ts-t-one-avatar-panel { width: 44px; height: 44px; animation: none; }

@keyframes ts-t-one-arrive {
  0% { transform: translateY(8px) scale(.82) rotate(-5deg); opacity: 0; }
  70% { transform: translateY(-1px) scale(1.04) rotate(1deg); opacity: 1; }
  100% { transform: translateY(0) scale(1) rotate(0); opacity: 1; }
}

@media (max-width: 860px) {
  .ts-t-one-profile { grid-template-columns: 1fr; }
  .ts-t-one-profile-copy { max-width: 680px; }
}

@media (max-width: 760px) {
  .project-float { right: 76px !important; bottom: 14px !important; max-width: calc(100vw - 166px); overflow: hidden; white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  .ts-t-one-avatar,
  .ts-t-one-launcher:hover .ts-t-one-avatar,
  .ts-t-one-launcher:focus-visible .ts-t-one-avatar {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
\n/* RC5.5 recovery: responsive containment and disciplined controls */\n.ts-page-shell, .ts-content, .ts-copy-card, .ts-form-panel { min-width:0; }\n.ts-page-hero-copy, .ts-page-hero-copy h1, .ts-page-hero-copy p { overflow-wrap:anywhere; }\n.ts-primary-nav details { position:relative; }\n.ts30-filter-panel .filter-row.multi { align-items:stretch !important; grid-auto-rows:minmax(42px,auto); }\n.ts30-filter-panel .filter-row.multi > * { min-width:0 !important; }\n.material-card .mat-img img { box-shadow:0 5px 14px rgba(0,0,0,.16); }\n@media (max-width: 760px){\n  .ts-page-hero-copy { padding:28px 22px !important; }\n  .ts-page-hero-copy h1 { font-size:clamp(34px,10vw,54px) !important; line-height:1.02 !important; }\n  .ts-page-hero-copy p,.ts-lead { font-size:16px !important; line-height:1.5 !important; }\n  .ts-content { padding-left:18px !important; padding-right:18px !important; }\n  .ts-copy-grid,.ts-footer-grid,.spec-grid { grid-template-columns:1fr !important; }\n  .ts-actions { display:flex !important; flex-wrap:wrap !important; gap:10px !important; }\n  .ts-actions .ts-button,.ts-actions a { max-width:100%; white-space:normal; }\n  .ts30-filter-panel .filter-row.multi { display:grid !important; grid-template-columns:1fr !important; gap:8px !important; }\n}\n
/* RC5.6 inspiration public metadata discipline */
.pc17-inspiration-card .pc17-scene-meta{display:none!important}

/* RC5.6 protected responsive containment */
.ts-launch-page,.ts-launch-page *{box-sizing:border-box}
.ts-launch-page .ts-page-shell,.ts-launch-page .ts-content,.ts-launch-page .ts-page-hero-copy{min-width:0}
.ts-launch-page .ts-page-hero-copy p,.ts-launch-page .ts-copy-card p,.ts-launch-page .ts-resource-section p{overflow-wrap:anywhere}
@media (max-width:760px){
  .ts-launch-page .ts-page-hero-copy{padding-left:22px!important;padding-right:22px!important}
  .ts-launch-page .ts-content{padding-left:18px!important;padding-right:18px!important}
  .ts-launch-page .ts-actions{display:flex;flex-wrap:wrap;gap:10px}
  .ts-launch-page .ts-actions .ts-button{max-width:100%;white-space:normal;text-align:center}
  .filter-panel .filter-row{align-items:stretch}
}

/* Release 6.0 - fixed-control discipline. Project List remains unchanged; Ask T-ONE is kept above it with extra clearance for browser-injected PDF controls. */
.ts-t-one-launcher {
  bottom: 132px;
}
.ts-t-one-panel {
  bottom: 198px;
  max-height: min(680px, calc(100vh - 216px));
}
@media (max-width: 760px) {
  .ts-t-one-launcher {
    right: 14px;
    bottom: 132px;
  }
  .ts-t-one-panel {
    right: 16px;
    bottom: 198px;
    max-height: calc(100vh - 216px);
  }
}

/* Release 6.05 — reviewed interaction, search and caption refinements. */
.ts605-interactive-block{transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.ts605-interactive-block:hover,.ts605-interactive-block:focus-within{background:#f0ece3!important;border-color:#cfc5b4!important;box-shadow:0 4px 14px rgba(28,25,19,.06)}
.ts605-action-control{transition:background-color .16s ease,border-color .16s ease,color .16s ease,filter .16s ease}.ts605-action-control:hover,.ts605-action-control:focus-visible{filter:brightness(.91);outline:2px solid rgba(184,137,52,.22);outline-offset:2px}
.r-hero-dot.ts605-action-control:hover,.r-hero-dot.ts605-action-control:focus-visible{background:#c8a15a!important;filter:none;outline-color:rgba(200,161,90,.42)}
.ts-family-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.ts-family-link{display:inline-flex;align-items:center;min-height:34px;padding:7px 10px;border:1px solid #d8cfbf;background:#fff;color:#2b2a25;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none}.ts-family-link:hover,.ts-family-link:focus-visible{background:#e8e1d4;border-color:#b99a66}
.ts605-quick-search{position:absolute;z-index:10040;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:12px;border:1px solid #cfc6b5;background:#fff;box-shadow:0 16px 38px rgba(0,0,0,.18)}.ts605-quick-search[hidden]{display:none!important}.ts605-quick-search label{display:grid;gap:4px}.ts605-quick-search label span{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6b655a}.ts605-quick-search input[type="search"]{width:100%;min-height:40px;border:1px solid #d7d0c4;padding:8px 10px;background:#fff;color:#171714}.ts605-quick-search button{align-self:end;min-height:40px;border:1px solid #1c2619;background:#1c2619;padding:8px 14px;color:#fff;font-weight:700;cursor:pointer}.ts-launch-header,.site-header,.ts-site-header{position:relative}
.ts605-tone-invite{position:fixed;right:20px;bottom:84px;z-index:10045;max-width:230px;border:1px solid #b48a45;background:#fffdf8;padding:10px 13px;color:#172114;font:700 12px/1.35 Arial,Helvetica,sans-serif;box-shadow:0 8px 24px rgba(0,0,0,.16);cursor:pointer}.ts605-tone-invite:hover,.ts605-tone-invite:focus-visible{background:#eee6d8}
.ts605-trade-approval-note,.ts605-education-disclaimer{margin:16px 0 0;padding:11px 13px;border-left:3px solid #b88934;background:#f7f3eb;color:#5d574d;font-size:.88rem;line-height:1.5}
.ts-t-one-profile-copy .ts-lead,.ts-t-one-profile-copy>p:not(.ts-eyebrow),.ts-t-one-intro>p,.ts-t-one-card p{font-size:clamp(1rem,1.2vw,1.16rem);line-height:1.68}.ts-t-one-hound-copy{display:grid;align-content:center;padding:24px 26px;border-left:3px solid #b88934;background:#f7f3eb}.ts-t-one-hound-copy h2{margin:0 0 9px}.ts-t-one-hound-copy p{margin:0;font-size:clamp(1.02rem,1.25vw,1.18rem);line-height:1.65}.ts-t-one-humanizing{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:22px;align-items:stretch}
@media(max-width:760px){.ts605-quick-search{position:fixed!important;left:12px!important;right:12px!important;top:74px!important;width:auto!important}.ts605-tone-invite{right:12px;bottom:78px}.ts-t-one-humanizing{grid-template-columns:1fr}.ts-t-one-hound-copy{border-left:0;border-top:3px solid #b88934}}


/* 6.05 inspiration filter interaction: keep existing geometry, improve action/selection feedback only. */
.pc17-inspiration-toolbar select,
.pc17-inspiration-toolbar input[type="search"]{
  transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,filter .16s ease;
}
.pc17-inspiration-toolbar select:hover,
.pc17-inspiration-toolbar input[type="search"]:hover{
  filter:brightness(.96);
}
.pc17-inspiration-toolbar select:focus,
.pc17-inspiration-toolbar input[type="search"]:focus{
  outline:2px solid rgba(139,103,46,.28);
  outline-offset:1px;
}
.pc17-inspiration-toolbar select.ts605-has-value{
  background:#eee8db;
  border-color:#a97c34;
  box-shadow:inset 0 0 0 1px rgba(169,124,52,.12);
}

/* Release 6.08 — T-ONE page readability and discreet availability prompt. */
.ts-t-one-profile-copy>p:not(.ts-eyebrow),
.ts-t-one-intro>p,
.ts-t-one-card p,
.ts-t-one-confirmation p,
.ts-t-one-hound-copy p{font-size:clamp(1.08rem,1.35vw,1.28rem);line-height:1.7}
.ts-t-one-profile-copy .ts-lead{font-size:clamp(1.22rem,1.7vw,1.48rem);line-height:1.62}
.ts-t-one-portrait figcaption,
.ts-t-one-editorial figcaption{font-size:clamp(.98rem,1.08vw,1.12rem);line-height:1.55}
.ts608-t-one-availability{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 30px;padding:14px 18px;border:1px solid #d9ccb8;border-left:4px solid #b88934;background:#fbf8f1;color:#312f29;box-shadow:0 7px 18px rgba(0,0,0,.04)}
.ts608-t-one-availability strong{display:block;margin-bottom:3px;font-size:1.04rem;color:#172114}
.ts608-t-one-availability span{display:block;font-size:.98rem;line-height:1.45;color:#5d574d}
.ts608-t-one-availability .ts-button{flex:0 0 auto;margin:0;white-space:nowrap}
@media(max-width:760px){.ts608-t-one-availability{align-items:flex-start;flex-direction:column}.ts608-t-one-availability .ts-button{width:100%;white-space:normal;text-align:center}}


/* Release 6.14 — T-ONE page readability correction. Preserve the approved site font families; increase only scale/line-height. */
.ts-t-one-profile-copy>p:not(.ts-eyebrow),
.ts-t-one-intro>p,
.ts-t-one-card p,
.ts-t-one-confirmation p,
.ts-t-one-hound-copy p{font-size:clamp(1.18rem,1.5vw,1.38rem)!important;line-height:1.72!important}
.ts-t-one-profile-copy .ts-lead{font-size:clamp(1.38rem,1.9vw,1.68rem)!important;line-height:1.6!important}
.ts-t-one-portrait figcaption,
.ts-t-one-editorial figcaption{font-size:clamp(1.08rem,1.2vw,1.24rem)!important;line-height:1.58!important}
.ts-t-one-intro h2{font-size:clamp(1.8rem,2.35vw,2.35rem)!important}
.ts-t-one-card h3{font-size:clamp(1.28rem,1.55vw,1.5rem)!important}
.ts608-t-one-availability strong{font-size:clamp(1.12rem,1.25vw,1.24rem)!important}
.ts608-t-one-availability span{font-size:clamp(1.06rem,1.15vw,1.18rem)!important;line-height:1.52!important}


/* 6.15 targeted staging regression repairs */
/* Keep the homepage Featured call-to-action clickable above the decorative fade. */
.material-preview::after { pointer-events: none !important; }

/* Keep material-card actions proportional at laptop/tablet widths. */
.material-card .actions.compact > .btn,
.material-card .actions.compact > button,
.material-card .actions.compact > a {
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.material-card .actions.compact > [data-action="add"] {
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  text-wrap: balance;
}

/* Release 6.16 — T-ONE page typography correction only.
   Preserve approved font families, layout, card dimensions, imagery and structure.
   Increase descriptive/activity copy for comfortable desktop/tablet reading. */
.ts-t-one-profile-copy>p:not(.ts-eyebrow),
.ts-t-one-intro>p,
.ts-t-one-card p,
.ts-t-one-confirmation p,
.ts-t-one-hound-copy p{
  font-size:clamp(1.28rem,1.65vw,1.50rem)!important;
  line-height:1.68!important;
}
.ts-t-one-profile-copy .ts-lead{
  font-size:clamp(1.50rem,2.0vw,1.82rem)!important;
  line-height:1.56!important;
}
.ts-t-one-portrait figcaption,
.ts-t-one-editorial figcaption{
  font-size:clamp(1.16rem,1.32vw,1.34rem)!important;
  line-height:1.58!important;
}
.ts-t-one-intro h2{
  font-size:clamp(2.05rem,2.55vw,2.65rem)!important;
  line-height:1.15!important;
}
.ts-t-one-card h3{
  font-size:clamp(1.48rem,1.72vw,1.72rem)!important;
  line-height:1.25!important;
}
.ts608-t-one-availability strong{
  font-size:clamp(1.22rem,1.38vw,1.38rem)!important;
}
.ts608-t-one-availability span{
  font-size:clamp(1.14rem,1.26vw,1.28rem)!important;
  line-height:1.52!important;
}
@media (max-width:1100px) and (min-width:761px){
  .ts-t-one-card p,
  .ts-t-one-profile-copy>p:not(.ts-eyebrow),
  .ts-t-one-confirmation p,
  .ts-t-one-hound-copy p{font-size:1.30rem!important;line-height:1.66!important}
  .ts-t-one-editorial figcaption,
  .ts-t-one-portrait figcaption{font-size:1.18rem!important}
  .ts-t-one-card h3{font-size:1.52rem!important}
}
@media (max-width:760px){
  .ts-t-one-profile-copy>p:not(.ts-eyebrow),
  .ts-t-one-intro>p,
  .ts-t-one-card p,
  .ts-t-one-confirmation p,
  .ts-t-one-hound-copy p{font-size:1.14rem!important;line-height:1.62!important}
  .ts-t-one-profile-copy .ts-lead{font-size:1.28rem!important;line-height:1.55!important}
  .ts-t-one-portrait figcaption,
  .ts-t-one-editorial figcaption{font-size:1.05rem!important;line-height:1.5!important}
  .ts-t-one-intro h2{font-size:1.82rem!important}
  .ts-t-one-card h3{font-size:1.34rem!important}
}


/* Release 6.17 — responsive navigation protection.
   Real-device tablet-landscape testing showed the full primary navigation was too compressed at 1024px.
   Collapse the launch navigation whenever the viewport is 1200px or narrower; preserve compact horizontal
   navigation from 1201–1320px and the full desktop treatment above 1320px. */


/* Release 6.18 — tablet navigation distribution + T-ONE readability refinement.
   Preserve desktop navigation above 1200px and existing phone treatment at 760px and below.
   On tablet/laptop-menu widths, present the collapsed menu as a compact two-column navigation panel
   instead of a long full-width single-column list. */
@media (max-width:1200px) and (min-width:761px){
  .ts-primary-nav[data-open="true"]{
    left:auto;
    right:16px;
    width:min(760px,calc(100vw - 32px));
    max-height:calc(100vh - 96px);
    overflow-y:auto;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px 14px;
    padding:18px;
    border:1px solid var(--ts-line);
    border-top:3px solid var(--ts-gold);
    border-radius:0 0 8px 8px;
    box-shadow:0 20px 44px rgba(31,27,20,.18);
  }
  .ts-primary-nav[data-open="true"] > a,
  .ts-primary-nav[data-open="true"] > .ts-nav-group > summary{
    display:flex;
    align-items:center;
    min-height:46px;
    padding:11px 13px;
    border:1px solid #e5ddcf;
    background:#fffdf8;
    font-size:12px;
    line-height:1.25;
    letter-spacing:.035em;
  }
  .ts-primary-nav[data-open="true"] > a:hover,
  .ts-primary-nav[data-open="true"] > a:focus-visible,
  .ts-primary-nav[data-open="true"] > .ts-nav-group > summary:hover,
  .ts-primary-nav[data-open="true"] > .ts-nav-group > summary:focus-visible{
    background:var(--ts-cream);
  }
  .ts-primary-nav[data-open="true"] > .ts-nav-group[open]{
    grid-column:1 / -1;
    padding:8px 10px 10px;
    border:1px solid #d9ccb8;
    background:#fbf8f1;
  }
  .ts-primary-nav[data-open="true"] > .ts-nav-group[open] > summary{
    min-height:42px;
    border:0;
    border-bottom:1px solid #d9ccb8;
    background:transparent;
    font-weight:700;
  }
  .ts-primary-nav[data-open="true"] .ts-nav-menu{
    position:static;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
    gap:2px 12px;
    padding:8px 0 0;
    border:0;
    background:transparent;
    box-shadow:none;
  }
  .ts-primary-nav[data-open="true"] .ts-nav-menu a{
    padding:9px 10px;
    border-bottom:1px solid rgba(217,204,184,.55);
    font-size:13px;
  }
  .ts-primary-nav[data-open="true"] .ts-t-one-nav-link,
  .ts-primary-nav[data-open="true"] .ts-start-link{
    justify-content:center;
    margin:0;
    min-height:46px;
    text-align:center;
  }
}

/* 6.18 T-ONE tablet readability refinement.
   Keep the approved fonts/layout. Match editorial captions to the activity-card reading scale
   and increase weight so the descriptions remain legible at normal tablet viewing distance. */
.ts-t-one-card p,
.ts-t-one-profile-copy>p:not(.ts-eyebrow),
.ts-t-one-intro>p,
.ts-t-one-confirmation p,
.ts-t-one-hound-copy p{
  font-size:clamp(1.34rem,1.72vw,1.58rem)!important;
  line-height:1.66!important;
}
.ts-t-one-card p{font-weight:500!important}
.ts-t-one-portrait figcaption,
.ts-t-one-editorial figcaption{
  font-size:clamp(1.34rem,1.72vw,1.58rem)!important;
  line-height:1.52!important;
  font-weight:600!important;
  color:var(--ts-ink-soft)!important;
}
@media (max-width:1100px) and (min-width:761px){
  .ts-t-one-card p,
  .ts-t-one-profile-copy>p:not(.ts-eyebrow),
  .ts-t-one-intro>p,
  .ts-t-one-confirmation p,
  .ts-t-one-hound-copy p,
  .ts-t-one-portrait figcaption,
  .ts-t-one-editorial figcaption{
    font-size:1.40rem!important;
  }
  .ts-t-one-portrait figcaption,
  .ts-t-one-editorial figcaption{font-weight:600!important}
}
@media (max-width:760px){
  .ts-t-one-card p,
  .ts-t-one-profile-copy>p:not(.ts-eyebrow),
  .ts-t-one-intro>p,
  .ts-t-one-confirmation p,
  .ts-t-one-hound-copy p,
  .ts-t-one-portrait figcaption,
  .ts-t-one-editorial figcaption{
    font-size:1.18rem!important;
    line-height:1.58!important;
  }
}

/* Release 6.19 — adaptive tablet navigation containment.
   Coarse-pointer tablets may report desktop-class CSS widths (for example 1366px in landscape),
   so input capability and orientation are used in addition to width. The open navigation is a
   viewport-contained panel with a stable high-contrast project CTA. */
@media (max-width:1200px), (hover:none) and (pointer:coarse) and (max-width:1400px){
  .ts-nav-toggle{display:inline-flex!important;align-items:center;justify-content:center;min-width:72px;min-height:42px}
  .ts-primary-nav{display:none!important}
  .ts-primary-nav[data-open="true"]{
    display:grid!important;
    position:fixed!important;
    top:var(--ts-nav-top,76px)!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:none!important;
    max-height:calc(100dvh - var(--ts-nav-top,76px) - 12px)!important;
    overflow:auto!important;
    overscroll-behavior:contain;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-content:start;
    gap:7px 12px;
    padding:16px!important;
    background:#fffdf9!important;
    border:1px solid #d8cdbb!important;
    border-top:3px solid var(--ts-gold)!important;
    border-radius:8px!important;
    box-shadow:0 22px 52px rgba(31,27,20,.22)!important;
    z-index:10060!important;
  }
  .ts-primary-nav[data-open="true"] > a,
  .ts-primary-nav[data-open="true"] > .ts-nav-group > summary{
    display:flex!important;
    align-items:center;
    min-height:44px;
    padding:10px 12px!important;
    border:1px solid #e2d8c8!important;
    border-radius:3px;
    background:#fff!important;
    color:var(--ts-ink)!important;
    font-size:12px!important;
    line-height:1.25!important;
    letter-spacing:.035em!important;
    white-space:normal!important;
  }
  .ts-primary-nav[data-open="true"] > .ts-nav-group[open]{
    grid-column:1/-1;
    padding:8px 10px 10px!important;
    border:1px solid #d4c4a8!important;
    background:#f7f1e6!important;
    border-radius:4px;
  }
  .ts-primary-nav[data-open="true"] > .ts-nav-group[open] > summary{border:0!important;border-bottom:1px solid #d4c4a8!important;background:transparent!important}
  .ts-primary-nav[data-open="true"] .ts-nav-menu{
    position:static!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%!important;
    gap:2px 10px;
    padding:8px 0 0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .ts-primary-nav[data-open="true"] .ts-nav-menu a{padding:9px 10px!important;border-bottom:1px solid rgba(184,137,52,.18);font-size:13px!important;white-space:normal}
  .ts-primary-nav[data-open="true"] .ts-t-one-nav-link{justify-content:center!important;margin:0!important;background:var(--ts-success)!important;color:#fff!important;border:1px solid var(--ts-success)!important}
  .ts-primary-nav[data-open="true"] .ts-start-link{
    justify-content:center!important;
    margin:0!important;
    background:var(--ts-gold)!important;
    color:#17150f!important;
    border:2px solid #765618!important;
    font-weight:800!important;
    text-shadow:none!important;
  }
  .ts-primary-nav[data-open="true"] .ts-start-link:hover,
  .ts-primary-nav[data-open="true"] .ts-start-link:focus-visible{background:#f0d08b!important;color:#111!important}
}
@media (orientation:landscape) and (min-width:1000px) and (max-width:1400px) and (hover:none) and (pointer:coarse){
  .ts-primary-nav[data-open="true"]{left:auto!important;right:14px!important;width:min(980px,calc(100vw - 28px))!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px 10px}
  .ts-primary-nav[data-open="true"] .ts-nav-menu{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (orientation:portrait) and (max-width:900px) and (min-width:761px){
  .ts-primary-nav[data-open="true"]{grid-template-columns:repeat(2,minmax(0,1fr));padding:14px!important;gap:6px 9px}
  .ts-primary-nav[data-open="true"] > a,.ts-primary-nav[data-open="true"] > .ts-nav-group > summary{min-height:42px;font-size:11.5px!important}
}

/* Release 6.21 — fit the complete desktop navigation before it can exceed the viewport. */
@media (min-width:1201px) and (hover:hover) and (pointer:fine){
  .ts-header-inner{max-width:1720px;min-height:76px;gap:clamp(8px,1vw,14px);padding-left:12px;padding-right:12px}
  .ts-brand{flex-basis:clamp(154px,12vw,190px)}
  .ts-primary-nav{gap:0;min-width:0}
  .ts-primary-nav > a,
  .ts-nav-group > summary{padding:10px clamp(5px,.48vw,8px);font-size:clamp(9.5px,.68vw,11px);letter-spacing:.012em}
  .ts-primary-nav .ts-t-one-nav-link{margin:0 1px;padding:9px 7px}
  .ts-primary-nav .ts-start-link{margin-left:2px;padding:10px 7px}
}

/* Release 6.21 — progressive catalogs keep initial pages short and inexpensive to paint. */
.material-grid .material-card{content-visibility:auto;contain-intrinsic-size:420px 320px}
.ts30-load-more{display:block;margin:28px auto 8px;padding:12px 18px;border:1px solid var(--ts-gold-dark);background:#fff;color:var(--ts-ink);font:700 12px/1.2 Arial,Helvetica,sans-serif;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}
.ts30-load-more:hover,.ts30-load-more:focus-visible{background:var(--ts-ink);color:#fff}
.ts30-load-more[hidden]{display:none!important}

/* Release 6.21 — compact conversational starters and readable disclosure copy. */
@media (min-width:761px){
  .ts-t-one-panel-601 .ts-t-one-topics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:7px;max-height:162px;overflow-y:auto;padding:8px 14px 10px}
  .ts-t-one-panel-601 .ts-t-one-topic{width:100%;min-height:42px;padding:8px 10px;line-height:1.35}
}
.ts-t-one-panel-601 .ts-t-one-privacy{font-size:12px;line-height:1.5}
.ts-t-one-panel-601 .ts-t-one-legal{font-size:.78rem;line-height:1.45}
