/* ==========================================================================
   Homepage sample showcases — Branding · Digital Marketing · Web Development
   Modern, minimalist, distinct layouts. Sits before the booking section.
   ========================================================================== */

body.home-redesign .tc-sec {
  --tcs-accent: #ff6a00;
  --tcs-bg: #08080a;
  --tcs-panel: #100f12;
  --tcs-panel-2: #16151a;
  --tcs-border: rgba(255, 255, 255, 0.07);
  --tcs-border-hover: rgba(255, 106, 0, 0.45);
  --tcs-text: #f4f4f5;
  --tcs-muted: #8d8d96;
  position: relative;
  width: 100%;
  background-color: var(--tcs-bg);
  color: var(--tcs-text);
  padding: clamp(72px, 9vw, 132px) 0;
}

body.home-redesign .tc-sec__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

/* ── Shared header (each section overrides alignment for distinction) ────── */
body.home-redesign .tc-sec__head {
  margin-bottom: clamp(36px, 5vw, 60px);
}

body.home-redesign .tc-sec__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-family: var(--font-display, "Funnel Display", sans-serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tcs-accent);
}

body.home-redesign .tc-sec__eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--tcs-accent);
}

body.home-redesign .tc-sec__title {
  margin: 0;
  font-family: var(--font-display, "Funnel Display", sans-serif);
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--tcs-text);
}

body.home-redesign .tc-sec__title em {
  font-style: normal;
  color: var(--tcs-accent);
}

body.home-redesign .tc-sec__lead {
  margin: 16px 0 0;
  max-width: 56ch;
  font-size: clamp(0.98rem, 1.3vw, 1.1rem);
  line-height: 1.6;
  color: var(--tcs-muted);
}

body.home-redesign .tc-sec__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  font-family: var(--font-display, "Funnel Display", sans-serif);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--tcs-text);
  text-decoration: none;
  transition: color 0.25s ease, gap 0.25s ease;
}

body.home-redesign .tc-sec__link span {
  transition: transform 0.25s ease;
}

body.home-redesign .tc-sec__link:hover {
  color: var(--tcs-accent);
  gap: 13px;
}

body.home-redesign .tc-sec__link:hover span {
  transform: translateX(3px);
}

/* ==========================================================================
   1 · BRANDING — video-led bento (image-forward, visual)
   ========================================================================== */
body.home-redesign .tc-brand-sec {
  background-color: #08080a;
}

body.home-redesign .tc-brand-sec .tc-sec__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

body.home-redesign .tc-brand-sec .tc-sec__head-copy {
  max-width: 640px;
}

body.home-redesign .tc-brand-sec .tc-sec__link {
  margin-top: 0;
  margin-bottom: 6px;
}

body.home-redesign .tc-brand-bento {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.4vw, 20px);
}

/* Feature video tile */
body.home-redesign .tc-brand-feature {
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  border: 1px solid var(--tcs-border);
  aspect-ratio: 16 / 7;
  min-height: 340px;
  max-height: 560px;
  isolation: isolate;
  transition: border-color 0.3s ease;
}

body.home-redesign .tc-brand-feature video,
body.home-redesign .tc-brand-feature__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

body.home-redesign .tc-brand-feature__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(8, 8, 10, 0.15) 0%,
    rgba(8, 8, 10, 0.35) 55%,
    rgba(8, 8, 10, 0.9) 100%
  );
}

body.home-redesign .tc-brand-feature__body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: clamp(24px, 3vw, 40px);
}

body.home-redesign .tc-brand-feature__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-family: var(--font-display, "Funnel Display", sans-serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home-redesign .tc-brand-feature__tag-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tcs-accent);
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.25);
}

body.home-redesign .tc-brand-feature__title {
  display: block;
  margin: 0 0 8px;
  font-family: var(--font-display, "Funnel Display", sans-serif);
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

body.home-redesign .tc-brand-feature__desc {
  display: block;
  margin: 0;
  max-width: 44ch;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(244, 244, 245, 0.78);
}

body.home-redesign .tc-brand-feature:hover {
  border-color: var(--tcs-border-hover);
}

body.home-redesign .tc-brand-feature:hover video,
body.home-redesign .tc-brand-feature:hover .tc-brand-feature__poster {
  transform: scale(1.03);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Right-hand 2×2 brand tiles */
body.home-redesign .tc-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: clamp(14px, 1.4vw, 20px);
}

body.home-redesign .tc-brand-tile {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  border: 1px solid var(--tcs-border);
  aspect-ratio: 1 / 1;
  isolation: isolate;
  transition: border-color 0.3s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

body.home-redesign .tc-brand-tile img,
body.home-redesign .tc-brand-tile video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  /* prevent video controls / selection */
  pointer-events: none;
  user-select: none;
}

body.home-redesign .tc-brand-tile__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 40%, rgba(8, 8, 10, 0.86) 100%);
}

body.home-redesign .tc-brand-tile__body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 16px 16px 15px;
}

body.home-redesign .tc-brand-tile__name {
  display: block;
  font-family: var(--font-display, "Funnel Display", sans-serif);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.2;
}

body.home-redesign .tc-brand-tile__type {
  display: block;
  margin-top: 2px;
  font-size: 0.76rem;
  color: rgba(244, 244, 245, 0.7);
}

body.home-redesign .tc-brand-tile:hover {
  border-color: var(--tcs-border-hover);
  transform: translateY(-4px);
}

body.home-redesign .tc-brand-tile:hover img,
body.home-redesign .tc-brand-tile:hover video {
  transform: scale(1.07);
}

/* ==========================================================================
   2 · DIGITAL MARKETING — number-forward horizontal metric cards (centered)
   ========================================================================== */
body.home-redesign .tc-marketing-sec {
  background-color: #0b0b0d;
}

body.home-redesign .tc-marketing-sec .tc-sec__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.home-redesign .tc-marketing-sec .tc-sec__eyebrow {
  justify-content: center;
}

body.home-redesign .tc-marketing-sec .tc-sec__lead {
  margin-left: auto;
  margin-right: auto;
}

body.home-redesign .tc-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(14px, 1.4vw, 20px);
}

body.home-redesign .tc-metric {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: clamp(18px, 1.8vw, 26px);
  border-radius: 18px;
  background: var(--tcs-panel);
  border: 1px solid var(--tcs-border);
  text-decoration: none;
  color: var(--tcs-text);
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease;
}

body.home-redesign .tc-metric::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--tcs-accent);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

body.home-redesign .tc-metric__thumb {
  flex-shrink: 0;
  width: clamp(72px, 7vw, 96px);
  height: clamp(72px, 7vw, 96px);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--tcs-border);
}

body.home-redesign .tc-metric__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

body.home-redesign .tc-metric__body {
  min-width: 0;
}

body.home-redesign .tc-metric__num {
  display: block;
  font-family: var(--font-display, "Funnel Display", sans-serif);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}

body.home-redesign .tc-metric__label {
  display: block;
  margin-top: 7px;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--tcs-muted);
}

body.home-redesign .tc-metric__brand {
  display: inline-block;
  margin-top: 11px;
  font-family: var(--font-display, "Funnel Display", sans-serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244, 244, 245, 0.55);
}

body.home-redesign .tc-metric:hover {
  transform: translateY(-4px);
  border-color: var(--tcs-border-hover);
  background: var(--tcs-panel-2);
}

body.home-redesign .tc-metric:hover::after {
  transform: scaleY(1);
}

body.home-redesign .tc-metric:hover .tc-metric__thumb img {
  transform: scale(1.08);
}

/* ==========================================================================
   3 · WEBSITE DEVELOPMENT — device frame + build list (product-forward)
   ========================================================================== */
body.home-redesign .tc-web-sec {
  background-color: #08080a;
}

body.home-redesign .tc-web {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(24px, 3vw, 52px);
  align-items: center;
}

body.home-redesign .tc-browser {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--tcs-border);
  background: #16151a;
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease;
}

body.home-redesign .tc-browser:hover {
  transform: translateY(-5px);
  border-color: var(--tcs-border-hover);
}

body.home-redesign .tc-browser__bar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: #1c1b21;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body.home-redesign .tc-browser__dots {
  display: inline-flex;
  gap: 7px;
  flex-shrink: 0;
}

body.home-redesign .tc-browser__dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

body.home-redesign .tc-browser__dots span:nth-child(1) { background: #ff5f57; }
body.home-redesign .tc-browser__dots span:nth-child(2) { background: #febc2e; }
body.home-redesign .tc-browser__dots span:nth-child(3) { background: #28c840; }

body.home-redesign .tc-browser__url {
  flex: 1;
  min-width: 0;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  font-size: 0.78rem;
  color: var(--tcs-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.home-redesign .tc-browser__shot {
  position: relative;
  aspect-ratio: 1200 / 750;
  overflow: hidden;
}

body.home-redesign .tc-browser__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 4s ease;
}

body.home-redesign .tc-browser:hover .tc-browser__shot img {
  transform: scale(1.05);
}

body.home-redesign .tc-builds {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.home-redesign .tc-build {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 4px;
  border-bottom: 1px solid var(--tcs-border);
  text-decoration: none;
  color: var(--tcs-text);
  transition: padding 0.3s ease;
}

body.home-redesign .tc-build:first-child {
  border-top: 1px solid var(--tcs-border);
}

body.home-redesign .tc-build:hover {
  padding-left: 12px;
  padding-right: 12px;
}

body.home-redesign .tc-build__thumb {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid var(--tcs-border);
}

body.home-redesign .tc-build__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.home-redesign .tc-build__info {
  flex: 1;
  min-width: 0;
}

body.home-redesign .tc-build__name {
  display: block;
  font-family: var(--font-display, "Funnel Display", sans-serif);
  font-size: 1rem;
  font-weight: 600;
  color: var(--tcs-text);
}

body.home-redesign .tc-build__type {
  display: block;
  margin-top: 2px;
  font-size: 0.82rem;
  color: var(--tcs-muted);
}

body.home-redesign .tc-build__arrow {
  flex-shrink: 0;
  color: var(--tcs-muted);
  font-size: 1.05rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

body.home-redesign .tc-build:hover .tc-build__name {
  color: var(--tcs-accent);
}

body.home-redesign .tc-build:hover .tc-build__arrow {
  color: var(--tcs-accent);
  transform: translateX(4px);
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
  body.home-redesign .tc-brand-feature {
    aspect-ratio: 16 / 9;
    min-height: 300px;
  }

  body.home-redesign .tc-web {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.home-redesign .tc-brand-sec .tc-sec__head {
    align-items: flex-start;
  }

  body.home-redesign .tc-brand-feature {
    aspect-ratio: 4 / 3;
  }

  body.home-redesign .tc-brand-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  body.home-redesign .tc-metrics {
    grid-template-columns: 1fr;
  }

  body.home-redesign .tc-metric {
    gap: 16px;
  }

  body.home-redesign .tc-metric__thumb {
    width: 64px;
    height: 64px;
  }

  body.home-redesign .tc-build__type {
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-redesign .tc-brand-feature video {
    display: none;
  }
}
