/*
Theme Name: Slash Plus
Theme URI: https://sangriha.com
Author: Slash Plus Pvt. Ltd.
Author URI: https://sangriha.com
Description: Slash Plus is a premium, high-performance WordPress theme for IT companies and digital agencies. Ships with the companion "Slash Plus Core" plugin (Projects, Clients, Careers, Team & Publications post types, bespoke Elementor widgets, and a one-click starter). Default palette: premium yellow & black with modern gradients.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: youth-truth
Tags: nonprofit, advocacy, research, glassmorphism, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* =====================================================================
   1. DESIGN TOKENS  (overridable live via Customizer -> :root injection)
   ===================================================================== */
:root {
    /* --- Color Architecture (Premium Yellow & Black) --- */
    --yt-primary:        #0A0A0A; /* Obsidian Black – canvas base                 */
    --yt-accent:         #FFC107; /* Premium Yellow / Gold – kinetic energy       */
    --yt-accent-2:       #FFD54A; /* Bright gold gradient stop                    */
    --yt-secondary:      #1A1A1A; /* Graphite – structural dark                   */
    --yt-sky:            #38BDF8; /* Sky Blue – optional secondary accent         */
    --yt-sky-2:          #0EA5E9; /* Sky Blue deep – gradient stop                */
    --yt-sky-tint:       #EAF6FE; /* Sky Blue pale – soft section wash            */
    --yt-surface:        #FFFFFF; /* Crisp White containers                       */
    --yt-surface-ice:    #F5F5F4; /* Soft neutral surface                         */
    --yt-surface-dark:   #111111; /* Deep charcoal glass                          */

    /* --- Text Hierarchy --- */
    --yt-text-heading:   #0A0A0A;
    --yt-text-body:      #2B2B2B;
    --yt-text-muted:     #6B6B6B;
    --yt-text-on-dark:   #F3F3F3;
    --yt-text-on-dark-muted: #A3A3A3;

    /* --- Derived / utility --- */
    --yt-line:           rgba(0, 0, 0, 0.12);
    --yt-line-dark:      rgba(255, 255, 255, 0.10);
    --yt-glass:          rgba(255, 255, 255, 0.06);
    --yt-glass-strong:   rgba(255, 255, 255, 0.10);
    --yt-accent-glow:    rgba(255, 193, 7, 0.40);

    /* --- Gradients (premium) --- */
    --yt-grad-accent:    linear-gradient(135deg, var(--yt-accent) 0%, var(--yt-accent-2) 100%);
    --yt-grad-gold:      linear-gradient(135deg, #FFB800 0%, #FFD54A 50%, #F59E0B 100%);
    --yt-grad-black:     linear-gradient(160deg, #0A0A0A 0%, #1C1C1C 55%, #0A0A0A 100%);
    --yt-grad-canvas:    linear-gradient(160deg, #0A0A0A 0%, #171717 55%, #0A0A0A 100%);
    --yt-grad-sapphire:  linear-gradient(135deg, #1A1A1A 0%, #0A0A0A 100%);
    --yt-grad-sky:       linear-gradient(135deg, var(--yt-sky) 0%, var(--yt-sky-2) 100%);
    --yt-grad-royal:     linear-gradient(135deg, #6D28D9 0%, #2563EB 100%);
    --yt-grad-sunset:    linear-gradient(135deg, #F59E0B 0%, #EF4444 100%);
    --yt-grad-emerald:   linear-gradient(135deg, #10B981 0%, #0EA5E9 100%);

    /* --- Typography --- */
    --yt-font-display:   "Plus Jakarta Sans", "Outfit", system-ui, sans-serif;
    --yt-font-body:      "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    --yt-tracking-tight: -0.02em;
    --yt-leading-body:   1.65;

    /* Responsive display scale (clamp = viewport typography) */
    --yt-h1: clamp(2.4rem, 1.6rem + 3.6vw, 4.4rem);
    --yt-h2: clamp(1.9rem, 1.4rem + 2.2vw, 3rem);
    --yt-h3: clamp(1.45rem, 1.2rem + 1.1vw, 2rem);
    --yt-h4: clamp(1.2rem, 1.05rem + 0.6vw, 1.5rem);
    --yt-h5: 1.15rem;
    --yt-h6: 1rem;
    --yt-base: 1rem;

    /* --- Spacing / rhythm --- */
    --yt-space-section:  clamp(4rem, 2.5rem + 6vw, 8rem);
    --yt-container:      1240px;
    --yt-container-wide: 1440px;
    --yt-gutter:         clamp(1.15rem, 0.8rem + 1.6vw, 2rem);

    /* --- Radii & shadow --- */
    --yt-radius-sm: 10px;
    --yt-radius:    18px;
    --yt-radius-lg: 26px;
    --yt-radius-pill: 999px;
    --yt-shadow-sm: 0 4px 14px rgba(11, 25, 44, 0.06);
    --yt-shadow:    0 18px 45px rgba(11, 25, 44, 0.12);
    --yt-shadow-lg: 0 34px 80px rgba(11, 25, 44, 0.20);
    --yt-shadow-glow: 0 12px 40px var(--yt-accent-glow);

    /* --- Motion --- */
    --yt-ease:       cubic-bezier(0.22, 1, 0.36, 1);
    --yt-ease-out:   cubic-bezier(0.16, 1, 0.3, 1);
    --yt-dur:        0.6s;
    --yt-dur-fast:   0.28s;

    --yt-header-h:   84px;
}

/* =====================================================================
   2. RESET / BASE
   ===================================================================== */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

body {
    font-family: var(--yt-font-body);
    font-size: var(--yt-base);
    line-height: var(--yt-leading-body);
    color: var(--yt-text-body);
    background: var(--yt-surface);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--yt-accent); text-decoration: none; transition: color var(--yt-dur-fast) var(--yt-ease); }
a:hover { color: var(--yt-accent-2); }
ul, ol { padding-left: 1.15rem; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--yt-font-display);
    color: var(--yt-text-heading);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: var(--yt-tracking-tight);
}
h1 { font-size: var(--yt-h1); }
h2 { font-size: var(--yt-h2); }
h3 { font-size: var(--yt-h3); }
h4 { font-size: var(--yt-h4); font-weight: 700; }
h5 { font-size: var(--yt-h5); font-weight: 700; }
h6 { font-size: var(--yt-h6); font-weight: 700; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* Accessibility: visible keyboard focus */
:focus-visible { outline: 3px solid var(--yt-accent); outline-offset: 2px; border-radius: 4px; }
.screen-reader-text {
    position: absolute !important; width: 1px; height: 1px; overflow: hidden;
    clip: rect(1px,1px,1px,1px); word-wrap: normal !important;
}
.skip-link {
    position: absolute; left: -999px; top: 0; z-index: 9999;
    background: var(--yt-accent); color: #fff; padding: 12px 20px; border-radius: 0 0 10px 0; font-weight: 700;
}
.skip-link:focus { left: 0; color:#fff; }

/* =====================================================================
   3. LAYOUT PRIMITIVES
   ===================================================================== */
.yt-container { width: 100%; max-width: var(--yt-container); margin-inline: auto; padding-inline: var(--yt-gutter); }
.yt-container--wide { max-width: var(--yt-container-wide); }
.yt-section { padding-block: var(--yt-space-section); position: relative; }
.yt-section--tight { padding-block: clamp(2.5rem, 2rem + 3vw, 4.5rem); }
.yt-grid { display: grid; gap: clamp(1.15rem, 0.8rem + 1.4vw, 2rem); }
.yt-cols-2 { grid-template-columns: repeat(2, 1fr); }
.yt-cols-3 { grid-template-columns: repeat(3, 1fr); }
.yt-cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .yt-cols-3, .yt-cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .yt-cols-2, .yt-cols-3, .yt-cols-4 { grid-template-columns: 1fr; } }

/* Dark section wrapper */
.yt-dark { background: var(--yt-grad-canvas); color: var(--yt-text-on-dark); }
.yt-dark h1, .yt-dark h2, .yt-dark h3, .yt-dark h4, .yt-dark h5, .yt-dark h6 { color: #fff; }
.yt-dark p { color: var(--yt-text-on-dark-muted); }
.yt-ice { background: var(--yt-surface-ice); }

/* =====================================================================
   4. SHARED COMPONENTS
   ===================================================================== */

/* --- Eyebrow / section header --- */
.yt-eyebrow {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-family: var(--yt-font-display); font-weight: 700; font-size: 0.8rem;
    letter-spacing: 0.14em; text-transform: uppercase; color: var(--yt-accent);
    padding: 0.4rem 0.85rem; border: 1px solid var(--yt-accent-glow);
    border-radius: var(--yt-radius-pill); background: rgba(255,101,0,0.06);
}
.yt-section-head { max-width: 720px; margin-bottom: clamp(2rem, 1.4rem + 2vw, 3.5rem); }
.yt-section-head.is-center { margin-inline: auto; text-align: center; }
.yt-section-head h2 { margin: 1rem 0 0.85rem; }
.yt-section-head p { font-size: 1.075rem; color: var(--yt-text-muted); }
.yt-dark .yt-section-head p { color: var(--yt-text-on-dark-muted); }

/* --- Buttons --- */
.yt-btn {
    display: inline-flex; align-items: center; gap: 0.55rem;
    font-family: var(--yt-font-display); font-weight: 700; font-size: 0.98rem;
    padding: 0.95rem 1.7rem; border-radius: var(--yt-radius-pill);
    border: 1px solid transparent; cursor: pointer; position: relative; overflow: hidden;
    transition: transform var(--yt-dur-fast) var(--yt-ease), box-shadow var(--yt-dur-fast) var(--yt-ease), background var(--yt-dur-fast) var(--yt-ease);
    white-space: nowrap; line-height: 1;
}
.yt-btn svg { width: 18px; height: 18px; }
.yt-btn--primary { background: var(--yt-grad-accent); color: #fff; box-shadow: var(--yt-shadow-glow); }
.yt-btn--primary:hover { transform: translateY(-3px); box-shadow: 0 20px 55px var(--yt-accent-glow); color:#fff; }
/* button shine */
.yt-btn--primary::after {
    content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
    transform: skewX(-20deg); transition: left 0.7s var(--yt-ease);
}
.yt-btn--primary:hover::after { left: 130%; }
.yt-btn--ghost { background: transparent; color: var(--yt-text-heading); border-color: var(--yt-line); }
.yt-dark .yt-btn--ghost { color: #fff; border-color: var(--yt-line-dark); }
.yt-btn--ghost:hover { border-color: var(--yt-accent); color: var(--yt-accent); transform: translateY(-3px); }
.yt-btn--light { background:#fff; color: var(--yt-primary); }
.yt-btn--light:hover { transform: translateY(-3px); box-shadow: var(--yt-shadow); color: var(--yt-primary); }
.yt-btn--sm { padding: 0.6rem 1.1rem; font-size: 0.85rem; }

/* --- Cards (glass + solid) --- */
.yt-card {
    background: var(--yt-surface); border: 1px solid var(--yt-line);
    border-radius: var(--yt-radius-lg); padding: clamp(1.4rem, 1rem + 1.2vw, 2.1rem);
    transition: transform var(--yt-dur-fast) var(--yt-ease), box-shadow var(--yt-dur-fast) var(--yt-ease), border-color var(--yt-dur-fast) var(--yt-ease);
    position: relative; overflow: hidden;
}
.yt-card:hover { transform: translateY(-6px); box-shadow: var(--yt-shadow); border-color: var(--yt-accent-glow); }
.yt-card--glass {
    background: var(--yt-glass); border: 1px solid var(--yt-line-dark);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); color: var(--yt-text-on-dark);
}
.yt-card--glass:hover { background: var(--yt-glass-strong); border-color: var(--yt-accent-glow); box-shadow: 0 24px 60px rgba(0,0,0,0.4); }
.yt-card--glass h3, .yt-card--glass h4 { color: #fff; }
.yt-card--glass p { color: var(--yt-text-on-dark-muted); }
/* glow border on hover */
.yt-card::before {
    content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
    background: var(--yt-grad-accent); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity var(--yt-dur-fast) var(--yt-ease); pointer-events:none;
}
.yt-card:hover::before { opacity: 0.9; }

/* --- Pill badges --- */
.yt-pill {
    display: inline-flex; align-items: center; gap: 0.4rem; font-family: var(--yt-font-display);
    font-weight: 700; font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase;
    padding: 0.35rem 0.75rem; border-radius: var(--yt-radius-pill);
    background: rgba(255,101,0,0.1); color: var(--yt-accent); border: 1px solid var(--yt-accent-glow);
}
.yt-pill--status-active { background: rgba(16,185,129,0.12); color:#10B981; border-color: rgba(16,185,129,0.3); }
.yt-pill--status-completed { background: rgba(100,116,139,0.14); color: var(--yt-text-muted); border-color: rgba(100,116,139,0.25); }
.yt-pill--float {
    position: absolute; box-shadow: var(--yt-shadow); background: #fff; color: var(--yt-primary);
    animation: yt-float 4s ease-in-out infinite;
}
@keyframes yt-float { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-10px); } }

/* --- Media placeholder boxes (Image Handling Policy) --- */
.yt-placeholder {
    position: relative; display: grid; place-items: center; overflow: hidden;
    background:
        repeating-linear-gradient(45deg, rgba(30,62,98,0.05) 0 12px, rgba(30,62,98,0.02) 12px 24px),
        var(--yt-grad-sapphire);
    border: 1px dashed var(--yt-line-dark); border-radius: var(--yt-radius);
    color: var(--yt-text-on-dark-muted); aspect-ratio: 16 / 9; min-height: 160px;
}
.yt-placeholder__label {
    font-family: var(--yt-font-display); font-weight: 700; font-size: 0.85rem;
    letter-spacing: 0.03em; text-align: center; padding: 0.5rem 1rem;
    background: rgba(11,25,44,0.55); border-radius: var(--yt-radius-pill); backdrop-filter: blur(6px);
}
.yt-placeholder--portrait { aspect-ratio: 4 / 5; }
.yt-placeholder--square { aspect-ratio: 1 / 1; }
.yt-placeholder--banner { aspect-ratio: 21 / 9; }

/* =====================================================================
   5. HEADER
   ===================================================================== */
.yt-topbar {
    background: var(--yt-secondary); color: var(--yt-text-on-dark); font-size: 0.85rem;
    padding: 0.5rem 0; overflow: hidden;
}
.yt-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.yt-ticker { display: flex; align-items: center; gap: 0.6rem; min-width: 0; }
.yt-ticker__tag {
    background: var(--yt-grad-accent); color:#fff; font-weight:700; font-size:0.7rem; text-transform:uppercase;
    letter-spacing:0.06em; padding: 0.2rem 0.6rem; border-radius: var(--yt-radius-pill); flex-shrink:0;
}
.yt-ticker__track { white-space: nowrap; animation: yt-ticker 22s linear infinite; }
@keyframes yt-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.yt-topbar__meta { display:flex; gap:1.2rem; flex-shrink:0; }
.yt-topbar__meta a { color: var(--yt-text-on-dark); opacity:.85; }
.yt-topbar__meta a:hover { color: var(--yt-accent-2); opacity:1; }
@media (max-width: 780px){ .yt-topbar__meta { display:none; } }

.yt-header { position: relative; z-index: 100; }
.yt-header__inner {
    display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
    min-height: var(--yt-header-h);
}
.yt-header--sticky { position: sticky; top: 0; }
.yt-header.is-stuck .yt-header__bar {
    background: rgba(255,255,255,0.82); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    box-shadow: var(--yt-shadow-sm); border-bottom: 1px solid var(--yt-line);
}
.yt-header__bar { transition: background var(--yt-dur-fast) var(--yt-ease), box-shadow var(--yt-dur-fast) var(--yt-ease); }

/* Transparent glass header (over hero) */
.yt-header--transparent .yt-header__bar { background: transparent; }
.yt-header--transparent:not(.is-stuck) .yt-brand__name,
.yt-header--transparent:not(.is-stuck) .yt-nav > ul > li > a { color: #fff; }
.yt-header--transparent:not(.is-stuck) .yt-nav-toggle span { background:#fff; }

.yt-brand { display: flex; align-items: center; gap: 0.7rem; }
.yt-brand__mark {
    width: 42px; height: 42px; border-radius: 12px; background: var(--yt-grad-accent);
    display: grid; place-items: center; color: #fff; font-family: var(--yt-font-display); font-weight: 800; box-shadow: var(--yt-shadow-glow);
}
.yt-brand__name { font-family: var(--yt-font-display); font-weight: 800; font-size: 1.2rem; color: var(--yt-text-heading); letter-spacing: var(--yt-tracking-tight); line-height:1.1; }
.yt-brand__name span { color: var(--yt-accent); }
.yt-brand img { max-height: 46px; width: auto; }

/* Primary nav */
.yt-nav > ul { display: flex; align-items: center; gap: 0.35rem; list-style: none; margin: 0; padding: 0; }
.yt-nav a {
    font-family: var(--yt-font-display); font-weight: 600; font-size: 0.96rem; color: var(--yt-text-heading);
    padding: 0.6rem 0.9rem; border-radius: var(--yt-radius-pill); display: inline-flex; align-items:center; gap:0.35rem;
    transition: color var(--yt-dur-fast) var(--yt-ease), background var(--yt-dur-fast) var(--yt-ease);
}
.yt-nav a:hover, .yt-nav .current-menu-item > a { color: var(--yt-accent); background: rgba(255,101,0,0.08); }
.yt-nav li { position: relative; }
/* dropdown / mega */
.yt-nav ul ul {
    position: absolute; top: calc(100% + 10px); left: 0; min-width: 230px; list-style: none;
    background: #fff; border: 1px solid var(--yt-line); border-radius: var(--yt-radius); padding: 0.5rem;
    box-shadow: var(--yt-shadow); opacity: 0; visibility: hidden; transform: translateY(8px);
    transition: all var(--yt-dur-fast) var(--yt-ease); z-index: 60;
}
.yt-nav li:hover > ul { opacity: 1; visibility: visible; transform: translateY(0); }
.yt-nav ul ul a { display: block; padding: 0.6rem 0.8rem; font-size: 0.9rem; }
.yt-header__actions { display: flex; align-items: center; gap: 0.75rem; }

/* Mobile nav toggle */
.yt-nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--yt-line); border-radius: 12px; background: transparent; cursor: pointer; padding: 0; }
.yt-nav-toggle span { display:block; width: 20px; height: 2px; background: var(--yt-text-heading); margin: 4px auto; transition: transform var(--yt-dur-fast) var(--yt-ease), opacity var(--yt-dur-fast); }
.yt-nav-toggle[aria-expanded="true"] span:nth-child(1){ transform: translateY(6px) rotate(45deg); }
.yt-nav-toggle[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.yt-nav-toggle[aria-expanded="true"] span:nth-child(3){ transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1024px) {
    .yt-nav-toggle { display: block; }
    .yt-nav {
        position: fixed; inset: var(--yt-header-h) 0 0 auto; width: min(360px, 86vw);
        background: #fff; box-shadow: var(--yt-shadow-lg); padding: 1.5rem; overflow-y: auto;
        transform: translateX(105%); transition: transform var(--yt-dur) var(--yt-ease); z-index: 120;
    }
    .yt-nav.is-open { transform: translateX(0); }
    .yt-nav > ul { flex-direction: column; align-items: stretch; gap: 0.15rem; }
    .yt-nav a { color: var(--yt-text-heading) !important; }
    .yt-nav ul ul { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding-left: 0.8rem; }
    .yt-header__actions .yt-btn { display: none; }
}

/* =====================================================================
   6. FOOTER
   ===================================================================== */
.yt-footer { background: var(--yt-grad-canvas); color: var(--yt-text-on-dark-muted); }
.yt-footer__top { padding-block: clamp(3rem, 2rem + 3vw, 5rem); border-bottom: 1px solid var(--yt-line-dark); }
.yt-footer__cols { display: grid; gap: 2.5rem; grid-template-columns: 1.6fr repeat(var(--yt-footer-cols, 3), 1fr); }
@media (max-width: 900px) { .yt-footer__cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .yt-footer__cols { grid-template-columns: 1fr; } }
.yt-footer h4 { color:#fff; font-size: 1.05rem; margin-bottom: 1.1rem; }
.yt-footer a { color: var(--yt-text-on-dark-muted); }
.yt-footer a:hover { color: var(--yt-accent-2); }
.yt-footer ul { list-style: none; padding: 0; display: grid; gap: 0.65rem; }
.yt-footer__brandcol p { max-width: 340px; margin-top: 1rem; }
.yt-newsletter { display: flex; gap: 0.5rem; margin-top: 1rem; max-width: 340px; }
.yt-newsletter input { flex: 1; padding: 0.8rem 1rem; border-radius: var(--yt-radius-pill); border: 1px solid var(--yt-line-dark); background: rgba(255,255,255,0.05); color: #fff; }
.yt-newsletter input::placeholder { color: var(--yt-text-on-dark-muted); }
.yt-social { display: flex; gap: 0.6rem; margin-top: 1.3rem; }
.yt-social a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; border: 1px solid var(--yt-line-dark); color: var(--yt-text-on-dark); transition: all var(--yt-dur-fast) var(--yt-ease); }
.yt-social a:hover { background: var(--yt-grad-accent); border-color: transparent; color:#fff; transform: translateY(-3px); }
.yt-social svg { width: 18px; height: 18px; }
.yt-footer__bottom { padding-block: 1.4rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: 0.88rem; }

/* =====================================================================
   7. HERO
   ===================================================================== */
.yt-hero { position: relative; overflow: hidden; background: var(--yt-grad-canvas); color: #fff; padding-block: clamp(5rem, 4rem + 8vw, 9rem); }
.yt-hero::before { /* ambient glow */
    content:""; position:absolute; width: 620px; height: 620px; right: -120px; top: -140px;
    background: radial-gradient(circle, var(--yt-accent-glow) 0%, transparent 65%); filter: blur(20px); pointer-events:none;
}
.yt-hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 1rem + 4vw, 4rem); align-items: center; position: relative; z-index: 2; }
@media (max-width: 900px) { .yt-hero__grid { grid-template-columns: 1fr; } }
.yt-hero h1 { color: #fff; margin: 1.3rem 0; }
.yt-hero h1 .accent { background: var(--yt-grad-accent); -webkit-background-clip: text; background-clip: text; color: transparent; }
.yt-hero__lead { font-size: 1.15rem; color: var(--yt-text-on-dark-muted); max-width: 540px; }
.yt-hero__cta { display: flex; gap: 0.9rem; flex-wrap: wrap; margin-top: 2rem; }
.yt-hero__visual { position: relative; }
.yt-hero__visual .yt-placeholder { aspect-ratio: 4/5; border-radius: var(--yt-radius-lg); }
.yt-hero__metric {
    position: absolute; bottom: 22px; left: -18px; background: #fff; color: var(--yt-primary);
    padding: 1rem 1.3rem; border-radius: var(--yt-radius); box-shadow: var(--yt-shadow-lg); display:flex; gap:0.8rem; align-items:center;
    animation: yt-float 5s ease-in-out infinite;
}
.yt-hero__metric .num { font-family: var(--yt-font-display); font-weight: 800; font-size: 1.6rem; color: var(--yt-accent); line-height:1; }
.yt-hero__metric .lbl { font-size: 0.78rem; color: var(--yt-text-muted); }

/* =====================================================================
   8. COUNTERS / METRIC STRIP
   ===================================================================== */
.yt-counter { text-align: center; }
.yt-counter__num { font-family: var(--yt-font-display); font-weight: 800; font-size: clamp(2.2rem, 1.6rem + 2.4vw, 3.4rem); background: var(--yt-grad-accent); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.yt-counter__label { margin-top: 0.6rem; color: var(--yt-text-muted); font-weight: 500; }
.yt-dark .yt-counter__label { color: var(--yt-text-on-dark-muted); }

/* =====================================================================
   9. PROGRAM / PUBLICATION / TEAM CARDS
   ===================================================================== */
.yt-filter-tabs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.yt-filter-tab {
    font-family: var(--yt-font-display); font-weight: 600; font-size: 0.9rem; padding: 0.55rem 1.1rem;
    border-radius: var(--yt-radius-pill); border: 1px solid var(--yt-line); background: #fff; color: var(--yt-text-body); cursor: pointer;
    transition: all var(--yt-dur-fast) var(--yt-ease);
}
.yt-filter-tab:hover { border-color: var(--yt-accent); color: var(--yt-accent); }
.yt-filter-tab.is-active { background: var(--yt-grad-accent); color: #fff; border-color: transparent; box-shadow: var(--yt-shadow-glow); }

.yt-program-card__media { border-radius: var(--yt-radius); overflow: hidden; margin-bottom: 1.1rem; }
.yt-program-card__media img { transition: transform var(--yt-dur) var(--yt-ease); aspect-ratio: 16/10; object-fit: cover; width:100%; }
.yt-card:hover .yt-program-card__media img { transform: scale(1.05); }
.yt-card__meta { display: flex; gap: 0.6rem; align-items: center; margin-bottom: 0.8rem; flex-wrap: wrap; }
.yt-card h3 { font-size: 1.3rem; margin-bottom: 0.6rem; }
.yt-card__link { font-family: var(--yt-font-display); font-weight: 700; color: var(--yt-accent); display:inline-flex; gap:0.4rem; align-items:center; margin-top: 1rem; }
.yt-card__link svg { transition: transform var(--yt-dur-fast) var(--yt-ease); }
.yt-card:hover .yt-card__link svg { transform: translateX(4px); }

/* Team */
.yt-team-card { text-align: center; }
.yt-team-card__media { position: relative; border-radius: var(--yt-radius-lg); overflow: hidden; margin-bottom: 1.1rem; }
.yt-team-card__social { position: absolute; inset: auto 0 0 0; display: flex; justify-content: center; gap: 0.5rem; padding: 1rem; background: linear-gradient(transparent, rgba(11,25,44,0.85)); transform: translateY(100%); transition: transform var(--yt-dur-fast) var(--yt-ease); }
.yt-team-card:hover .yt-team-card__social { transform: translateY(0); }
.yt-team-card__social a { width: 36px; height: 36px; background: #fff; border-radius: 10px; display: grid; place-items: center; color: var(--yt-primary); }
.yt-team-card__social a:hover { background: var(--yt-accent); color: #fff; }
.yt-team-card h4 { margin-bottom: 0.2rem; }
.yt-team-card .role { color: var(--yt-accent); font-weight: 600; font-size: 0.9rem; }

/* =====================================================================
   10. TIMELINE / TESTIMONIALS / TICKER
   ===================================================================== */
.yt-timeline { position: relative; display: grid; gap: 2rem; }
.yt-timeline::before { content:""; position:absolute; left: 15px; top: 8px; bottom: 8px; width: 2px; background: var(--yt-line); }
.yt-dark .yt-timeline::before { background: var(--yt-line-dark); }
.yt-timeline__item { position: relative; padding-left: 3.2rem; }
.yt-timeline__node { position: absolute; left: 6px; top: 4px; width: 20px; height: 20px; border-radius: 50%; background: var(--yt-grad-accent); box-shadow: 0 0 0 6px rgba(255,101,0,0.14); }
.yt-timeline__node::after { content:""; position:absolute; inset:0; border-radius:50%; box-shadow: 0 0 0 0 var(--yt-accent-glow); animation: yt-pulse 2.4s var(--yt-ease) infinite; }
@keyframes yt-pulse { 0%{ box-shadow:0 0 0 0 var(--yt-accent-glow);} 70%{ box-shadow:0 0 0 14px transparent;} 100%{ box-shadow:0 0 0 0 transparent;} }
.yt-timeline__year { font-family: var(--yt-font-display); font-weight: 800; color: var(--yt-accent); }

.yt-ticker-logos { overflow: hidden; -webkit-mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.yt-ticker-logos__track { display: flex; gap: 3rem; align-items: center; width: max-content; animation: yt-logoscroll 30s linear infinite; }
.yt-ticker-logos:hover .yt-ticker-logos__track { animation-play-state: paused; }
@keyframes yt-logoscroll { from { transform: translateX(0);} to { transform: translateX(-50%);} }
.yt-ticker-logos .yt-placeholder { width: 160px; aspect-ratio: 16/7; min-height: 60px; flex-shrink: 0; }

.yt-testimonial { padding: clamp(1.6rem,1.2rem+1.4vw,2.4rem); }
.yt-testimonial__stars { color: var(--yt-accent); letter-spacing: 2px; margin-bottom: 1rem; }
.yt-testimonial__quote { font-family: var(--yt-font-display); font-size: 1.25rem; font-weight: 500; color: var(--yt-text-heading); line-height: 1.45; }
.yt-dark .yt-testimonial__quote { color: #fff; }
.yt-testimonial__author { display: flex; gap: 0.9rem; align-items: center; margin-top: 1.5rem; }
.yt-testimonial__author .yt-placeholder { width: 52px; height: 52px; border-radius: 50%; min-height: 0; }

/* =====================================================================
   11. CTA BANNER / FORMS
   ===================================================================== */
.yt-cta-banner { background: var(--yt-grad-sapphire); border-radius: var(--yt-radius-lg); padding: clamp(2.5rem, 2rem + 3vw, 4.5rem); text-align: center; color: #fff; position: relative; overflow: hidden; }
.yt-cta-banner::before { content:""; position:absolute; width:400px; height:400px; background: radial-gradient(circle, var(--yt-accent-glow), transparent 65%); left:-100px; bottom:-160px; }
.yt-cta-banner h2 { color:#fff; position: relative; }
.yt-cta-banner p { color: var(--yt-text-on-dark-muted); max-width: 560px; margin: 1rem auto 2rem; position: relative; }
.yt-cta-banner .yt-hero__cta { justify-content: center; }

.yt-form { display: grid; gap: 1.1rem; }
.yt-form label { font-family: var(--yt-font-display); font-weight: 600; font-size: 0.9rem; color: var(--yt-text-heading); display:block; margin-bottom: 0.4rem; }
.yt-form input, .yt-form textarea, .yt-form select {
    width: 100%; padding: 0.85rem 1.1rem; border-radius: var(--yt-radius-sm); border: 1px solid var(--yt-line);
    font-family: var(--yt-font-body); font-size: 0.98rem; color: var(--yt-text-heading); background: #fff;
    transition: border-color var(--yt-dur-fast) var(--yt-ease), box-shadow var(--yt-dur-fast) var(--yt-ease);
}
.yt-form input:focus, .yt-form textarea:focus, .yt-form select:focus { outline: none; border-color: var(--yt-accent); box-shadow: 0 0 0 4px rgba(255,101,0,0.12); }
.yt-form textarea { min-height: 140px; resize: vertical; }
.yt-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
@media (max-width: 560px){ .yt-form__row { grid-template-columns: 1fr; } }
.yt-form__status { font-weight: 600; }
.yt-form__status.is-ok { color: #10B981; }
.yt-form__status.is-err { color: #EF4444; }

/* FAQ accordion */
.yt-faq__item { border-bottom: 1px solid var(--yt-line); }
.yt-faq__q { width: 100%; text-align: left; background: transparent; border: 0; cursor: pointer; padding: 1.2rem 0; font-family: var(--yt-font-display); font-weight: 700; font-size: 1.1rem; color: var(--yt-text-heading); display:flex; justify-content: space-between; gap:1rem; align-items:center; }
.yt-faq__q .yt-faq__icon { flex-shrink:0; transition: transform var(--yt-dur-fast) var(--yt-ease); color: var(--yt-accent); }
.yt-faq__item.is-open .yt-faq__icon { transform: rotate(45deg); }
.yt-faq__a { max-height: 0; overflow: hidden; transition: max-height var(--yt-dur) var(--yt-ease); }
.yt-faq__a-inner { padding-bottom: 1.2rem; color: var(--yt-text-muted); }

/* =====================================================================
   12. SINGLE / ARCHIVE / BLOG
   ===================================================================== */
.yt-page-hero { background: var(--yt-grad-canvas); color: #fff; padding-block: clamp(3.5rem, 3rem + 4vw, 6rem); text-align: center; }
.yt-page-hero h1 { color:#fff; }
.yt-breadcrumbs { font-size: 0.85rem; color: var(--yt-text-on-dark-muted); margin-top: 0.8rem; }
.yt-breadcrumbs a { color: var(--yt-accent-2); }

.yt-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: clamp(1.5rem,1rem+3vw,3rem); }
.yt-layout--left { grid-template-columns: 320px minmax(0,1fr); }
.yt-layout--left .yt-sidebar { order: -1; }
.yt-layout--full { grid-template-columns: 1fr; }
@media (max-width: 960px){ .yt-layout, .yt-layout--left { grid-template-columns: 1fr; } }
.yt-sidebar .widget { background: var(--yt-surface-ice); border: 1px solid var(--yt-line); border-radius: var(--yt-radius); padding: 1.4rem; margin-bottom: 1.4rem; }
.yt-sidebar .widget-title { font-size: 1.05rem; margin-bottom: 0.9rem; }

.yt-post-meta { display: flex; flex-wrap: wrap; gap: 1rem; color: var(--yt-text-muted); font-size: 0.9rem; margin: 1rem 0; }
.yt-post-meta span { display: inline-flex; align-items: center; gap: 0.4rem; }
.yt-entry-content { font-size: 1.08rem; }
.yt-entry-content h2, .yt-entry-content h3 { margin: 2rem 0 1rem; }
.yt-entry-content p { margin-bottom: 1.3rem; }
.yt-entry-content blockquote { border-left: 4px solid var(--yt-accent); padding: 0.5rem 0 0.5rem 1.5rem; margin: 1.8rem 0; font-style: italic; color: var(--yt-text-heading); }
.yt-entry-content img { border-radius: var(--yt-radius); margin: 1.5rem 0; }
.yt-author-box { display:flex; gap:1.2rem; align-items:flex-start; background: var(--yt-surface-ice); border:1px solid var(--yt-line); border-radius: var(--yt-radius); padding: 1.6rem; margin-top: 2.5rem; }
.yt-author-box .yt-placeholder { width: 72px; height: 72px; border-radius: 50%; min-height:0; flex-shrink:0; }
.yt-share { display: flex; gap: 0.5rem; align-items: center; margin-top: 1.5rem; }
.yt-share a { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--yt-line); display:grid; place-items:center; color: var(--yt-text-body); }
.yt-share a:hover { background: var(--yt-accent); color:#fff; border-color: transparent; }

/* Pagination */
.yt-pagination { display: flex; gap: 0.4rem; justify-content: center; margin-top: 3rem; flex-wrap: wrap; }
.yt-pagination a, .yt-pagination span { min-width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; border: 1px solid var(--yt-line); font-family: var(--yt-font-display); font-weight: 700; color: var(--yt-text-body); }
.yt-pagination .current { background: var(--yt-grad-accent); color:#fff; border-color: transparent; }
.yt-pagination a:hover { border-color: var(--yt-accent); color: var(--yt-accent); }

/* =====================================================================
   13. PRELOADER + SCROLL REVEAL
   ===================================================================== */
.yt-preloader { position: fixed; inset: 0; z-index: 9999; background: var(--yt-primary); display: grid; place-items: center; transition: opacity 0.5s var(--yt-ease), visibility 0.5s; }
.yt-preloader.is-done { opacity: 0; visibility: hidden; }
.yt-spinner { width: 54px; height: 54px; border-radius: 50%; border: 4px solid rgba(255,255,255,0.15); border-top-color: var(--yt-accent); animation: yt-spin 0.9s linear infinite; }
@keyframes yt-spin { to { transform: rotate(360deg); } }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity var(--yt-dur) var(--yt-ease), transform var(--yt-dur) var(--yt-ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: 0.08s; }
[data-reveal-delay="2"] { transition-delay: 0.16s; }
[data-reveal-delay="3"] { transition-delay: 0.24s; }
[data-reveal-delay="4"] { transition-delay: 0.32s; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1 !important; transform: none !important; } }

/* WP core alignment helpers */
.alignwide { margin-inline: calc(50% - 50vw); max-width: 100vw; }
.aligncenter { margin-inline: auto; }
.wp-caption { max-width: 100%; }
.sticky, .gallery-caption, .bypostauthor { display: block; }

/* =====================================================================
   14. WHO WE WORK WITH — ROTATING ORBIT
   Shared by the theme's composed section AND the Elementor widget.
   Per-instance settings arrive as inline custom properties.
   ===================================================================== */
.yt-orbit-section { background: var(--yt-surface); padding-block: clamp(3rem, 6vw, 6rem); }
.yt-orbit-section.is-ice { background: var(--yt-surface-ice); }

.yt-orbit {
	--orbit: clamp(340px, 44vw, 620px);
	--node: clamp(88px, 12vw, 150px);
	--radius: calc((var(--orbit) - var(--node)) / 2);
	--dur: 44s;
	position: relative;
	width: var(--orbit);
	height: var(--orbit);
	margin: 0 auto;
	max-width: 100%;
	aspect-ratio: 1 / 1;
}

/* faint dashed guide ring */
.yt-orbit__track {
	position: absolute; inset: calc(var(--node) / 2);
	border: 1px dashed var(--yt-line);
	border-radius: 50%;
	pointer-events: none;
}

/* multi-colour glowing stroke ring, built from the brand palette */
.yt-orbit__halo {
	position: absolute; inset: calc(var(--node) / 2 - 5px);
	border-radius: 50%;
	padding: 3px;
	background: conic-gradient(from 0deg,
		var(--yt-accent), var(--yt-accent-2), var(--yt-secondary),
		#5B8AB0, #6BBF9F, var(--yt-accent));
	-webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
	        mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
	filter: drop-shadow(0 0 10px rgba(255,101,0,0.30)) drop-shadow(0 0 22px rgba(30,62,98,0.22));
	opacity: 0.9;
	animation: yt-orbit-spin calc(var(--dur) * 1.7) linear infinite;
	pointer-events: none;
}

/* rotating ring that carries the nodes */
.yt-orbit__ring {
	position: absolute; inset: 0;
	animation: yt-orbit-spin var(--dur) linear infinite;
	transform-origin: 50% 50%;
}
.yt-orbit--ccw .yt-orbit__ring { animation-direction: reverse; }

.yt-orbit__node {
	position: absolute; top: 50%; left: 50%;
	width: var(--node); height: var(--node);
	margin: 0;
	transform: translate(-50%, -50%) rotate(var(--a)) translate(var(--radius)) rotate(calc(-1 * var(--a)));
}
.yt-orbit__node-inner,
.yt-orbit__node > a {
	display: grid; place-items: center; text-align: center;
	width: 100%; height: 100%;
	border-radius: 50%;
	padding: 0.5rem;
	color: #fff;
	text-decoration: none;
	font-family: var(--yt-font-display);
	font-weight: 700;
	font-size: clamp(0.68rem, 0.58rem + 0.45vw, 0.9rem);
	line-height: 1.22;
	background: var(--node-color, var(--yt-secondary));
	box-shadow: 0 12px 30px -10px color-mix(in srgb, var(--node-color, var(--yt-secondary)) 55%, transparent);
	animation: yt-orbit-spin var(--dur) linear infinite reverse;
	transform-origin: 50% 50%;
	transition: transform var(--yt-dur) var(--yt-ease);
}
.yt-orbit--ccw .yt-orbit__node-inner,
.yt-orbit--ccw .yt-orbit__node > a { animation-direction: normal; }
.yt-orbit__node-inner span { display: block; padding: 0 0.3rem; }
.yt-orbit__node:hover .yt-orbit__node-inner,
.yt-orbit__node:hover > a { transform: scale(1.06); }

@supports not (color: color-mix(in srgb, red 50%, blue)) {
	.yt-orbit__node-inner, .yt-orbit__node > a { box-shadow: 0 12px 30px -10px rgba(11,25,44,0.5); }
}

/* centred lockup: eyebrow, title, button */
.yt-orbit__center {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: calc(var(--orbit) - var(--node) * 2 - 20px);
	max-width: 78%;
	display: flex; flex-direction: column;
	align-items: center; justify-content: center;
	text-align: center;
	z-index: 2;
	pointer-events: none;
}
.yt-orbit__center > * { pointer-events: auto; }
.yt-orbit__eyebrow {
	font-family: var(--yt-font-display);
	letter-spacing: 0.14em; text-transform: uppercase;
	font-size: 0.72rem; font-weight: 700;
	color: var(--yt-text-muted);
	margin-bottom: 0.4rem;
}
.yt-orbit__title {
	font-family: var(--yt-font-display);
	font-weight: 800;
	letter-spacing: var(--yt-tracking-tight);
	color: var(--yt-text-heading);
	font-size: clamp(1.15rem, 0.85rem + 1.5vw, 2rem);
	line-height: 1.1;
	margin: 0 0 1rem;
}

.yt-orbit--static .yt-orbit__ring,
.yt-orbit--static .yt-orbit__node-inner,
.yt-orbit--static .yt-orbit__node > a,
.yt-orbit--static .yt-orbit__halo { animation: none; }
.yt-orbit.is-pausable:hover .yt-orbit__ring,
.yt-orbit.is-pausable:hover .yt-orbit__node-inner,
.yt-orbit.is-pausable:hover .yt-orbit__node > a,
.yt-orbit.is-pausable:hover .yt-orbit__halo { animation-play-state: paused; }

@keyframes yt-orbit-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
	.yt-orbit__ring, .yt-orbit__node-inner, .yt-orbit__node > a, .yt-orbit__halo { animation: none !important; }
}

@media (max-width: 560px) {
	.yt-orbit { --orbit: min(90vw, 360px); --node: 78px; }
	.yt-orbit__title { font-size: 1.05rem; }
	.yt-orbit__center .yt-btn { padding: 0.5rem 1rem; font-size: 0.82rem; }
}

/* =====================================================================
   15. HOW WE WORK — APPROACH STEPS (two-column grid)
   ===================================================================== */
.yt-approach { background: var(--yt-surface-ice); }
.yt-approach__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(2rem, 1rem + 4vw, 5rem);
	align-items: start;
}
.yt-approach__intro { position: sticky; top: calc(var(--yt-header-h) + 1.5rem); }
.yt-approach__intro .yt-eyebrow { color: var(--yt-text-muted); }
.yt-approach__intro h2 {
	color: var(--yt-accent);
	font-size: clamp(2rem, 1.4rem + 3vw, 3.4rem);
	margin: 0.4rem 0 1.1rem;
	line-height: 1.05;
}
.yt-approach__divider {
	width: min(360px, 80%); height: 0;
	border-top: 2px dashed color-mix(in srgb, var(--yt-secondary) 45%, transparent);
	margin: 0 0 1.4rem;
}
@supports not (color: color-mix(in srgb, red 50%, blue)) {
	.yt-approach__divider { border-top-color: #9DB3C7; }
}
.yt-approach__intro p { color: var(--yt-text-body); max-width: 44ch; font-size: 1.02rem; }
.yt-approach__media { margin-top: 1.8rem; border-radius: var(--yt-radius-lg); overflow: hidden; box-shadow: var(--yt-shadow); }
.yt-approach__media img { display: block; width: 100%; height: auto; }

.yt-approach__steps { display: grid; gap: 1.1rem; }
.yt-approach__step {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1.25rem;
	align-items: start;
	background: var(--yt-surface);
	border: 1px solid var(--yt-line);
	border-radius: var(--yt-radius-lg);
	padding: 1.5rem 1.7rem;
	box-shadow: 0 18px 40px -28px rgba(11,25,44,0.45);
	transition: transform var(--yt-dur) var(--yt-ease), box-shadow var(--yt-dur) var(--yt-ease);
}
.yt-approach__step:hover { transform: translateY(-4px); box-shadow: var(--yt-shadow-lg); }
.yt-approach__ico {
	width: 56px; height: 56px; border-radius: 16px;
	display: grid; place-items: center;
	color: var(--yt-accent); flex-shrink: 0;
	background: color-mix(in srgb, var(--yt-accent) 12%, var(--yt-surface));
}
@supports not (color: color-mix(in srgb, red 50%, blue)) {
	.yt-approach__ico { background: #FFF1E6; }
}
.yt-approach__ico i { color: var(--yt-accent); font-size: 24px; }
.yt-approach__step h3 {
	font-size: 1.2rem; margin: 0 0 0.4rem;
	color: var(--yt-text-heading); line-height: 1.25;
}
.yt-approach__step h3 strong { color: var(--yt-text-heading); font-weight: 800; }
.yt-approach__step p { margin: 0; color: var(--yt-text-body); font-size: 0.96rem; line-height: 1.6; }

@media (max-width: 860px) {
	.yt-approach__grid { grid-template-columns: 1fr; }
	.yt-approach__intro { position: static; }
	.yt-approach__divider { width: 60%; }
}


/* =====================================================================
   16. FOOTER CREDIT
   ===================================================================== */
.yt-footer__credit { font-size: 0.82rem; opacity: 0.85; }
.yt-footer__credit a { color: #fff; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.35); }
.yt-footer__credit a:hover { color: var(--yt-accent-2); border-color: var(--yt-accent-2); }
.yt-footer__credit .yt-heart { color: var(--yt-accent); }

/* Theme-option driven layout tokens */
.yt-btn, .yt-btn--primary, .yt-btn--ghost, .yt-btn--light { border-radius: var(--yt-btn-radius, 999px); }
.yt-container { max-width: var(--yt-container, 1200px); }
