.heritage-page{--dark:#141413;--orange:#D97757;--orange-light:#F5E6DF;--cream:#FAF9F6;--gray:#6B7280;--gray-light:#F0EFED;--line:#E5E5E3;--white:#FFFFFF;--serif:var(--font-heritage-serif),"Shippori Mincho",serif;--sans:var(--font-heritage-sans),"Noto Sans JP",sans-serif;background:var(--cream);color:var(--dark);font-family:var(--sans);font-size:16px;line-height:1.7;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;min-height:100vh}.heritage-page *,.heritage-page :after,.heritage-page :before{box-sizing:border-box;margin:0;padding:0}.heritage-page nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:20px 40px;background:rgba(250,249,246,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);transition:padding .3s}.heritage-page .nav-logo{font-family:var(--serif);font-size:1.3rem;font-weight:700;letter-spacing:.05em;color:var(--dark)}.heritage-page .nav-logo span{color:var(--orange)}.heritage-page .nav-tagline{font-size:.75rem;color:var(--gray);letter-spacing:.1em;font-weight:300}.heritage-page .nav-back{font-family:var(--sans);font-size:.75rem;color:var(--gray);letter-spacing:.08em;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color .2s}.heritage-page .nav-back:hover{color:var(--orange)}.heritage-page .hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:var(--dark);position:relative;overflow:hidden;padding-top:80px}.heritage-page .hero-orb{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(217,119,87,.18) 0,transparent 70%);pointer-events:none}.heritage-page .hero-orb-1{width:600px;height:600px;top:-100px;right:-100px}.heritage-page .hero-orb-2{width:400px;height:400px;bottom:-80px;left:10%}.heritage-page .hero-left{display:flex;flex-direction:column;justify-content:center;padding:80px 60px 80px 80px;position:relative;z-index:2}.heritage-page .hero-eyebrow{font-size:.7rem;letter-spacing:.2em;color:var(--orange);font-weight:500;text-transform:uppercase;margin-bottom:32px;display:flex;align-items:center;gap:10px}.heritage-page .hero-eyebrow:before{content:"";display:block;width:28px;height:1px;background:var(--orange)}.heritage-page .hero-h1{font-family:var(--serif);font-size:clamp(2.6rem,4.5vw,4.2rem);font-weight:700;color:var(--white);line-height:1.25;letter-spacing:.01em;margin-bottom:32px}.heritage-page .hero-h1 em{font-style:normal;color:var(--orange)}.heritage-page .hero-sub{font-size:1rem;color:#AAAAAA;font-weight:300;max-width:380px;line-height:1.9;margin-bottom:48px}.heritage-page .hero-line{width:40px;height:2px;background:var(--orange)}.heritage-page .hero-right{display:flex;align-items:center;justify-content:center;padding:80px 60px;position:relative;z-index:2}.heritage-page .memory-stack{width:100%;max-width:380px;display:flex;flex-direction:column;gap:0;position:relative}.heritage-page .memory-stack:before{content:"";position:absolute;left:18px;top:24px;bottom:24px;width:1px;background:linear-gradient(to bottom,transparent,var(--orange) 10%,var(--orange) 90%,transparent);opacity:.35}.heritage-page .memory-card{display:flex;align-items:flex-start;gap:20px;padding:16px 0;opacity:0;transform:translateX(16px);animation:heritageCardIn .5s forwards}.heritage-page .memory-card:first-child{animation-delay:.3s}.heritage-page .memory-card:nth-child(2){animation-delay:.55s}.heritage-page .memory-card:nth-child(3){animation-delay:.8s}.heritage-page .memory-card:nth-child(4){animation-delay:1.05s}.heritage-page .memory-card:nth-child(5){animation-delay:1.3s}@keyframes heritageCardIn{to{opacity:1;transform:translateX(0)}}.heritage-page .memory-dot{width:10px;height:10px;border-radius:50%;background:var(--orange);margin-top:5px;flex-shrink:0;position:relative;z-index:1;box-shadow:0 0 0 3px rgba(217,119,87,.2)}.heritage-page .memory-dot.dim{background:#3A3A38;box-shadow:none}.heritage-page .memory-body{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:12px 16px;flex:1}.heritage-page .memory-year{font-size:.68rem;color:var(--orange);letter-spacing:.12em;margin-bottom:4px;font-weight:500}.heritage-page .memory-title{font-size:.85rem;color:#DDDDDD;font-weight:400;line-height:1.5}.heritage-page .memory-title strong{color:var(--white);font-weight:500}.heritage-page .section-question{padding:140px 80px;max-width:1200px;margin:0 auto}.heritage-page .question-block{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.heritage-page .question-text h2{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.35;margin-bottom:32px;color:var(--dark)}.heritage-page .question-text h2 .hl{color:var(--orange)}.heritage-page .question-text p{color:var(--gray);font-size:.95rem;line-height:2;font-weight:300}.heritage-page .question-callout{background:var(--dark);border-radius:16px;padding:48px;position:relative;overflow:hidden}.heritage-page .question-callout:before{content:'"';position:absolute;top:-20px;right:20px;font-family:var(--serif);font-size:14rem;color:rgba(217,119,87,.08);line-height:1;pointer-events:none}.heritage-page .question-callout p{font-family:var(--serif);font-size:1.2rem;color:var(--white);line-height:1.85;position:relative;z-index:1}.heritage-page .question-callout .accent{color:var(--orange)}.heritage-page .section-problems{background:var(--dark);padding:120px 80px}.heritage-page .section-problems .inner{max-width:1200px;margin:0 auto}.heritage-page .section-label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);font-weight:500;margin-bottom:24px;display:flex;align-items:center;gap:10px}.heritage-page .section-label:before{content:"";display:block;width:24px;height:1px;background:var(--orange)}.heritage-page .section-h2-light{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;color:var(--white);margin-bottom:64px;line-height:1.4}.heritage-page .problems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#2A2A28;border-radius:12px;overflow:hidden}.heritage-page .problem-item{background:var(--dark);padding:36px 32px;transition:background .2s}.heritage-page .problem-item:hover{background:#1E1E1C}.heritage-page .problem-icon{width:36px;height:36px;margin-bottom:20px;opacity:.7}.heritage-page .problem-item h3{font-family:var(--serif);font-size:1.05rem;font-weight:600;color:var(--white);margin-bottom:12px;line-height:1.4}.heritage-page .problem-item p{font-size:.85rem;color:#888;line-height:1.85;font-weight:300}.heritage-page .section-what{padding:140px 80px;max-width:1200px;margin:0 auto}.heritage-page .what-layout{display:grid;grid-template-columns:5fr 4fr;gap:100px;align-items:start}.heritage-page .what-main h2{font-family:var(--serif);font-size:clamp(2.2rem,4vw,3.8rem);font-weight:700;line-height:1.2;margin-bottom:40px;color:var(--dark)}.heritage-page .what-main h2 .sub-label{display:block;font-size:.75rem;font-family:var(--sans);letter-spacing:.15em;color:var(--orange);font-weight:500;margin-bottom:16px;text-transform:uppercase}.heritage-page .what-desc{font-size:.95rem;color:var(--gray);line-height:2;font-weight:300;max-width:520px;margin-bottom:48px}.heritage-page .what-tag{display:inline-block;background:var(--orange-light);color:var(--orange);font-size:.75rem;font-weight:500;padding:6px 14px;border-radius:100px;letter-spacing:.06em;margin-right:8px;margin-bottom:8px}.heritage-page .what-sidebar{padding-top:16px}.heritage-page .what-point{padding:28px 0;border-bottom:1px solid var(--line)}.heritage-page .what-point:first-child{padding-top:0}.heritage-page .what-point:last-child{border-bottom:none}.heritage-page .what-point .num{font-size:.68rem;color:var(--orange);font-weight:500;letter-spacing:.1em;margin-bottom:8px}.heritage-page .what-point h4{font-family:var(--serif);font-size:1.05rem;font-weight:600;margin-bottom:8px;color:var(--dark)}.heritage-page .what-point p{font-size:.83rem;color:var(--gray);line-height:1.8;font-weight:300}.heritage-page .section-features{background:var(--gray-light);padding:120px 80px}.heritage-page .section-features .inner{max-width:1200px;margin:0 auto}.heritage-page .section-h2{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;color:var(--dark);margin-bottom:64px;line-height:1.4}.heritage-page .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.heritage-page .feature-card{background:var(--white);border-radius:12px;padding:36px 32px;border:1px solid var(--line);transition:transform .2s,box-shadow .2s}.heritage-page .feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.07)}.heritage-page .feature-card.featured{background:var(--dark);border-color:var(--dark)}.heritage-page .feature-icon-wrap{width:44px;height:44px;border-radius:10px;background:var(--orange-light);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.heritage-page .feature-card.featured .feature-icon-wrap{background:rgba(217,119,87,.15)}.heritage-page .feature-icon{width:22px;height:22px;stroke:var(--orange);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.heritage-page .feature-card h3{font-family:var(--serif);font-size:1.05rem;font-weight:600;color:var(--dark);margin-bottom:12px}.heritage-page .feature-card.featured h3{color:var(--white)}.heritage-page .feature-card p{font-size:.85rem;color:var(--gray);line-height:1.85;font-weight:300}.heritage-page .feature-card.featured p{color:#999}.heritage-page .section-ba{padding:140px 80px;max-width:1200px;margin:0 auto}.heritage-page .ba-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:stretch;border-radius:16px;overflow:hidden;border:1px solid var(--line)}.heritage-page .ba-col{padding:48px 40px}.heritage-page .ba-before{background:var(--gray-light)}.heritage-page .ba-after{background:var(--dark)}.heritage-page .ba-divider{width:1px;background:var(--line)}.heritage-page .ba-arrow,.heritage-page .ba-divider{display:flex;align-items:center;justify-content:center;position:relative}.heritage-page .ba-arrow{width:36px;height:36px;background:var(--orange);border-radius:50%;flex-shrink:0;z-index:1}.heritage-page .ba-arrow svg{width:16px;height:16px;stroke:var(--white);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.heritage-page .ba-col h3{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500;color:var(--gray);margin-bottom:28px}.heritage-page .ba-after h3{color:var(--orange)}.heritage-page .ba-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}.heritage-page .ba-icon{width:18px;height:18px;flex-shrink:0;margin-top:2px}.heritage-page .ba-item span{font-size:.88rem;line-height:1.6;color:var(--gray);font-weight:300}.heritage-page .ba-after .ba-item span{color:#CCCCCC}.heritage-page .ba-after .ba-item span.good{color:var(--white);font-weight:400}.heritage-page .section-price{background:var(--dark);padding:120px 80px}.heritage-page .section-price .inner{max-width:1200px;margin:0 auto}.heritage-page .price-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:64px}.heritage-page .price-card{border-radius:16px;padding:48px;position:relative}.heritage-page .price-card-a{background:#1E1E1C;border:1px solid #333}.heritage-page .price-card-b{background:var(--orange)}.heritage-page .price-badge{display:inline-block;background:var(--orange);color:var(--white);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:4px 12px;border-radius:100px;margin-bottom:20px}.heritage-page .price-card-b .price-badge{background:rgba(0,0,0,.2)}.heritage-page .price-name{font-size:.85rem;color:#999;margin-bottom:8px;font-weight:400}.heritage-page .price-card-b .price-name{color:rgba(255,255,255,.7)}.heritage-page .price-amount{font-family:var(--serif);font-size:3rem;font-weight:700;color:var(--white);margin-bottom:4px;line-height:1}.heritage-page .price-card-b .price-amount{color:var(--white)}.heritage-page .price-unit{font-size:.78rem;color:#777;margin-bottom:32px;font-weight:300}.heritage-page .price-card-b .price-unit{color:rgba(255,255,255,.65)}.heritage-page .price-divider{height:1px;background:#333;margin-bottom:28px}.heritage-page .price-card-b .price-divider{background:rgba(255,255,255,.2)}.heritage-page .price-point{display:flex;align-items:center;gap:10px;margin-bottom:14px;font-size:.88rem;color:#CCCCCC;font-weight:300}.heritage-page .price-card-b .price-point{color:rgba(255,255,255,.9)}.heritage-page .price-dot{width:6px;height:6px;border-radius:50%;background:var(--orange);flex-shrink:0}.heritage-page .price-card-b .price-dot{background:rgba(255,255,255,.8)}.heritage-page .price-note{margin-top:32px;font-size:.78rem;color:#555;text-align:center;font-weight:300}.heritage-page .section-philosophy{padding:160px 80px;max-width:900px;margin:0 auto;text-align:center}.heritage-page .philosophy-quote{font-family:var(--serif);font-size:clamp(1.5rem,3vw,2.4rem);font-weight:600;line-height:1.7;color:var(--dark);margin-bottom:48px}.heritage-page .philosophy-quote em{font-style:normal;color:var(--orange);border-bottom:1px solid var(--orange);padding-bottom:1px}.heritage-page .philosophy-body{font-size:.95rem;color:var(--gray);line-height:2.1;font-weight:300;max-width:640px;margin:0 auto}.heritage-page .section-cta{background:var(--dark);padding:0 80px 120px;text-align:center}.heritage-page .cta-inner{max-width:720px;margin:0 auto;background:#1E1E1C;border:1px solid #333;border-radius:20px;padding:64px 48px}.heritage-page .cta-inner h2{font-family:var(--serif);font-size:clamp(1.6rem,2.6vw,2.2rem);font-weight:700;color:var(--white);line-height:1.5;margin-bottom:32px}.heritage-page .cta-btn{display:inline-flex;align-items:center;gap:10px;background:var(--orange);color:var(--white);font-family:var(--sans);font-size:.92rem;font-weight:500;letter-spacing:.04em;text-decoration:none;padding:16px 32px;border-radius:100px;transition:transform .2s,box-shadow .2s}.heritage-page .cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(217,119,87,.3)}.heritage-page .cta-btn svg{width:15px;height:15px;stroke:var(--white);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.heritage-page .cta-note{margin-top:20px;font-size:.78rem;color:#777;font-weight:300}.heritage-page footer{background:var(--dark);padding:60px 80px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #222}.heritage-page .footer-logo{font-family:var(--serif);font-size:1.1rem;font-weight:700;color:var(--white)}.heritage-page .footer-logo span{color:var(--orange)}.heritage-page .footer-tag{font-size:.75rem;color:#555;font-weight:300;letter-spacing:.08em}.heritage-page .reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.heritage-page .reveal.visible{opacity:1;transform:translateY(0)}.heritage-page .reveal-delay-1{transition-delay:.1s}.heritage-page .reveal-delay-2{transition-delay:.2s}.heritage-page .reveal-delay-3{transition-delay:.3s}.heritage-page .reveal-delay-4{transition-delay:.4s}@media (max-width:900px){.heritage-page nav{padding:16px 24px}.heritage-page .hero{grid-template-columns:1fr;min-height:auto}.heritage-page .hero-left{padding:80px 32px 48px}.heritage-page .hero-right{padding:0 32px 80px}.heritage-page .section-ba,.heritage-page .section-features,.heritage-page .section-philosophy,.heritage-page .section-price,.heritage-page .section-problems,.heritage-page .section-question,.heritage-page .section-what{padding:80px 32px}.heritage-page .section-cta{padding:0 32px 80px}.heritage-page .cta-inner{padding:48px 28px}.heritage-page .question-block,.heritage-page .what-layout{grid-template-columns:1fr;gap:48px}.heritage-page .features-grid,.heritage-page .problems-grid{grid-template-columns:1fr 1fr}.heritage-page .ba-grid{grid-template-columns:1fr}.heritage-page .ba-divider{width:100%;height:1px;flex-direction:row}.heritage-page .price-grid{grid-template-columns:1fr}.heritage-page footer{flex-direction:column;gap:16px;text-align:center;padding:48px 32px}}@media (max-width:600px){.heritage-page .features-grid,.heritage-page .problems-grid{grid-template-columns:1fr}.heritage-page .nav-tagline{display:none}}@media (prefers-reduced-motion:reduce){.heritage-page .memory-card,.heritage-page .reveal{animation:none;opacity:1;transform:none}}