/* The Linux Laptop — 2026 storefront */

:root {
  --tll-ink: #101418;
  --tll-ink-2: #1a2129;
  --tll-paper: #f3f0e8;
  --tll-white: #fffcf6;
  --tll-line: #d8d1c3;
  --tll-muted: #5c6570;
  --tll-text: #1b2128;
  --tll-accent: #c8ef4a;
  --tll-accent-ink: #14180a;
  --tll-max: 1180px;
  --tll-wide: 1280px;
  --tll-sans: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --tll-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --tll-shadow: 0 18px 50px rgba(16, 20, 24, 0.12);
}

html {
  scroll-behavior: smooth;
}

body,
body.home,
body.page,
body.single-product,
body.archive,
body.woocommerce-page {
  font-family: var(--tll-sans) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  color: var(--tll-text) !important;
  background: var(--tll-paper) !important;
  margin: 0;
}

body.tll-lock {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none !important;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tll-skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--tll-ink);
  color: var(--tll-accent);
  padding: 0.6rem 1rem;
  z-index: 10000;
}

.tll-skip:focus {
  left: 0.75rem;
  top: 0.75rem;
}

.tll-wrap {
  width: min(var(--tll-max), calc(100% - 2rem));
  margin: 0 auto;
}

.tll-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--tll-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tll-muted);
  margin: 0 0 0.85rem;
}

.tll-kicker::before {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: currentColor;
}

h1, h2, h3, h4, h5,
.tll-display {
  font-family: var(--tll-sans);
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--tll-ink);
}

.tll-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--tll-sans);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.tll-btn:hover {
  transform: translateY(-1px);
}

.tll-btn-accent {
  background: var(--tll-accent);
  color: var(--tll-accent-ink) !important;
}

.tll-btn-accent:hover {
  background: #d6f56a;
}

.tll-btn-ink {
  background: var(--tll-ink);
  color: #fff !important;
}

.tll-btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff !important;
}

.tll-btn-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.tll-btn-line {
  background: transparent;
  border-color: var(--tll-ink);
  color: var(--tll-ink) !important;
}

.tll-icon-btn {
  width: 2.6rem;
  height: 2.6rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--tll-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.tll-icon-btn:hover,
.tll-icon-btn[aria-expanded="true"] {
  background: rgba(16, 20, 24, 0.06);
}

.tll-icon-btn svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tll-badge {
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  min-width: 1.05rem;
  height: 1.05rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  background: var(--tll-ink);
  color: var(--tll-accent);
  font-family: var(--tll-mono);
  font-size: 0.62rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Announcement + header */

.tll-announce {
  background: var(--tll-ink);
  color: #d7ddd4;
  font-family: var(--tll-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.55rem 1rem;
}

.tll-announce a {
  color: var(--tll-accent);
}

.tll-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: var(--tll-paper);
  border-bottom: 1px solid transparent;
}

.tll-header.is-stuck {
  border-bottom-color: var(--tll-line);
}

.tll-header-inner {
  width: min(var(--tll-wide), calc(100% - 1.5rem));
  margin: 0 auto;
  min-height: 4.4rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

.tll-header .custom-logo-link,
.tll-header .tll-logo {
  display: flex;
  align-items: center;
  background: var(--tll-paper);
  line-height: 0;
}

.tll-header .custom-logo {
  display: block;
  height: 42px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  background: var(--tll-paper);
}

.tll-nav {
  display: none;
  justify-content: center;
  gap: 0.15rem;
}

.tll-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--tll-ink);
}

.tll-nav a:hover,
.tll-nav a.is-current {
  background: rgba(16, 20, 24, 0.06);
}

.tll-has-sub {
  position: relative;
}

.tll-has-sub > a::after {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.tll-sub {
  display: none;
  position: absolute;
  top: calc(100% - 0.2rem);
  left: 0;
  min-width: 220px;
  padding: 0.7rem;
  background: var(--tll-white);
  border: 1px solid var(--tll-line);
  border-radius: 1rem;
  box-shadow: var(--tll-shadow);
}

.tll-sub strong {
  display: block;
  font-family: var(--tll-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tll-muted);
  padding: 0.35rem 0.6rem 0.15rem;
}

.tll-sub a {
  display: block;
  width: 100%;
  border-radius: 0.6rem;
  font-size: 0.9rem;
}

.tll-has-sub:hover .tll-sub,
.tll-has-sub:focus-within .tll-sub {
  display: block;
}

.tll-actions {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.tll-phone {
  display: none;
  color: var(--tll-ink);
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.4rem 0.7rem;
  white-space: nowrap;
}

.tll-search-panel {
  border-top: 1px solid var(--tll-line);
  background: var(--tll-white);
  padding: 0.9rem 0 1.1rem;
}

.tll-search-form {
  width: min(var(--tll-max), calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  gap: 0.5rem;
}

.tll-search-form input {
  flex: 1;
  height: 3rem;
  border: 1px solid var(--tll-line);
  border-radius: 999px;
  padding: 0 1.1rem;
  background: var(--tll-paper);
  font-family: var(--tll-sans);
  font-size: 1rem;
}

.tll-search-form input:focus {
  outline: 2px solid var(--tll-ink);
  outline-offset: 1px;
  box-shadow: none !important;
}

.tll-drawer {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: var(--tll-paper);
  padding: 1.25rem 1.25rem 2rem;
  overflow: auto;
}

.tll-drawer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.tll-drawer nav {
  display: grid;
  gap: 0.35rem;
}

.tll-drawer a {
  display: block;
  padding: 0.85rem 0.2rem;
  border-bottom: 1px solid var(--tll-line);
  font-size: 1.2rem;
  font-weight: 600;
}

.tll-drawer .tll-sub {
  position: static;
  display: grid;
  min-width: 0;
  padding: 0.2rem 0 0.8rem 0.6rem;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.tll-drawer .tll-sub a {
  font-size: 1rem;
  font-weight: 500;
  border: 0;
  padding: 0.45rem 0;
}

@media (min-width: 980px) {
  .tll-nav {
    display: flex;
  }
  .tll-phone {
    display: inline-flex;
  }
  .tll-menu-btn {
    display: none;
  }
  .tll-header .custom-logo {
    height: 48px;
    max-width: 280px;
  }
}

/* Homepage */

.tll-hero {
  background: radial-gradient(1200px 500px at 80% 20%, #2a3530 0%, var(--tll-ink) 55%);
  color: #f4f1ea;
  overflow: hidden;
}

.tll-hero-grid {
  width: min(var(--tll-wide), calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  padding: 2.4rem 0 3.2rem;
  align-items: center;
}

.tll-hero .tll-kicker {
  color: var(--tll-accent);
}

.tll-hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  font-weight: 700;
  max-width: 11ch;
  margin: 0 0 1rem;
}

.tll-hero h1 em {
  font-style: normal;
  color: var(--tll-accent);
}

.tll-hero p.lede {
  max-width: 38rem;
  color: #c9cfc6;
  font-size: 1.12rem;
  margin: 0 0 1.6rem;
}

.tll-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.tll-hero-media {
  position: relative;
}

.tll-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1.25rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.tll-hero-chip {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: rgba(16, 20, 24, 0.82);
  color: #fff;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.9rem;
  padding: 0.7rem 0.9rem;
  font-size: 0.82rem;
  max-width: 16rem;
}

.tll-hero-chip b {
  display: block;
  color: var(--tll-accent);
  font-family: var(--tll-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.15rem;
}

.tll-trust {
  background: var(--tll-white);
  border-top: 1px solid var(--tll-line);
  border-bottom: 1px solid var(--tll-line);
}

.tll-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.tll-trust-item {
  padding: 1.15rem 1rem;
  border-right: 1px solid var(--tll-line);
  border-bottom: 1px solid var(--tll-line);
}

.tll-trust-item:nth-child(2n) {
  border-right: 0;
}

.tll-trust-item b {
  display: block;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.15rem;
}

.tll-trust-item span {
  color: var(--tll-muted);
  font-size: 0.88rem;
}

.tll-section {
  padding: 4rem 0;
}

.tll-section-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.8rem;
}

.tll-section-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin: 0;
  max-width: 16ch;
}

.tll-section-head p {
  margin: 0.4rem 0 0;
  color: var(--tll-muted);
  max-width: 32rem;
}

.tll-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tll-brands a {
  border: 1px solid var(--tll-line);
  background: var(--tll-white);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.85rem;
  font-weight: 500;
}

.tll-brands a:hover {
  border-color: var(--tll-ink);
}

.tll-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
}

.tll-product {
  display: flex;
  flex-direction: column;
  background: var(--tll-white);
  border: 1px solid var(--tll-line);
  border-radius: 1.15rem;
  overflow: hidden;
  height: 100%;
  color: inherit;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.tll-product:hover {
  transform: translateY(-3px);
  box-shadow: var(--tll-shadow);
  border-color: #cfc8b8;
}

.tll-product-media {
  background: #ece7dc;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem;
}

.tll-product-media img {
  max-height: 100%;
  object-fit: contain;
}

.tll-product-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.05rem 1.15rem;
  flex: 1;
}

.tll-product-brand {
  font-family: var(--tll-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tll-muted);
}

.tll-product-title {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.tll-product-foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.7rem;
}

.tll-product-price {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.tll-product-price del {
  color: var(--tll-muted);
  font-weight: 500;
  font-size: 0.85rem;
  margin-left: 0.3rem;
}

.tll-product-cta {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--tll-muted);
}

.tll-product:hover .tll-product-cta {
  color: var(--tll-ink);
}

.tll-shop-more {
  text-align: center;
  margin-top: 1.8rem;
}

.tll-process {
  background: var(--tll-white);
  border-top: 1px solid var(--tll-line);
  border-bottom: 1px solid var(--tll-line);
}

.tll-process-grid {
  display: grid;
  gap: 1.5rem;
}

.tll-steps {
  display: grid;
  gap: 1rem;
}

.tll-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  padding: 0.2rem 0;
}

.tll-step-num {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background: var(--tll-ink);
  color: var(--tll-accent);
  font-family: var(--tll-mono);
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tll-step h3 {
  margin: 0 0 0.2rem;
  font-size: 1.15rem;
}

.tll-step p {
  margin: 0;
  color: var(--tll-muted);
}

.tll-process-media img {
  width: 100%;
  display: block;
  border-radius: 1.2rem;
}

.tll-distros {
  overflow: hidden;
}

.tll-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tll-pills span {
  background: var(--tll-white);
  border: 1px solid var(--tll-line);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
}

.tll-pills span.is-featured {
  background: var(--tll-ink);
  color: var(--tll-accent);
  border-color: var(--tll-ink);
}

.tll-why-grid {
  display: grid;
  gap: 1rem;
}

.tll-why-card {
  background: var(--tll-white);
  border: 1px solid var(--tll-line);
  border-radius: 1.15rem;
  padding: 1.3rem 1.25rem 1.4rem;
}

.tll-why-card h3 {
  font-size: 1.25rem;
  margin: 0 0 0.45rem;
}

.tll-why-card p {
  margin: 0;
  color: var(--tll-muted);
}

.tll-cta {
  background: var(--tll-ink);
  color: #e7eadf;
  padding: 3.5rem 0;
}

.tll-cta h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.1rem);
  margin: 0 0 0.7rem;
  max-width: 16ch;
}

.tll-cta p {
  margin: 0 0 1.4rem;
  max-width: 36rem;
}

.tll-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

@media (min-width: 700px) {
  .tll-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tll-trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .tll-trust-item {
    border-bottom: 0;
  }
  .tll-trust-item:nth-child(2n) {
    border-right: 1px solid var(--tll-line);
  }
  .tll-trust-item:last-child {
    border-right: 0;
  }
  .tll-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .tll-process-grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .tll-hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    padding: 3.4rem 0 4rem;
  }
  .tll-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Footer */

.tll-footer {
  background: var(--tll-ink-2);
  color: #c5ccc0;
  padding: 3rem 0 0;
}

.tll-footer a {
  color: #e8ece3;
}

.tll-footer a:hover {
  color: var(--tll-accent);
}

.tll-footer-grid {
  display: grid;
  gap: 2rem;
  padding-bottom: 2.4rem;
}

.tll-footer h3,
.tll-footer .title {
  font-family: var(--tll-mono) !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tll-accent) !important;
  margin: 0 0 0.9rem !important;
  padding: 0 !important;
  border: 0 !important;
  font-weight: 500 !important;
}

.tll-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tll-footer li + li,
.tll-footer ul li {
  margin: 0 0 0.45rem;
}

.tll-footer li a {
  font-size: 0.95rem;
  font-weight: 400;
}

.tll-footer-brand p {
  margin: 0.8rem 0 0;
  max-width: 28rem;
  color: #9aa394;
  font-size: 0.95rem;
}

.tll-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 0 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.7rem;
  color: #8b9286;
  font-size: 0.85rem;
}

.tll-footer-bottom .widget,
.tll-footer-bottom p,
.tll-footer-bottom ul {
  margin: 0;
}

.tll-footer-bottom img {
  max-height: 28px;
  width: auto;
}

.tll-footer .widget-title {
  font-size: 0.72rem !important;
  color: var(--tll-accent) !important;
}

.tll-pay {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.tll-pay span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.35rem;
  padding: 0.15rem 0.4rem;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (min-width: 800px) {
  .tll-footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
}

/* Inner pages: replace the old photo banner */

body .bradcrumb-section {
  height: auto !important;
  min-height: 0 !important;
  padding: 2.4rem 0 1.8rem !important;
  background: var(--tll-ink) !important;
  background-image: none !important;
  position: relative;
}

body .bradcrumb-section:before {
  display: none !important;
}

body .bradcrumb-section h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem) !important;
  letter-spacing: -0.03em !important;
  font-weight: 700 !important;
  margin: 0 0 0.4rem;
  position: relative;
  z-index: 1;
}

body .bradcrumb-section .breadcrumb {
  background: transparent !important;
  justify-content: center;
  position: relative;
  z-index: 1;
}

body .linux-section,
body .condition-section,
body .shipping-section,
body .privacy-notice-section,
body .more-about-section,
body .wishlist-section,
body .linux-community-section {
  margin: 2.2rem 0 3.2rem !important;
}

body .linux-section p,
body .condition-section p,
body .shipping-section p,
body .privacy-notice-section p {
  letter-spacing: 0 !important;
  text-align: left !important;
}

/* WooCommerce shop + product */

.woocommerce ul.products,
ul.products {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
ul.products::before,
ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  padding: 0 !important;
}

.woocommerce ul.products li.product .col {
  padding: 0;
  max-width: 100%;
}

.tll-shop,
.laptop-items .container {
  width: min(var(--tll-max), calc(100% - 2rem));
  margin: 0 auto 3rem;
}

.woocommerce-products-header__title {
  display: none;
}

.archive .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb,
.tax-pwb-brand .woocommerce-breadcrumb {
  display: none;
}

.archive .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header {
  text-align: left !important;
  margin: 0 0 1rem !important;
}

.archive .woocommerce-result-count,
.archive .woocommerce-ordering,
.tax-product_cat .woocommerce-result-count,
.tax-product_cat .woocommerce-ordering {
  color: var(--tll-muted) !important;
  margin: 0.4rem 0 1rem !important;
}

.woocommerce .woocommerce-ordering select {
  border: 1px solid var(--tll-line);
  border-radius: 999px;
  padding: 0.55rem 0.9rem !important;
  background: var(--tll-white);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.single-product .single_add_to_cart_button.button.alt,
.woocommerce-Button.button,
#place_order,
.checkout-button.button {
  background: var(--tll-ink) !important;
  color: var(--tll-accent) !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  padding: 0.85rem 1.3rem !important;
  text-transform: none !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.single-product .single_add_to_cart_button.button.alt:hover {
  background: #1c242c !important;
  color: #fff !important;
}

.single-product .product_title,
.summery-detail h1 {
  font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em;
}

.single-product .price {
  font-size: 1.5rem !important;
  font-weight: 700;
  color: var(--tll-ink) !important;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  padding: 0.35rem 0;
}

.woocommerce-breadcrumb {
  font-size: 0.85rem;
  color: var(--tll-muted) !important;
}

.woocommerce-breadcrumb a {
  color: var(--tll-muted) !important;
}

.star-rating,
.single-product .star-rating {
  color: #8aa62e !important;
}

.faq .card {
  border: 1px solid var(--tll-line);
  border-radius: 0.9rem;
  margin-bottom: 0.7rem;
  overflow: hidden;
  background: var(--tll-white);
}

.faq .card-header {
  background: var(--tll-white);
  cursor: pointer;
  padding: 1rem 1.1rem;
}

.faq .card-header p {
  margin: 0;
  font-weight: 600;
}

.single-contact i.fa {
  display: none !important;
}

.single-contact {
  padding-left: 96px !important;
  min-height: 72px;
}

.single-contact-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 0.7rem;
  display: block;
  background: #ece7dc;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.contact-form input,
.contact-form textarea {
  border: 1px solid var(--tll-line) !important;
  border-radius: 0.7rem !important;
  background: var(--tll-white) !important;
  padding: 0.75rem 0.9rem !important;
}

.wpcf7 input[type="submit"],
.contact-form input[type="submit"] {
  background: var(--tll-ink) !important;
  color: var(--tll-accent) !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0.8rem 1.4rem !important;
}

@media (min-width: 700px) {
  .woocommerce ul.products,
  ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  .woocommerce ul.products,
  ul.products {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

.about-section-third .sonar-emitter {
  width: 132px;
  height: 132px;
  background: #ece7dc;
  overflow: visible;
  padding: 0;
  align-items: center;
}

.about-section-third .sonar-emitter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 1;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.tll-guide {
  padding-bottom: 2rem;
}

.tll-guide-intro {
  padding: 2.4rem 0 1.5rem;
}

.tll-guide-intro h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  max-width: 22ch;
  margin: 0 0 1rem;
}

.tll-guide-intro .lede {
  max-width: 42rem;
  font-size: 1.12rem;
  color: var(--tll-muted);
  margin: 0 0 1.4rem;
}

.tll-guide-prose {
  max-width: 46rem;
}

.tll-guide-prose h2 {
  font-size: 1.6rem;
  margin: 2rem 0 0.7rem;
}

.tll-guide-prose h3 {
  font-size: 1.15rem;
  margin: 1.4rem 0 0.4rem;
}

.tll-guide-prose p,
.tll-guide-prose li {
  color: var(--tll-text);
  font-size: 1.02rem;
}

.tll-guide-prose ul,
.tll-guide-prose ol {
  padding-left: 1.2rem;
}

.tll-guide-prose a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tll-story-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.tll-story-grid h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin: 0 0 1rem;
  max-width: 18ch;
}

.tll-story-grid p {
  color: var(--tll-text);
  font-size: 1.05rem;
}

.tll-story-media img {
  width: 100%;
  display: block;
  border-radius: 1.2rem;
  box-shadow: var(--tll-shadow);
}

.tll-why-lead {
  padding-top: 0;
}

.tll-story-actions {
  margin-top: 1.2rem;
}

.tll-split {
  display: grid;
  gap: 1.2rem;
}

.tll-split-card {
  background: var(--tll-white);
  border: 1px solid var(--tll-line);
  border-radius: 1.2rem;
  overflow: hidden;
}

.tll-split-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.tll-split-card .tll-kicker,
.tll-split-card h3,
.tll-split-card p {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.tll-split-card .tll-kicker {
  margin-top: 1.1rem;
}

.tll-split-card h3 {
  font-size: 1.35rem;
  margin: 0 1.2rem 0.5rem;
}

.tll-split-card p {
  margin-bottom: 1.3rem;
  color: var(--tll-muted);
}

.tll-stat-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
}

.tll-stat {
  background: var(--tll-white);
  border: 1px solid var(--tll-line);
  border-radius: 1.15rem;
  overflow: hidden;
}

.tll-stat img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.tll-stat h3 {
  margin: 0.9rem 1.1rem 0.25rem;
  font-size: 1.35rem;
}

.tll-stat p {
  margin: 0 1.1rem 1.1rem;
  color: var(--tll-muted);
}

.tll-founder {
  padding-top: 0;
}

.tll-founder-grid {
  display: grid;
  gap: 1.6rem;
  align-items: center;
  background: var(--tll-white);
  border: 1px solid var(--tll-line);
  border-radius: 1.2rem;
  padding: 1.4rem;
}

.tll-founder-photo {
  width: 100%;
  max-width: 280px;
  border-radius: 1rem;
  display: block;
  justify-self: center;
}

.tll-compare-wrap {
  overflow-x: auto;
  background: var(--tll-white);
  border: 1px solid var(--tll-line);
  border-radius: 1.15rem;
}

.tll-compare {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: 0.95rem;
}

.tll-compare th,
.tll-compare td {
  text-align: left;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--tll-line);
  vertical-align: top;
}

.tll-compare th {
  background: var(--tll-ink);
  color: #fff;
  font-weight: 600;
}

.tll-compare th:nth-child(3),
.tll-compare td:nth-child(3) {
  background: rgba(200, 239, 74, 0.16);
}

.tll-compare tr:last-child td {
  border-bottom: 0;
}

.tll-compare-note {
  margin-top: 1rem;
  color: var(--tll-muted);
  max-width: 48rem;
}

@media (min-width: 800px) {
  .tll-story-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }
  .tll-story-grid-rev {
    grid-template-columns: 0.95fr 1.05fr;
  }
  .tll-split {
    grid-template-columns: 1fr 1fr;
  }
  .tll-stat-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .tll-founder-grid {
    grid-template-columns: 220px 1fr;
    padding: 1.6rem 1.8rem;
  }
}

.about-section-third .sonar-wave {
  top: 16px;
  left: 16px;
  width: 76%;
  height: 76%;
  background-color: var(--tll-accent);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .tll-btn,
  .tll-product,
  .tll-header {
    transition: none;
  }
}

.tll-faq-layout {
  max-width: 46rem;
}

.tll-faq-intro h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 0 0 0.7rem;
}

.tll-faq-intro p {
  margin: 0;
}

.tll-faq-group {
  margin-top: 2.4rem;
}

.tll-faq-group > .tll-kicker {
  margin-bottom: 0.75rem;
}

.tll-faq-item {
  background: var(--tll-white);
  border: 1px solid var(--tll-line);
  border-radius: 0.9rem;
  margin-bottom: 0.65rem;
  padding: 0;
}

.tll-faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.35;
  padding: 1rem 2.6rem 1rem 1.15rem;
  position: relative;
}

.tll-faq-item summary::-webkit-details-marker {
  display: none;
}

.tll-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--tll-muted);
  font-weight: 500;
  font-size: 1.25rem;
}

.tll-faq-item[open] summary::after {
  content: "–";
}

.tll-faq-item .tll-faq-body {
  padding: 0 1.15rem 1.1rem;
  color: var(--tll-text);
}

.tll-faq-item .tll-faq-body p:first-child {
  margin-top: 0;
}

.tll-faq-item .tll-faq-body p:last-child {
  margin-bottom: 0;
}

.tll-faq-item .tll-faq-body a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tll-cta p a {
  color: var(--tll-accent);
}
