/* Tapping Tags content elevation
   Scoped presentation for the shop, company, help, editorial and policy pages. */

/* Shared inner-page rhythm */
.tt-shop-page main,
.tt-about-page main,
.tt-contact-page main,
.tt-faq-page main,
.tt-blog-index-page main,
.tt-policy-page main {
  background: #f4f8f9;
}

.tt-shop-page .tt-trust,
.tt-about-page .tt-trust,
.tt-contact-page .tt-trust,
.tt-faq-page .tt-trust,
.tt-blog-index-page .tt-trust,
.tt-policy-page .tt-trust {
  border-top: 1px solid #d9e7ea;
}

.tt-about-page .tt-bc a,
.tt-contact-page .tt-bc a,
.tt-faq-page .tt-bc a,
.tt-blog-index-page .tt-bc a,
.tt-policy-page .tt-bc a {
  color: #59686d;
}

/* Shop */
.tt-shop-page .tt-shop-intro-grid {
  padding-bottom: 16px;
  padding-top: 16px;
}

.tt-shop-page .tt-shop-h1 {
  max-width: 760px;
}

.tt-shop-page .tt-shop-lead {
  max-width: 650px;
}

.tt-shop-page .tt-shop-grid {
  padding-bottom: 96px;
  padding-top: 12px;
}

.tt-shop-page .tt-shop-grid .tt-prod {
  display: flex;
  flex-direction: column;
}

.tt-shop-page .tt-shop-grid .tt-prod-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tt-shop-page .tt-shop-grid .tt-prod-title-row {
  align-items: flex-start;
}

.tt-shop-page .tt-shop-grid .tt-prod-body h2 {
  color: #063f50;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

.tt-shop-page .tt-shop-grid .tt-prod-body h2 a {
  color: inherit;
}

.tt-shop-page .tt-shop-grid .tt-price {
  margin-top: 18px;
}

.tt-shop-page .tt-shop-grid .tt-prod-btn {
  margin-top: auto;
}

/* About */
.tt-about-page .tt-two--about {
  padding-bottom: 88px;
  padding-top: 76px;
}

.tt-about-page .tt-two--about > div > p {
  max-width: 70ch;
}

.tt-about-page .tt-two--about > div > h3 {
  border-top: 1px solid #cfe0e4;
  margin-top: 38px;
  padding-top: 30px;
}

.tt-about-page .tt-two--about > div > h2 + p {
  color: #1d3d46;
  font-size: 20px;
  line-height: 1.72;
}

.tt-about-page .tt-two--about ul {
  display: grid;
  gap: 12px;
  list-style: none;
  padding-left: 0;
}

.tt-about-page .tt-two--about > div li {
  background: #fff;
  border: 1px solid #dce9ec;
  border-radius: 12px;
  padding: 17px 18px 17px 48px;
  position: relative;
}

.tt-about-page .tt-two--about > div li::before {
  color: #08a9cf;
  content: '\2713';
  font-size: 18px;
  font-weight: 900;
  left: 19px;
  position: absolute;
  top: 16px;
}

/* Contact */
.tt-contact-page .tt-contact {
  padding-bottom: 88px;
  padding-top: 76px;
}

.tt-contact-page .tt-contact-l,
.tt-contact-page .tt-contact-r {
  box-shadow: 0 18px 50px rgba(3, 63, 80, .07);
}

.tt-contact-page .tt-info p {
  line-height: 1.5;
}

.tt-contact-page .tt-form-note,
.tt-contact-page .tt-contact-note p {
  line-height: 1.65;
}

/* Shared visual hero for FAQ, blog index and policies */
.tt-faq-page .tt-phero,
.tt-blog-index-page .tt-phero,
.tt-policy-page .tt-phero {
  align-items: center;
  background-position: center;
  background-size: cover;
  min-height: 430px;
}

.tt-faq-page .tt-phero::before,
.tt-blog-index-page .tt-phero::before,
.tt-policy-page .tt-phero::before {
  background: linear-gradient(90deg, rgba(3, 49, 62, .94) 0%, rgba(3, 63, 80, .79) 50%, rgba(3, 63, 80, .44) 100%);
  opacity: 1;
}

.tt-faq-page .tt-phero-in,
.tt-blog-index-page .tt-phero-in,
.tt-policy-page .tt-phero-in {
  margin: 0 auto;
  max-width: 1280px;
  padding: 28px 24px;
}

.tt-faq-page .tt-phero h1,
.tt-blog-index-page .tt-phero h1,
.tt-policy-page .tt-phero h1 {
  color: #fff;
  font-size: clamp(54px, 6vw, 82px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: .98;
  max-width: 900px;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .24);
}

.tt-faq-page main > .tt-bc,
.tt-blog-index-page main > .tt-bc,
.tt-policy-page main > .tt-bc {
  margin: 0 auto;
  max-width: 1280px;
  padding: 18px 24px 0;
}

/* FAQ */
.tt-faq-page .tt-two--faq {
  gap: clamp(38px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .7fr);
  margin: 0 auto;
  max-width: 1280px;
  padding: 72px 24px 92px;
}

.tt-faq-page .tt-two--faq > div > p:first-child {
  color: #28464f;
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 70ch;
}

.tt-faq-page .tt-acc2 {
  display: grid;
  gap: 12px;
}

.tt-faq-page .tt-acc2-item {
  background: #fff;
  border: 1px solid #d9e7ea;
  border-radius: 12px;
  box-shadow: 0 8px 26px rgba(3, 63, 80, .04);
  overflow: hidden;
}

.tt-faq-page .tt-acc2-q {
  color: #063f50;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  min-height: 58px;
  padding: 16px 54px 16px 20px;
}

.tt-faq-page .tt-acc2-a {
  border-top: 1px solid #e3ecee;
  padding: 20px 22px 5px;
}

.tt-faq-page .tt-acc2-a p,
.tt-faq-page .tt-acc2-a li {
  color: #35515a;
  font-size: 17px;
  line-height: 1.68;
}

.tt-faq-page .tt-two--faq aside {
  background: #fff;
  border: 1px solid #d9e7ea;
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(3, 63, 80, .07);
  padding: 22px;
}

.tt-faq-page .tt-side-figure img {
  border-radius: 14px;
}

.tt-faq-page .tt-side-h {
  color: #075b70;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-top: 28px;
  text-transform: uppercase;
}

/* Blog index */
.tt-blog-index-page .tt-blog-grid {
  gap: 28px; margin: 0 auto; max-width: 1280px; padding: 42px 24px 92px;
}

.tt-blog-index-page .tt-blog-grid::before {
  display: none;
}

.tt-blog-index-page .tt-blog-card {
  align-items: stretch; height: auto; padding: 0;
}

.tt-blog-index-page .tt-blog-card-in {
  background: #fff; border: 0; border-radius: 18px;
  box-shadow: 0 18px 46px rgba(3, 63, 80, .14); display: grid;
  grid-template-columns: minmax(190px, 40%) minmax(0, 1fr);
  grid-template-rows: auto auto 1fr; height: 100%; min-height: 300px;
}

.tt-blog-index-page .tt-blog-photo {
  display: block; grid-column: 1; grid-row: 1 / 4; height: 100%; inset: auto;
  min-height: 300px; opacity: 1; position: relative;
  transform: none; width: 100%;
}

.tt-blog-index-page .tt-blog-photo-img {
  display: block; height: 100%; object-fit: cover; width: 100%;
}

.tt-blog-index-page .tt-blog-card .tt-blog-date {
  clip: auto; color: #087089; font-size: 13px; font-weight: 800; height: auto;
  letter-spacing: .08em; margin: 26px 28px 4px; overflow: visible;
  position: relative; text-transform: uppercase; white-space: normal; width: auto;
}

.tt-blog-index-page .tt-blog-card h2 {
  bottom: auto; color: #063f50; font-size: 23px; font-weight: 800;
  line-height: 1.24; margin: 0; padding: 0 28px; position: relative;
  text-transform: none;
}

.tt-blog-index-page .tt-blog-card h2 a,
.tt-blog-index-page .tt-blog-card h2 a:hover {
  color: #063f50;
}

.tt-blog-index-page .tt-blog-excerpt {
  color: #35515a; font-size: 16px; line-height: 1.55; margin: 12px 28px 26px;
}

.tt-blog-index-page .tt-blog-card::before,
.tt-blog-index-page .tt-blog-card::after {
  display: none;
}

/* Policy pages */
.tt-policy-page .tt-phero {
  min-height: 360px;
}

.tt-policy-page .tt-phero h1 {
  font-size: clamp(48px, 5.5vw, 72px);
}

.tt-policy-page .tt-doc {
  isolation: isolate;
  padding: 40px 24px 92px;
  position: relative;
}

.tt-policy-page .tt-doc::before {
  background: linear-gradient(180deg, rgba(29, 180, 218, .045), transparent);
  border: 1px solid rgba(7, 91, 112, .14);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  content: '';
  height: 220px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 40px;
  transform: translateX(-50%);
  width: min(calc(100% - 48px), 1180px);
  z-index: 0;
}

.tt-policy-page .tt-doc-in {
  max-width: 820px;
  position: relative;
  z-index: 1;
}

.tt-policy-page .tt-doc-body {
  background: #fff;
  border: 1px solid #d9e7ea;
  border-radius: 22px;
  box-shadow: 0 20px 54px rgba(3, 63, 80, .07);
  padding: clamp(30px, 5vw, 56px);
}

.tt-policy-page .tt-doc-body p,
.tt-policy-page .tt-doc-body li {
  color: #314d56;
  font-size: 17px;
  line-height: 1.78;
}

.tt-policy-page .tt-doc-body > p:first-child {
  color: #173942;
  font-size: 19px;
  line-height: 1.72;
  margin-bottom: 32px;
}

.tt-policy-page .tt-doc-body h2,
.tt-policy-page .tt-doc-body h3 {
  border-top: 1px solid #d9e7ea;
  color: #075b70;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
  margin: 40px 0 15px;
  padding-top: 32px;
}

.tt-policy-page .tt-doc-body > h3:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.tt-policy-page .tt-doc-body p:not(:first-child) > :is(strong, b):first-child {
  color: #075b70;
  display: block;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
  margin: 36px 0 10px;
}

.tt-policy-page .tt-doc-body ul,
.tt-policy-page .tt-doc-body ol {
  background: #f5f9fa;
  border-left: 4px solid #08a9cf;
  border-radius: 0 12px 12px 0;
  margin: 24px 0 30px;
  padding: 20px 24px 20px 46px;
}

.tt-policy-page .tt-doc-body li:last-child {
  margin-bottom: 0;
}

.tt-policy-page .tt-doc-body a {
  font-weight: 700;
  line-height: 44px;
}

/* Legacy blog posts */
.tt-blog-post-page {
  --color-accent: #00677c;
  --color-cta: #00677c;
  --color-cta-hover: #00536b;
  --color-gold: #f47a3d;
  --color-primary: #00677c;
  --color-primary-mid: #00677c;
  --color-success: #24723a;
  --color-text-muted: #59676d;
  background: #f4f8f9;
  color: #213f48;
  font-size: 16px;
}

.tt-blog-post-page .anim,
.tt-blog-post-page .anim.in-view {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.tt-blog-post-page .page-hero {
  min-height: 410px;
  padding: 82px 0 76px;
  text-align: left;
}

.tt-blog-post-page .page-hero::after {
  background: linear-gradient(90deg, rgba(1, 31, 40, .28), rgba(1, 31, 40, .04));
  opacity: 1;
}

.tt-blog-post-page .page-hero .container {
  max-width: 1080px;
}

.tt-blog-post-page .page-hero .breadcrumb {
  justify-content: flex-start;
  margin-bottom: 22px;
}

.tt-blog-post-page .page-hero h1 {
  font-size: clamp(48px, 5.5vw, 72px);
  letter-spacing: -.045em;
  line-height: 1;
  max-width: 900px;
  text-wrap: balance;
}

.tt-blog-post-page > .section,
.tt-blog-post-page .page-hero + .section {
  background: #f4f8f9;
  padding: 76px 0 92px;
}

.tt-blog-post-page .blog-post-content {
  background: #fff;
  border: 1px solid #d9e7ea;
  border-radius: 22px;
  box-shadow: 0 20px 54px rgba(3, 63, 80, .07);
  max-width: 820px;
  padding: 48px 56px 58px;
}

.tt-blog-post-page .blog-meta {
  align-items: center;
  border-bottom: 1px solid #d9e7ea;
  gap: 8px 24px;
  margin-bottom: 34px;
  padding-bottom: 22px;
}

.tt-blog-post-page .blog-meta span,
.tt-blog-post-page .blog-author-bio,
.tt-blog-post-page .blog-date,
.tt-blog-post-page .blog-card-meta,
.tt-blog-post-page .related-reading-label,
.tt-blog-post-page .cta-trust-line {
  font-size: 12px;
  line-height: 1.55;
}

.tt-blog-post-page .blog-post-content > p:first-of-type {
  color: #173942;
  font-size: 20px;
  line-height: 1.7;
}

.tt-blog-post-page .blog-post-content p,
.tt-blog-post-page .blog-post-content li {
  color: #314d56;
  font-size: 17px;
  line-height: 1.78;
}

.tt-blog-post-page .blog-post-content h2 {
  border-top: 1px solid #d9e7ea;
  color: #063f50;
  font-size: clamp(28px, 3vw, 35px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.25;
  margin: 48px 0 16px;
  padding-top: 38px;
}

.tt-blog-post-page .blog-post-content h3 {
  color: #075b70;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  margin: 30px 0 12px;
}

.tt-blog-post-page .blog-post-content ul,
.tt-blog-post-page .blog-post-content ol {
  margin-bottom: 28px;
  padding-left: 30px;
}

.tt-blog-post-page .blog-post-content :is(.content-list-wrap, .insight-box, .qa-box, .blog-pull-quote, .inline-stat, .related-reading) {
  background: #f4f8f9;
  border-color: #08a9cf;
  border-radius: 14px;
  margin: 30px 0;
  padding: 24px 26px;
}

.tt-blog-post-page .blog-post-content :is(.feature-card, .blog-card, .how-step) {
  border-color: #d9e7ea;
  box-shadow: 0 10px 30px rgba(3, 63, 80, .06);
}

.tt-blog-post-page a,
.tt-blog-post-page button,
.tt-blog-post-page input,
.tt-blog-post-page select,
.tt-blog-post-page textarea {
  min-height: 44px;
}

.tt-blog-post-page a {
  align-items: center;
  display: inline-flex;
  min-width: 44px;
  max-width: 100%;
}

.tt-blog-post-page button {
  min-width: 44px;
}

.tt-blog-post-page .blog-post-content a:not(.btn) {
  line-height: 1.45;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: normal;
}

.tt-blog-post-page .site-header .nav-link,
.tt-blog-post-page .footer-links a,
.tt-blog-post-page .footer-address a {
  min-height: 44px;
}

/* Safety floors */
.tt-blog-post-page :is(small, time, .blog-date, .blog-meta span, .blog-card-meta, .related-reading-label, .cta-trust-line, .review-date, .review-verified, .review-product-tag, .post-category) {
  font-size: 12px !important;
}

.tt-blog-post-page .review-stars {
  color: #f47a3d;
}

.tt-blog-post-page :is(.tt-popup-close, .tt-popup-dismiss) {
  min-height: 46px !important;
  min-width: 46px !important;
}

@media (max-width: 767px) {
  .tt-shop-page .tt-shop-intro-grid {
    padding-bottom: 0;
    padding-top: 0;
  }

  .tt-shop-page .tt-shop-grid {
    padding-bottom: 64px;
    padding-top: 54px;
  }

  .tt-shop-page .tt-shop-grid .tt-prod-body h2 {
    font-size: 19px;
  }

  .tt-about-page .tt-two--about,
  .tt-contact-page .tt-contact {
    padding-bottom: 64px;
    padding-top: 50px;
  }

  .tt-about-page .tt-two--about > div > h3 {
    margin-top: 30px;
    padding-top: 24px;
  }

  .tt-faq-page .tt-phero,
  .tt-blog-index-page .tt-phero,
  .tt-policy-page .tt-phero {
    min-height: 330px;
  }

  .tt-faq-page .tt-phero::before,
  .tt-blog-index-page .tt-phero::before,
  .tt-policy-page .tt-phero::before {
    background: rgba(3, 55, 70, .82);
  }

  .tt-faq-page .tt-phero-in,
  .tt-blog-index-page .tt-phero-in,
  .tt-policy-page .tt-phero-in {
    padding: 38px 20px;
  }

  .tt-faq-page .tt-phero h1,
  .tt-blog-index-page .tt-phero h1,
  .tt-policy-page .tt-phero h1 {
    font-size: 46px;
  }

  .tt-faq-page main > .tt-bc,
  .tt-blog-index-page main > .tt-bc,
  .tt-policy-page main > .tt-bc {
    padding: 14px 18px 0;
  }

  .tt-faq-page .tt-two--faq {
    grid-template-columns: 1fr;
    padding: 48px 18px 64px;
  }

  .tt-faq-page .tt-two--faq aside {
    border-radius: 16px;
    padding: 18px;
  }

  .tt-blog-index-page .tt-blog-grid {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 38px 18px 68px;
  }

  .tt-blog-index-page .tt-blog-card {
    height: auto;
    padding: 0;
  }

  .tt-blog-index-page .tt-blog-card-in {
    grid-template-columns: 1fr; grid-template-rows: 150px auto auto auto;
    height: auto; min-height: 0;
  }

  .tt-blog-index-page .tt-blog-photo {
    grid-column: 1; grid-row: 1; min-height: 150px;
  }

  .tt-blog-index-page .tt-blog-card .tt-blog-date {
    margin: 22px 22px 4px;
  }

  .tt-blog-index-page .tt-blog-card h2 {
    bottom: auto;
    font-size: 21px;
    padding: 0 22px;
  }

  .tt-blog-index-page .tt-blog-excerpt {
    font-size: 16px;
    margin: 10px 22px 24px;
  }

  .tt-policy-page .tt-doc {
    padding: 46px 14px 68px;
  }

  .tt-policy-page .tt-doc::before {
    display: none;
  }

  .tt-policy-page .tt-doc-body {
    border-radius: 16px;
    padding: 26px 22px 34px;
  }

  .tt-policy-page .tt-doc-body > p:first-child {
    font-size: 18px;
  }

  .tt-policy-page .tt-doc-body h2,
  .tt-policy-page .tt-doc-body h3 {
    font-size: 23px;
  }

  .tt-policy-page .tt-doc-body p:not(:first-child) > :is(strong, b):first-child {
    font-size: 20px;
  }

  .tt-policy-page .tt-doc-body ul,
  .tt-policy-page .tt-doc-body ol {
    padding: 18px 18px 18px 38px;
  }

  .tt-blog-post-page .page-hero {
    min-height: 360px;
    padding: 62px 0 56px;
  }

  .tt-blog-post-page .page-hero .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tt-blog-post-page .page-hero h1 {
    font-size: 42px;
  }

  .tt-blog-post-page > .section,
  .tt-blog-post-page .page-hero + .section {
    padding: 46px 12px 68px;
  }

  .tt-blog-post-page .section > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .tt-blog-post-page .blog-post-content {
    border-radius: 16px;
    padding: 28px 22px 38px;
  }

  .tt-blog-post-page .blog-post-content > p:first-of-type {
    font-size: 18px;
  }

  .tt-blog-post-page .blog-post-content h2 {
    font-size: 28px;
    margin-top: 40px;
    padding-top: 32px;
  }

  .tt-blog-post-page .blog-post-content h3 {
    font-size: 21px;
  }

  .tt-blog-post-page .blog-post-content :is(.content-list-wrap, .insight-box, .qa-box, .blog-pull-quote, .inline-stat, .related-reading) {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tt-shop-page *,
  .tt-about-page *,
  .tt-contact-page *,
  .tt-faq-page *,
  .tt-blog-index-page *,
  .tt-policy-page *,
  .tt-blog-post-page * {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
