.brand-story-page{min-height:100vh;background-color:var(--background,#fff)}.story-hero{padding:64px 16px;border-bottom:1px solid var(--border,#e7e7e7);text-align:center}@media (min-width:768px){.story-hero{padding:60px 24px}}.story-hero-label{font-size:.875rem;color:var(--muted-foreground,#999);margin:0 0 12px;text-transform:uppercase;letter-spacing:.1em}.story-hero-title{font-size:2rem;font-weight:700;color:var(--foreground,#1a1a1a);margin:0;line-height:1.2}@media (min-width:768px){.story-hero-title{font-size:2.5rem}}@media (min-width:1024px){.story-hero-title{font-size:3rem}}.story-content{max-width:680px;margin:0 auto;padding:60px 16px 80px}@media (min-width:768px){.story-content{padding:80px 24px 120px}}.story-chapter{margin-bottom:48px}@media (min-width:768px){.story-chapter{margin-bottom:64px}}.story-chapter-text{font-size:1.0625rem;line-height:1.9;color:var(--foreground,#1a1a1a)}@media (min-width:768px){.story-chapter-text{font-size:1.125rem}}.story-chapter-text p{margin:0 0 24px}.story-chapter-text p:last-child{margin-bottom:0}.story-chapter-text strong{font-weight:600}.story-highlight{font-size:1.125rem;color:var(--muted-foreground,#666);border-left:3px solid var(--border,#e7e7e7);padding:24px 0 24px 24px;margin:32px 0;font-style:italic;line-height:2}@media (min-width:768px){.story-highlight{font-size:1.1875rem;padding-left:32px;margin:40px 0}}.story-feature-list{list-style:none;padding:0;margin:24px 0 32px}.story-feature-list li{position:relative;padding-left:24px;margin-bottom:12px;color:var(--foreground,#1a1a1a)}.story-feature-list li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;background-color:var(--foreground,#1a1a1a);border-radius:50%}.story-services{display:flex;flex-direction:column;gap:12px;margin-top:32px}.story-service-item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background-color:var(--surface,#fafafa);border:1px solid var(--border,#e7e7e7);border-radius:8px;text-decoration:none;transition:all .2s ease}.story-service-item:hover{border-color:var(--foreground,#1a1a1a);background-color:var(--background,#fff)}.story-service-info{display:flex;flex-direction:column;gap:4px}.story-service-title{font-weight:600;color:var(--foreground,#1a1a1a);font-size:.9375rem}.story-service-desc{font-size:.8125rem;color:var(--muted-foreground,#666)}.story-service-arrow{color:var(--muted-foreground,#999);transition:transform .2s ease}.story-service-item:hover .story-service-arrow{color:var(--foreground,#1a1a1a);transform:translateX(4px)}.story-quote{margin:80px 0;padding:40px 0;border-top:1px solid var(--border,#e7e7e7);border-bottom:1px solid var(--border,#e7e7e7);text-align:center}.story-quote blockquote{font-size:1.5rem;font-weight:500;color:var(--foreground,#1a1a1a);margin:0 0 16px;font-style:normal}@media (min-width:768px){.story-quote blockquote{font-size:1.75rem}}.story-quote cite{font-size:.875rem;color:var(--muted-foreground,#999);font-style:normal}