/* Shared product process. Scoped to avoid changing other theme sections. */
.yh-process-section{--yh-accent:var(--ast-global-color-0,#00807b);--yh-heading:var(--ast-global-color-2,#222);--yh-text:var(--ast-global-color-3,#555);--yh-soft:var(--ast-global-color-7,#eef7f6);--yh-border:var(--ast-global-color-8,#d9e5e3);box-sizing:border-box;margin:6em auto 6rem;width:100%;color:var(--yh-text)}
.yh-process{box-sizing:border-box;width:100%;padding:1em;border-radius:20px;background:var(--ast-global-color-5)}
.yh-process-section *{box-sizing:border-box}
.yh-process-section .zhuan-title{padding-bottom:1rem}
.yh-process-section .yh-process__intro{margin:0 0 1.5rem;max-width:46rem;color:var(--yh-text);font-size:1rem;line-height:1.6}
.yh-process .yh-process__photos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;overflow:hidden;border-radius:10px}
.yh-process .yh-process__photo{position:relative;margin:0;overflow:hidden;background:var(--yh-soft)}
.yh-process .yh-process__photo img{display:block;width:100%;height:300px;object-fit:cover;object-position:center}
.yh-process .yh-process__photo figcaption{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;margin:0;padding:.9rem;background:rgba(10,32,31,.28);color:white;font-size:1.25rem;font-weight:600;line-height:1.3;text-align:center}
.yh-process .yh-process__steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem;list-style:none;margin:1rem 0 0;padding:0}
.yh-process .yh-process__step{position:relative;min-width:0;min-height:216px;margin:0;padding:1.25rem 1rem;border-radius:12px;background:#fff}
.yh-process .yh-process__step-content{display:flex;flex-direction:column;align-items:flex-start;height:100%}
.yh-process .yh-process__marker{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem;color:var(--yh-accent)}
.yh-process .yh-process__number{display:inline-flex;align-items:center;justify-content:center;flex:0 0 3.25rem;width:3.25rem;height:3.25rem;padding:0;border-radius:50%;background:var(--yh-soft);font-size:1.25rem;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}
.yh-process .yh-process__step h3{margin:0 0 .5rem;font-size:1.125rem;line-height:1.35;color:var(--yh-heading);font-weight:600}
.yh-process .yh-process__step p{margin:0;font-size:.9375rem;line-height:1.55;color:var(--yh-text)}
.yh-process .yh-process__quote{display:flex;align-items:stretch;padding:0;background:linear-gradient(145deg,rgba(0,0,0,.04),rgba(0,0,0,.2)),var(--ast-global-color-0,#00807b);overflow:hidden}
.yh-process .yh-process__quote-link{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem 1rem;color:#fff;text-align:center;text-decoration:none;transition:background .2s,transform .2s}
.yh-process .yh-process__quote-title{color:#fff;font-size:1.5rem;font-weight:600;line-height:1.15}
.yh-process .yh-process__quote-note{margin-top:.45rem;color:rgba(255,255,255,.72);font-size:.875rem;line-height:1.4}
.yh-process .yh-process__quote-link:hover{background:var(--ast-global-color-1,#00615e);color:#fff}
.yh-process .yh-process__quote-link:focus-visible{outline:3px solid var(--yh-accent);outline-offset:-5px}
@media(max-width:1099px){
 .yh-process .yh-process__photo img{height:180px}
 .yh-process .yh-process__steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
 .yh-process .yh-process__step{display:grid;grid-template-columns:3.25rem minmax(0,1fr);gap:.8rem;min-height:0;padding:1rem 1.15rem}
 .yh-process .yh-process__step:last-child{grid-column:1/-1}
 .yh-process .yh-process__quote{display:flex;padding:0}
 .yh-process .yh-process__quote-link{min-height:130px;padding:1.15rem}
 .yh-process .yh-process__marker{margin:.2rem 0 0;align-items:flex-start}
}
@media(max-width:599px){
 .yh-process-section{margin:3em auto 3rem}
 .yh-process{padding:1rem;border-radius:14px}
 .yh-process-section .zhuan-title{padding-bottom:.75rem}
 .yh-process-section .yh-process__intro{margin-bottom:1rem;font-size:.9375rem}
 .yh-process .yh-process__photos{gap:0;margin-bottom:0}
 .yh-process .yh-process__photo img{height:100px}
 .yh-process .yh-process__photo figcaption{font-size:1rem;padding:.45rem}
 .yh-process .yh-process__steps{grid-template-columns:minmax(0,1fr);gap:.65rem;margin-top:.65rem}
 .yh-process .yh-process__step,.yh-process .yh-process__step:last-child{grid-column:auto;grid-template-columns:3.25rem minmax(0,1fr);padding:.85rem;gap:.55rem}
 .yh-process .yh-process__quote,.yh-process .yh-process__quote:last-child{display:flex;padding:0}
 .yh-process .yh-process__quote-link{min-height:120px;padding:1rem}
 .yh-process .yh-process__step h3{font-size:1rem;margin-bottom:.25rem}
 .yh-process .yh-process__step p{font-size:.9375rem;line-height:1.55}
}
@media(prefers-reduced-motion:reduce){.yh-process .yh-process__quote-link{transition:none}}
