.process{padding:100px 0}.process-header{text-align:center;margin-bottom:4rem}.process-header .section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--nuance-gray);margin-bottom:1.5rem;font-size:.85rem}.process-header h2{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);line-height:1.2}.process-header .subtitle{color:var(--nuance-gray);max-width:600px;margin:0 auto;font-size:1.2rem}.process-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.process-card{flex-direction:column;padding:2.5rem 2rem;transition:transform .3s,background .3s;display:flex;position:relative;overflow:hidden}.process-card:hover{background:#ffffff14;transform:translateY(-10px)}.process-number{font-size:3rem;font-family:var(--font-heading);color:var(--accent-coral);opacity:.3;margin-bottom:1.5rem;font-weight:700;transition:opacity .3s}.process-card:hover .process-number{opacity:1}.process-card h3{color:var(--text-color);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.process-card p{color:var(--nuance-gray);margin:0;font-size:.95rem;line-height:1.6}@media (max-width:1024px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.process-grid{grid-template-columns:1fr}}
.case-studies{padding:100px 0}.case-studies-header{text-align:center;margin-bottom:4rem}.case-studies-header .section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--nuance-gray);margin-bottom:1.5rem;font-size:.85rem}.case-studies-header h2{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);line-height:1.2}.case-studies-header .subtitle{color:var(--nuance-gray);max-width:600px;margin:0 auto;font-size:1.2rem}.concepts-list{flex-direction:column;gap:4rem;max-width:1000px;margin:0 auto;display:flex}.concept-card{grid-template-columns:1fr 1.2fr;gap:0;padding:0;display:grid;overflow:hidden}.concept-visual{background:linear-gradient(135deg,#cc7f661a,#cc7f6605);border-right:1px solid #ffffff0d;justify-content:center;align-items:center;min-height:300px;display:flex;position:relative}.visual-overlay{opacity:.5;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.visual-text{z-index:1;color:var(--accent-coral);font-family:var(--font-heading);text-align:center;opacity:.8;padding:0 1rem;font-size:1.2rem;font-weight:500;position:relative}.concept-content{flex-direction:column;padding:3rem;display:flex}.concept-tag{letter-spacing:.05em;color:var(--accent-coral);text-transform:uppercase;margin-bottom:1rem;font-size:.85rem;font-weight:600}.concept-card h3{color:var(--text-color);margin-bottom:2rem;font-size:2rem;line-height:1.2}.concept-details{flex-direction:column;flex-grow:1;gap:1.5rem;margin-bottom:2rem;display:flex}.detail-block h4{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:500}.detail-block p{color:var(--nuance-gray);margin:0;font-size:.95rem;line-height:1.6}.concept-impact{color:var(--accent-coral);border-top:1px solid #ffffff1a;padding-top:1.5rem;font-size:.95rem}.concept-impact strong{color:#fff;font-weight:500}@media (max-width:900px){.concept-card{grid-template-columns:1fr}.concept-visual{border-bottom:1px solid #ffffff0d;border-right:none;min-height:200px}.concept-content{padding:2rem}.concept-card h3{font-size:1.5rem}}
.faq{padding:100px 0}.faq-layout{grid-template-columns:1fr 1.5fr;gap:4rem;display:grid}.faq-left{flex-direction:column;display:flex}.faq-left h2{margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4rem);line-height:1.1}.faq-left p{color:var(--nuance-gray);max-width:400px;font-size:1.1rem;line-height:1.7}.contact-link{color:var(--text-color);text-decoration:underline;-webkit-text-decoration-color:var(--border-subtle);text-decoration-color:var(--border-subtle);text-underline-offset:4px;transition:color .3s,text-decoration-color .3s}.contact-link:hover{color:var(--accent-coral);-webkit-text-decoration-color:var(--accent-coral);text-decoration-color:var(--accent-coral)}.faq-right{flex-direction:column;display:flex}.accordion{border-top:1px solid #ffffff1a}.accordion-item{border-bottom:1px solid #ffffff1a}.accordion-header{width:100%;color:var(--text-color);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:2rem 0;display:flex}.accordion-header h3{margin:0;font-size:1.25rem;font-weight:500;transition:color .3s}.accordion-item.active .accordion-header h3{color:var(--text-color)}.accordion-header:hover h3{color:var(--accent-coral)}.accordion-icon{color:var(--text-color);font-size:1.5rem;font-weight:300;transition:transform .3s}.accordion-content{grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.2,.8,.2,1);display:grid}.accordion-item.active .accordion-content{grid-template-rows:1fr}.accordion-content-inner{overflow:hidden}.accordion-content-inner p{color:var(--nuance-gray);max-width:90%;margin:0;padding-bottom:2rem;line-height:1.6}@media (max-width:900px){.faq-layout{grid-template-columns:1fr;gap:3rem}.faq-left p{max-width:100%}}
