/* Flat surfaces, floating navigation and expanding locations. */
*,*::before,*::after { box-shadow:none!important; text-shadow:none!important; }
.hero-item img,.hero-can,.product-visual img,.detail-visual img,.story-art img { filter:none!important; }
.site-header { position:fixed; inset-inline:24px; top:16px; width:auto; max-width:none; margin:0; border:0; border-radius:22px; background:rgba(255,255,255,.8); }
.site-header .nav { background:none; border-radius:0; }
.site-header .nav .liquid { display:none; }
.site-header .nav>a { border-radius:0; border-bottom:2px solid transparent; }
.site-header .nav>a[aria-current] { color:var(--red); border-bottom-color:var(--red); background:none; }
.inner-page { padding-top:110px; }
.hero { top:0; height:100svh; min-height:760px; max-height:none; }
.hero h1 { top:140px; font-size:clamp(72px,8.5vw,135px); }
html[lang=en] .hero h1 { top:145px; font-size:clamp(65px,9vw,140px); }
.can-stage { inset:260px 0 130px; }
.story-art .year { background:none; border:0; backdrop-filter:none; padding:0; font-size:clamp(100px,14vw,200px); line-height:.9; color:white; bottom:35px; inset-inline-end:35px; letter-spacing:-9px; }
#why { position:relative; max-width:none; padding-inline:max(5%,calc((100% - 1296px)/2)); background:#f0e8eb; }
#why .mission { padding-bottom:36px; border:0; gap:7%; }
#why .mission p { font-size:16px; }
#why .quality-bento { background:none; padding:0; border-radius:0; gap:0 60px; grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:24px; }
#why .quality-bento .quality-card { grid-column:auto; border:0; border-top:1px solid #cfbcc3; border-radius:0; background:none; backdrop-filter:none; min-height:0; padding:30px 0; }
#why .quality-icon { background:none; border:0; border-radius:0; width:32px; height:32px; margin-bottom:14px; }
#why .quality-bento h3 { font-size:26px; }
.faq-summary .faq-layout { background:none; border:0; border-radius:0; padding:0; }
.faq-summary .faq-tabs button { border-radius:6px; }
.recipe-card { border:0!important; border-radius:0!important; overflow:hidden; }
.recipe-card .recipe-image { width:100%; aspect-ratio:1.2; object-fit:cover; border-radius:16px; transition:transform .6s var(--ease); }
.recipe-card a { display:block; overflow:hidden; }
.recipe-card .recipe-arrow { transition:transform .3s; }
@media(hover:hover){.recipe-card:hover .recipe-image{transform:scale(1.025)}.recipe-card:hover .recipe-arrow{transform:translateX(-5px)}}
.branch-folds { display:flex; gap:14px; align-items:stretch; }
.branch-fold { flex:1; min-width:0; min-height:430px; border-top:1px solid #c8bfc2; background:#e5dce0; overflow:hidden; transition:flex .65s var(--ease),background .4s; }
.branch-fold.expanded { flex:4; background:#781d2b; color:#fff; }
.branch-fold h3 { margin:0; }
.branch-fold h3 button { display:flex; flex-direction:column; align-items:flex-start; gap:20px; width:100%; text-align:start; padding:28px 22px; font-size:22px; line-height:1.5; }
.branch-fold h3 button>.icon { transition:transform .45s; }
.branch-fold.expanded h3 button>.icon { transform:rotate(45deg); }
.branch-panel { display:grid; grid-template-rows:0fr; opacity:0; transition:grid-template-rows .6s var(--ease),opacity .3s; }
.branch-fold.expanded .branch-panel { grid-template-rows:1fr; opacity:1; }
.branch-panel-clip { min-height:0; overflow:hidden; }
.branch-panel-content { padding:0 22px 30px; min-width:260px; }
.branch-panel-content p { font-size:14px; margin-bottom:12px; }
.branch-panel-content address { font-style:normal; font-size:15px; line-height:1.8; margin-bottom:22px; }
.branch-fold .branch-phone { justify-content:flex-start; color:white; margin-bottom:24px; font-size:16px; }
.branch-fold .branch-actions { display:flex; flex-wrap:wrap; gap:10px; }
.branch-fold .branch-actions .button { font-size:12px; padding:10px 16px; }
.branch-fold .branch-actions .outline { color:white; border-color:#ffffff60; }
::view-transition-old(root) { animation:rita-out .3s both; }
::view-transition-new(root) { animation:rita-in .55s var(--ease) both; }
@keyframes rita-in { from{clip-path:ellipse(10% 110% at 110% 50%);opacity:.8}to{clip-path:ellipse(150% 150% at 100% 50%);opacity:1} }
@keyframes rita-out { to{opacity:.45;transform:translateX(-18px)} }
@media(max-width:1000px){
 .site-header { inset-inline:16px; width:auto; }
 .site-header .nav { background:rgba(255,255,255,.97); border:0; border-radius:16px; }
 .branch-folds { flex-direction:column; gap:0; }
 .branch-fold,.branch-fold.expanded { min-height:0; flex:initial; background:none; color:var(--ink); }
 .branch-fold h3 button { flex-direction:row; align-items:center; gap:20px; padding:24px 0; }
 .branch-fold h3 button>span:nth-child(2) { flex:1; }
 .branch-panel-content { padding:0 0 28px; min-width:0; }
 .branch-fold .branch-phone { color:var(--ink); }
 .branch-fold .branch-actions .outline { color:var(--ink); border-color:var(--line); }
}
@media(max-width:700px){
 .site-header { inset-inline:12px; top:12px; height:72px; border-radius:16px; }
 .hero { min-height:820px; }
 .hero h1 { top:125px; font-size:60px; }
 html[lang=en] .hero h1 { top:130px; font-size:58px; }
 .can-stage { inset:280px 0 165px; }
 .inner-page { padding-top:96px; }
 .story-art .year { font-size:120px; bottom:25px; inset-inline-end:22px; letter-spacing:-5px; }
 #why .quality-bento { grid-template-columns:1fr; }
 #why .mission { gap:22px; }
 .section { padding-block:64px; }
}
@media(prefers-reduced-motion:reduce){.branch-fold,.branch-panel,.recipe-card .recipe-image{transition:none}::view-transition-old(root),::view-transition-new(root){animation:none}}
#store-list.branch-folds { display:flex; gap:14px; overflow:visible; }
.inner-page:not(:has(.section-navigation)) { padding-top:0; }
.inner-page:not(:has(.section-navigation)) #page-start>section:first-child,
.inner-page:not(:has(.section-navigation)) #page-start>article:first-child { padding-top:170px; }
@media(max-width:1000px){#store-list.branch-folds{flex-direction:column;gap:0}}
@media(max-width:700px){.inner-page:not(:has(.section-navigation)) #page-start>section:first-child,.inner-page:not(:has(.section-navigation)) #page-start>article:first-child{padding-top:130px}}
#store-list.branch-folds { flex-direction:row; }
@media(max-width:1000px){#store-list.branch-folds{flex-direction:column}}
@media(min-width:701px){.hero h1{font-size:clamp(72px,7.5vw,112px)}.can-stage{inset:380px 0 130px}}
.site-header { view-transition-name:rita-navigation; }
::view-transition-group(rita-navigation) { animation:none; }
.site-header .nav-more.is-current summary { color:var(--red); }
/* Keep the four secondary destinations visible within the floating header. */
.site-header { display:block; height:auto; padding:0 24px; top:max(16px,env(safe-area-inset-top)); }
.header-primary { display:flex; align-items:center; justify-content:space-between; gap:24px; min-height:86px; }
.header-secondary { display:flex; align-items:center; justify-content:center; gap:24px; border-top:1px solid #24242418; min-width:0; }
.header-secondary>span { font-size:11px; color:#666; white-space:nowrap; }
.secondary-links { display:flex; align-items:center; gap:26px; overflow-x:auto; scrollbar-width:thin; min-width:0; }
.secondary-links a { display:flex; align-items:center; min-height:44px; white-space:nowrap; font-size:12px; border-bottom:2px solid transparent; }
.secondary-links a[aria-current] { color:var(--red); border-bottom-color:var(--red); }
.secondary-links a:hover { color:var(--red); }
html { scroll-padding-top:174px; }
.inner-page:not(:has(.section-navigation)) #page-start>section:first-child,
.inner-page:not(:has(.section-navigation)) #page-start>article:first-child { padding-top:190px; }
@media(min-width:701px){.hero h1{top:170px}.can-stage{inset:400px 0 130px}html[lang=en] .hero h1{top:175px}}
@media(max-width:1000px){.header-primary{gap:12px}.site-header .nav{top:calc(100% + 8px)}.header-secondary{justify-content:flex-start;gap:16px}.secondary-links{gap:22px}}
@media(max-width:700px){
 .site-header{padding:0 16px;top:max(12px,env(safe-area-inset-top))}
 .header-primary{min-height:72px}
 .header-secondary>span{display:none}
 .secondary-links{width:100%;gap:22px}
 .secondary-links a{font-size:11px;min-height:44px}
 .hero h1{top:155px;font-size:56px}
 html[lang=en] .hero h1{top:155px;font-size:54px}
 .can-stage{inset:305px 0 165px}
 html{scroll-padding-top:150px}
 .inner-page:not(:has(.section-navigation)) #page-start>section:first-child,
 .inner-page:not(:has(.section-navigation)) #page-start>article:first-child{padding-top:160px}
}
.secondary-short{display:none}
@media(max-width:700px){.secondary-full{display:none}.secondary-short{display:inline}.secondary-links{justify-content:space-between;gap:16px;scrollbar-width:none}.secondary-links::-webkit-scrollbar{display:none}}
/* Branches share one palette and reveal details inside the selected panel. */
#stores{background:var(--paper)}
#store-list.branch-folds{gap:10px;isolation:isolate}
.branch-fold{position:relative;flex:1 1 0;min-height:380px;background:#ebe8e6;border:0;border-radius:14px;transition:flex .65s cubic-bezier(.22,1,.36,1),background .25s,color .25s}
.branch-fold::before{content:'';position:absolute;inset:0;background:url('/assets/liquid-pattern.webp') center/cover;opacity:0;pointer-events:none;transform:scale(1.1);transition:opacity .5s,transform .8s}
.branch-fold.expanded{flex:3.8 1 0;background:#ad2032;color:#fff}
.branch-fold.expanded::before{opacity:.12;transform:scale(1)}
.branch-fold h3,.branch-panel{position:relative}
.branch-fold h3 button{min-height:176px;padding:26px 24px;gap:20px;font-size:21px}
.branch-fold .branch-number{font-size:13px;letter-spacing:1px;opacity:.65}
.branch-fold h3 button>.icon{width:28px;height:28px;padding:5px;border:1px solid currentColor;border-radius:50%;opacity:.75;transition:transform .4s,opacity .2s}
.branch-fold.expanded h3 button>.icon{transform:rotate(45deg);opacity:1}
.branch-panel-content{min-width:290px;padding:0 24px 26px;transform:translateY(14px);opacity:0;transition:transform .45s,opacity .2s}
.branch-fold.expanded .branch-panel-content{transform:translateY(0);opacity:1;transition-delay:.18s}
.branch-panel-content>p{color:inherit;opacity:.8;margin:0 0 8px;font-size:12px}
.branch-panel-content address{color:inherit;font-size:15px;line-height:1.7;margin:0 0 20px}
.branch-fold .branch-phone{direction:inherit;justify-content:flex-start;justify-self:unset;width:fit-content;color:inherit;margin:0 0 25px;gap:10px;font-size:17px}
.branch-fold .branch-phone .icon{color:inherit;opacity:.8}
.branch-fold .branch-actions{gap:10px;flex-wrap:wrap}
.branch-fold .branch-actions .button{background:#fff;color:#922033;border:1px solid #fff;padding:10px 18px;min-height:44px;font-size:12px;gap:12px}
.branch-fold .branch-actions .outline{background:transparent;color:#fff;border-color:#ffffff80}
.branch-fold .branch-actions .button:hover{background:#f5e6e7;color:#781d2b}
.branch-fold .branch-actions .outline:hover{background:#ffffff18;color:#fff}
@media(hover:hover){.branch-fold:not(.expanded):hover{background:#e2dbd7}.branch-fold:not(.expanded):hover h3 button>.icon{transform:rotate(90deg);opacity:1}}
@media(max-width:1100px){
 #store-list.branch-folds{flex-direction:column;gap:10px}
 .branch-fold,.branch-fold.expanded{flex:initial;min-height:0}
 .branch-fold h3 button{min-height:84px;padding:20px 24px;flex-direction:row;align-items:center;font-size:20px;gap:20px}
 .branch-fold h3 button>span:nth-child(2){flex:1}
 .branch-panel-content{min-width:0;padding:0 24px 26px}
 .branch-fold .branch-phone{color:inherit}
}
@media(max-width:480px){
 .branch-fold h3 button{padding:20px;gap:14px;font-size:18px}
 .branch-panel-content{padding:0 20px 24px}
 .branch-fold .branch-actions .button{flex:1;justify-content:center;padding:10px 12px}
 .branch-panel-content address{font-size:14px}
 .branch-fold .branch-phone{font-size:16px}
}
@media(prefers-reduced-motion:reduce){.branch-fold,.branch-fold::before,.branch-panel-content,.branch-fold h3 button>.icon{transition:none}.branch-panel-content{transform:none}}
@media(min-width:1101px){.branch-fold h3 button>span:nth-child(2){min-height:63px}.branch-fold:not(.expanded) h3{position:static}.branch-fold:not(.expanded) h3 button::after{content:'';position:absolute;inset:0}}
/* Compact global navigation, contextual links only on their four pages. */
.header-secondary[hidden]{display:none}
.site-header:has(.header-secondary:not([hidden])) .nav-more{display:none}
.header-primary{min-height:70px;gap:16px}
.site-header .brand img{width:78px;height:58px}
.site-header .shop-button{padding:10px 22px;font-size:13px}
.site-header .nav>a,.site-header .nav-more summary{padding:10px 15px;font-size:13px}
.secondary-links a{min-height:38px}
html{scroll-padding-top:112px}
html:has(.header-secondary:not([hidden])){scroll-padding-top:154px}
.inner-page:not(:has(.section-navigation)) #page-start>section:first-child,
.inner-page:not(:has(.section-navigation)) #page-start>article:first-child{padding-top:135px}
body:has(.header-secondary:not([hidden])) .inner-page #page-start>section:first-child,
body:has(.header-secondary:not([hidden])) .inner-page #page-start>article:first-child{padding-top:174px}
.hero .hero-bottom{justify-content:center}
.hero .hero-controls{background:transparent;border-radius:0;padding:0;backdrop-filter:none}
.hero .flavor-tabs{background:rgba(72,12,25,.28);border:1px solid #ffffff45;backdrop-filter:blur(18px);color:white;padding:5px}
.hero .flavor-tabs button{color:#fff}
.hero .flavor-tabs .liquid{background:#ffffff24;border:1px solid #ffffff55;backdrop-filter:blur(10px)}
.hero .playback-controls{color:#fff;margin-top:12px}
@media(min-width:701px){.hero h1,html[lang=en] .hero h1{top:125px}.can-stage{inset:365px 0 140px}}
/* A single flowing background behind the glass bento. */
#why{background:#ebd8d6;overflow:hidden;isolation:isolate}
#why::before{content:'';position:absolute;inset:-15%;z-index:-1;background:url('/assets/liquid-pattern.webp') center/cover;opacity:.35;transform:rotate(-10deg)}
#why .quality-bento{grid-template-columns:repeat(12,minmax(0,1fr));gap:20px;background:none}
#why .quality-bento .quality-card{grid-column:span 5;border:1px solid #ffffff90;border-radius:22px;background:#ffffff45;backdrop-filter:blur(14px);padding:30px;min-height:220px}
#why .quality-bento .quality-card:nth-child(1),#why .quality-bento .quality-card:nth-child(4){grid-column:span 7}
#why .quality-bento .quality-card p{max-width:440px;color:#514342}
.faq-summary{max-width:1440px}
.faq-feature{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:6%;align-items:center}
.faq-side-photo{width:100%;height:570px;object-fit:cover;border-radius:20px}
.faq-summary .faq-layout{width:100%;max-width:none;gap:20px;min-width:0}
.faq-summary .faq-intro h2{font-size:clamp(28px,2.6vw,40px)}
.faq-summary .faq-tabs{gap:6px}
.faq-summary .faq-tabs button{font-size:11px;padding:10px}
@media(max-width:1000px){.faq-feature{gap:30px}.faq-side-photo{height:520px}.site-header .nav>a,.site-header .nav-more summary{font-size:14px}}
@media(max-width:700px){
 .header-primary{min-height:64px}.site-header .brand img{width:65px;height:50px}
 .site-header .shop-button{padding:9px 14px;font-size:11px}
 .hero h1,html[lang=en] .hero h1{top:125px}.can-stage{inset:285px 0 165px}
 .hero .hero-bottom{bottom:35px}
 .inner-page:not(:has(.section-navigation)) #page-start>section:first-child,.inner-page:not(:has(.section-navigation)) #page-start>article:first-child{padding-top:116px}
 body:has(.header-secondary:not([hidden])) .inner-page #page-start>section:first-child,body:has(.header-secondary:not([hidden])) .inner-page #page-start>article:first-child{padding-top:154px}
 #why .quality-bento{grid-template-columns:1fr;gap:14px}
 #why .quality-bento .quality-card,#why .quality-bento .quality-card:nth-child(1),#why .quality-bento .quality-card:nth-child(4){grid-column:1;padding:24px;min-height:0}
 .faq-feature{grid-template-columns:1fr;gap:30px}.faq-side-photo{height:300px;object-position:center 42%}
 .faq-summary .faq-tabs button{padding:9px;font-size:10px}
}
.hero .scroll-cue{left:auto;right:5%;bottom:40px;transform:none}
@media(max-width:700px){.hero .scroll-cue{display:none}}
#why::before{mix-blend-mode:screen;opacity:.65}
