/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'DM Sans', system-ui, sans-serif; color: #1A1A2E; background: #FAFAF5; }
h1, h2, h3, h4 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; line-height: 1.1; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.br-desktop { display: none; }
@media (min-width: 768px) { .br-desktop { display: inline; } }

/* === NAV === */
.nav { padding: 1.5rem 2rem; }
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: 'DM Serif Display', serif; font-size: 1.4rem; color: #1A1A2E; letter-spacing: -0.02em; }
.nav-tagline { font-size: 0.85rem; color: #6B7280; font-weight: 400; }

/* === HERO === */
.hero { padding: 5rem 2rem 4rem; position: relative; overflow: hidden; min-height: 520px; display: flex; align-items: center; }
.hero-bg-shape { position: absolute; top: -80px; right: -120px; width: 560px; height: 560px; background: radial-gradient(circle, #F59E0B22 0%, transparent 65%); border-radius: 50%; pointer-events: none; }
.hero-inner { max-width: 1100px; margin: 0 auto; width: 100%; position: relative; z-index: 1; }
.hero-label { font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #F59E0B; margin-bottom: 1.5rem; }
.hero-headline { font-size: clamp(3.2rem, 7vw, 6rem); color: #1A1A2E; margin-bottom: 1.8rem; line-height: 1.05; }
.hero-headline em { font-style: italic; color: #F59E0B; }
.hero-lede { font-size: clamp(1rem, 2vw, 1.25rem); color: #4A5568; max-width: 520px; line-height: 1.7; margin-bottom: 2.2rem; font-weight: 300; }
.hero-pill-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero-pill { background: #1A1A2E; color: #FAFAF5; font-size: 0.8rem; font-weight: 500; padding: 0.45rem 1.1rem; border-radius: 100px; letter-spacing: 0.03em; }

/* === STATS === */
.stats { background: #1A1A2E; padding: 3rem 2rem; }
.stats-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; }
.stat-item { padding: 1.5rem 3rem; text-align: center; }
.stat-number { display: block; font-family: 'DM Serif Display', serif; font-size: 2.5rem; color: #F59E0B; line-height: 1; margin-bottom: 0.5rem; }
.stat-label { font-size: 0.8rem; color: #9CA3AF; font-weight: 400; line-height: 1.5; }
.stat-divider { width: 1px; height: 60px; background: #374151; }

/* === SERVICES === */
.services { padding: 5rem 2rem; background: #FAFAF5; }
.services-inner { max-width: 1100px; margin: 0 auto; }
.section-title { font-size: clamp(1.6rem, 3vw, 2.2rem); color: #1A1A2E; margin-bottom: 3rem; }
.services-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.service-card { background: #fff; border-radius: 16px; padding: 2.5rem; border: 1.5px solid #E5E7EB; transition: transform 0.2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.service-card--featured { background: #1A1A2E; border-color: #1A1A2E; }
.service-icon { margin-bottom: 1.5rem; }
.service-name { font-size: 1.4rem; color: #1A1A2E; margin-bottom: 0.75rem; }
.service-name--light { color: #FAFAF5; }
.service-desc { font-size: 0.9rem; color: #6B7280; line-height: 1.7; margin-bottom: 1.5rem; font-weight: 300; }
.service-desc--light { color: #9CA3AF; }
.service-list { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.service-list li { font-size: 0.85rem; color: #4A5568; padding-left: 1.2rem; position: relative; font-weight: 400; }
.service-list li::before { content: ''; position: absolute; left: 0; top: 0.55em; width: 5px; height: 5px; border-radius: 50%; background: #F59E0B; }
.service-list--light li { color: #D1D5DB; }
.service-list--light li::before { background: #F59E0B; }

/* === MANIFESTO === */
.manifesto { padding: 5rem 2rem; background: #F5F0E8; }
.manifesto-inner { max-width: 1100px; margin: 0 auto; }
.manifesto-label { font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #F59E0B; margin-bottom: 1.5rem; }
.manifesto-headline { font-size: clamp(2rem, 4.5vw, 3.5rem); color: #1A1A2E; margin-bottom: 1.5rem; line-height: 1.15; }
.manifesto-headline em { font-style: italic; color: #1A1A2E; }
.manifesto-body { font-size: 1rem; color: #4A5568; line-height: 1.8; max-width: 600px; margin-bottom: 3rem; font-weight: 300; }
.manifesto-pillars { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.pillar { display: flex; align-items: center; gap: 1.2rem; padding: 1.2rem 1.5rem; background: #fff; border-radius: 10px; border: 1px solid #E5E7EB; }
.pillar-num { font-family: 'DM Serif Display', serif; font-size: 1.1rem; color: #F59E0B; min-width: 30px; }
.pillar-text { font-size: 0.9rem; color: #1A1A2E; font-weight: 500; }

/* === CLOSING === */
.closing { padding: 5rem 2rem; background: #1A1A2E; text-align: center; }
.closing-inner { max-width: 800px; margin: 0 auto; }
.closing-headline { font-size: clamp(1.8rem, 4vw, 3rem); color: #FAFAF5; margin-bottom: 1.2rem; line-height: 1.2; }
.closing-sub { font-size: 1rem; color: #9CA3AF; font-weight: 300; }

/* === FOOTER === */
.footer { padding: 2rem; background: #EDEDED; border-top: 1px solid #E5E7EB; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-logo { font-family: 'DM Serif Display', serif; font-size: 1.2rem; color: #1A1A2E; display: block; margin-bottom: 0.3rem; }
.footer-desc { font-size: 0.8rem; color: #9CA3AF; }
.footer-copy { font-size: 0.8rem; color: #9CA3AF; }

/* === SERVICE CARD PRICING + CTA === */
.service-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 1.2rem; }
.service-pricing { text-align: right; flex-shrink: 0; }
.pricing-from { display: block; font-size: 0.7rem; color: #9CA3AF; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.1rem; }
.pricing-amount { display: block; font-family: 'DM Serif Display', serif; font-size: 1.8rem; color: #1A1A2E; line-height: 1; }
.service-card--featured .pricing-amount { color: #F59E0B; }
.pricing-tier { display: block; font-size: 0.75rem; color: #9CA3AF; }
.service-cta { margin-top: 1.5rem; background: #1A1A2E; color: #FAFAF5; border: none; padding: 0.75rem 1.5rem; border-radius: 8px; font-size: 0.875rem; font-weight: 600; cursor: pointer; transition: background 0.2s, transform 0.15s; font-family: 'DM Sans', system-ui, sans-serif; width: 100%; }
.service-cta:hover { background: #2D2D4A; transform: translateY(-1px); }
.service-cta:active { transform: translateY(0); }
.service-cta--featured { background: #F59E0B; color: #1A1A2E; }
.service-cta--featured:hover { background: #D97706; }

/* === QUOTE MODAL === */
.quote-modal-overlay { position: fixed; inset: 0; background: rgba(26, 26, 46, 0.6); backdrop-filter: blur(4px); z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 1rem; opacity: 0; visibility: hidden; transition: opacity 0.25s, visibility 0.25s; }
.quote-modal-overlay.is-open { opacity: 1; visibility: visible; }
.quote-modal { background: #FAFAF5; border-radius: 20px; padding: 2.5rem; width: 100%; max-width: 480px; position: relative; box-shadow: 0 24px 80px rgba(0,0,0,0.25); transform: translateY(12px) scale(0.98); transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }
.quote-modal-overlay.is-open .quote-modal { transform: translateY(0) scale(1); }
.quote-modal-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 0.5rem; }
.quote-modal-title { font-size: 1.5rem; color: #1A1A2E; margin: 0; }
.quote-modal-close { background: none; border: none; font-size: 1.5rem; color: #9CA3AF; cursor: pointer; padding: 0; line-height: 1; margin-left: 1rem; flex-shrink: 0; }
.quote-modal-close:hover { color: #1A1A2E; }
.quote-modal-service-tag { display: inline-block; background: #F59E0B; color: #1A1A2E; font-size: 0.7rem; font-weight: 600; padding: 0.25rem 0.75rem; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1.5rem; }

/* Form */
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 500; color: #1A1A2E; margin-bottom: 0.4rem; }
.form-group input, .form-group textarea { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid #E5E7EB; border-radius: 10px; font-size: 0.9rem; font-family: 'DM Sans', system-ui, sans-serif; color: #1A1A2E; background: #fff; transition: border-color 0.2s; box-sizing: border-box; }
.form-group input::placeholder, .form-group textarea::placeholder { color: #9CA3AF; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: #F59E0B; }
.form-group input.input-error, .form-group textarea.input-error { border-color: #EF4444; }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-error { display: block; font-size: 0.75rem; color: #EF4444; margin-top: 0.3rem; min-height: 1em; }
.form-submit-row { display: flex; align-items: center; gap: 1rem; margin-top: 0.5rem; }
.quote-submit-btn { background: #F59E0B; color: #1A1A2E; border: none; padding: 0.875rem 2rem; border-radius: 10px; font-size: 0.9rem; font-weight: 700; cursor: pointer; font-family: 'DM Sans', system-ui, sans-serif; transition: background 0.2s, transform 0.15s; }
.quote-submit-btn:hover:not(:disabled) { background: #D97706; transform: translateY(-1px); }
.quote-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.form-loading { display: none; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: #6B7280; font-weight: 400; }
.form-loading svg { width: 18px; height: 18px; }
.spinner circle { transition: stroke-dashoffset 0.4s ease; }
.form-api-error { margin-top: 0.75rem; padding: 0.75rem 1rem; background: #FEF2F2; border: 1px solid #FECACA; border-radius: 8px; color: #EF4444; font-size: 0.85rem; min-height: 0; }
.form-api-error:empty { display: none; }

/* Confirmation */
.quote-confirmation-view { display: none; text-align: center; padding: 1rem 0; }
.quote-check-icon { margin: 0 auto 1.5rem; }
.quote-confirm-title { font-size: 1.6rem; color: #1A1A2E; margin-bottom: 1rem; }
.quote-confirm-body { font-size: 0.95rem; color: #4A5568; line-height: 1.7; margin-bottom: 0.75rem; font-weight: 300; }
.quote-confirm-body strong { color: #1A1A2E; font-weight: 600; }
.quote-confirm-sub { font-size: 0.85rem; color: #9CA3AF; margin-bottom: 2rem; }
.quote-confirm-sub a { color: #F59E0B; font-weight: 500; }
.quote-confirm-sub a:hover { text-decoration: underline; }
.quote-done-btn { background: #1A1A2E; color: #FAFAF5; border: none; padding: 0.75rem 2rem; border-radius: 10px; font-size: 0.875rem; font-weight: 600; cursor: pointer; font-family: 'DM Sans', system-ui, sans-serif; transition: background 0.2s; }
.quote-done-btn:hover { background: #2D2D4A; }

/* === ABOUT PAGE === */
.about-hero { padding: 5rem 2rem 4rem; background: #FAFAF5; position: relative; overflow: hidden; }
.about-hero::after { content: ''; position: absolute; bottom: -60px; right: -80px; width: 400px; height: 400px; background: radial-gradient(circle, #F59E0B18 0%, transparent 65%); border-radius: 50%; pointer-events: none; }
.about-hero-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.about-label { display: block; font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #F59E0B; margin-bottom: 1.5rem; }
.about-headline { font-size: clamp(2.5rem, 6vw, 4.5rem); color: #1A1A2E; margin-bottom: 1.5rem; line-height: 1.1; }
.about-headline em { font-style: italic; color: #F59E0B; }
.about-lede { font-size: clamp(1rem, 2vw, 1.2rem); color: #4A5568; max-width: 580px; line-height: 1.75; font-weight: 300; }

.about-story { padding: 5rem 2rem; background: #1A1A2E; }
.about-story-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: start; }
.about-story-text h2 { font-size: clamp(1.4rem, 3vw, 2rem); color: #FAFAF5; margin-bottom: 1.5rem; }
.about-story-text p { font-size: 0.95rem; color: #9CA3AF; line-height: 1.8; margin-bottom: 1.25rem; font-weight: 300; }
.about-story-text p strong { color: #FAFAF5; font-weight: 500; }
.about-story-numbers { display: flex; flex-direction: column; gap: 1.5rem; }
.about-stat { border-left: 3px solid #F59E0B; padding-left: 1.5rem; }
.about-stat-num { display: block; font-family: 'DM Serif Display', serif; font-size: 2.2rem; color: #F59E0B; line-height: 1; margin-bottom: 0.5rem; }
.about-stat-label { font-size: 0.8rem; color: #9CA3AF; line-height: 1.5; }

.about-team { padding: 5rem 2rem; background: #FAFAF5; }
.about-team-inner { max-width: 1100px; margin: 0 auto; }
.about-team .about-section-title { font-size: clamp(1.4rem, 3vw, 2rem); color: #1A1A2E; margin-bottom: 0.75rem; }
.about-team-desc { font-size: 0.95rem; color: #6B7280; max-width: 600px; line-height: 1.7; margin-bottom: 2.5rem; font-weight: 300; }
.about-team-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.about-team-card { background: #fff; border-radius: 16px; padding: 2rem; border: 1.5px solid #E5E7EB; }
.about-team-avatar { margin-bottom: 1rem; }
.about-team-name { font-size: 1.1rem; color: #1A1A2E; margin-bottom: 0.25rem; font-weight: 600; font-family: 'DM Sans', sans-serif; }
.about-team-role { font-size: 0.8rem; color: #F59E0B; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; }
.about-team-bio { font-size: 0.875rem; color: #6B7280; line-height: 1.65; font-weight: 300; }

.about-services { padding: 5rem 2rem; background: #F5F0E8; }
.about-services-inner { max-width: 1100px; margin: 0 auto; }
.about-services .about-section-title { font-size: clamp(1.4rem, 3vw, 2rem); color: #1A1A2E; margin-bottom: 2rem; }
.about-services-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.about-service-item { background: #fff; border-radius: 12px; padding: 2rem; border: 1px solid #E5E7EB; }
.about-service-icon { margin-bottom: 1rem; }
.about-service-item h3 { font-size: 1.1rem; color: #1A1A2E; margin-bottom: 0.6rem; font-family: 'DM Sans', sans-serif; font-weight: 600; }
.about-service-item p { font-size: 0.875rem; color: #6B7280; line-height: 1.65; font-weight: 300; }

.about-cta { padding: 5rem 2rem; background: #1A1A2E; text-align: center; }
.about-cta-inner { max-width: 600px; margin: 0 auto; }
.about-cta-headline { font-size: clamp(2rem, 4vw, 3rem); color: #FAFAF5; margin-bottom: 1rem; }
.about-cta-sub { font-size: 1rem; color: #9CA3AF; font-weight: 300; margin-bottom: 2.5rem; }
.about-cta-btn { background: #F59E0B; color: #1A1A2E; border: none; padding: 1rem 2.5rem; border-radius: 12px; font-size: 0.95rem; font-weight: 700; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: background 0.2s, transform 0.15s; }
.about-cta-btn:hover { background: #D97706; transform: translateY(-2px); }

.about-form-section { padding: 5rem 2rem; background: #FAFAF5; }
.about-form-inner { max-width: 640px; margin: 0 auto; }
.about-form-section .about-section-title { font-size: clamp(1.4rem, 3vw, 2rem); color: #1A1A2E; margin-bottom: 0.5rem; }
.about-form-desc { font-size: 0.95rem; color: #6B7280; margin-bottom: 2rem; font-weight: 300; }
.about-form { margin-top: 1.5rem; }
.about-form-row { display: grid; grid-template-columns: 1fr; gap: 0; margin-bottom: 0; }
.about-form select { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid #E5E7EB; border-radius: 10px; font-size: 0.9rem; font-family: 'DM Sans', system-ui, sans-serif; color: #1A1A2E; background: #fff; transition: border-color 0.2s; box-sizing: border-box; appearance: none; }
.about-form select:focus { outline: none; border-color: #F59E0B; }
.about-form select.input-error { border-color: #EF4444; }

/* Nav updates */
.nav-right { display: flex; align-items: center; gap: 1.5rem; }
.nav-link { font-size: 0.9rem; color: #6B7280; font-weight: 500; transition: color 0.2s; }
.nav-link:hover { color: #1A1A2E; }
.nav-cta { font-size: 0.85rem; font-weight: 600; background: #1A1A2E; color: #FAFAF5; padding: 0.5rem 1.25rem; border-radius: 8px; transition: background 0.2s; }
.nav-cta:hover { background: #2D2D4A; }

/* === TESTIMONIALS PAGE === */
.t-hero { padding: 5rem 2rem 4rem; background: #FAFAF5; position: relative; overflow: hidden; }
.t-hero::after { content: ''; position: absolute; top: -80px; right: -120px; width: 500px; height: 500px; background: radial-gradient(circle, #F59E0B1A 0%, transparent 65%); border-radius: 50%; pointer-events: none; }
.t-hero-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.t-label { display: block; font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #F59E0B; margin-bottom: 1.5rem; }
.t-headline { font-size: clamp(2.8rem, 6vw, 5rem); color: #1A1A2E; margin-bottom: 1.5rem; line-height: 1.08; }
.t-headline em { font-style: italic; color: #F59E0B; }
.t-lede { font-size: clamp(1rem, 2vw, 1.2rem); color: #4A5568; max-width: 520px; line-height: 1.75; font-weight: 300; }

.t-section { padding: 5rem 2rem; background: #FAFAF5; }
.t-section-inner { max-width: 1100px; margin: 0 auto; }
.t-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2.5rem; }

.t-card { background: #fff; border-radius: 20px; padding: 2.5rem; border: 1.5px solid #E5E7EB; display: flex; flex-direction: column; gap: 1.5rem; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.t-card:hover { transform: translateY(-3px); box-shadow: 0 16px 48px rgba(0,0,0,0.07); }
.t-card--featured { background: #1A1A2E; border-color: #1A1A2E; grid-column: 1 / -1; }

.t-stars { font-size: 1rem; color: #F59E0B; letter-spacing: 0.05em; }
.t-card--featured .t-stars { color: #F59E0B; }

.t-quote { font-size: 1rem; color: #1A1A2E; line-height: 1.8; font-weight: 300; font-style: normal; flex: 1; }
.t-card--featured .t-quote { font-size: 1.1rem; color: #E5E7EB; }

.t-author { display: flex; align-items: center; gap: 1rem; margin-top: auto; }
.t-avatar { width: 44px; height: 44px; border-radius: 50%; background: #E5E7EB; color: #1A1A2E; font-size: 0.75rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; letter-spacing: 0.05em; font-family: 'DM Sans', sans-serif; }
.t-avatar--amber { background: #F59E0B; color: #1A1A2E; }
.t-card--featured .t-avatar { background: #374151; color: #F9FAFB; }
.t-name { display: block; font-size: 0.9rem; color: #1A1A2E; font-weight: 600; font-family: 'DM Sans', sans-serif; }
.t-card--featured .t-name { color: #FAFAF5; }
.t-role { display: block; font-size: 0.78rem; color: #9CA3AF; font-weight: 400; margin-top: 0.1rem; }

.t-cta { padding: 5rem 2rem; background: #1A1A2E; text-align: center; }
.t-cta-inner { max-width: 600px; margin: 0 auto; }
.t-cta-headline { font-size: clamp(1.8rem, 4vw, 3rem); color: #FAFAF5; margin-bottom: 1rem; }
.t-cta-sub { font-size: 1rem; color: #9CA3AF; font-weight: 300; margin-bottom: 2.5rem; }
.t-cta-btn { display: inline-block; background: #F59E0B; color: #1A1A2E; padding: 1rem 2.5rem; border-radius: 12px; font-size: 0.95rem; font-weight: 700; font-family: 'DM Sans', sans-serif; transition: background 0.2s, transform 0.15s; }
.t-cta-btn:hover { background: #D97706; transform: translateY(-2px); }

/* === CASE STUDIES PAGE === */
.cs-hero { padding: 5rem 2rem 4rem; background: #FAFAF5; position: relative; overflow: hidden; }
.cs-hero::after { content: ''; position: absolute; top: -60px; right: -100px; width: 480px; height: 480px; background: radial-gradient(circle, #F59E0B14 0%, transparent 65%); border-radius: 50%; pointer-events: none; }
.cs-hero-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.cs-label { display: block; font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #F59E0B; margin-bottom: 1.5rem; }
.cs-headline { font-size: clamp(2.8rem, 6vw, 5rem); color: #1A1A2E; margin-bottom: 1.5rem; line-height: 1.08; }
.cs-headline em { font-style: italic; color: #F59E0B; }
.cs-lede { font-size: clamp(1rem, 2vw, 1.2rem); color: #4A5568; max-width: 520px; line-height: 1.75; font-weight: 300; }

.cs-section { padding: 4rem 2rem; }
.cs-section--alt { background: #F5F0E8; }
.cs-section-inner { max-width: 1100px; margin: 0 auto; }

.cs-card { display: flex; flex-direction: column; gap: 2rem; }
.cs-card-meta { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.cs-tag { display: inline-block; background: #F59E0B; color: #1A1A2E; font-size: 0.7rem; font-weight: 700; padding: 0.3rem 0.85rem; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.1em; }
.cs-duration { font-size: 0.8rem; color: #9CA3AF; font-weight: 400; }

.cs-title { font-size: clamp(1.6rem, 3.5vw, 2.6rem); color: #1A1A2E; margin-bottom: 0; line-height: 1.15; }
.cs-context { font-size: 1rem; color: #4A5568; line-height: 1.8; font-weight: 300; max-width: 680px; }

.cs-deliverables { background: #fff; border-radius: 16px; padding: 2rem; border: 1.5px solid #E5E7EB; }
.cs-del-title { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: #9CA3AF; margin-bottom: 1.25rem; }
.cs-del-list { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.cs-del-list li { font-size: 0.925rem; color: #4A5568; padding-left: 1.4rem; position: relative; font-weight: 400; line-height: 1.6; }
.cs-del-list li::before { content: ''; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; border-radius: 50%; background: #F59E0B; }

.cs-outcome { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.cs-outcome-stat { background: #1A1A2E; border-radius: 14px; padding: 1.75rem 2rem; display: flex; flex-direction: column; gap: 0.4rem; }
.cs-stat-num { font-family: 'DM Serif Display', serif; font-size: 2rem; color: #F59E0B; line-height: 1; }
.cs-stat-label { font-size: 0.85rem; color: #9CA3AF; font-weight: 300; line-height: 1.5; }

.cs-cta { padding: 5rem 2rem; background: #1A1A2E; text-align: center; }
.cs-cta-inner { max-width: 600px; margin: 0 auto; }
.cs-cta-headline { font-size: clamp(1.8rem, 4vw, 3rem); color: #FAFAF5; margin-bottom: 1rem; }
.cs-cta-sub { font-size: 1rem; color: #9CA3AF; font-weight: 300; margin-bottom: 2.5rem; }
.cs-cta-btn { display: inline-block; background: #F59E0B; color: #1A1A2E; padding: 1rem 2.5rem; border-radius: 12px; font-size: 0.95rem; font-weight: 700; font-family: 'DM Sans', sans-serif; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; }
.cs-cta-btn:hover { background: #D97706; transform: translateY(-2px); }

.cs-industry { display: inline-block; border: 1.5px solid #E5E7EB; color: #4A5568; font-size: 0.7rem; font-weight: 500; padding: 0.25rem 0.75rem; border-radius: 100px; letter-spacing: 0.08em; }
.cs-before { border-left: 3px solid #F59E0B; padding-left: 1.25rem; }
.cs-before-label { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: #F59E0B; margin-bottom: 0.5rem; }
.cs-before-text { font-size: 0.95rem; color: #6B7280; line-height: 1.75; font-weight: 300; }

/* === RESPONSIVE === */
@media (min-width: 640px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .manifesto-pillars { grid-template-columns: repeat(3, 1fr); }
  .stat-item { padding: 1.5rem 2.5rem; }
  .cs-outcome { grid-template-columns: repeat(2, 1fr); }
  .svc-trust-quotes { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 768px) {
  .nav { padding: 1.75rem 3rem; }
  .hero { padding: 7rem 3rem 5rem; min-height: 600px; }
  .services { padding: 6rem 3rem; }
  .manifesto { padding: 6rem 3rem; }
  .closing { padding: 6rem 3rem; }
  .footer { padding: 2rem 3rem; }
  .quote-modal { padding: 3rem; }
}
@media (min-width: 640px) {
  .t-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .hero { min-height: 650px; }
  .t-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-trust-quotes { grid-template-columns: repeat(3, 1fr); }
}

/* === PRICE COMPARISON TABLE === */
.price-compare-section { padding: 5rem 2rem; background: #FAFAF5; }
.price-compare-inner { max-width: 1100px; margin: 0 auto; }
.price-compare-label { font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #F59E0B; margin-bottom: 1rem; display: block; }
.price-compare-headline { font-family: 'DM Serif Display', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); color: #1A1A2E; margin-bottom: 0.75rem; line-height: 1.2; }
.price-compare-lead { font-size: 1rem; color: #6B7280; margin-bottom: 0; }
.price-compare-table { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 16px; overflow: hidden; border: 1.5px solid #E5E7EB; margin: 2.5rem 0; }
.price-compare-table th { padding: 1.25rem 1.5rem; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; text-align: left; }
.price-compare-table th.col-feature { background: #F5F0E8; color: #9CA3AF; width: 34%; }
.price-compare-table th.col-gigstack { background: #1A1A2E; color: #F59E0B; text-align: center; }
.price-compare-table th.col-agency { background: #F5F0E8; color: #6B7280; text-align: center; }
.price-compare-table td { padding: 1.1rem 1.5rem; font-size: 0.9rem; border-top: 1px solid #E5E7EB; vertical-align: middle; }
.price-compare-table td.cell-feature { color: #4A5568; font-weight: 500; background: #FAFAF5; }
.price-compare-table td.cell-gigstack { background: #fff; color: #1A1A2E; font-weight: 600; text-align: center; }
.price-compare-table td.cell-agency { background: #F9FAFB; color: #9CA3AF; text-align: center; }
.price-compare-table tr:last-child td { border-bottom: none; }
.price-compare-table tr.row-price td.cell-gigstack { color: #F59E0B; font-family: 'DM Serif Display', serif; font-size: 1.15rem; }
.price-compare-table tr.row-price td.cell-agency { color: #EF4444; font-weight: 600; }
.price-gap-card { background: #1A1A2E; border-radius: 16px; padding: 2.5rem; margin-bottom: 2.5rem; }
.price-gap-label { font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #F59E0B; margin-bottom: 1rem; display: block; }
.price-gap-headline { font-family: 'DM Serif Display', serif; font-size: clamp(1.4rem, 3vw, 2rem); color: #FAFAF5; margin-bottom: 1rem; line-height: 1.2; }
.price-gap-body { font-size: 0.95rem; color: #9CA3AF; line-height: 1.8; font-weight: 300; max-width: 740px; margin: 0; }
.price-compare-cta { text-align: center; margin-top: 0.5rem; }
@media (max-width: 639px) {
  .price-compare-table th, .price-compare-table td { padding: 0.9rem 0.75rem; font-size: 0.8rem; }
  .price-compare-table th.col-feature, .price-compare-table td.cell-feature { width: 38%; }
}

/* === VIDEO SERVICE — TRUST / SOCIAL PROOF === */
.svc-trust-section { padding: 5rem 2rem; background: #F5F0E8; }
.svc-trust-inner { max-width: 1100px; margin: 0 auto; }
.svc-trust-label { font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #F59E0B; margin-bottom: 1rem; display: block; }
.svc-trust-headline { font-family: 'DM Serif Display', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); color: #1A1A2E; margin-bottom: 0.75rem; line-height: 1.2; }
.svc-trust-lead { font-size: 1rem; color: #6B7280; margin-bottom: 0; max-width: 600px; }
.svc-trust-strip { display: flex; flex-wrap: wrap; gap: 2rem 2.5rem; justify-content: space-between; align-items: center; padding: 2.5rem 0; border-top: 1px solid #E5E7EB; border-bottom: 1px solid #E5E7EB; margin: 2.5rem 0 3rem; }
.svc-trust-logo { font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em; color: #6B7280; }
.svc-trust-quotes { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.svc-trust-card { background: #fff; border-radius: 16px; padding: 2rem; border: 1.5px solid #E5E7EB; display: flex; flex-direction: column; gap: 1rem; }
.svc-trust-quote { font-size: 0.95rem; color: #1A1A2E; line-height: 1.75; font-weight: 300; font-style: normal; }
.svc-trust-author { display: flex; align-items: center; gap: 0.75rem; margin-top: 0.5rem; }
.svc-trust-name { display: block; font-size: 0.85rem; color: #1A1A2E; font-weight: 600; font-family: 'DM Sans', sans-serif; }
.svc-trust-role { display: block; font-size: 0.75rem; color: #9CA3AF; font-weight: 400; margin-top: 0.1rem; }

/* === VIDEO SERVICE — HOW IT WORKS TIMELINE === */
.svc-how-section { padding: 5rem 2rem; background: #FAFAF5; }
.svc-how-inner { max-width: 1100px; margin: 0 auto; }
.svc-how-label { font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #F59E0B; margin-bottom: 1rem; display: block; }
.svc-how-headline { font-family: 'DM Serif Display', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); color: #1A1A2E; margin-bottom: 0.75rem; line-height: 1.2; }
.svc-how-lead { font-size: 1rem; color: #6B7280; margin-bottom: 3rem; max-width: 600px; font-weight: 300; }
.svc-how-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.svc-how-step { background: #FAFAF5; border: 1.5px solid #E5E7EB; border-radius: 14px; padding: 2rem; position: relative; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.svc-how-step:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.06); }
.svc-how-step-num { display: block; font-family: 'DM Serif Display', serif; font-size: 1.4rem; color: #F59E0B; line-height: 1; margin-bottom: 0.5rem; }
.svc-how-line { display: block; height: 2px; width: 32px; background: #F59E0B; margin-bottom: 1rem; }
.svc-how-step:last-child .svc-how-line { display: none; }
.svc-how-step-title { font-family: 'DM Sans', sans-serif; font-size: 1.1rem; color: #1A1A2E; margin-bottom: 0.6rem; font-weight: 600; }
.svc-how-step-body { font-size: 0.875rem; color: #6B7280; line-height: 1.65; font-weight: 300; }
.svc-how-cta-row { margin-top: 2.5rem; text-align: center; }
.svc-how-cta-link { background: none; border: none; padding: 0; font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 600; color: #F59E0B; cursor: pointer; transition: color 0.2s; }
.svc-how-cta-link:hover { color: #D97706; }
@media (min-width: 640px) {
  .svc-how-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .svc-how-grid { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
}

/* === VIDEO SERVICE — INLINE LEAD CAPTURE === */
.svc-lead-section { padding: 5rem 2rem; background: #F5F0E8; }
.svc-lead-inner { max-width: 640px; margin: 0 auto; }
.svc-lead-section select { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid #E5E7EB; border-radius: 10px; font-size: 0.9rem; font-family: 'DM Sans', system-ui, sans-serif; color: #1A1A2E; background: #fff; transition: border-color 0.2s; box-sizing: border-box; appearance: none; }
.svc-lead-section select:focus { outline: none; border-color: #F59E0B; }
.svc-lead-section select.input-error { border-color: #EF4444; }

/* === CASE STUDIES — INLINE LEAD CAPTURE === */
.cs-lead-section { padding: 5rem 2rem; background: #F5F0E8; }
.cs-lead-inner { max-width: 640px; margin: 0 auto; }
.cs-lead-label { display: block; font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #F59E0B; margin-bottom: 1.5rem; }
.cs-lead-headline { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: #1A1A2E; margin-bottom: 1rem; line-height: 1.2; }
.cs-lead-sub { font-size: 1rem; color: #4A5568; line-height: 1.7; margin-bottom: 2rem; font-weight: 300; }
.cs-lead-confirm { display: none; text-align: center; padding: 2rem 0; }

/* === VIDEO SERVICE — RECENT WORK PORTFOLIO === */
.svc-portfolio-section { padding: 5rem 2rem; background: #FAFAF5; }
.svc-portfolio-inner { max-width: 1100px; margin: 0 auto; }
.svc-portfolio-label { font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #F59E0B; margin-bottom: 1rem; display: block; }
.svc-portfolio-headline { font-family: 'DM Serif Display', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); color: #1A1A2E; margin-bottom: 0.75rem; line-height: 1.2; }
.svc-portfolio-lead { font-size: 1rem; color: #6B7280; margin-bottom: 3rem; max-width: 600px; font-weight: 300; }
.svc-portfolio-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.svc-portfolio-card { background: #fff; border-radius: 16px; padding: 1.5rem; border: 1.5px solid #E5E7EB; display: flex; flex-direction: column; gap: 1rem; text-decoration: none; color: inherit; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.svc-portfolio-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.06); }
.svc-portfolio-thumb { aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; background: linear-gradient(135deg, #1A1A2E 0%, #2D2D44 100%); position: relative; display: flex; align-items: center; justify-content: center; }
.svc-portfolio-mono { font-family: 'DM Serif Display', serif; font-size: 3.5rem; color: rgba(245,158,11,0.35); letter-spacing: 0.05em; user-select: none; }
.svc-portfolio-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; }
.svc-portfolio-meta { display: flex; flex-direction: column; gap: 0.3rem; }
.svc-portfolio-title { font-family: 'DM Serif Display', serif; font-size: 1.1rem; color: #1A1A2E; line-height: 1.25; margin: 0; }
.svc-portfolio-client { font-size: 0.78rem; color: #6B7280; font-weight: 400; }
@media (min-width: 640px) {
  .svc-portfolio-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .svc-portfolio-grid { grid-template-columns: repeat(3, 1fr); }
}

/* === CASE STUDIES — RELATED WORK STRIP === */
.cs-related { padding: 4rem 2rem; background: #FAFAF5; border-top: 1px solid #E5E7EB; }
.cs-related-inner { max-width: 1100px; margin: 0 auto; }
.cs-related-heading { font-size: clamp(1.4rem, 2.4vw, 1.9rem); color: #1A1A2E; margin-bottom: 2rem; }
.cs-related-grid { list-style: none; display: grid; gap: 1.5rem; grid-template-columns: 1fr; padding: 0; }
@media (min-width: 768px) { .cs-related-grid { grid-template-columns: 1fr 1fr; } }
.cs-related-card { background: #fff; border: 1.5px solid #E5E7EB; border-radius: 16px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.cs-related-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.cs-related-link { display: block; padding: 1.5rem; color: inherit; }
.cs-related-thumb { height: 140px; border-radius: 10px; margin-bottom: 1.25rem; background: linear-gradient(135deg, #1A1A2E 0%, #1A1A2E 60%, #F59E0B22 100%); }
.cs-related-tag { display: inline-block; font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; color: #F59E0B; margin-bottom: 0.5rem; }
.cs-related-title { font-family: 'DM Serif Display', Georgia, serif; font-size: 1.2rem; color: #1A1A2E; margin-bottom: 0.5rem; line-height: 1.25; }
.cs-related-summary { font-size: 0.9rem; color: #4A5568; line-height: 1.6; margin-bottom: 1rem; font-weight: 300; }
.cs-related-cta { font-size: 0.85rem; font-weight: 500; color: #F59E0B; }