/* ============================================
   HOME — специфичные стили главной страницы
   (переменные и общие элементы — в base.css)
   ============================================ */

/* ===== DARK THEME — подстройки для главной ===== */
[data-theme="dark"] .what-card,
[data-theme="dark"] .belief-card { border-color: rgba(255, 255, 255, 0.08); }
[data-theme="dark"] .about-link {
    color: rgba(240, 239, 233, 0.75);
    background: rgba(92, 157, 127, 0.14);
    border-color: rgba(92, 157, 127, 0.32);
}
[data-theme="dark"] .about-link:hover { color: var(--green-light); }
[data-theme="dark"] .strategy-card-outer { box-shadow: 0 24px 55px rgba(0, 0, 0, 0.4); }
[data-theme="dark"] .strategy-card-outer:hover { box-shadow: 0 32px 70px rgba(0, 0, 0, 0.5); }
[data-theme="dark"] .format-card.format-card-strategy { filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.45)); }
[data-theme="dark"] .format-card.format-card-strategy:hover { filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.55)); }

/* ===== CUSTOM CURSOR ===== */
.cursor {
    width: 12px; height: 12px;
    border: 1px solid rgba(92, 157, 127, 0.5); border-radius: 50%;
    position: fixed; pointer-events: none; z-index: 9998;
    transform: translate(-50%, -50%); opacity: 0.8;
    transition: width 0.2s cubic-bezier(0.25,0.46,0.45,0.94), height 0.2s cubic-bezier(0.25,0.46,0.45,0.94),
                border-color 0.2s cubic-bezier(0.25,0.46,0.45,0.94), background-color 0.2s cubic-bezier(0.25,0.46,0.45,0.94),
                transform 0.2s cubic-bezier(0.25,0.46,0.45,0.94);
}
.cursor.hover { width: 40px; height: 40px; border-color: rgba(92,157,127,0.3); background: rgba(92,157,127,0.05); }
.cursor.click { transform: translate(-50%, -50%) scale(0.8); }
.cursor-dot {
    width: 4px; height: 4px; background: var(--green); border-radius: 50%;
    position: fixed; pointer-events: none; z-index: 9999;
    transform: translate(-50%, -50%); opacity: 0.9;
    transition: transform 0.08s ease, opacity 0.2s ease;
}
.cursor.hover + .cursor-dot, .cursor.hover ~ .cursor-dot { opacity: 0; }
@media (max-width: 1024px) { .cursor, .cursor-dot { display: none; } }

/* ===== SHINE / LIFT HOVER ===== */
.shine-hover { position: relative; overflow: hidden; }
.shine-hover::before {
    content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transform: skewX(-25deg); transition: left 0.6s ease; pointer-events: none; z-index: 10;
}
.shine-hover:hover::before { left: 150%; }

/* ===== HERO ===== */
#hero {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; padding: 140px 0 80px; overflow: hidden;
}
.hero-container {
    max-width: 1600px; margin: 0 auto; padding: 0 80px; width: 100%;
    position: relative; z-index: 10;
    display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(420px, 460px);
    gap: 96px; align-items: center;
}
.hero-content { max-width: 760px; position: relative; }
.hero-title {
    font-family: var(--font-display);
    font-size: clamp(34px, 4.4vw, 60px); line-height: 1.12; font-weight: 500;
    margin-bottom: 28px; letter-spacing: -0.022em; max-width: 100%;
    text-wrap: balance; opacity: 0; animation: fadeInUp 0.8s 0.4s forwards;
}
.hero-title br { display: inline; }
@media (max-width: 640px) { .hero-title br { display: none; } }
.hero-subhead {
    font-size: clamp(16px, 1.2vw, 18px); line-height: 1.65; color: var(--gray);
    margin-bottom: 36px; max-width: 46ch; text-wrap: pretty;
    opacity: 0; animation: fadeInUp 0.8s 0.6s forwards;
}
.hero-cta { display: flex; gap: 16px; opacity: 0; animation: fadeInUp 0.8s 0.8s forwards; }
.hero-text-link {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--font-display); font-size: 15px; font-weight: 400;
    color: var(--black); opacity: 0.5; transition: opacity 0.25s ease;
}
.hero-text-link:hover { opacity: 1; }
.hero-text-link:hover .hero-text-link-arrow { transform: translateY(3px); }
.hero-text-link-arrow { display: inline-block; font-size: 16px; transition: transform 0.3s ease; }

@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { to { opacity: 1; } }
@keyframes subtleFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* Hero primary button — без transform на hover (calm) */
.format-card .btn-primary:hover { transform: none; box-shadow: none; }

/* ===== STRATEGY CARD ===== */
.strategy-card-outer {
    opacity: 0; transform: translateY(32px); border-radius: 20px;
    box-shadow: 0 20px 60px rgba(92, 157, 127, 0.22);
    transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.16,1,0.3,1), box-shadow 0.3s ease;
}
.strategy-card-outer.visible { opacity: 1; transform: translateY(0); }
.strategy-card-outer:hover { box-shadow: 0 30px 80px rgba(92, 157, 127, 0.3); }
.strategy-card {
    background: #4a8a6e; border: none; border-radius: 20px; padding: 40px;
    position: relative; overflow: hidden; isolation: isolate; clip-path: inset(0 round 20px);
}
.strategy-card::before {
    content: ''; position: absolute; inset: -30%; width: 160%; height: 160%;
    background:
        radial-gradient(ellipse 50% 50% at 30% 35%, rgba(140,210,170,0.65) 0%, transparent 55%),
        radial-gradient(ellipse 40% 55% at 75% 70%, rgba(25,75,55,0.75) 0%, transparent 50%),
        radial-gradient(ellipse 45% 35% at 55% 5%, rgba(170,230,200,0.4) 0%, transparent 50%);
    animation: strategyOrbs 12s ease-in-out infinite; pointer-events: none; z-index: 0;
}
.strategy-card::after {
    content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    opacity: 0.1; mix-blend-mode: overlay; animation: grainShift 0.6s steps(1) infinite;
    pointer-events: none; z-index: 1;
}
.strategy-card > * { position: relative; z-index: 2; }

@keyframes strategyOrbs {
    0%   { transform: translate(0%, 0%) scale(1); }
    20%  { transform: translate(-6%, -9%) scale(1.06); }
    40%  { transform: translate(9%, -4%) scale(0.96); }
    60%  { transform: translate(-4%, 8%) scale(1.04); }
    80%  { transform: translate(7%, 5%) scale(0.97); }
    100% { transform: translate(0%, 0%) scale(1); }
}
@keyframes grainShift {
    0% { transform: translate(0,0); } 10% { transform: translate(-3%,-4%); }
    20% { transform: translate(4%,2%); } 30% { transform: translate(-2%,5%); }
    40% { transform: translate(5%,-3%); } 50% { transform: translate(-4%,4%); }
    60% { transform: translate(2%,-5%); } 70% { transform: translate(-5%,2%); }
    80% { transform: translate(3%,-2%); } 90% { transform: translate(-2%,3%); }
    100% { transform: translate(0,0); }
}

.strategy-stats {
    display: flex; align-items: center; margin: 20px 0 22px; padding: 16px 0;
    border-top: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); gap: 0;
}
.strategy-stat { display: flex; flex-direction: column; align-items: center; flex: 1; gap: 3px; }
.strategy-stat-num { font-family: var(--font-display); font-size: 26px; font-weight: 600; color: #fff; line-height: 1; }
.strategy-stat-label { font-family: var(--font-body); font-size: 11px; color: rgba(255,255,255,0.6); letter-spacing: 0.04em; }
.strategy-stat-divider { width: 1px; height: 30px; background: rgba(255,255,255,0.18); flex-shrink: 0; }
.strategy-card-title { font-family: var(--font-display); font-size: 28px; font-weight: 700; margin-bottom: 16px; color: var(--white); line-height: 1.2; }
.strategy-card-desc { font-size: 15px; color: rgba(255,255,255,0.95); line-height: 1.6; margin-bottom: 28px; }
.strategy-features { list-style: none; margin-bottom: 32px; }
.strategy-features li { font-size: 14px; color: rgba(255,255,255,0.85); position: relative; margin-bottom: 12px; line-height: 1.5; }
.strategy-btn {
    display: block; width: 100%; padding: 16px; background: #fff; color: var(--green);
    font-family: var(--font-display); font-size: 16px; font-weight: 600; text-align: center;
    border-radius: 999px; position: relative; overflow: hidden;
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.strategy-btn:hover { background: rgba(255,255,255,0.9); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.15); }

/* ===== TRUST ===== */
#trust { padding: 80px 0; background: var(--bg-warm); border-top: 1px solid rgba(92,157,127,0.1); }
.trust-container { max-width: 1600px; margin: 0 auto; padding: 0 80px; }
.trust-strip {
    display: flex; align-items: center; gap: 0; background: var(--surface);
    border: 1px solid rgba(92,157,127,0.1); border-radius: 20px; overflow: hidden;
    box-shadow: 0 4px 24px rgba(92,157,127,0.06);
}
.trust-metric {
    display: flex; align-items: center; gap: 16px; padding: 24px 32px;
    border-right: 1px solid rgba(92,157,127,0.1); position: relative;
}
.trust-metric::before {
    content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
    width: 3px; height: 0; background: linear-gradient(180deg, var(--green), var(--blue));
    border-radius: 2px; transition: height 0.4s ease;
}
.trust-metric:hover::before { height: 60%; }
.metric-value {
    font-family: var(--font-display); font-size: 32px; font-weight: 700; color: var(--green);
    line-height: 1; transition: transform 0.3s ease, text-shadow 0.3s ease;
}
.trust-metric:hover .metric-value { transform: scale(1.05); text-shadow: 0 0 20px rgba(92,157,127,0.3); }
.metric-label { font-size: 13px; color: var(--gray); line-height: 1.4; }
.trust-logos { flex: 1; padding: 20px 32px; overflow: hidden; position: relative; }
.trust-logos::before, .trust-logos::after {
    content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; pointer-events: none;
}
.trust-logos::before { left: 0; background: linear-gradient(90deg, var(--surface), transparent); }
.trust-logos::after { right: 0; background: linear-gradient(-90deg, var(--surface), transparent); }
.logos-track { display: flex; gap: 40px; align-items: center; will-change: transform; }
.logo-slot { width: 120px; height: 40px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-slot img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(100%); opacity: 0.5; transition: filter 0.3s ease, opacity 0.3s ease; }
.logo-slot:hover img { filter: grayscale(0%); opacity: 1; }

/* ===== WHAT WE DO ===== */
#what-we-do { padding: 120px 0; background: var(--surface); }
.what-container { max-width: 1600px; margin: 0 auto; padding: 0 80px; }
.what-header { max-width: 800px; margin-bottom: 64px; }
.what-header h2 { font-family: var(--font-display); font-size: 42px; font-weight: 400; line-height: 1.25; color: var(--black); margin-bottom: 20px; }
.what-header .sub { font-size: 18px; color: var(--gray); line-height: 1.6; }
.what-columns { display: grid; grid-template-columns: 1fr 56px 1fr 56px 1fr; align-items: stretch; margin-bottom: 64px; position: relative; }
.what-connector { display: flex; align-items: center; justify-content: center; }
.what-connector svg { width: 56px; height: 32px; overflow: visible; }
.what-connector line, .what-connector polyline { transition: stroke 0.5s ease; }
.what-connector.active line { stroke: rgba(92,157,127,0.6); }
.what-connector.active polyline { stroke: var(--green); }
.what-card {
    background: linear-gradient(160deg, rgba(92,157,127,0.07) 0%, rgba(245,245,240,0) 45%), var(--bg-warm);
    border: 1px solid #e8e8e0; border-radius: 16px; padding: 32px; position: relative;
    transition: border-color 0.5s cubic-bezier(0.4,0,0.2,1), box-shadow 0.5s cubic-bezier(0.4,0,0.2,1);
}
.what-card.active { border-color: var(--green); box-shadow: 0 8px 32px rgba(92,157,127,0.08); }
.what-card-title { font-family: var(--font-display); font-size: 20px; font-weight: 500; color: var(--black); margin-bottom: 12px; transition: color 0.5s ease; }
.what-card.active .what-card-title { color: var(--green); }
.what-card-desc { font-size: 14px; color: var(--gray); line-height: 1.6; margin-bottom: 20px; }
.what-card-result-text { font-size: 13px; color: var(--gray); line-height: 1.5; margin: auto 0 0; padding-top: 16px; border-top: 1px solid rgba(0,0,0,0.06); }
.what-summary { font-family: var(--font-display); font-size: 16px; font-weight: 400; color: var(--gray); margin-top: 48px; padding-top: 40px; border-top: 1px solid rgba(0,0,0,0.07); }

/* ===== STILSTRATEGY BANNER ===== */
.stilstrategy-banner { background: #4a8a6e; padding: 72px 0; position: relative; overflow: hidden; }
.stilstrategy-banner::before {
    content: ''; position: absolute; inset: -40%; width: 180%; height: 180%;
    background:
        radial-gradient(ellipse 50% 80% at 10% 50%, rgba(140,210,170,0.5) 0%, transparent 55%),
        radial-gradient(ellipse 40% 60% at 85% 20%, rgba(25,75,55,0.6) 0%, transparent 50%),
        radial-gradient(ellipse 55% 40% at 60% 90%, rgba(170,230,200,0.35) 0%, transparent 50%);
    animation: bannerOrbs 14s ease-in-out infinite; pointer-events: none;
}
.stilstrategy-banner::after {
    content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    opacity: 0.07; mix-blend-mode: overlay; animation: grainShift 0.6s steps(1) infinite; pointer-events: none;
}
@keyframes bannerOrbs {
    0% { transform: translate(0%,0%) scale(1); } 25% { transform: translate(-5%,8%) scale(1.05); }
    50% { transform: translate(7%,-5%) scale(0.97); } 75% { transform: translate(-3%,-8%) scale(1.03); }
    100% { transform: translate(0%,0%) scale(1); }
}
.stilstrategy-banner-inner {
    max-width: 1600px; margin: 0 auto; padding: 0 80px;
    display: flex; align-items: center; justify-content: space-between; gap: 64px;
    position: relative; z-index: 1;
}
.stilstrategy-banner-text { flex: 1; }
.stilstrategy-banner-label { display: inline-block; font-family: var(--font-display); font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 16px; }
.stilstrategy-banner-text h3 { font-family: var(--font-display); font-size: 32px; font-weight: 500; color: var(--white); line-height: 1.25; margin-bottom: 12px; }
.stilstrategy-banner-text p { font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.65; max-width: 520px; }
.stilstrategy-banner-right { display: flex; flex-direction: column; align-items: flex-end; gap: 24px; flex-shrink: 0; }
.stilstrategy-banner-stats { display: flex; align-items: center; gap: 0; }
.stilstrategy-banner-stat { display: flex; flex-direction: column; align-items: center; padding: 0 28px; gap: 3px; }
.stilstrategy-banner-stat:first-child { padding-left: 0; }
.stilstrategy-banner-stat-num { font-family: var(--font-display); font-size: 28px; font-weight: 600; color: #fff; line-height: 1; }
.stilstrategy-banner-stat-label { font-family: var(--font-body); font-size: 11px; color: rgba(255,255,255,0.55); letter-spacing: 0.04em; }
.stilstrategy-banner-stat-divider { width: 1px; height: 28px; background: rgba(255,255,255,0.2); }
.stilstrategy-banner-btn {
    display: inline-block; padding: 15px 36px; background: #fff; color: var(--green);
    font-family: var(--font-display); font-size: 15px; font-weight: 600; border-radius: 100px;
    white-space: nowrap; transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.stilstrategy-banner-btn:hover { background: rgba(255,255,255,0.92); box-shadow: 0 8px 32px rgba(0,0,0,0.15); transform: translateY(-2px); }

/* ===== BELIEFS ===== */
#beliefs { padding: 100px 0; background: var(--bg-warm); }
.beliefs-container { max-width: 1600px; margin: 0 auto; padding: 0 80px; }
.beliefs-header { max-width: 800px; margin-bottom: 56px; }
.beliefs-header h2 { font-family: var(--font-display); font-size: 42px; font-weight: 400; color: var(--black); line-height: 1.25; }
.beliefs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.belief-card:nth-child(1) { grid-column: span 2; }
.belief-card:nth-child(4) { grid-column: span 2; }
.belief-card {
    background: var(--card-bg); border: 1px solid #e8e8e0; border-radius: 16px; padding: 32px;
    display: flex; flex-direction: column; gap: 14px;
    animation: beliefFadeIn 0.45s ease both; overflow: hidden; position: relative; clip-path: inset(0 round 16px);
}
.belief-card:nth-child(1), .belief-card:nth-child(4), .belief-card:nth-child(7) { background: #4a8a6e; border-color: transparent; }
.belief-card:nth-child(1)::before, .belief-card:nth-child(4)::before, .belief-card:nth-child(7)::before {
    content: ''; position: absolute; inset: -30%; width: 160%; height: 160%;
    background:
        radial-gradient(ellipse 50% 50% at 25% 30%, rgba(140,210,170,0.65) 0%, transparent 55%),
        radial-gradient(ellipse 40% 55% at 80% 75%, rgba(25,75,55,0.75) 0%, transparent 50%),
        radial-gradient(ellipse 45% 35% at 60% 5%, rgba(170,230,200,0.4) 0%, transparent 50%);
    animation: strategyOrbs 12s ease-in-out infinite; pointer-events: none; z-index: 0;
}
.belief-card:nth-child(1)::after, .belief-card:nth-child(4)::after, .belief-card:nth-child(7)::after {
    content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    opacity: 0.09; mix-blend-mode: overlay; animation: grainShift 0.6s steps(1) infinite; pointer-events: none; z-index: 1;
}
.belief-card:nth-child(1) > *, .belief-card:nth-child(4) > *, .belief-card:nth-child(7) > * { position: relative; z-index: 2; }
.belief-card:nth-child(1) .belief-index, .belief-card:nth-child(4) .belief-index, .belief-card:nth-child(7) .belief-index { color: rgba(255,255,255,0.5); }
.belief-card:nth-child(1) .belief-title, .belief-card:nth-child(4) .belief-title, .belief-card:nth-child(7) .belief-title { color: #fff; }
.belief-card:nth-child(1) .belief-desc, .belief-card:nth-child(4) .belief-desc, .belief-card:nth-child(7) .belief-desc { color: rgba(255,255,255,0.7); }
@keyframes beliefFadeIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.beliefs-grid .belief-card:nth-child(1) { animation-delay: 0.04s; }
.beliefs-grid .belief-card:nth-child(2) { animation-delay: 0.10s; }
.beliefs-grid .belief-card:nth-child(3) { animation-delay: 0.16s; }
.beliefs-grid .belief-card:nth-child(4) { animation-delay: 0.22s; }
.beliefs-grid .belief-card:nth-child(5) { animation-delay: 0.28s; }
.beliefs-grid .belief-card:nth-child(6) { animation-delay: 0.34s; }
.belief-index { font-family: var(--font-display); font-size: 13px; font-weight: 300; color: var(--green); letter-spacing: 0.01em; }
.belief-title { font-family: var(--font-display); font-weight: 500; color: var(--black); margin: 0; line-height: 1.3; }
.belief-card:nth-child(1) .belief-title, .belief-card:nth-child(4) .belief-title { font-size: 22px; }
.belief-card:nth-child(2) .belief-title, .belief-card:nth-child(3) .belief-title,
.belief-card:nth-child(5) .belief-title, .belief-card:nth-child(6) .belief-title { font-size: 17px; }
.belief-desc { font-family: var(--font-body); font-size: 14px; color: var(--gray); line-height: 1.65; margin: 0; }
/* ===== CASES ===== */
#cases { padding: 120px 0; background: var(--bg-warm); }
.cases-container { max-width: 1600px; margin: 0 auto; padding: 0 80px; }
.cases-header { margin-bottom: 64px; }
.cases-header h2 { font-family: var(--font-display); font-size: 42px; font-weight: 400; color: var(--black); margin-bottom: 12px; }
.cases-header .sub { font-size: 17px; color: var(--gray); }
.cases-list { border-top: 1px solid rgba(92,157,127,0.15); }
.case-item {
    display: grid; grid-template-columns: 280px 1fr 240px; gap: 40px; align-items: center;
    padding: 40px 0 40px 16px; border-bottom: 1px solid rgba(92,157,127,0.15);
    position: relative; cursor: default;
    transition: background-color 0.4s cubic-bezier(0.4,0,0.2,1);
}
.case-item::before {
    content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--green);
    transform: scaleY(0); transform-origin: top; transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}
.case-item:hover { background: linear-gradient(90deg, rgba(92,157,127,0.05) 0%, rgba(92,157,127,0.01) 50%, transparent 100%); }
.case-item:hover::before { transform: scaleY(1); }
.case-company { display: flex; flex-direction: column; gap: 4px; justify-content: center; }
.case-company-name { font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--black); }
.case-company-sphere { font-size: 13px; color: var(--gray); }
.case-content { display: flex; flex-direction: column; gap: 16px; }
.case-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.case-tag {
    font-size: 12px; color: var(--gray); padding: 6px 14px;
    border: 1px solid rgba(92,157,127,0.2); border-radius: 999px; background: transparent;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.case-item:hover .case-tag { border-color: rgba(92,157,127,0.5); color: var(--green); background: rgba(92,157,127,0.06); }
.case-item:hover .case-result-value { text-shadow: 0 0 20px rgba(92,157,127,0.4); transform: scale(1.05); }
.case-story { font-size: 15px; color: var(--gray); line-height: 1.65; }
.case-story strong { color: var(--black); font-weight: 500; }
.case-result { display: flex; flex-direction: column; justify-content: center; text-align: right; }
.case-result-value {
    font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--green);
    line-height: 1.35; margin-bottom: 6px; transition: transform 0.4s ease, text-shadow 0.4s ease;
}
.case-result-label { font-size: 13px; color: var(--gray); line-height: 1.4; }

/* ===== FORMATS ===== */
#formats { padding: 120px 0; background: var(--bg-warm); }
.formats-container { max-width: 1600px; margin: 0 auto; padding: 0 80px; }
.formats-header { margin-bottom: 48px; }
.formats-header h2 { font-family: var(--font-display); font-size: 42px; font-weight: 400; color: var(--black); margin-bottom: 12px; }
.formats-header .sub { font-size: 17px; color: var(--gray); }
.formats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.formats-tech-wrap { display: flex; gap: 24px; margin-top: 24px; }
.formats-tech-wrap .format-card { flex: 1; }
.format-card {
    background: var(--card-bg); border: 1px solid rgba(92,157,127,0.1); border-radius: 20px; padding: 48px;
    display: flex; flex-direction: column;
    transition: border-color 0.4s cubic-bezier(0.4,0,0.2,1), transform 0.4s cubic-bezier(0.4,0,0.2,1), box-shadow 0.4s cubic-bezier(0.4,0,0.2,1);
}
.format-card:hover { transform: translateY(-6px); box-shadow: 0 24px 64px rgba(92,157,127,0.14); border-color: var(--green); }
.format-card:hover .format-title { color: var(--green); }
.format-card:hover .format-label { color: var(--green); opacity: 1; }
.format-label { font-family: var(--font-display); font-size: 11px; font-weight: 300; color: var(--gray); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 20px; transition: color 0.35s ease, opacity 0.35s ease; }
.format-title { font-family: var(--font-display); font-size: 28px; font-weight: 600; color: var(--black); margin-bottom: 16px; transition: color 0.35s ease; }
.format-desc { font-size: 15px; color: var(--gray); line-height: 1.65; margin-bottom: 28px; }
.format-list { list-style: none; margin-bottom: 32px; flex: 1; }
.format-list li { font-size: 14px; color: var(--black); padding: 10px 0 10px 28px; position: relative; border-bottom: 1px solid rgba(92,157,127,0.08); }
.format-list li:last-child { border-bottom: none; }
.format-list li::before { content: '→'; position: absolute; left: 0; color: var(--green); font-weight: 400; }
.format-list-time { float: right; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--gray); opacity: 0.7; letter-spacing: 0.02em; }
.format-footer { display: flex; flex-direction: column; gap: 8px; margin-top: auto; }
.format-note { font-size: 13px; color: var(--gray); }

/* Strategy format card */
.format-card.format-card-strategy {
    background: #4a8a6e; border-color: transparent; overflow: hidden; position: relative;
    isolation: isolate; clip-path: inset(0 round 20px); filter: drop-shadow(0 16px 28px rgba(92,157,127,0.28));
}
.format-card.format-card-strategy::before {
    content: ''; position: absolute; inset: -30%; width: 160%; height: 160%;
    background:
        radial-gradient(ellipse 50% 50% at 25% 30%, rgba(140,210,170,0.65) 0%, transparent 55%),
        radial-gradient(ellipse 40% 55% at 80% 75%, rgba(25,75,55,0.75) 0%, transparent 50%),
        radial-gradient(ellipse 45% 35% at 60% 5%, rgba(170,230,200,0.4) 0%, transparent 50%);
    animation: strategyOrbs 12s ease-in-out infinite; pointer-events: none; z-index: 0;
}
.format-card.format-card-strategy::after {
    content: ''; position: absolute; inset: -50%; width: 200%; height: 200%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
    opacity: 0.1; mix-blend-mode: overlay; animation: grainShift 0.6s steps(1) infinite; pointer-events: none; z-index: 1;
}
.format-card.format-card-strategy > * { position: relative; z-index: 2; }
.format-card.format-card-strategy:hover { transform: translateY(-6px); filter: drop-shadow(0 22px 34px rgba(92,157,127,0.34)); border-color: transparent; }
.format-card.format-card-strategy .format-label, .format-card.format-card-strategy:hover .format-label { color: rgba(255,255,255,0.6); opacity: 1; }
.format-card.format-card-strategy .format-title, .format-card.format-card-strategy:hover .format-title { color: #fff; }
.format-card.format-card-strategy .format-desc { color: rgba(255,255,255,0.8); }
.format-card.format-card-strategy .format-list li { color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.12); }
.format-card.format-card-strategy .format-list li::before { color: rgba(255,255,255,0.6); }
.format-card.format-card-strategy .format-note { color: rgba(255,255,255,0.55); }
.format-card.format-card-strategy .btn-primary {
    background: #fff; color: var(--green); border-color: #fff; display: block; width: 100%;
    text-align: center; box-sizing: border-box; transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.format-card.format-card-strategy .btn-primary:hover { background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,0.35); transform: none; }

/* ===== VISUAL WORKS ===== */
#visual-works { padding: 80px 0; background: var(--bg-warm); overflow: hidden; }
.visual-container { max-width: 1600px; margin: 0 auto; padding: 0 80px; }
.visual-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.visual-header h2 { font-family: var(--font-display); font-size: 36px; font-weight: 400; color: var(--black); margin-bottom: 10px; }
.visual-header .sub { font-size: 16px; color: var(--gray); max-width: 540px; }
.visual-controls { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.visual-nav-btn {
    width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(92,157,127,0.25);
    background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center;
    color: var(--black); font-size: 18px; line-height: 1; padding: 0;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.visual-nav-btn:hover { background: var(--green); border-color: var(--green); color: var(--white); }
.visual-counter { font-family: 'JetBrains Mono', monospace; font-size: 13px; color: var(--gray); min-width: 52px; text-align: center; }
.visual-counter .v-current { color: var(--black); font-weight: 500; }
.visual-carousel { overflow: hidden; border-radius: 12px; cursor: grab; user-select: none; }
.visual-carousel:active { cursor: grabbing; }
.visual-track { display: flex; gap: 24px; transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94); will-change: transform; }
.visual-slide { flex-shrink: 0; width: calc(50% - 12px); border-radius: 12px; overflow: hidden; background: var(--card-bg); border: 1px solid rgba(92,157,127,0.1); position: relative; }
.visual-slide-media { width: 100%; aspect-ratio: 16/10; overflow: hidden; background: var(--light-gray); position: relative; }
.visual-slide-media img, .visual-slide-media video { width: 100%; height: 100%; object-fit: contain; display: block; pointer-events: none; }
.video-mute-btn {
    position: absolute; bottom: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%;
    background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.18); cursor: pointer;
    display: flex; align-items: center; justify-content: center; color: #fff; font-size: 15px;
    z-index: 5; pointer-events: auto; backdrop-filter: blur(4px); transition: background 0.2s;
}
.video-mute-btn:hover { background: rgba(0,0,0,0.75); }
.visual-slide-caption { padding: 20px 24px; display: flex; align-items: center; gap: 8px; }
.visual-slide-client { font-family: var(--font-display); font-size: 14px; font-weight: 600; color: var(--black); }
.visual-slide-dot { color: var(--gray); opacity: 0.4; }
.visual-slide-type { font-size: 13px; color: var(--green); }
.visual-dots { display: flex; gap: 6px; margin-top: 24px; justify-content: center; }
.visual-dot { width: 24px; height: 3px; border-radius: 2px; background: rgba(92,157,127,0.2); cursor: pointer; transition: background 0.3s ease, width 0.3s ease; }
.visual-dot.active { background: var(--green); width: 40px; }

/* ===== LIGHTBOX ===== */
.visual-lightbox { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(10,10,10,0.96); flex-direction: column; align-items: center; justify-content: center; }
.visual-lightbox.is-open { display: flex; }
.vl-close { position: absolute; top: 20px; right: 24px; width: 44px; height: 44px; background: rgba(255,255,255,0.08); border: none; border-radius: 50%; color: #fff; font-size: 22px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.vl-close:hover { background: rgba(255,255,255,0.16); }
.vl-counter { position: absolute; top: 24px; left: 50%; transform: translateX(-50%); font-size: 13px; color: rgba(255,255,255,0.4); letter-spacing: 0.05em; }
.vl-body { width: 100%; max-width: min(90vw, 1200px); display: flex; align-items: center; gap: 16px; }
.vl-nav { flex-shrink: 0; width: 48px; height: 48px; background: rgba(255,255,255,0.08); border: none; border-radius: 50%; color: #fff; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.vl-nav:hover { background: rgba(255,255,255,0.18); }
.vl-nav:disabled { opacity: 0.2; cursor: default; }
.vl-image-wrap { flex: 1; min-width: 0; border-radius: 12px; overflow: hidden; background: var(--vl-bg, #1a1a1a); max-height: calc(100vh - 160px); display: flex; align-items: center; justify-content: center; position: relative; cursor: crosshair; }
.vl-image-wrap img { display: block; max-width: 100%; max-height: calc(100vh - 160px); object-fit: contain; width: 100%; }
#vlVideo { display: block; max-height: calc(100vh - 160px); max-width: 100%; width: auto; height: auto; object-fit: contain; }
.vl-caption { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 40px; padding: 10px 20px; white-space: nowrap; }
.vl-caption-client { font-family: var(--font-display); font-size: 14px; font-weight: 600; color: #fff; }
.vl-caption-dot { color: rgba(255,255,255,0.3); }
.vl-caption-type { font-size: 13px; color: var(--green); }
.mag-lens { position: absolute; width: 200px; height: 200px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.5); box-shadow: 0 4px 24px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.1); pointer-events: none; display: none; background-repeat: no-repeat; z-index: 10; transform: translate(-50%, -50%); }

/* ===== ABOUT ===== */
#about { padding: 120px 0; background: var(--surface); }
.about-container { max-width: 1600px; margin: 0 auto; padding: 0 80px; display: grid; grid-template-columns: 1fr 400px; gap: 80px; align-items: center; }
.about-content { max-width: 600px; }
.about-title { font-family: var(--font-display); font-size: 40px; font-weight: 400; color: var(--black); line-height: 1.25; margin-bottom: 32px; }
.about-text { display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; }
.about-text p { font-size: 17px; color: var(--gray); line-height: 1.7; }
.about-text p strong { color: var(--black); font-weight: 500; }
.about-stats { display: flex; gap: 40px; margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(92,157,127,0.12); }
.about-stat { display: flex; flex-direction: column; gap: 4px; }
.about-stat-value { font-family: var(--font-display); font-size: 28px; font-weight: 600; color: var(--green); }
.about-stat-label { font-size: 12px; color: var(--gray); line-height: 1.4; }
.about-links { display: flex; gap: 12px; margin-top: 32px; }
.about-link { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-display); font-size: 13px; font-weight: 500; color: rgba(26,26,26,0.55); background: rgba(92,157,127,0.07); border: 1px solid rgba(92,157,127,0.15); padding: 8px 16px; border-radius: 50px; transition: color 0.2s, background 0.2s, border-color 0.2s; }
.about-link:hover { color: var(--green); background: rgba(92,157,127,0.12); border-color: rgba(92,157,127,0.35); }
.about-photo { position: relative; }

/* ===== TEAM ===== */
#team { background: var(--surface); padding: 100px 0; }
.team-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.team-header { margin-bottom: 56px; }
.team-header h2 { font-family: var(--font-display); font-size: clamp(32px, 4vw, 48px); font-weight: 700; color: var(--black); margin-bottom: 12px; }
.team-header .sub { font-size: 16px; color: var(--gray); }
.team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 40px 24px; }
.team-member { display: flex; flex-direction: column; align-items: center; text-align: center; }
.team-photo-wrap { width: 120px; height: 120px; border-radius: 50%; overflow: hidden; margin-bottom: 16px; position: relative; background: #e8ede9; }
.team-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-photo[src=""] { display: none; }
.team-photo-placeholder { position: absolute; inset: 0; border-radius: 50%; background: linear-gradient(135deg, #d4e6da 0%, #b8d4c0 100%); display: none; }
.team-photo[src=""] ~ .team-photo-placeholder { display: block; }
.team-name { font-family: var(--font-display); font-size: 15px; font-weight: 500; color: var(--black); line-height: 1.3; margin-bottom: 4px; }
.team-role { font-family: var(--font-body); font-size: 13px; color: var(--gray); }

/* ===== RESOURCES ===== */
#resources { background: var(--bg-warm); padding: 100px 0; }
.resources-container { max-width: 1600px; margin: 0 auto; padding: 0 80px; }
.resources-header { max-width: 800px; margin-bottom: 56px; }
.resources-title { font-family: var(--font-display); font-size: 42px; font-weight: 400; color: var(--black); line-height: 1.25; }
.resources-desc { font-size: 16px; color: var(--gray); line-height: 1.6; max-width: 540px; margin-top: 16px; }
.resources-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 48px; }
.resource-card {
    background: var(--surface); border: 1px solid #e8e8e0; border-radius: 16px; padding: 28px 24px 24px;
    display: flex; flex-direction: column; cursor: default;
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), box-shadow 0.35s cubic-bezier(0.4,0,0.2,1), border-color 0.35s ease;
}
.resource-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(92,157,127,0.12); border-color: var(--green); }
.resource-card-preview { aspect-ratio: 4/3; border-radius: 10px; background: var(--bg-warm); margin-bottom: 20px; overflow: hidden; display: flex; align-items: center; justify-content: center; position: relative; }
.resource-card-preview svg { width: 100%; height: 100%; }
.resource-card-num { font-family: var(--font-display); font-size: 10px; font-weight: 300; color: var(--green); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 10px; opacity: 0.7; }
.resource-card-title { font-family: var(--font-display); font-size: 15px; font-weight: 600; color: var(--black); margin-bottom: 8px; line-height: 1.3; }
.resource-card-desc { font-size: 13px; color: var(--gray); line-height: 1.5; }
.resources-cta-row { display: flex; align-items: center; gap: 20px; }
.resources-tg-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: var(--green); color: var(--white); border: none; border-radius: 999px; font-family: var(--font-display); font-size: 15px; font-weight: 500; transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease; }
.resources-tg-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(92,157,127,0.35); background: var(--green-light); }

/* ===== DIAGNOSTIC ===== */
#diagnostic { padding: 120px 0; background: var(--bg-warm); }
.diagnostic-container { max-width: 1600px; margin: 0 auto; padding: 0 80px; }
.diagnostic-header { max-width: 600px; margin-bottom: 64px; }
.diagnostic-header h2 { font-family: var(--font-display); font-size: 42px; font-weight: 400; color: var(--black); margin-bottom: 16px; }
.diagnostic-header .sub { font-size: 17px; color: var(--gray); line-height: 1.6; }
.diagnostic-questions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 48px; }
.diagnostic-card {
    background: var(--bg-warm); border: 1px solid rgba(92,157,127,0.12); border-radius: 20px; padding: 40px;
    display: flex; flex-direction: column; position: relative; cursor: pointer; user-select: none;
    transition: border-color 0.35s ease, background 0.35s ease, transform 0.35s cubic-bezier(0.4,0,0.2,1), box-shadow 0.35s ease;
}
.diagnostic-card:hover { border-color: rgba(92,157,127,0.35); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(92,157,127,0.08); }
.diag-check-box { position: absolute; top: 28px; right: 28px; width: 28px; height: 28px; border-radius: 8px; border: 1.5px solid rgba(92,157,127,0.3); background: transparent; display: flex; align-items: center; justify-content: center; transition: border-color 0.25s ease, background 0.25s ease; }
.diag-check-icon { width: 14px; height: 14px; color: var(--white); opacity: 0; transform: scale(0.5); transition: opacity 0.2s ease, transform 0.25s cubic-bezier(0.34,1.56,0.64,1); }
.diagnostic-card-check:has(.diag-checkbox:checked) { border-color: var(--green); background: var(--surface); box-shadow: 0 8px 32px rgba(92,157,127,0.12); }
.diagnostic-card-check:has(.diag-checkbox:checked) .diag-check-box { background: var(--green); border-color: var(--green); }
.diagnostic-card-check:has(.diag-checkbox:checked) .diag-check-icon { opacity: 1; transform: scale(1); }
.diagnostic-card-check:has(.diag-checkbox:checked) .diagnostic-number { color: rgba(92,157,127,0.55); }
.diagnostic-number { font-family: var(--font-display); font-size: 52px; font-weight: 200; color: rgba(92,157,127,0.2); line-height: 1; margin-bottom: 24px; letter-spacing: -0.03em; transition: color 0.35s ease; }
.diagnostic-question { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--black); margin-bottom: 14px; line-height: 1.35; max-width: calc(100% - 40px); }
.diagnostic-hint { font-size: 14px; color: var(--gray); line-height: 1.65; flex: 1; }
.diagnostic-hint strong { color: var(--green); font-weight: 500; }
.diagnostic-footer { display: flex; align-items: center; gap: 32px; padding-top: 16px; }
.diagnostic-footer-text { font-size: 15px; color: var(--gray); }
#diagBtn { opacity: 0.45; pointer-events: none; transition: background-color 0.35s ease, color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease; }
#diagBtn.all-checked { opacity: 1; pointer-events: auto; background: var(--green); color: var(--white); box-shadow: 0 8px 24px rgba(92,157,127,0.35); }

/* ===== FAQ ===== */
#faq { padding: 120px 0; background: var(--bg-warm); }
.faq-container { max-width: 900px; margin: 0 auto; padding: 0 80px; }
.faq-header { margin-bottom: 56px; }
.faq-header h2 { font-family: var(--font-display); font-size: 42px; font-weight: 400; color: var(--black); }
.faq-list { display: flex; flex-direction: column; gap: 16px; }
.faq-item { background: var(--card-bg); border: 1px solid rgba(92,157,127,0.1); border-radius: 16px; overflow: hidden; margin-bottom: 4px; transition: border-color 0.3s ease, box-shadow 0.3s ease; }
.faq-item.open { border-color: rgba(92,157,127,0.3); box-shadow: 0 4px 20px rgba(92,157,127,0.07); }
.faq-question { width: 100%; display: flex; align-items: center; gap: 16px; padding: 24px 28px; background: none; border: none; cursor: pointer; text-align: left; }
.faq-question span:first-child { flex: 1; font-family: var(--font-display); font-size: 17px; font-weight: 500; color: var(--black); line-height: 1.4; transition: color 0.25s ease; }
.faq-question:hover span:first-child { color: var(--green); }
.faq-icon { width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(92,157,127,0.2); display: flex; align-items: center; justify-content: center; color: var(--green); font-size: 18px; font-weight: 300; line-height: 1; flex-shrink: 0; transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), background 0.25s ease, border-color 0.25s ease; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--green); border-color: var(--green); color: var(--white); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1); }
.faq-item.open .faq-answer { max-height: 300px; }
.faq-answer p { font-size: 15px; color: var(--gray); line-height: 1.75; padding: 0 28px 24px; }

/* ===== CONTACT ===== */
#contact { padding: 120px 0; background: var(--ink); }
.contact-container { max-width: 1200px; margin: 0 auto; padding: 0 80px; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--green); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 20px; display: block; }
.contact-title { font-family: var(--font-display); font-size: clamp(32px, 3.5vw, 52px); font-weight: 400; color: var(--white); margin-bottom: 20px; line-height: 1.15; }
.contact-direct { display: flex; flex-direction: column; gap: 10px; margin-top: 32px; }
.contact-direct-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255,255,255,0.5); transition: color 0.3s ease; }
.contact-direct-link:hover { color: var(--green); }
.contact-form { display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.contact-field { display: flex; flex-direction: column; }
.contact-input { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 16px 20px; font-family: var(--font-body); font-size: 15px; color: var(--white); outline: none; resize: none; transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease; }
.contact-input::placeholder { color: rgba(255,255,255,0.3); }
.contact-input:focus { border-color: rgba(92,157,127,0.6); background: rgba(255,255,255,0.08); box-shadow: 0 0 0 3px rgba(92,157,127,0.12); }
.contact-textarea { min-height: 80px; }
.contact-consent { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; margin-bottom: 4px; }
.contact-consent input[type="checkbox"] { flex-shrink: 0; width: 16px; height: 16px; margin-top: 2px; accent-color: var(--green); cursor: pointer; }
.contact-consent span { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.5; }
.contact-consent span a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.contact-submit-btn { background: var(--green); color: var(--white); border: none; border-radius: 999px; padding: 18px 40px; font-family: var(--font-display); font-size: 16px; font-weight: 500; cursor: pointer; text-align: center; width: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; }
.contact-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(92,157,127,0.4); background: var(--green-light); }
.contact-submit-btn.submitted { background: rgba(92,157,127,0.3); pointer-events: none; }

/* ===== PREMIUM SCROLL REVEAL (.r-*) ===== */
.r-fade { opacity: 0; transform: translateY(32px); transition: opacity 1s cubic-bezier(0.16,1,0.3,1), transform 1s cubic-bezier(0.16,1,0.3,1); will-change: opacity, transform; }
.r-fade.r-in { opacity: 1; transform: translateY(0); }
.r-scale { opacity: 0; transform: translateY(22px) scale(0.96); transition: opacity 1s cubic-bezier(0.16,1,0.3,1), transform 1s cubic-bezier(0.16,1,0.3,1); will-change: opacity, transform; }
.r-scale.r-in { opacity: 1; transform: translateY(0) scale(1); }
.r-blur { opacity: 0; filter: blur(14px); transform: scale(1.03); transition: opacity 1.3s cubic-bezier(0.16,1,0.3,1), filter 1.3s cubic-bezier(0.16,1,0.3,1), transform 1.3s cubic-bezier(0.16,1,0.3,1); will-change: opacity, filter, transform; }
.r-blur.r-in { opacity: 1; filter: blur(0); transform: scale(1); }
.r-split { opacity: 1; }
.r-split .r-word { display: inline-block; opacity: 0; transform: translateY(0.55em) rotate(1.5deg); transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1), transform 0.9s cubic-bezier(0.16,1,0.3,1); will-change: opacity, transform; }
.r-split.r-in .r-word { opacity: 1; transform: translateY(0) rotate(0); }
.r-group > * { opacity: 0; }
.r-group.r-in > * { animation: rFadeUp 0.9s cubic-bezier(0.16,1,0.3,1) both; }
.r-group.r-in > *:nth-child(1) { animation-delay: 0.04s; }
.r-group.r-in > *:nth-child(2) { animation-delay: 0.10s; }
.r-group.r-in > *:nth-child(3) { animation-delay: 0.16s; }
.r-group.r-in > *:nth-child(4) { animation-delay: 0.22s; }
.r-group.r-in > *:nth-child(5) { animation-delay: 0.28s; }
.r-group.r-in > *:nth-child(6) { animation-delay: 0.34s; }
.r-group.r-in > *:nth-child(7) { animation-delay: 0.40s; }
.r-group.r-in > *:nth-child(8) { animation-delay: 0.46s; }
.r-group.r-in > *:nth-child(9) { animation-delay: 0.52s; }
.r-group.r-in > *:nth-child(10) { animation-delay: 0.58s; }
.r-group.r-in > *:nth-child(11) { animation-delay: 0.64s; }
.r-group.r-in > *:nth-child(12) { animation-delay: 0.70s; }
.r-group.r-in > *:nth-child(13) { animation-delay: 0.76s; }
.r-group.r-in > *:nth-child(14) { animation-delay: 0.82s; }
.r-group.r-in > *:nth-child(15) { animation-delay: 0.88s; }
@keyframes rFadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
    .r-fade, .r-scale, .r-blur, .r-group > *, .r-split .r-word {
        opacity: 1 !important; transform: none !important; filter: none !important; animation: none !important; transition: none !important;
    }
    .strategy-card::before, .strategy-card::after,
    .stilstrategy-banner::before, .stilstrategy-banner::after,
    .format-card-strategy::before, .format-card-strategy::after,
    .belief-card::before, .belief-card::after { animation: none; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1400px) {
    .hero-container { grid-template-columns: minmax(0, 1.25fr) minmax(400px, 440px); gap: 64px; }
    .trust-container { padding: 0 40px; }
}
@media (max-width: 1200px) {
    .formats-grid { grid-template-columns: 1fr 1fr; }
    .formats-grid .format-card:nth-child(3) { grid-column: 1 / -1; max-width: 600px; margin: 0 auto; }
    .resources-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
    .hero-container { grid-template-columns: 1fr; padding: 0 40px; gap: 56px; }
    .hero-title { max-width: 20ch; }
    .hero-subhead { max-width: 60ch; }
    .strategy-card { max-width: 480px; margin: 0 auto; }
    .trust-container { padding: 0 40px; }
    .trust-strip { flex-wrap: wrap; }
    .trust-metric { padding: 20px 24px; }
    .trust-logos { flex-basis: 100%; border-top: 1px solid rgba(92,157,127,0.1); }
    .trust-metric:last-of-type { border-right: none; }
    .what-container, .cases-container, .formats-container, .visual-container,
    .about-container, .resources-container, .diagnostic-container, .faq-container,
    .contact-container, .stilstrategy-banner-inner { padding-left: 40px; padding-right: 40px; }
    .beliefs-container { padding: 0 40px; }
    .beliefs-grid { grid-template-columns: repeat(2, 1fr); }
    .belief-card:nth-child(1), .belief-card:nth-child(4) { grid-column: span 2; }
    .what-header h2 { font-size: 36px; }
    .what-columns { grid-template-columns: 1fr 40px 1fr 40px 1fr; }
    .what-connector { padding-top: 72px; }
    .what-card { padding: 24px; }
    .team-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    .team-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    #hero { min-height: 0; padding: 90px 0 48px; align-items: flex-start; overflow: hidden; }
    .hero-container { padding: 0 24px; gap: 0; grid-template-columns: minmax(0, 1fr); }
    .hero-content { min-width: 0; max-width: 100%; }
    .hero-title { max-width: 100%; overflow-wrap: break-word; margin-bottom: 20px; }
    .hero-subhead { max-width: 100%; overflow-wrap: break-word; margin-bottom: 28px; }
    .hero-cta { flex-direction: column; }
    .btn { width: 100%; text-align: center; box-sizing: border-box; }
    .strategy-card-outer { display: none; }

    #trust { padding: 40px 0; }
    .trust-container { padding: 0 24px; }
    .trust-strip { flex-direction: row; flex-wrap: wrap; border-radius: 16px; }
    .trust-metric { flex: 1; min-width: 90px; padding: 16px 12px; border-bottom: none; justify-content: center; flex-direction: column; align-items: center; text-align: center; }
    .trust-metric:last-of-type { border-right: none; }
    .trust-metric::before { display: none; }
    .metric-value { font-size: 28px; }
    .metric-label { font-size: 12px; text-align: center; }
    .trust-logos { width: 100%; flex: none; padding: 14px 8px; }
    .logo-slot { width: 72px; height: 26px; }
    .logo-slot img { filter: none; opacity: 0.75; }

    #what-we-do { padding: 80px 0; }
    .what-container { padding: 0 24px; }
    .what-header { margin-bottom: 40px; }
    .what-header h2 { font-size: 28px; }
    .what-header .sub { font-size: 16px; }
    .what-columns { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
    .what-connector { display: none; }
    .what-card { padding: 24px; }
    .what-card-title { font-size: 18px; }

    #beliefs { padding: 72px 0; }
    .beliefs-container { padding: 0 24px; }
    .beliefs-grid { grid-template-columns: 1fr; }
    .belief-card:nth-child(1), .belief-card:nth-child(4) { grid-column: span 1; }
    .belief-card:nth-child(1) .belief-title, .belief-card:nth-child(4) .belief-title { font-size: 19px; }

    .stilstrategy-banner { padding: 48px 0; }
    .stilstrategy-banner-inner { padding: 0 24px; flex-direction: column; gap: 32px; align-items: flex-start; }
    .stilstrategy-banner-text h3 { font-size: 22px; }
    .stilstrategy-banner-right { align-items: flex-start; width: 100%; }
    .stilstrategy-banner-stat { padding: 0 20px; }
    .stilstrategy-banner-btn { width: 100%; text-align: center; }

    #cases { padding: 80px 0; }
    .cases-container { padding: 0 24px; }
    .cases-header h2 { font-size: 28px; }
    .case-item { grid-template-columns: 1fr; gap: 20px; padding: 28px 0; }
    .case-item::before { left: -24px; }
    .case-result { text-align: left; flex-direction: column; gap: 4px; align-items: flex-start; margin-top: 12px; }
    .case-result-value { font-size: 15px; }
    .case-result-label { font-size: 15px; color: var(--green); font-weight: 500; }

    #formats { padding: 80px 0; }
    .formats-container { padding: 0 24px; }
    .formats-header h2 { font-size: 28px; }
    .formats-grid { grid-template-columns: 1fr; }
    .formats-tech-wrap { flex-direction: column; }
    .formats-tech-wrap .format-card { max-width: 100%; }
    .format-card { padding: 32px; }
    .format-title { font-size: 24px; }

    #visual-works { padding: 80px 0; }
    .visual-container { padding: 0 20px; }
    .visual-header { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
    .visual-header h2 { font-size: 26px; margin-bottom: 4px; }
    .visual-header .sub { font-size: 15px; max-width: 100%; }
    .visual-slide { width: 82%; }
    .visual-slide-media { aspect-ratio: 4/5; }
    .visual-slide-media img, .visual-slide-media video { object-fit: cover; }
    .visual-track { gap: 16px; }
    .visual-slide-caption { padding: 14px 16px; }

    #about { padding: 80px 0; }
    .about-container { padding: 0 24px; grid-template-columns: 1fr; gap: 40px; }
    .about-photo { order: -1; }
    .about-title { font-size: 28px; }
    .about-stats { flex-wrap: wrap; gap: 24px; }

    .resources-container { padding: 0 24px; }
    .resources-cards { grid-template-columns: 1fr 1fr; gap: 12px; }
    .resource-card { padding: 16px 14px; }
    .resource-card-preview { aspect-ratio: 16/7; margin-bottom: 12px; }
    .resources-title { font-size: 24px; }
    .resources-cta-row { flex-direction: column; align-items: flex-start; gap: 12px; }
    .resources-tg-btn { width: 100%; justify-content: center; }

    #diagnostic { padding: 80px 0; }
    .diagnostic-container { padding: 0 24px; }
    .diagnostic-header h2 { font-size: 28px; }
    .diagnostic-questions { grid-template-columns: 1fr; }
    .diagnostic-footer { flex-direction: column; align-items: flex-start; gap: 20px; }
    .diagnostic-footer .btn { width: 100%; }

    #faq { padding: 80px 0; }
    .faq-container { padding: 0 24px; }
    .faq-header h2 { font-size: 28px; }
    .faq-question span:first-child { font-size: 16px; }
    .faq-icon { width: 32px; height: 32px; }

    #contact { padding: 80px 0; }
    .contact-container { padding: 0 24px; }
    .contact-inner { grid-template-columns: 1fr; gap: 48px; }
    .contact-title { font-size: 32px; }

    .team-grid { grid-template-columns: repeat(2, 1fr); }

    .vl-body { max-width: 100%; gap: 0; padding: 0; width: 100%; }
    .vl-nav { display: none; }
    .vl-image-wrap { max-height: calc(100svh - 140px); border-radius: 0; width: 100%; }
    .vl-image-wrap img { max-height: calc(100svh - 140px); width: 100%; }
    .vl-caption { font-size: 12px; padding: 8px 14px; white-space: normal; text-align: center; max-width: 92%; bottom: 16px; }
}
@media (max-width: 560px) {
    .team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .hero-title { font-size: 34px; }
    .hero-subhead { font-size: 15px; }
    .about-title { font-size: 24px; }
    .contact-title { font-size: 26px; }
    .format-title { font-size: 20px; }
    .diagnostic-header h2 { font-size: 24px; }
    .resources-cards { grid-template-columns: 1fr; }
}
@media (pointer: coarse) {
    .mag-lens { display: none !important; }
    .vl-image-wrap { cursor: default !important; }
}
