html {
	scroll-behavior: smooth;
}
.scroll-to-explore a {
    font-size: 10px !important;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.tab-btn.active {
    background: #000;
    color: #fff;
}

.page-header {
    display: none;
}

body.page-id-1986 header#masthead,
body.page-id-1986 footer#colophon {
	display: none;
}

/* .page-id-2522 header#masthead, .page-id-2522 footer#colophon {
    display: none;
} */

.footer-contact-list .elementor-icon-list-text a {
    word-break: break-all;
}

.contact-form form.wpcf7-form {
    max-width: 500px;
    margin: 0 auto;
}

.contact-form form.wpcf7-form label {
    width: 100%;
		color: #000000;
}

.contact-form form.wpcf7-form span.wpcf7-form-control-wrap {
    display: block;
    margin: 10px 0;
}

.contact-form form.wpcf7-form span.wpcf7-form-control-wrap input, 
.contact-form form.wpcf7-form span.wpcf7-form-control-wrap textarea {
	border-radius: 10px;
	padding: 12px 15px;
}

.contact-form form.wpcf7-form span.wpcf7-form-control-wrap textarea {
	height: 150px;
}

.contact-form form.wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 16px;
    margin-top: 5px;
}

.contact-form form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    font-family: "Aeonik", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    background: #000000;
    padding: 20px 40px;
}

.contact-form form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
	background: #2C2C2C;
}

.video-section video {
    max-height: 500px;
}

.brand-banner > .e-con-inner {
    padding-top: 25vh;
}

.brand-banner:before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 20% 80%, rgba(201,168,76,0.15) 0%, transparent 60%),
      radial-gradient(ellipse 60% 80% at 80% 20%, rgba(45,74,62,0.3) 0%, transparent 60%);
}

.scroll-to-explore {
    margin-top: auto;
}

.counter-grid .elementor-counter .elementor-counter-title {
    text-align: center;
}

/* ___________________________*/

/* BRAND TABS Scetion css */

:root {
      --ink: #0f0e0d;
      --cream: #f5f0e8;
      --gold: #c9a84c;
      --gold-light: #e8d5a0;
      --rust: #b85c38;
      --forest: #2d4a3e;
      --mist: #e8ede9;
      --paper: #faf7f2;
      --border: rgba(15, 14, 13, 0.12);
    }

/* BRAND TABS */
    .brands-bg {
      background: var(--paper);
    }

    .tab-nav {
      display: flex;
      gap: 0;
      border-bottom: 2px solid var(--border);
      margin-bottom: 48px;
      overflow-x: auto;
/*       scrollbar-width: none; */
    }

	.tab-nav::-webkit-scrollbar {
		height: 3px;
		width: 3px;
	}

	.tab-nav::-webkit-scrollbar-track {
		background: transparent;
	}

	.tab-nav::-webkit-scrollbar-thumb {
		background-color: gray;
		border-radius: 10px;
	}

    .tab-nav::-webkit-scrollbar {
      display: none;
    }

		.tab-nav:hover::-webkit-scrollbar {
      display: block;
    }

    .tab-btn {
      background: none !important;
      border: none !important;
			border-radius: 0 !important;
      padding: 16px 28px !important;
			margin-bottom: 2px !important;
      font-family: 'DM Sans', sans-serif !important;
      font-size: 14px !important;
      font-weight: 500 !important;
      color: #888 !important;
			text-transform: none !important;
      cursor: pointer !important;
      white-space: nowrap !important;
      position: relative !important;
      transition: color 0.2s !important;
      flex-shrink: 0 !important;
			outline: none !important;
    }

    .tab-btn::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      height: 2px;
      background: var(--gold);
      transform: scaleX(0);
      transition: transform 0.25s ease;
    }

    .tab-btn.active {
      color: var(--ink) !important;
    }

    .tab-btn.active::after {
      transform: scaleX(1);
    }

    .tab-panel {
      display: none;
    }

    .tab-panel.active {
      display: block;
    }

    /* PITCH CARD */
    .pitch-card {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 0;
      border: 1px solid var(--border);
      overflow: hidden;
    }

    @media(max-width: 767px) {
      .pitch-card {
        grid-template-columns: 1fr;
      }
    }

    .pitch-sidebar {
      padding: 40px 32px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 400px;
    }

    .pitch-main {
      padding: 40px 40px;
      border-left: 1px solid var(--border);
    }

    .brand-logo-area {
      margin-bottom: 32px;
    }

    .brand-emoji {
      font-size: 40px;
      display: block;
      margin-bottom: 12px;
    }

    .brand-name-title {
      font-family: 'Playfair Display', serif;
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 4px;
    }

    .brand-category {
      font-family: 'DM Mono', monospace;
      font-size: 10px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--gold);
    }

    .fit-score {
      margin-top: auto;
      padding-top: 24px;
      border-top: 1px solid var(--border);
    }

    .fit-label {
      font-family: 'DM Mono', monospace;
      font-size: 10px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #888;
      display: block;
      margin-bottom: 8px;
    }

    .fit-bar-bg {
      height: 6px;
      background: var(--border);
      border-radius: 3px;
      overflow: hidden;
      margin-bottom: 6px;
    }

    .fit-bar-fill {
      height: 100%;
      background: linear-gradient(to right, var(--forest), var(--gold));
      border-radius: 3px;
      transition: width 1s ease;
    }

    .fit-pct {
      font-family: 'Playfair Display', serif;
      font-size: 24px;
      font-weight: 700;
      color: var(--forest);
    }

    .deal-info {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-top: 24px;
    }

    .deal-row {
      display: flex;
      justify-content: space-between;
			gap: 10px;
      font-size: 13px;
      padding-bottom: 10px;
      border-bottom: 1px solid var(--border);
    }

    .deal-row span:first-child {
      color: #888;
    }

    .deal-row span:last-child {
      font-weight: 500;
			text-align: right;
    }

    .pitch-section-title {
      font-family: 'DM Mono', monospace;
      font-size: 10px;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 12px;
      margin-top: 28px;
    }

    .pitch-section-title:first-child {
      margin-top: 0;
    }

    .pitch-body {
      font-size: 14px;
      line-height: 1.75;
      color: #444;
      margin-bottom: 16px;
    }

    /* EMAIL BLOCK */
    .email-block {
      background: var(--ink);
      color: var(--cream);
      padding: 32px;
      position: relative;
      margin-top: 32px;
    }

    .email-header {
      font-family: 'DM Mono', monospace;
      font-size: 10px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 20px;
      padding-bottom: 12px;
      border-bottom: 1px solid rgba(245, 240, 232, 0.15);
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .copy-btn {
      background: var(--gold) !important;
      color: var(--ink) !important;
      border: none !important;
			border-radius: 0 !important;
      padding: 6px 14px !important;
      font-family: 'DM Mono', monospace !important;
      font-size: 10px !important;
			font-weight: 400 !important;
      letter-spacing: 0.1em !important;
			line-height: 1.3 !important;
      text-transform: uppercase !important;
      cursor: pointer !important;
      transition: opacity 0.2s !important;
    }

    .copy-btn:hover {
      opacity: 0.85 !important;
    }

    .email-fields {
      margin-bottom: 20px;
    }

    .email-field {
      display: flex;
      gap: 16px;
      font-size: 13px;
      padding: 6px 0;
      border-bottom: 1px solid rgba(245, 240, 232, 0.1);
    }

    .email-field-label {
      color: rgba(245, 240, 232, 0.4);
      font-family: 'DM Mono', monospace;
      font-size: 11px;
      min-width: 60px;
    }

    .email-field-val {
      color: var(--cream);
    }

    .email-body-text {
      font-size: 14px;
      line-height: 1.8;
      color: rgba(245, 240, 232, 0.85);
/*       white-space: pre-line; */
    }

	.email-body-text p:not(:last-child) {
			margin-bottom: 20px;
	}

.collaborate-form .form-row {
    display: flex;
    gap: 0 12px;
}

.collaborate-form .form-group label {
    font-family: "DM Mono", sans-serif;
    font-size: 10px;
    letter-spacing: 0.15em;
    color: #f8f5f066;
}

.collaborate-form .form-group .wpcf7-form-control {
    color: #f8f5f0;
    border: 1px solid #f8f5f026;
    border-radius: 0;
    background: #f8f5f00f;
    font-size: 14px;
    font-weight: 400;
		line-height: 1.3;
    padding: 12px 14px;
		outline: none;
}

.collaborate-form .form-group .wpcf7-form-control::placeholder {
    color: #f8f5f066 !important;
}

.collaborate-form .form-group .wpcf7-form-control:focus {
	border-color: #b8912a;
}

.collaborate-form .form-group textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}

.collaborate-form .form-group select.wpcf7-form-control.wpcf7-select option {
    color: #ffffff;
		background: #1a1714;
}

.collaborate-form .form-submit input {
    width: 100%;
    color: #ffffff !important;
		background: #b8912a !important;
    border: none;
    border-radius: 0 !important;
    font-family: 'DM Mono', monospace !important;
    font-size: 11px !important;
    font-weight: 400 !IMPORTANT;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    padding: 16px !important;
    cursor: pointer !important;
    margin-top: 8px;
    transition: opacity 0.2s;
}

.collaborate-form .form-submit input:hover {
	opacity: 0.8;
}

.collaborate-form .form-submit {
    position: relative;
}

.collaborate-form .wpcf7-spinner {
    position: absolute;
    top: 20px;
    left: 0;
}

.collaborate-form .wpcf7-not-valid-tip {
    font-family: 'DM Sans';
    font-size: 14px;
    margin-top: 5px;
}

.collaborate-form .wpcf7-response-output {
    font-family: 'DM Sans';
    font-size: 14px;
    color: #ffffff80;
}

.podcast-card .thumb-con .video-player iframe {
    width: 100%;
    max-height: 360px;
}
.video-cards-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:30px;
}

.video-card{
    width:100%;
}

.video-thumb{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    cursor:pointer;
    background:#000;
}

.video-thumb img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
}

.video-thumb video{
    width:100%;
    height:auto;
    display:block;
    object-fit:contain; /* prevents cropping */
	max-height: 360px;
}

.play-button{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:70px;
    height:70px;
    border-radius:50%;
    background:rgba(255,255,255,0.15);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,0.4);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all .3s ease;
}

.video-thumb:hover .play-button{
    transform:translate(-50%, -50%) scale(1.08);
}

.play-button svg{
    width:28px;
    height:28px;
    fill:#fff;
}

.video-content{
    margin-top:20px;
    padding-left:18px;
    border-left:1px solid #d9d9d9;
}

.video-content h3{
    font-size: 28px;
    line-height:1.2;
    font-weight:500;
		margin:0 0 12px;
}

.video-content p{
    margin:0;
    font-size:16px;
    line-height:1.7;
    color:#555;
}

/* Tablet */
@media (max-width: 991px){

    .video-cards-grid{
        grid-template-columns:repeat(2, 1fr);
        gap:24px;
    }

    .video-content h3{
        font-size:24px;
    }
}

/* Mobile */
@media (max-width: 767px){

    .video-cards-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .video-content{
        padding-left:15px;
    }

    .video-content h3{
        font-size:22px;
    }

    .play-button{
        width:60px;
        height:60px;
    }

    .play-button svg{
        width:24px;
        height:24px;
    }
}

@media(max-width: 991px) {
	.pitch-sidebar {
			padding: 30px 20px;
	}
	
	.pitch-main {
			padding: 30px 20px;
	}
}

@media(max-width: 767px) {
	.pitch-sidebar {
			padding: 30px 15px;
			min-height: auto;
	}
	
	.pitch-main {
			padding: 30px 15px;
	}
	
	.email-block {
			padding: 30px 15px;
	}
	
	.collaborate-form .form-row {
		flex-direction: column;
	}
	
	.reviews-slider .slick-arrow {
    background: transparent !important;
    width: 50px;
    height: 50px;
	}
}