*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5efe6;
  color: #111111;
  -webkit-font-smoothing: antialiased;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 16px 32px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: radial-gradient(circle at 20% 0%, #ffb199, #ff5a5f);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-title {
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-tagline {
  font-size: 12px;
  color: #6b6b6b;
}


.t2t-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}

.t2t-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* Remove pill styling so transparent PNG shows page background */
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: inherit;
}

.t2t-logo-text {
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  font-size: 1.05rem;
  color: #4a433f;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.nav-link {
  text-decoration: none;
  color: #333333;
  padding: 6px 10px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid transparent;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.nav-link:hover {
  background: rgba(17, 17, 17, 0.06);
  border-color: rgba(17, 17, 17, 0.06);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 32px;
  padding: 24px 0 32px;
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #a87b5a;
}

.hero-title {
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.12;
}

.hero-subtitle {
  font-size: 14px;
  color: #4a4a4a;
  max-width: 480px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 120ms ease;
}

.button.primary {
  background: #111111;
  color: #ffffff;
}

.button.primary:hover {
  background: #000000;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.22);
  transform: translateY(-1px);
}

.button.secondary {
  background: #068b7a;
  color: #ffffff;
}

.button.ghost {
  background: transparent;
  border-color: rgba(17, 17, 17, 0.12);
  color: #111111;
}

.button.ghost:hover {
  background: rgba(17, 17, 17, 0.04);
}

.hero-meta {
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 4px;
}

.hero-panel {
  align-self: center;
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
  border-radius: 24px;
  background: radial-gradient(circle at 0 0, rgba(255, 215, 179, 0.7), transparent 52%), radial-gradient(circle at 100% 100%, rgba(255, 90, 95, 0.7), transparent 52%), #f8f2ea;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  min-width: 240px;
}

.hero-pill {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  text-align: center;
  color: #4a2b1a;
}

.trend-section {
  padding: 18px 0 8px;
}

.trend-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.trend-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #a87b5a;
}

.trend-title {
  font-size: 20px;
  margin-top: 2px;
}

.trend-meta {
  font-size: 12px;
  color: #7a7a7a;
  max-width: 360px;
}

.product-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 12px;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.32) transparent;
}

.product-row::-webkit-scrollbar {
  height: 6px;
}

.product-row::-webkit-scrollbar-track {
  background: transparent;
}

.product-row::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.32);
  border-radius: 999px;
}

.product-card {
  flex: 0 0 210px;
  background: #fdf9f3;
  border-radius: 18px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
  min-height: 260px;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.08);
}

.product-image {
  width: 100%;
  border-radius: 14px;
  min-height: 165px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.placeholder {
  background: linear-gradient(135deg, #f7f1e9, #f0e1cf);
  position: relative;
  overflow: hidden;
}

.placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.5) 40%, transparent 80%);
  transform: translateX(-100%);
  animation: shimmer 2.4s infinite;
}

.sneaker-1,
.sneaker {
  background-image: radial-gradient(circle at 20% 0, #ffffff, #f4f1ec);
}

.sneaker-2 {
  background-image: radial-gradient(circle at 0 0, #ffffff, #f1edf9);
}

.sneaker-3 {
  background-image: radial-gradient(circle at 100% 100%, #ffffff, #ecf4f1);
}

.sneaker-4 {
  background-image: radial-gradient(circle at 50% 0, #ffffff, #f5edf5);
}

.clothing-1,
.clothing {
  background-image: radial-gradient(circle at 0 0, #ffffff, #f4eff9);
}

.clothing-2 {
  background-image: radial-gradient(circle at 100% 100%, #ffffff, #edf4f9);
}

.clothing-3 {
  background-image: radial-gradient(circle at 50% 0, #ffffff, #f9f4ef);
}

.lamp-1,
.lamp {
  background-image: radial-gradient(circle at 0 100%, #ffffff, #fff2d7);
}

.lamp-2 {
  background-image: radial-gradient(circle at 100% 0, #ffffff, #ffe8c2);
}

.lamp-3 {
  background-image: radial-gradient(circle at 50% 50%, #ffffff, #ffe3ce);
}

.viral-1,
.viral {
  background-image: radial-gradient(circle at 0 50%, #ffffff, #e9f1ff);
}

.viral-2 {
  background-image: radial-gradient(circle at 50% 0, #ffffff, #f1ffe9);
}

.viral-3 {
  background-image: radial-gradient(circle at 100% 50%, #ffffff, #ffe9f8);
}

.product-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.product-rank {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #c05a3c;
}

.product-name {
  font-size: 14px;
}

.product-price {
  font-size: 13px;
  font-weight: 600;
  margin-top: 2px;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.product-bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.image-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 40;
}

.image-modal.is-visible {
  display: flex;
}

.image-modal-inner {
  position: relative;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  border-radius: 20px;
  overflow: hidden;
  background: #000000;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
}

.image-modal-image-wrapper {
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}

.image-modal-image {
  max-width: 100%;
  max-height: 80vh;
  transform-origin: center center;
  transition: transform 80ms ease-out;
}

.image-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px 12px;
  font-size: 13px;
  color: #f5efe6;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
}

.image-modal-caption {
  flex: 1;
}

.image-modal-view-deal {
  white-space: nowrap;
}

.image-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #f5efe6;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.image-modal-close:hover {
  background: rgba(0, 0, 0, 0.9);
}

.image-modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #f5efe6;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-modal-arrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

.image-modal-prev {
  left: 10px;
}

.image-modal-next {
  right: 10px;
}

.market-badge {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
}

.view-deal {
  font-size: 12px;
  text-decoration: none;
  color: #111111;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: rgba(255, 255, 255, 0.6);
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.view-deal:hover {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.site-footer {
  padding-top: 32px;
  font-size: 12px;
  color: #7a7a7a;
}

.footer-brand {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  margin-bottom: 6px;
}

.footer-text + .footer-text {
  margin-top: 2px;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 800px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-panel {
    order: -1;
    margin-bottom: 8px;
  }
}
.t2t-faq {
  padding: 32px 0 40px;
}

.t2t-faq-inner {
  border-radius: 26px;
  background: linear-gradient(135deg, #18110f, #3b2f28);
  color: #f7eee5;
  padding: 22px 20px 22px;
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 3fr);
  gap: 26px;
}

.t2t-faq h2 {
  margin: 0 0 8px;
  font-size: 1.3rem;
}

.t2t-faq p {
  margin: 0;
  font-size: 0.92rem;
  color: #e6d7cb;
}

.t2t-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.t2t-faq-card {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 18px;
  padding: 12px 13px 12px;
}

.t2t-faq-card h3 {
  margin: 0 0 6px;
  font-size: 0.9rem;
}

.t2t-faq-card p {
  font-size: 0.84rem;
  color: #f1e1d5;
}

.t2t-footer {
  padding: 16px 0 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 0.78rem;
  color: #867b74;
}

.t2t-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.t2t-footer-note {
  color: #a79c94;
}

.blog-main {
  padding: 8px 0 40px;
}

.blog-article {
  max-width: 760px;
}

.blog-hero {
  margin-bottom: 24px;
}

.blog-kicker {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a87b5a;
  margin-bottom: 6px;
}

.blog-title {
  font-size: clamp(24px, 3vw, 30px);
  margin-bottom: 10px;
}

.blog-intro {
  font-size: 14px;
  color: #4a4a4a;
}

.blog-section {
  margin-top: 24px;
}

.blog-heading {
  font-size: 18px;
  margin-bottom: 8px;
}

.blog-subheading {
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
}

.blog-list {
  padding-left: 18px;
  margin-top: 4px;
}

.blog-list li + li {
  margin-top: 2px;
}

.blog-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  font-size: 13px;
}

.blog-table th,
.blog-table td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.blog-table th {
  text-align: left;
  background: rgba(0, 0, 0, 0.02);
  font-weight: 600;
}

.blog-image {
  margin-top: 12px;
  border-radius: 16px;
  padding: 14px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: #4a2b1a;
  background: linear-gradient(135deg, #f7f1e9, #f0e1cf);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.blog-image-label {
  max-width: 80%;
}

@media (max-width: 520px) {
  .page {
    padding-inline: 12px;
  }

  .product-card {
    flex: 0 0 180px;
  }
}
