:root {
  color-scheme: light;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body {
  margin: 0;
  color: #1f2a37;
  background: #fffaf8;
}
.container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 1rem;
}
.home-main {
  max-width: 1360px;
  margin: 0 auto;
  padding: 1.25rem;
}
header {
  background: #111827;
  color: #fff;
}
.site-header-default {
  background: #111827;
  color: #fff;
}

/* Landing page header + hero (index only) */
.tas-header {
  background: #fff;
  color: #1a1a1a;
  border-bottom: 1px solid #d9d9d9;
}
.tas-header-inner {
  width: 100%;
  margin: 0 auto;
  min-height: 64px;
  padding: 0;
  display: grid;
  grid-template-columns: 178px minmax(280px, 1fr) auto;
  align-items: center;
  box-sizing: border-box;
}
.tas-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  text-decoration: none;
  color: inherit;
  border-right: 1px solid #e1e1e1;
}
.tas-brand-logo {
  display: block;
  width: 126px;
  height: auto;
}
.tas-header-search {
  display: flex;
  align-items: center;
  min-width: 0;
  height: 100%;
  padding: 0 2rem;
}
.tas-search-icon {
  color: #a49a55;
  display: flex;
  margin-right: 0.7rem;
}
.tas-header-search input {
  border: 0;
  outline: none;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  background: transparent;
  color: #374151;
}
.tas-header-search input::placeholder {
  color: #9ca3af;
}
.tas-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.45rem;
  height: 100%;
  padding: 0 2rem 0 1rem;
  box-sizing: border-box;
  white-space: nowrap;
}
.tas-header-nav a {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}
.tas-nav-accent {
  color: #8f9a5c !important;
}
.landing-hero {
  position: relative;
  min-height: clamp(500px, 62vw, 660px);
  background-size: cover;
  background-position: center 68%;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(8, 11, 16, 0.08), rgba(8, 11, 16, 0.26)),
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.2) 72%);
}
.landing-hero-overlay {
  width: 100%;
  max-width: 980px;
  padding: clamp(4rem, 9vw, 7rem) 1.5rem;
  text-align: center;
  color: #fff;
}
.landing-hero-overlay h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.7rem, 6vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.landing-hero-overlay p {
  margin: 0 auto 2rem;
  max-width: 820px;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.65;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}
.landing-hero-cta {
  display: inline-block;
  background: #98a064;
  color: #fff;
  text-decoration: none;
  font-weight: 750;
  font-size: 1rem;
  padding: 0.9rem 1.55rem;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(40, 42, 24, 0.22);
}
.landing-hero-cta:hover {
  background: #8a9458;
}

/* Auth pages */
.auth-page {
  background: #fff;
}
.auth-main {
  min-height: 100vh;
  padding: 0;
  margin: 0;
}
.auth-main > .alerts {
  position: fixed;
  top: 1rem;
  left: 50%;
  z-index: 10;
  width: min(520px, calc(100vw - 2rem));
  transform: translateX(-50%);
}
.auth-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(280px, 29vw) minmax(360px, 520px) minmax(200px, 1fr);
  background: #fff;
}
.auth-brand-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.75rem, 4vw, 3rem);
  color: #9ca3af;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.08), transparent 38%),
    linear-gradient(145deg, #07090b 0%, #111417 55%, #0b0d10 100%);
}
.auth-brand-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(143, 154, 92, 0.75), transparent 42%);
  height: 4px;
}
.auth-brand-link {
  position: relative;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}
.auth-brand-link:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.32);
  outline-offset: 0.45rem;
}
.auth-brand-logo {
  position: relative;
  width: min(360px, 92%);
  height: auto;
  filter: invert(1) grayscale(1);
  opacity: 0.58;
}
.auth-brand-name {
  position: relative;
  display: block;
  margin-top: 1.15rem;
  font-size: clamp(2.25rem, 3vw, 3.3rem);
  font-weight: 300;
  line-height: 1;
  color: rgba(255, 255, 255, 0.48);
  white-space: nowrap;
}
.auth-form-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(0.9rem, 2vh, 1.25rem) clamp(1.5rem, 3vw, 3rem);
  background: #fff;
}
.auth-tabs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.75rem;
  width: min(100%, 420px);
  margin-bottom: clamp(1.25rem, 3vh, 2rem);
}
.auth-tabs a {
  position: relative;
  padding: 0.2rem 0 0.75rem;
  color: #4b5563;
  text-decoration: none;
  font-size: clamp(1.85rem, 2.25vw, 2.3rem);
  font-weight: 700;
  line-height: 1;
}
.auth-tabs a.active {
  color: #030712;
}
.auth-tabs a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  min-width: 112px;
  height: 4px;
  background: #050505;
  transform: translateX(-50%);
}
.auth-form {
  width: min(100%, 420px);
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}
.auth-form label {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0;
  color: #374151;
  font-size: 0.92rem;
  font-weight: 700;
}
.auth-form input {
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  margin: 0;
  padding: 0 1rem;
  border: 1px solid #d5dbe5;
  border-radius: 7px;
  background: #fff;
  color: #111827;
  font-size: 1.05rem;
  font-weight: 400;
}
.auth-form input::placeholder {
  color: #9ca3af;
}
.auth-form input:focus {
  border-color: #6b7280;
  outline: 3px solid rgba(107, 114, 128, 0.16);
}
.auth-reset {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.45rem;
  color: #4b5563;
  font-size: 0.95rem;
}
.auth-reset a {
  color: #374151;
  text-decoration: none;
  font-weight: 500;
}
.auth-reset a:hover {
  text-decoration: underline;
}
.auth-submit {
  min-height: 54px;
  border: 0;
  border-radius: 6px;
  background: #dedede;
  color: #374151;
  font-size: 1.05rem;
  font-weight: 700;
}
.auth-submit:hover {
  background: #d3d3d3;
}
.auth-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #374151;
  font-size: 1rem;
  font-weight: 600;
}
.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #d5d5d5;
}
.auth-oauth {
  min-height: 54px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  background: #fff;
  color: #050505;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}
.auth-oauth:hover {
  background: #f8fafc;
}
.google-mark {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  justify-self: center;
  border-radius: 50%;
  color: #4285f4;
  font-size: 1.3rem;
  font-weight: 800;
}
.auth-image-panel {
  min-width: 0;
  background:
    linear-gradient(rgba(7, 10, 14, 0.7), rgba(7, 10, 14, 0.7)),
    var(--auth-bg-image, none);
  background-color: #151719;
  background-size: cover;
  background-position: center right;
}
@media (max-width: 1100px) {
  .auth-shell {
    grid-template-columns: minmax(240px, 28vw) minmax(360px, 500px) minmax(150px, 1fr);
  }
  .auth-form-panel {
    padding-inline: 1.5rem;
  }
  .auth-brand-logo {
    width: 280px;
  }
  .auth-brand-name {
    font-size: clamp(2.35rem, 3.2vw, 3.2rem);
  }
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
nav a {
  color: #e5e7eb;
  text-decoration: none;
  margin-left: 1rem;
}
.hero {
  margin: 1rem 0;
}
.hero-card {
  background: linear-gradient(145deg, #0f172a, #1d4ed8);
  color: #fff;
  padding: 1.25rem;
  border-radius: 14px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  opacity: 0.9;
}
.hero-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.5rem;
  margin-bottom: 1rem;
  align-items: center;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(17, 24, 39, 0.08);
}
.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.card-body {
  padding: 0.8rem;
}
.price {
  font-weight: 700;
  color: #047857;
}
.button,
button {
  background: #2563eb;
  color: white;
  border: 0;
  padding: 0.55rem 0.8rem;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.secondary {
  background: #4b5563;
}
.form {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  display: grid;
  gap: 0.75rem;
}
input,
textarea {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.35rem;
  padding: 0.55rem;
}
.columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.listing-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.listing-image {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.workflow-section {
  background: #fbf7f6;
  padding: 1.25rem 1.5rem 4.25rem;
  text-align: center;
  margin: 0 calc(50% - 50vw);
}
.workflow-section h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  color: #111827;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.workflow-intro {
  max-width: 620px;
  margin: 1rem auto 4rem;
  color: #374151;
  font-size: 1.08rem;
  line-height: 1.55;
}
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 950px;
  margin: 0 auto;
  gap: 1.8rem;
  align-items: stretch;
}
.workflow-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
}
.workflow-card img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: none;
}
.workflow-card h3 {
  margin: 1.35rem 0 1.15rem;
  color: #050505;
  font-size: clamp(1.35rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.18;
}
.workflow-card p {
  width: min(100%, 300px);
  margin: 0 auto 1.85rem;
  flex: 1;
  color: #1f2937;
  font-size: 0.98rem;
  line-height: 1.55;
}
.workflow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.55rem 1rem;
  border-radius: 4px;
  background: #a49a55;
  color: #fff;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  box-shadow: 0 10px 18px rgba(17, 24, 39, 0.14);
}
.workflow-button:hover {
  background: #8f8547;
}
.category-section {
  padding: clamp(3.75rem, 7vw, 6rem) 0 4.5rem;
  text-align: center;
}
.category-section h2 {
  margin: 0;
  color: #050505;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 900;
}
.category-section > p {
  max-width: 680px;
  margin: 1rem auto 3rem;
  color: #374151;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.7;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
  text-align: left;
}
.category-card {
  min-width: 0;
  color: #050505;
  text-decoration: none;
  padding: 0.35rem;
  border-radius: 18px;
}
.category-card img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.category-card span {
  display: block;
  margin-top: 1rem;
  color: #050505;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 900;
  line-height: 1.18;
}
.category-card:hover img,
.category-card:focus-visible img,
.category-card.active img {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(17, 24, 39, 0.18);
}
.category-card:focus-visible {
  outline: 3px solid rgba(164, 154, 85, 0.42);
  outline-offset: 0.35rem;
}
.category-card.active span {
  color: #8f8547;
}

.trust-section {
  margin: 0 calc(50% - 50vw);
  background: #fffaf8;
  padding: clamp(4rem, 7vw, 6rem) 1.5rem;
  border-top: 1px solid rgba(164, 154, 85, 0.14);
}

.trust-inner {
  max-width: 780px;
  margin: 0 auto;
}

.trust-section h2 {
  margin: 0 0 1.25rem;
  color: #050505;
  text-align: center;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.trust-lead {
  margin: 0 auto 3rem;
  color: #1f2937;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.72;
  text-align: center;
}

.trust-list {
  display: grid;
  gap: 1.85rem;
}

.trust-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
}

.trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-top: 0.05rem;
  color: inherit;
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1;
}

.trust-icon-shield {
  background: none;
}

.trust-icon-lock {
  background: none;
}

.trust-icon-user {
  background: none;
}

.trust-icon-box {
  background: none;
}

.trust-icon-enterprise {
  background: none;
}

.trust-item h3 {
  margin: 0 0 0.65rem;
  color: #050505;
  font-size: clamp(1.28rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.2;
}

.trust-item p {
  margin: 0;
  color: #1f2937;
  font-size: 1.02rem;
  line-height: 1.68;
}

.trust-item a {
  color: #9b8f45;
  font-weight: 700;
  text-decoration: none;
}

.trust-item a:hover {
  text-decoration: underline;
}
.marketplace-path {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 1.25rem;
  align-items: start;
  margin: 0 0 1.25rem;
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}
.marketplace-path h2 {
  margin: 0.2rem 0 0.5rem;
}
.marketplace-path p {
  margin: 0;
  color: #4b5563;
  line-height: 1.55;
}
.marketplace-path ol {
  margin: 0;
  padding-left: 1.25rem;
  color: #1f2937;
  line-height: 1.55;
}
.stack {
  margin: 1.25rem 0;
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
}
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.chip {
  background: #e0e7ff;
  color: #1e3a8a;
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  font-size: 0.87rem;
}
.list-item {
  padding: 0.65rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.spread {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}
.action-row,
.inline-form {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.action-row form,
.inline-form {
  margin: 0;
}
.chat-box {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.message {
  background: #f3f4f6;
  border-radius: 10px;
  padding: 0.6rem;
  margin-bottom: 0.5rem;
}
.message.mine {
  background: #dbeafe;
}
.alert {
  margin: 0.35rem 0;
  padding: 0.6rem;
  border-radius: 6px;
}
.alert.error {
  background: #fee2e2;
}
.alert.success {
  background: #dcfce7;
}
.site-footer {
  margin-top: 0;
  padding: clamp(3.5rem, 6vw, 5.5rem) 1.5rem 2rem;
  background: #fff;
  color: #1f2937;
  border-top: 1px solid #e7e1dc;
}
.footer-shell {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(420px, 1.35fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: start;
}
.footer-brand-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-logo-link {
  display: inline-flex;
  width: 172px;
  margin-bottom: 1.35rem;
}
.footer-logo {
  display: block;
  width: 100%;
  height: auto;
}
.footer-tagline {
  margin: 0;
  max-width: 460px;
  color: #374151;
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
  line-height: 1.55;
  font-weight: 500;
}
.footer-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: clamp(1.75rem, 3vw, 3rem);
}
.footer-link-column h2 {
  margin: 0 0 1rem;
  color: #111827;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer-link-column a {
  color: #374151;
  display: block;
  margin-bottom: 0.7rem;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.35;
}
.footer-link-column a:hover {
  color: #8f9a5c;
}
.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 2.25rem;
  color: #a39e6a;
  font-weight: 800;
}
.footer-social span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  min-height: 1.35rem;
}
.footer-copyright {
  grid-column: 1 / -1;
  margin: 1.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid #eee7e1;
  color: #6b7280;
  font-size: 0.92rem;
}
@media (max-width: 800px) {
  .filters,
  .columns,
  .listing-detail,
  .footer-shell,
  .footer-link-grid,
  .workflow-grid,
  .category-grid,
  .marketplace-path {
    grid-template-columns: 1fr;
  }
  .workflow-section {
    padding: 2rem 1.25rem 3.25rem;
  }
  .workflow-card {
    max-width: 420px;
    margin: 0 auto;
  }
  .category-section {
    padding: 1.5rem 0 2rem;
  }
  .category-card {
    max-width: 420px;
    margin: 0 auto;
  }
  .trust-section {
    padding: 2.5rem 1.25rem;
  }
  .trust-item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .auth-shell {
    grid-template-columns: 1fr;
  }
  .auth-brand-panel {
    min-height: 210px;
    padding: 2rem;
  }
  .auth-brand-logo {
    width: 280px;
    margin-left: -0.35rem;
  }
  .auth-brand-name {
    margin-top: 0.75rem;
    font-size: clamp(2.8rem, 12vw, 4.2rem);
  }
  .auth-form-panel {
    padding: 1rem 1.5rem 3rem;
  }
  .auth-tabs {
    gap: 2rem;
    margin-bottom: 2.25rem;
  }
  .auth-tabs a {
    font-size: clamp(2rem, 10vw, 2.6rem);
  }
  .auth-form {
    gap: 1.5rem;
  }
  .auth-form input,
  .auth-oauth {
    min-height: 62px;
    font-size: 1.15rem;
  }
  .auth-submit {
    min-height: 68px;
  }
  .auth-reset {
    flex-wrap: wrap;
    margin-top: 0.75rem;
    font-size: 1rem;
  }
  .auth-image-panel {
    min-height: 180px;
    order: 3;
  }
  .tas-header-inner {
    grid-template-columns: 140px 1fr;
    min-height: auto;
  }
  .tas-brand {
    min-height: 58px;
  }
  .tas-brand-logo {
    width: 108px;
  }
  .tas-header-search {
    min-height: 58px;
    padding: 0 1rem;
  }
  .tas-header-nav {
    grid-column: 1 / -1;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem 1rem;
    min-width: 0;
    min-height: 46px;
    padding: 0.6rem 1rem;
    border-top: 1px solid #e8e8e8;
    line-height: 1.25;
  }
  .tas-header-nav a {
    max-width: min(45vw, 15rem);
    text-align: center;
    overflow-wrap: anywhere;
    white-space: normal;
  }
  .landing-hero {
    min-height: 430px;
  }
  .site-footer {
    padding: 3rem 1.25rem 1.75rem;
  }
  .footer-shell {
    gap: 2.25rem;
  }
  .footer-logo-link {
    width: 148px;
  }
}

@media (max-width: 520px) {
  .tas-header-inner {
    grid-template-columns: 118px minmax(0, 1fr);
  }
  .tas-brand-logo {
    width: 96px;
  }
  .tas-header-search {
    min-height: 54px;
    padding: 0 0.75rem;
  }
  .tas-header-nav {
    gap: 0.5rem 0.8rem;
  }
  .tas-header-nav a {
    font-size: 0.84rem;
  }
  .footer-link-grid {
    gap: 1.25rem;
  }
}
