:root {
  --tt-pine: #2F4536;
  --tt-sage: #8AA08F;
  --tt-clay: #CC7A4D;
  --tt-clay-dark: #B5663E;
  --tt-sand: #E7DCC7;
  --tt-cream: #F8F4ED;
  --tt-ink: #292723;
  --tt-muted: #6B6A63;
  --tt-line: #E3DCCF;
  --tt-radius: 12px;
  --tt-container: 1200px;
  --font-head: "Outfit", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--tt-ink);
  background: var(--tt-cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--font-head); font-weight: 600; line-height: 1.12; margin: 0 0 .5em; }

.tt-container { width: 100%; max-width: var(--tt-container); margin: 0 auto; padding: 0 24px; }

.tt-btn {
  display: inline-block; font-family: var(--font-head); font-weight: 500;
  padding: 13px 26px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease;
  font-size: 15px;
}
.tt-btn--primary { background: var(--tt-clay); color: #fff; }
.tt-btn--primary:hover { background: var(--tt-clay-dark); }
.tt-btn--ghost { background: transparent; color: var(--tt-pine); border-color: var(--tt-pine); }
.tt-btn--ghost:hover { background: var(--tt-pine); color: #fff; }

/* Wordmark */
.tt-wordmark { font-family: var(--font-head); font-weight: 700; font-size: 26px; letter-spacing: -.5px; color: var(--tt-ink); }
.tt-wordmark span { color: var(--tt-clay); }
.tt-wordmark--light { color: var(--tt-cream); }
.tt-wordmark--light span { color: var(--tt-sand); }

/* Logo images */
.tt-logo { display: inline-flex; align-items: center; }
.tt-logo img, .custom-logo-link img { height: 44px; width: auto; display: block; }
.tt-footer__logo { display: inline-flex; }
.tt-footer__logo img { height: 34px; width: auto; display: block; filter: brightness(0) invert(1); }
@media (max-width: 560px) { .tt-logo img { height: 38px; } }

/* Announcement */
.tt-announce { background: var(--tt-pine); color: var(--tt-cream); text-align: center; font-size: 13px; }
.tt-announce p { margin: 0; padding: 9px 16px; letter-spacing: .2px; }

/* Header */
.tt-header { position: sticky; top: 0; z-index: 50; background: var(--tt-cream); border-bottom: 1px solid var(--tt-line); transition: box-shadow .2s ease; }
.tt-header.is-scrolled { box-shadow: 0 6px 24px rgba(41, 39, 35, .07); }
.tt-header__inner { display: flex; align-items: center; gap: 20px; height: 72px; }
.tt-header__brand { margin-right: auto; }
.tt-header__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; cursor: pointer; }
.tt-header__toggle span { width: 22px; height: 2px; background: var(--tt-ink); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

.tt-nav__list { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; font-family: var(--font-head); font-weight: 500; font-size: 15px; }
.tt-nav__list a { padding: 6px 0; position: relative; color: var(--tt-ink); }
.tt-nav__list a:hover { color: var(--tt-clay); }

.tt-header__actions { display: flex; align-items: center; gap: 14px; }
.tt-iconlink { display: inline-flex; color: var(--tt-ink); position: relative; }
.tt-iconlink:hover { color: var(--tt-clay); }
.tt-cart__count {
  position: absolute; top: -7px; right: -9px; min-width: 17px; height: 17px; padding: 0 4px;
  background: var(--tt-clay); color: #fff; border-radius: 999px; font-size: 11px; font-weight: 600;
  display: flex; align-items: center; justify-content: center; font-family: var(--font-body);
}

/* Mobile menu */
.tt-mobile-menu { display: none; }
.tt-mobile-menu.is-open { display: block; }
.tt-mobile-menu nav .tt-nav__list { flex-direction: column; gap: 0; padding: 8px 24px 20px; }
.tt-mobile-menu nav .tt-nav__list li { border-bottom: 1px solid var(--tt-line); }
.tt-mobile-menu nav .tt-nav__list a { display: block; padding: 14px 0; font-size: 17px; }

/* Hero */
.tt-hero { background: linear-gradient(180deg, var(--tt-sand) 0%, var(--tt-cream) 100%); }
.tt-hero__inner { padding: 88px 24px 96px; max-width: 760px; }
.tt-hero__eyebrow { font-family: var(--font-head); font-weight: 500; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; color: var(--tt-pine); margin: 0 0 18px; }
.tt-hero__title { font-size: clamp(44px, 7vw, 84px); font-weight: 700; letter-spacing: -1.5px; margin: 0 0 22px; color: var(--tt-ink); }
.tt-hero__sub { font-size: 19px; color: var(--tt-muted); max-width: 540px; margin: 0 0 32px; }
.tt-hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* Trust */
.tt-trust { background: var(--tt-pine); color: var(--tt-cream); }
.tt-trust__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 40px; padding: 16px 24px; font-family: var(--font-head); font-weight: 500; font-size: 14px; letter-spacing: .3px; }
.tt-trust__row span { position: relative; padding-left: 20px; }
.tt-trust__row span::before { content: ""; position: absolute; left: 0; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--tt-clay); transform: translateY(-50%); }

/* Sections */
.tt-section__title { font-size: clamp(28px, 4vw, 40px); text-align: center; margin: 0 0 36px; }
.tt-scenarios, .tt-featured { padding: 72px 0; }

/* Scenario grid */
.tt-scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tt-scenario-card {
  display: flex; flex-direction: column; justify-content: flex-end; min-height: 200px;
  padding: 26px; border-radius: var(--tt-radius); background: var(--tt-sand); color: var(--tt-pine);
  border: 1px solid var(--tt-line); transition: transform .2s ease, box-shadow .2s ease;
}
.tt-scenario-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(41,39,35,.1); }
.tt-scenario-card__name { font-family: var(--font-head); font-weight: 600; font-size: 26px; }
.tt-scenario-card__sub { font-size: 14px; color: var(--tt-muted); margin-top: 4px; }
.tt-scenario-card--sky { background: #DCE6E4; }
.tt-scenario-card--trail { background: #DDE3D2; }
.tt-scenario-card--city { background: #E7DCC7; }
.tt-scenario-card--road { background: #ECD9CC; }
.tt-scenario-card--camp { background: #D8E0D6; }
.tt-scenario-card--den { background: #EEE4D4; }

/* Finder band */
.tt-finder-band { background: var(--tt-sage); }
.tt-finder-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 56px 24px; flex-wrap: wrap; }
.tt-finder-band h2 { color: var(--tt-pine); font-size: 30px; margin: 0 0 6px; }
.tt-finder-band p { color: #38463a; margin: 0; max-width: 560px; }

/* Footer */
.tt-footer { background: var(--tt-pine); color: var(--tt-sand); margin-top: 72px; }
.tt-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 32px; padding: 64px 24px 40px; }
.tt-footer__tagline { font-family: var(--font-head); margin-top: 10px; color: var(--tt-sage); }
.tt-footer h3 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: var(--tt-cream); margin-bottom: 16px; }
.tt-footer ul { list-style: none; margin: 0; padding: 0; }
.tt-footer ul li { margin-bottom: 10px; }
.tt-footer ul a:hover { color: #fff; }
.tt-newsletter p { font-size: 14px; color: var(--tt-sage); margin-bottom: 14px; }
.tt-newsletter__form { display: flex; gap: 8px; }
.tt-newsletter__form input { flex: 1; min-width: 0; padding: 11px 14px; border-radius: 999px; border: 1px solid var(--tt-sage); background: rgba(255,255,255,.06); color: #fff; }
.tt-newsletter__form input::placeholder { color: var(--tt-sage); }
.tt-newsletter__form button { padding: 11px 20px; border-radius: 999px; border: 0; background: var(--tt-clay); color: #fff; font-family: var(--font-head); font-weight: 500; cursor: pointer; }
.tt-footer__legal { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-top: 1px solid rgba(255,255,255,.12); padding: 20px 24px; font-size: 13px; flex-wrap: wrap; }
.tt-footer__legal ul { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }

/* Generic content + WooCommerce */
.tt-content, .tt-shop { padding: 56px 0; min-height: 50vh; }
.tt-page__title { font-size: clamp(30px, 4vw, 44px); margin-bottom: 24px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; list-style: none; margin: 0; padding: 0; }
.woocommerce ul.products li.product { text-align: left; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--font-head); font-size: 17px; font-weight: 500; padding: 12px 0 4px; }
.woocommerce ul.products li.product .price { color: var(--tt-pine); font-weight: 600; }
.woocommerce ul.products li.product img { border-radius: var(--tt-radius); }
.woocommerce a.button, .woocommerce button.button, .woocommerce .button.add_to_cart_button, .woocommerce #respond input#submit {
  background: var(--tt-pine); color: #fff; border-radius: 999px; padding: 11px 20px; font-family: var(--font-head); font-weight: 500;
}
.woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--tt-ink); }
.woocommerce div.product .single_add_to_cart_button { background: var(--tt-clay); }
.woocommerce div.product .single_add_to_cart_button:hover { background: var(--tt-clay-dark); }
.woocommerce span.onsale { background: var(--tt-clay); border-radius: 999px; }

/* Responsive */
@media (max-width: 1024px) {
  .tt-footer__grid { grid-template-columns: 1fr 1fr; }
  .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 860px) {
  .tt-nav { display: none; }
  .tt-header__toggle { display: flex; }
  .tt-scenario-grid { grid-template-columns: repeat(2, 1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .tt-scenario-grid { grid-template-columns: 1fr; }
  .tt-footer__grid { grid-template-columns: 1fr; }
  .tt-hero__inner { padding: 60px 24px 64px; }
}

/* Product page: trust badges */
.tt-product-badges { display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; margin: 20px 0 0; padding: 18px 0 0; border-top: 1px solid var(--tt-line); }
.tt-product-badges li { font-family: var(--font-head); font-weight: 500; font-size: 14px; color: var(--tt-pine); padding-left: 24px; position: relative; }
.tt-product-badges li::before { content: ""; position: absolute; left: 0; top: 2px; width: 16px; height: 16px; border-radius: 50%; background: var(--tt-sage); }
.tt-product-badges li::after { content: ""; position: absolute; left: 5px; top: 6px; width: 5px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }

/* Product page: airline compliance */
.tt-compliance { max-width: 760px; margin: 48px auto 0; }
.tt-compliance h2 { font-size: 24px; }
.tt-compliance__dims { font-family: var(--font-head); font-weight: 500; color: var(--tt-pine); margin: 0 0 14px; }
.tt-compliance__table { width: 100%; border-collapse: collapse; font-size: 14px; }
.tt-compliance__table th, .tt-compliance__table td { text-align: left; padding: 11px 12px; border-bottom: 1px solid var(--tt-line); }
.tt-compliance__table thead th { font-family: var(--font-head); font-weight: 500; color: var(--tt-muted); }
.tt-compliance__table td.is-fit { color: #2f7a4f; font-weight: 600; }
.tt-compliance__table td.is-nofit { color: var(--tt-clay-dark); font-weight: 600; }
.tt-compliance__note { font-size: 12px; color: var(--tt-muted); margin-top: 12px; }

/* Carrier Finder */
.tt-finder { padding: 64px 0; }
.tt-finder__inner { max-width: 640px; }
.tt-finder__head { text-align: center; margin-bottom: 32px; }
.tt-finder__head h1 { font-size: clamp(32px, 5vw, 48px); }
.tt-finder__head p { color: var(--tt-muted); font-size: 17px; }
.tt-finder__form { background: #fff; border: 1px solid var(--tt-line); border-radius: var(--tt-radius); padding: 28px; display: grid; gap: 20px; }
.tt-field { display: flex; flex-direction: column; gap: 8px; }
.tt-field label { font-family: var(--font-head); font-weight: 500; font-size: 14px; }
.tt-field input, .tt-field select { padding: 12px 14px; border: 1.5px solid var(--tt-line); border-radius: 10px; font: inherit; background: var(--tt-cream); color: var(--tt-ink); }
.tt-field input:focus, .tt-field select:focus { outline: none; border-color: var(--tt-pine); }
.tt-field__row { display: flex; gap: 10px; }
.tt-field__row input { flex: 1; }
.tt-unit { display: inline-flex; border: 1.5px solid var(--tt-line); border-radius: 10px; overflow: hidden; }
.tt-unit button { background: var(--tt-cream); border: 0; padding: 0 16px; font-family: var(--font-head); font-weight: 500; cursor: pointer; color: var(--tt-muted); }
.tt-unit button.is-active { background: var(--tt-pine); color: #fff; }
.tt-finder__form .tt-btn { justify-self: start; }
.tt-finder__error { color: var(--tt-clay-dark); font-weight: 500; }

/* Finder result card */
.tt-finder__result { margin-top: 24px; }
.tt-result-card { background: var(--tt-sand); border-radius: var(--tt-radius); padding: 28px; }
.tt-result-card__eyebrow { text-transform: uppercase; letter-spacing: 1.5px; font-size: 12px; font-family: var(--font-head); font-weight: 500; color: var(--tt-pine); margin: 0 0 8px; }
.tt-result-card__title { font-size: 30px; margin: 0 0 4px; }
.tt-result-card__sub { color: var(--tt-muted); margin: 0 0 18px; }
.tt-result-card__facts { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 10px; }
.tt-result-card__facts li { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(41,39,35,.1); padding-bottom: 10px; }
.tt-result-card__facts span { color: var(--tt-muted); }
.tt-result-card__facts strong { font-family: var(--font-head); font-weight: 500; text-align: right; }
.tt-result-card__airline { background: rgba(255,255,255,.55); border-radius: 10px; padding: 14px 16px; font-size: 14px; color: #38463a; margin: 0 0 18px; }

