.page-about{max-width:100%;overflow-x:hidden;background-color:var(--page-bg,#f4f4f4)}.page-about__hero-section{padding:10px 0 0;background:linear-gradient(180deg,#7A0E0E 0%,#B71C1C 55%,#D32F2F 100%)}.page-about__hero-image-wrapper{max-width:1200px;margin:0 auto;padding:0 16px}.page-about__hero-image{width:100%;height:auto;aspect-ratio:1020/300;object-fit:cover;display:block;border-radius:16px}.page-about__hero-content{max-width:1200px;margin:0 auto;padding:20px 16px 32px;text-align:center}.page-about__main-title{color:#FFF5E1;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;line-height:1.3;letter-spacing:.5px;max-width:900px;margin:0 auto 12px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.page-about__intro{color:#FFD86A;font-size:clamp(.95rem,1.2vw,1.05rem);font-weight:500;line-height:1.7;max-width:680px;margin:0 auto 20px}.page-about__hero-actions{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px}.page-about__btn{display:inline-flex;justify-content:center;align-items:center;min-height:42px;padding:10px 28px;border-radius:999px;text-decoration:none;font-weight:700;font-size:1rem;line-height:1.4;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;border:2px solid transparent;box-sizing:border-box}.page-about__btn--primary{background:linear-gradient(180deg,#FFD86A 0%,#E6B800 100%);color:#7A0E0E;border-color:#F2B544}.page-about__btn--primary:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(255,204,102,.5)}.page-about__btn--secondary{background:transparent;color:#FFF5E1;border-color:#F2B544}.page-about__btn--secondary:hover{background:rgba(242,181,68,.15);transform:translateY(-2px)}.page-about__story-section,.page-about__mission-section,.page-about__why-section,.page-about__commitment-section,.page-about__faq-section{padding:48px 16px}.page-about__story-inner,.page-about__mission-inner,.page-about__why-inner,.page-about__commitment-inner,.page-about__faq-inner{max-width:1200px;margin:0 auto}.page-about__section-title{color:#C91F17;font-size:clamp(1.3rem,2.2vw,1.8rem);text-align:center;font-weight:800;margin-bottom:24px;position:relative;padding-bottom:12px}.page-about__section-title::after{content:"";display:block;width:72px;height:4px;background:linear-gradient(90deg,#C91F17,#E53935);margin:12px auto 0;border-radius:2px}.page-about__section-text{color:#333;font-size:1rem;line-height:1.8;text-align:center;max-width:900px;margin:0 auto 16px}.page-about__stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}.page-about__stat-item{background:#fff;border:1px solid #e0e0e0;border-radius:16px;padding:24px 16px;text-align:center;box-shadow:0 4px 16px rgba(0,0,0,.05)}.page-about__stat-number{display:block;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#C91F17;margin-bottom:8px}.page-about__stat-label{color:#666;font-size:.95rem;font-weight:500}.page-about__mission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}.page-about__mission-card,.page-about__commitment-card{background:#D32F2F;color:#FFF5E1;border-radius:16px;padding:24px;box-shadow:0 4px 16px rgba(0,0,0,.15);border-top:4px solid #F2B544}.page-about__mission-title,.page-about__commitment-title{color:#F4D34D;font-size:1.15rem;font-weight:800;margin-bottom:12px}.page-about__mission-text,.page-about__commitment-text{color:#FFF5E1;font-size:.95rem;line-height:1.7}.page-about__value-list{list-style:none;padding:0;margin:0}.page-about__value-item{position:relative;padding-left:28px;color:#FFF5E1;font-size:.95rem;line-height:2.2}.page-about__value-item::before{content:"✓";position:absolute;left:8px;top:0;color:#FFCC66;font-weight:800}.page-about__why-section{background:linear-gradient(180deg,#7A0E0E 0%,#B71C1C 100%);border-radius:24px;margin:0 16px 48px;padding:48px 16px;box-shadow:0 8px 32px rgba(0,0,0,.25)}.page-about__why-inner{max-width:1120px;margin:0 auto}.page-about__why-section .page-about__section-title{color:#FFCC66}.page-about__why-section .page-about__section-title::after{background:linear-gradient(90deg,#FFCC66,#F4D34D)}.page-about__why-section .page-about__section-text{color:#FFF5E1}.page-about__feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}.page-about__feature-item{background:rgba(255,255,255,.12);border:1px solid rgba(242,181,68,.3);border-radius:16px;padding:16px;color:#FFF5E1;backdrop-filter:blur(4px)}.page-about__feature-image{width:100%;height:auto;aspect-ratio:400/200;object-fit:cover;border-radius:12px;border:1px solid rgba(242,181,68,.4)}.page-about__feature-title{color:#FFD86A;font-weight:700;font-size:1.1rem;margin:14px 0 8px}.page-about__feature-text{color:#FFF5E1;font-size:.9rem;line-height:1.6;margin-bottom:0}.page-about__why-cta{margin-top:28px;text-align:center}.page-about__why-cta .page-about__btn--primary{background:linear-gradient(180deg,#FFD86A 0%,#E6B800 100%);color:#7A0E0E;border-color:#F2B544}.page-about__commitment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}.page-about__commitment-card{background:linear-gradient(135deg,#D32F2F 0%,#C91F17 100%);border-left:5px solid #F4D34D}.page-about__cta-section{padding:0 16px 48px}.page-about__cta-inner{max-width:1200px;margin:0 auto;text-align:center;background:linear-gradient(180deg,#7A0E0E 0%,#B71C1C 100%);border-radius:24px;padding:40px 24px;border:1px solid #F2B544;box-shadow:0 8px 32px rgba(0,0,0,.2)}.page-about__cta-image{width:100%;max-width:800px;height:auto;aspect-ratio:800/400;object-fit:cover;border-radius:16px;margin:0 auto 24px;display:block}.page-about__cta-title{color:#FFCC66;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:800;margin-bottom:12px}.page-about__cta-text{color:#FFF5E1;font-size:1.05rem;line-height:1.6;max-width:640px;margin:0 auto 24px}.page-about__cta-actions{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:14px}.page-about__faq-item{background:#fff;border:1px solid #e0e0e0;border-radius:12px;margin-bottom:12px;overflow:hidden;transition:box-shadow .3s ease}.page-about__faq-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.page-about__faq-question{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;cursor:pointer;color:#333;font-weight:700;font-size:1rem;list-style:none}.page-about__faq-question::-webkit-details-marker{display:none}.page-about__faq-icon{display:inline-flex;justify-content:center;align-items:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(180deg,#FFD86A,#E6B800);color:#7A0E0E;font-weight:900;font-size:1.2rem;flex-shrink:0;transition:transform .3s ease}.page-about__faq-item[open] .page-about__faq-icon{transform:rotate(45deg)}.page-about__faq-answer{padding:4px 20px 16px;color:#555;line-height:1.8;font-size:.95rem}.page-about__faq-answer a{color:#C91F17;font-weight:600}.page-about__faq-answer a:hover{text-decoration:underline}@media(max-width:1024px){.page-about__feature-grid{grid-template-columns:repeat(2,1fr)}.page-about__mission-grid,.page-about__commitment-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.page-about__hero-section{padding-top:10px}.page-about__hero-image{border-radius:0;aspect-ratio:16/9}.page-about__hero-content{padding:16px 16px 24px}.page-about__stats-grid,.page-about__mission-grid,.page-about__commitment-grid{grid-template-columns:1fr;gap:14px}.page-about__feature-grid{grid-template-columns:1fr}.page-about__story-section,.page-about__mission-section,.page-about__why-section,.page-about__commitment-section,.page-about__faq-section{padding:32px 16px}.page-about__why-section,.page-about__cta-inner{margin-left:0;margin-right:0;border-radius:16px}.page-about__section-text{text-align:left}.page-about__cta-actions{flex-direction:column}.page-about__cta-actions .page-about__btn{width:100%;max-width:100%}.page-about__btn{max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word}.page-about__btn--primary,.page-about__btn--secondary{width:100%;max-width:340px}.page-about__section-title::after{margin-left:auto;margin-right:auto}.page-about img{max-width:100%!important;height:auto!important}.page-about{max-width:100%;overflow-x:hidden}}.page-about__cta-inner .page-about__btn--primary,.page-about__hero-actions .page-about__btn--primary{background:linear-gradient(180deg,#FFD86A 0%,#E6B800 100%);color:#7A0E0E}