@import"https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap";.story-hero{min-height:95vh;background-color:#231a16;background-image:linear-gradient(to right,#231a16f5,#231a16d9 40%,#231a1633),url(/assets/story-hero-bg-sv29sF1G.jpg);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;padding-top:120px;padding-bottom:7rem;position:relative}.story-hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(to top,var(--bg-cream),transparent);pointer-events:none}.story-hero-content{width:90%;max-width:1400px;margin:0 auto;color:#fff}.story-hero .section-tag{color:var(--antique-brass);text-shadow:0 2px 4px rgba(0,0,0,.3)}.story-hero .display-title{color:#fff;font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4.8rem);line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.4)}.story-hero-subtitle{font-family:var(--font-serif);font-size:clamp(1.2rem,2.5vw,1.6rem);color:var(--text-secondary-dark);line-height:1.6;margin-bottom:1.8rem;max-width:650px;font-style:italic;font-weight:500;text-shadow:0 1px 4px rgba(0,0,0,.3)}.story-hero-description{font-family:var(--font-sans);font-size:1.05rem;line-height:1.75;color:#e6e0dd;max-width:580px;margin-bottom:2.8rem}.story-hero .btn-primary{border:1px solid var(--antique-brass)}.journey-section{padding:7rem 0;background-image:linear-gradient(#faf6f073,#faf6f073),url(/assets/satin-texture-Cf-rdFQF.jpg);background-size:cover;background-position:center;background-attachment:fixed}.journey-grid{display:grid;grid-template-columns:.35fr .65fr;gap:4rem;align-items:center}.journey-left{padding-right:2rem}.journey-left .section-title{font-size:clamp(2rem,4vw,2.8rem);line-height:1.15}.journey-left-desc{font-size:1.05rem;color:var(--chocolate);line-height:1.75;font-weight:500}.timeline-container{position:relative;padding:3rem 0}.timeline-line{position:absolute;height:2px;background:linear-gradient(90deg,var(--antique-brass),var(--terracotta),var(--antique-brass));z-index:1;transition:width .8s ease-out,left .8s ease-out,top .8s ease-out}.timeline-nodes{display:flex;justify-content:space-between;position:relative;z-index:2}.timeline-node{display:flex;flex-direction:column;align-items:center;width:18%;text-align:center;cursor:default}.timeline-icon-circle{width:60px;height:60px;border-radius:50%;background-color:#fff;border:1px solid var(--antique-brass);box-shadow:0 0 0 3px #fff inset,0 0 0 4px #2e231f1f inset,0 6px 15px #2e231f0a;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.2rem;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out,color .8s ease-out,border-color .8s ease-out,box-shadow .8s ease-out;transition-delay:0s}.timeline-node.active .timeline-icon-circle{opacity:1;transform:translateY(0) scale(1.12);border-color:var(--terracotta);color:var(--terracotta);background-color:#fff;box-shadow:0 0 0 3px #fff inset,0 0 0 4px var(--terracotta-glow) inset,0 10px 25px #a64b2a2e}.timeline-year{font-family:var(--font-sans);font-weight:800;font-size:1.5rem;color:var(--terracotta);margin-bottom:.4rem;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out,text-shadow .8s ease-out;transition-delay:.1s;text-shadow:0 0 0px transparent}.timeline-node.active .timeline-year{opacity:1;transform:translateY(0);text-shadow:0 0 10px rgba(166,75,42,.45)}.timeline-label{font-family:var(--font-display);font-weight:800;font-size:1.2rem;text-transform:uppercase;color:var(--chocolate);margin-bottom:.5rem;letter-spacing:.5px;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out,color .8s ease-out;transition-delay:.2s}.timeline-node.active .timeline-label{opacity:1;transform:translateY(0);color:var(--terracotta)}.timeline-desc{font-size:1.02rem;color:var(--chocolate);line-height:1.55;padding:0 5px;font-weight:500;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out;transition-delay:.3s}.timeline-node.active .timeline-desc{opacity:1;transform:translateY(0)}.founders-section{background-color:#241b18;background-image:linear-gradient(#241b18eb,#241b18eb),url(/assets/satin-texture-Cf-rdFQF.jpg);background-size:cover;background-position:center;color:#fff;padding:7rem 0}.founders-grid{display:grid;grid-template-columns:1.15fr .8fr 1.05fr;gap:4rem;align-items:center}.founders-section .section-title{color:#fff;font-size:clamp(2rem,4.2vw,3rem);line-height:1.15}.founders-text{font-size:1.05rem;line-height:1.75;color:#e6ded8;margin-bottom:2rem}.founders-signature-block{margin-top:2.5rem}.founders-signature{font-family:Great Vibes,cursive;font-size:3.2rem;color:var(--antique-brass);line-height:1;margin-bottom:.3rem}.founders-title{font-family:var(--font-sans);font-size:.8rem;font-weight:700;letter-spacing:1.5px;color:var(--antique-brass);text-transform:uppercase}.founder-frame-wrapper{border:1px solid rgba(194,159,104,.35);padding:6px;background:#241b1880;box-shadow:0 20px 45px #00000040;border-radius:16px;max-width:280px;margin:0 auto}.founder-frame-inner{border:2px double var(--antique-brass);padding:0;border-radius:12px;overflow:hidden;position:relative}.founder-image{width:100%;height:310px;background-size:cover;background-position:center;filter:brightness(.95) contrast(1.05);transition:transform .8s var(--transition-smooth)}.founder-frame-wrapper:hover .founder-image{transform:scale(1.05)}.mission-container{padding-left:2rem}.mission-container .section-tag{color:var(--antique-brass)}.mission-list{display:flex;flex-direction:column;gap:2rem;margin-top:2.5rem}.mission-item{display:flex;gap:1.2rem;align-items:flex-start}.mission-icon{width:44px;height:44px;border-radius:50%;background:#c29f6814;border:1px solid var(--antique-brass);box-shadow:0 0 0 2px #241b18eb inset,0 0 0 3px #c29f6833 inset;display:flex;align-items:center;justify-content:center;color:var(--antique-brass);font-size:1.15rem;flex-shrink:0;transition:all .4s cubic-bezier(.16,1,.3,1)}.mission-item:hover .mission-icon{background:#c29f6826;box-shadow:0 0 0 2px #241b18eb inset,0 0 0 3px var(--antique-brass) inset,0 6px 15px #c29f6826;transform:scale(1.08)}.mission-text{font-size:.98rem;line-height:1.6;color:#e6ded8;padding-top:5px}.story-banner-section{background-color:var(--bg-cream);padding:4rem 0;border-bottom:1px solid var(--border-subtle);display:flex;justify-content:center;align-items:center}.banner-image-container{width:90%;max-width:1400px;margin:0 auto;border:1px solid var(--antique-brass);padding:8px;background:var(--bg-cream);box-shadow:0 20px 40px #2e231f14;border-radius:20px;overflow:hidden;transition:var(--transition-smooth);perspective:1200px;transform-style:preserve-3d}@keyframes logoBannerFloat{0%{transform:translateY(0) rotateX(0) rotateY(-3deg) rotate(-.5deg) scale(1);filter:drop-shadow(0 5px 15px rgba(0,0,0,.15))}50%{transform:translateY(-14px) rotateX(3deg) rotateY(3deg) rotate(.5deg) scale(1.02);filter:drop-shadow(0 20px 35px rgba(194,159,104,.25))}to{transform:translateY(0) rotateX(0) rotateY(-3deg) rotate(-.5deg) scale(1);filter:drop-shadow(0 5px 15px rgba(0,0,0,.15))}}@keyframes logoShine{0%{left:-70%}25%{left:130%}to{left:130%}}.banner-image{width:100%;height:420px;background-size:contain;background-repeat:no-repeat;background-position:center;background-color:#241b18;border:3px double var(--chocolate);border-radius:14px;transition:transform .8s var(--transition-smooth);animation:logoBannerFloat 6s ease-in-out infinite;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;position:relative;overflow:hidden}.banner-image:after{content:"";position:absolute;top:-50%;left:-70%;width:25%;height:200%;background:linear-gradient(to right,#fff0,#ffffff1a 30%,#ffffff4d,#ffffff1a 70%,#fff0);transform:rotate(25deg);animation:logoShine 4.5s ease-in-out infinite;pointer-events:none}.banner-image-container:hover{transform:translateY(-4px);box-shadow:0 24px 48px #2e231f1f;border-color:var(--chocolate)}.banner-image-container:hover .banner-image{animation-play-state:paused;transform:scale(1.03) rotateX(0) rotateY(0)}.different-section{padding:7rem 0;background-image:linear-gradient(#faf6f073,#faf6f073),url(/assets/satin-texture-Cf-rdFQF.jpg);background-size:cover;background-position:center;background-attachment:fixed}.different-header{text-align:center;margin-bottom:4.5rem;display:flex;flex-direction:column;align-items:center}.different-header .section-subtitle{max-width:580px}.different-cards-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.8rem}.different-card{background-color:#fff;border:1px solid var(--border-subtle);border-radius:16px;padding:2.2rem 1.8rem;text-align:center;transition:all .6s var(--ease);box-shadow:0 10px 30px #2e231f08;position:relative}.card-tap-hint{display:none}@media (min-width: 1025px){.different-cards-grid{perspective:1200px;transform-style:preserve-3d}.different-cards-grid:not(.expanded) .different-card{cursor:pointer;transition:transform .8s cubic-bezier(.16,1,.3,1),opacity .8s,box-shadow .4s}.different-cards-grid:not(.expanded) .different-card:nth-child(1){transform:translate(calc(200% + 3.6rem)) rotateY(-10deg) rotate(-4deg) scale(.95);opacity:.65;z-index:1}.different-cards-grid:not(.expanded) .different-card:nth-child(2){transform:translate(calc(100% + 1.8rem)) rotateY(-5deg) rotate(-2deg) scale(.98);opacity:.85;z-index:2}.different-cards-grid:not(.expanded) .different-card:nth-child(3){transform:translate(0) rotateY(0) rotate(0) scale(1);opacity:1;z-index:3;box-shadow:0 0 #a64b2a59,0 10px 30px #2e231f0d;animation:pulseCenterCard 2s infinite}.different-cards-grid:not(.expanded) .different-card:nth-child(4){transform:translate(calc(-100% - 1.8rem)) rotateY(5deg) rotate(2deg) scale(.98);opacity:.85;z-index:2}.different-cards-grid:not(.expanded) .different-card:nth-child(5){transform:translate(calc(-200% - 3.6rem)) rotateY(10deg) rotate(4deg) scale(.95);opacity:.65;z-index:1}.different-cards-grid:not(.expanded):hover .different-card:nth-child(1){transform:translate(calc(200% + 3.6rem - 24px)) rotateY(-8deg) rotate(-3deg) scale(.96);opacity:.75}.different-cards-grid:not(.expanded):hover .different-card:nth-child(2){transform:translate(calc(100% + 1.8rem - 12px)) rotateY(-4deg) rotate(-1.5deg) scale(.99);opacity:.92}.different-cards-grid:not(.expanded):hover .different-card:nth-child(3){animation:none;transform:scale(1.03) translateZ(10px);box-shadow:0 15px 35px #a64b2a2e}.different-cards-grid:not(.expanded):hover .different-card:nth-child(4){transform:translate(calc(-100% - 1.8rem + 12px)) rotateY(4deg) rotate(1.5deg) scale(.99);opacity:.92}.different-cards-grid:not(.expanded):hover .different-card:nth-child(5){transform:translate(calc(-200% - 3.6rem + 24px)) rotateY(8deg) rotate(3deg) scale(.96);opacity:.75}.different-cards-grid:hover .different-card,.different-cards-grid.expanded .different-card{transition-delay:0s!important}.different-cards-grid.expanded .different-card{transform:translate(0) rotateY(0) rotate(0) scale(1);opacity:1;z-index:2;transition:transform 1.2s cubic-bezier(.16,1,.3,1),opacity 1.2s,box-shadow .4s}.different-cards-grid:not(.expanded) .different-card:nth-child(3) .card-tap-hint{display:block;font-family:var(--font-serif);font-style:italic;font-size:.75rem;color:var(--terracotta);margin-top:10px;animation:pulseTextTimeline 1.2s infinite alternate}.different-cards-grid:not(.expanded) .different-card:nth-child(3) .card-tap-hint .arrow{display:inline-block;transition:transform .3s var(--ease)}.different-cards-grid:not(.expanded):hover .different-card:nth-child(3) .card-tap-hint .arrow{transform:translate(4px)}@keyframes pulseCenterCard{0%{box-shadow:0 0 #a64b2a66,0 10px 30px #2e231f0d}70%{box-shadow:0 0 0 15px #a64b2a00,0 10px 30px #2e231f0d}to{box-shadow:0 0 #a64b2a00,0 10px 30px #2e231f0d}}}.different-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px #2e231f14;border-color:#a64b2a40}.diff-icon-wrapper{width:55px;height:55px;border-radius:50%;background-color:var(--bg-cream);border:1px solid var(--antique-brass);box-shadow:0 0 0 2.5px #fff inset,0 0 0 3.5px #a64b2a26 inset,0 4px 10px #2e231f08;color:var(--terracotta);font-size:1.4rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1)}.different-card:hover .diff-icon-wrapper{background-color:var(--terracotta);color:#fff;border-color:var(--terracotta);box-shadow:0 0 0 2.5px #ffffff26 inset,0 6px 15px #a64b2a40;transform:scale(1.08)}.different-card h3{font-family:var(--font-display);font-size:1.15rem;text-transform:uppercase;margin-bottom:.8rem;letter-spacing:.5px}.different-card p{font-size:.88rem;color:var(--chocolate);line-height:1.55;font-weight:500}.senses-section{padding:7rem 0;background-color:var(--bg-cream);border-top:1px solid var(--border-subtle)}.senses-header-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem;gap:3rem}.senses-header-row .left{max-width:600px}.senses-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.senses-gallery-item{height:260px;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px #2e231f0d;border:1px solid var(--border-subtle)}.senses-gallery-img{width:100%;height:100%;background-size:cover;background-position:center;filter:sepia(5%) brightness(.95);transition:transform 1.2s cubic-bezier(.16,1,.3,1),filter .8s}.senses-gallery-item:hover .senses-gallery-img{transform:scale(1.06);filter:sepia(0%) brightness(1)}@media (max-width: 1200px){.different-cards-grid{grid-template-columns:repeat(3,1fr);justify-content:center}}@media (max-width: 1024px){.journey-grid{grid-template-columns:1fr;gap:3rem}.journey-left{padding-right:0;text-align:center}.timeline-nodes{flex-wrap:wrap;gap:2rem 0;justify-content:center}.timeline-node{width:33.33%}.timeline-line{display:none}.founders-grid{grid-template-columns:1fr;gap:3.5rem;text-align:center}.founder-frame-wrapper{margin:0 auto}.mission-container{padding-left:0}.mission-list{align-items:center}.mission-item{max-width:480px;text-align:left}.senses-header-row{flex-direction:column;align-items:center;text-align:center;gap:2rem}.senses-gallery-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.story-hero{min-height:70vh;text-align:center}.story-hero-subtitle,.story-hero-description{margin-left:auto;margin-right:auto}.timeline-node{width:50%}.banner-image{height:320px}.story-banner-section{padding:2.5rem 0}.different-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.timeline-node{width:100%}.different-cards-grid,.senses-gallery-grid{grid-template-columns:1fr;max-width:380px;margin:0 auto}}.timeline-icon-circle svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.5px;display:inline-block;vertical-align:middle;transition:transform .4s cubic-bezier(.16,1,.3,1)}.timeline-node:hover .timeline-icon-circle svg{transform:scale(1.1) rotate(-6deg)}.mission-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.5px;display:inline-block;vertical-align:middle}.diff-icon-wrapper svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.5px;display:inline-block;vertical-align:middle;transition:stroke .4s var(--transition-fast)}
