:root{--ink:#08251a;--ink2:#11382a;--cream:#f5efe5;--gold:#e5bf88;--sage:#a8c6b7;--muted:#a6b9ad;--display:'Playfair Display',serif;--sans:'DM Sans',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans)}button,a{font:inherit;color:inherit}a{text-decoration:none}.nav{height:82px;padding:0 clamp(20px,6vw,95px);display:flex;align-items:center;justify-content:space-between;background:#092519;color:#f7f3e9;position:sticky;top:0;z-index:10}.roka-logo{display:grid;grid-template-columns:repeat(2,auto);grid-template-rows:20px 20px;gap:0 5px;position:relative;width:94px;font:500 26px/18px var(--sans);letter-spacing:0}.roka-logo b:first-child{grid-column:1/3}.roka-logo small{position:absolute;left:53px;top:0;height:42px;writing-mode:vertical-rl;font:600 6px var(--sans);letter-spacing:1px}.leaf-k{position:relative}.leaf-k:after{content:'⌁';position:absolute;left:4px;top:-7px;color:var(--sage);font:24px var(--display);transform:rotate(-38deg)}nav{display:flex;gap:32px;font-size:13px}nav a{opacity:.8}nav a:hover{opacity:1;color:var(--gold)}.nav-tools{display:flex;align-items:center;gap:17px}.search{border:0;background:none;color:#fff;font-size:26px}.cart-pill{border:1px solid #718b7d;border-radius:24px;background:#e8c994;color:var(--ink);padding:9px 12px 9px 16px;font-weight:700;font-size:12px}.cart-pill span{background:var(--ink);color:#fff;padding:2px 6px;border-radius:12px;margin-left:6px}.hero{min-height:620px;background:var(--ink);display:grid;grid-template-columns:48% 52%;color:#f8f4eb}.hero-copy{padding:100px 35px 80px clamp(24px,12vw,180px);display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:700;margin:0 0 20px;color:var(--sage)}h1,h2{margin:0;font-family:var(--display);letter-spacing:-2px;line-height:.97;font-weight:600}h1{font-size:clamp(60px,6.5vw,100px)}h2{font-size:clamp(42px,4.8vw,70px)}em{color:var(--gold)}.hero-copy>p:not(.eyebrow){max-width:350px;line-height:1.7;font-size:15px;margin:27px 0}.hero-actions{display:flex;align-items:center;gap:24px}.button{display:inline-flex;gap:22px;align-items:center;width:max-content;background:var(--gold);border:0;padding:15px 19px 15px 22px;color:var(--ink);font-size:13px;font-weight:700;border-radius:3px}.line-link{font-size:13px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:4px}.hero-stats{display:flex;gap:24px;margin-top:52px}.hero-stats span{display:flex;flex-direction:column;gap:5px;color:#b8c8bf;font-size:10px}.hero-stats b{color:var(--gold);font-size:16px}.hero-image{position:relative;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.75) contrast(1.08)}.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#08251a77,transparent)}.hero-label{position:absolute;right:9%;bottom:9%;z-index:1;font:25px/1 var(--display);color:#fff;text-align:center}.hero-label i{color:var(--gold)}.quick-bar{background:#d9b981;color:var(--ink);padding:14px clamp(20px,9vw,145px);font-size:12px;font-weight:700;display:flex;justify-content:space-between}.quick-bar a{border-bottom:1px solid}.menu{background:#0d2c20;color:#f8f4eb;padding:105px clamp(20px,7vw,110px)}.menu-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px}.menu-head>p{font-size:13px;line-height:1.6;color:#c5d0c9;margin:0}.tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:25px}.tabs button{border:1px solid #537466;color:#e7eee9;background:transparent;padding:10px 19px;border-radius:25px;font-size:12px;font-weight:600;cursor:pointer}.tabs .active{background:#5a8875;border-color:#5a8875}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product{min-height:330px;background:#173d2e;border:1px solid #537466;border-radius:12px;overflow:hidden;position:relative;transition:transform .2s}.product:hover{transform:translateY(-5px)}.product-image{height:210px;background-image:url('assets/roka-menu-realistic.png');background-size:300% 200%;position:relative}.product-image:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 65%,#153b2c8c)}.product-image span{position:absolute;z-index:1;top:14px;left:14px;border:1px solid #ffffff80;border-radius:14px;padding:5px 8px;font-size:8px;letter-spacing:1px;font-weight:700;color:#fff}.p1{background-position:0 0}.p2{background-position:50% 0}.p3{background-position:100% 0}.p4{background-position:0 100%}.p5{background-position:50% 100%}.p6{background-position:100% 100%}.product-info{padding:17px 50px 18px 17px;display:flex;justify-content:space-between;align-items:end}.product h3{font:600 20px var(--display);margin:0}.product p{font-size:10px;line-height:1.5;margin:4px 0 0;color:#b7c6be}.product strong{font-size:12px;color:var(--gold);white-space:nowrap}.add{position:absolute;right:16px;bottom:17px;width:31px;height:31px;border:0;border-radius:50%;background:var(--gold);color:var(--ink);font-size:22px;cursor:pointer}.story{display:grid;grid-template-columns:1fr 1fr;min-height:480px;background:#e8efe9}.story-card{padding:100px clamp(25px,11vw,170px);display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.story-card>p:not(.eyebrow){max-width:340px;line-height:1.7;font-size:14px;margin:25px 0}.story img{height:100%;width:100%;object-fit:cover;filter:saturate(.8)}.visit{background:var(--ink);color:#f7f1e8;display:grid;grid-template-columns:1fr 1fr;padding:100px clamp(24px,13vw,200px)}.visit h2{margin-bottom:25px}.visit>div>p:not(.eyebrow){line-height:1.7;font-size:14px;margin-bottom:30px}.light{background:#f7f1e8}.location{align-self:center;justify-self:end;width:230px;height:230px;border:1px solid #7e988a;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.location span{color:var(--gold);font-size:30px}.location p{font:italic 18px var(--display);line-height:1.4}footer{padding:28px clamp(24px,6vw,96px);display:flex;align-items:center;justify-content:space-between;font-size:12px}footer p{opacity:.7}footer div{display:flex;gap:20px;font-weight:700}.cart-drawer{position:fixed;z-index:30;right:0;top:0;height:100vh;width:min(410px,100%);background:#f7f2e9;color:var(--ink);padding:28px;transform:translateX(100%);transition:transform .3s;display:flex;flex-direction:column;box-shadow:-18px 0 40px #00150d3d}.cart-drawer.show{transform:none}.cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #d8d4ca;padding-bottom:18px}.cart-head h2{font-size:35px}.cart-head button{border:0;background:none;font-size:31px}.cart-items{flex:1;padding:18px 0}.empty{color:#78867d;font-size:14px}.cart-item{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid #ddd8ce}.cart-item h3{font:600 16px var(--display);margin:0}.cart-item p{font-size:12px;margin:4px 0;color:#68786e}.cart-item>div:last-child{display:flex;align-items:center;gap:9px}.cart-item button{border:1px solid #aeb9b1;border-radius:50%;background:none;width:24px;height:24px}.cart-total{border-top:1px solid #d8d4ca;padding-top:19px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.cart-total strong{font-size:20px}.checkout{grid-column:1/-1;background:var(--ink);color:#fff;border:0;padding:16px;font-weight:700;border-radius:3px}.backdrop{position:fixed;inset:0;background:#00150d85;z-index:20;opacity:0;pointer-events:none;transition:.25s}.backdrop.show{opacity:1;pointer-events:auto}@media(max-width:900px){.products{grid-template-columns:repeat(2,1fr)}nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:75px 28px}.hero-image{height:420px}.menu-head{align-items:flex-start;flex-direction:column;gap:20px}.story{grid-template-columns:1fr}.story img{height:350px}.visit{padding:80px 28px}.location{width:180px;height:180px}}@media(max-width:550px){.nav{height:68px;padding:0 18px}.search{display:none}.hero-stats{gap:16px}.hero-stats b{font-size:14px}.products{grid-template-columns:1fr}.quick-bar{gap:14px;flex-direction:column}.story-card{padding:70px 28px}.visit{grid-template-columns:1fr;gap:50px}.location{justify-self:start}footer{flex-wrap:wrap;gap:15px}}
.cup-logo{position:absolute;z-index:3;left:47%;top:56%;transform:translate(-50%,-50%) rotate(-4deg);color:#164b39;text-shadow:0 1px #ffffff8a;font:700 21px/16px var(--sans);letter-spacing:1px;opacity:.82;text-align:center}.cup-logo small{display:block;font:700 4px var(--sans);letter-spacing:.55px;white-space:nowrap}.product-image span{z-index:4}.location a{font-size:10px;border-bottom:1px solid var(--gold);padding-bottom:3px;color:var(--gold)}
.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}.product{min-height:390px!important}.product-image{height:265px!important}.cup-logo{display:none}.hero-image{background:radial-gradient(circle at 55% 48%,#355f4d 0,#0a281c 43%,#061a12 100%)}.hero-cup{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;animation:heroFloat 7s ease-in-out infinite}.hero-cup:before,.hero-cup:after{content:'';position:absolute;border:1px solid #d8ba8666;border-radius:50%;width:440px;height:440px;animation:spin 18s linear infinite}.hero-cup:after{width:310px;height:310px;animation-direction:reverse;animation-duration:13s}.hero-cup img{position:relative!important;z-index:1!important;width:58%!important;height:80%!important;object-fit:contain!important;filter:drop-shadow(0 28px 28px #00150da0)!important}.cup-identity{position:absolute;z-index:2;left:50%;top:51%;transform:translate(-50%,-50%);text-align:center;color:#174535;mix-blend-mode:multiply;letter-spacing:3px}.cup-identity b{font:600 34px var(--display)}.cup-identity small{display:block;font:700 5px var(--sans);letter-spacing:1.4px}.hero-label{z-index:3!important}.motion-note{position:absolute;z-index:3;left:34px;bottom:30px;color:#d8e4dc;font-size:9px;letter-spacing:1.5px}.motion-note:first-letter{color:var(--gold)}@keyframes heroFloat{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-18px) rotate(1deg)}}@keyframes spin{to{transform:rotate(360deg)}}footer{display:block!important;background:#071d15;color:#f7f3e9;padding:0!important}.footer-contact{padding:34px clamp(24px,6vw,96px);display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:35px;border-bottom:1px solid #547267}.footer-contact b{font:600 16px var(--display)}.footer-contact p,.footer-contact a{display:block;font-size:12px;line-height:1.7;color:#c2d1c8;margin:8px 0 0}.footer-contact a{color:var(--gold);width:max-content;border-bottom:1px solid var(--gold)}.footer-bottom{padding:25px clamp(24px,6vw,96px);display:flex;align-items:center;justify-content:space-between;font-size:12px}.footer-bottom p{opacity:.7}.footer-bottom .socials{display:flex;gap:20px;font-weight:700}@media(max-width:900px){.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.footer-contact{grid-template-columns:1fr 1fr}.footer-bottom{flex-wrap:wrap;gap:18px}}@media(max-width:550px){.products{grid-template-columns:1fr!important}.footer-contact{grid-template-columns:1fr}.hero-cup img{width:72%!important}.hero-cup:before{width:320px;height:320px}.footer-bottom{padding:25px 24px}}
.classic-hero{background:none!important}.classic-hero:after{background:linear-gradient(90deg,#08251a99,transparent 60%)!important}.classic-hero>img{width:100%!important;height:100%!important;object-fit:cover!important;filter:saturate(.78) contrast(1.02)!important}.cat-coffee .product-image,.cat-cold .product-image{background-image:url('assets/roka-tall-cups.png')!important;background-size:300% 200%!important}.product-image{height:315px!important}.product{min-height:435px!important}.card-mark{position:absolute;z-index:5;left:50%;top:57%;width:31px;height:auto;transform:translate(-50%,-50%);filter:drop-shadow(0 1px 1px #0005)}.daily-quote{background:#f4eee4;min-height:560px;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:55px clamp(24px,14vw,210px);gap:40px;overflow:hidden}.quote-cup{height:440px;position:relative;display:flex;justify-content:center;align-items:center}.quote-cup:before{content:'';position:absolute;width:390px;height:390px;border-radius:50%;background:#d7e2d9}.quote-cup>img:first-child{height:440px;max-width:100%;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 25px 20px #173c2b3b)}.quote-cup .cup-mark{z-index:2;top:55%;width:62px}.daily-quote>div:last-child>p:not(.eyebrow){max-width:360px;font-size:14px;line-height:1.7;margin:24px 0 0;color:#536359}@media(max-width:900px){.daily-quote{grid-template-columns:1fr;padding:70px 28px}.quote-cup{height:360px}.quote-cup>img:first-child{height:360px}.product-image{height:290px!important}}@media(max-width:550px){.daily-quote{gap:10px}.quote-cup{height:310px}.quote-cup>img:first-child{height:310px}.quote-cup:before{width:290px;height:290px}.product-image{height:300px!important}}
.products .product-image{height:auto!important;aspect-ratio:16/9}.products .product{min-height:0!important}.products .product-info{min-height:108px}.products .card-mark{width:42px!important;left:50%!important;top:57%!important;padding:3px;background:#06261b;border:1px solid #d7c08d;box-shadow:0 3px 10px #001a0c60}.quote-cup:before{display:none}.quote-cup{background:none!important}.quote-cup>img:first-child{filter:drop-shadow(0 22px 17px #173c2b2b)!important}.quote-cup .cup-mark{width:54px!important;background:#06261b;padding:5px;border:1px solid #d7c08d}
.quote-cup .cup-mark{position:absolute!important;z-index:5!important;left:50%!important;top:60%!important;transform:translate(-50%,-50%)!important;width:74px!important;height:auto!important;padding:7px!important;background:#06261b!important;border:1px solid #d7c08d!important;border-radius:0!important;box-shadow:0 3px 9px #001b0d55!important}
body .products .product-image{height:auto!important;aspect-ratio:16/9!important}body .products .card-mark,body .quote-cup .cup-mark{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;filter:brightness(.28) sepia(.4) saturate(1.6)!important}body .quote-cup .cup-mark{width:66px!important}
body .products .cat-coffee .product-image,body .products .cat-cold .product-image{background:radial-gradient(circle at 50% 45%,#e9ded0 0,#c8b39b 55%,#92745e 100%)!important;overflow:hidden}body .products .menu-cup{position:absolute;left:50%;bottom:-13%;transform:translateX(-50%);height:132%;width:auto;max-width:88%;object-fit:contain;filter:drop-shadow(0 12px 8px #23150955)}body .quote-cup>img:first-child{height:470px!important;width:auto!important;max-width:100%;object-fit:contain}.quote-cup{overflow:visible!important}
body .quote-cup{cursor:pointer}body .quote-cup>img.ghost-logo{position:absolute!important;z-index:0!important;width:210px!important;height:auto!important;max-width:none!important;opacity:.11!important;filter:brightness(.35) sepia(.45) saturate(1.8)!important;transform:scale(3.2)!important}body .quote-cup>img:not(.ghost-logo){position:relative!important;z-index:1!important;height:470px!important;width:auto!important;max-width:100%!important;object-fit:contain!important;filter:drop-shadow(0 22px 17px #173c2b2b)!important;transition:transform .18s ease}body .quote-cup:hover>img:not(.ghost-logo){animation:cupShake .34s ease-in-out}.quote-cup:hover .ghost-logo{opacity:.18!important;transform:scale(3.35) rotate(-2deg)!important;transition:.25s}@keyframes cupShake{0%,100%{transform:translateX(0) rotate(0)}20%{transform:translateX(-5px) rotate(-1.5deg)}40%{transform:translateX(5px) rotate(1.5deg)}60%{transform:translateX(-3px) rotate(-.8deg)}80%{transform:translateX(3px) rotate(.8deg)}}
.site-logo{display:block;width:74px;height:62px}.site-logo img{display:block;width:100%;height:100%;object-fit:contain}.footer-bottom .site-logo{width:62px;height:52px}
.daily-quote h2,.daily-quote h2+p{transition:opacity .3s ease,transform .3s ease}.daily-quote .quote-fade{opacity:0;transform:translateY(8px)}
body .menu .products{display:flex!important;grid-template-columns:none!important;gap:20px!important;overflow-x:auto!important;overflow-y:hidden;padding:7px 3px 25px;scroll-snap-type:x mandatory;scrollbar-color:#d9b981 #1c4232;scrollbar-width:thin}body .menu .product{flex:0 0 min(520px,78vw);scroll-snap-align:start;min-height:0!important}body .menu .product-image{aspect-ratio:16/9!important;height:auto!important}.menu .products:after{content:'KAYDIR →';flex:0 0 105px;align-self:center;color:#d9b981;font-size:10px;letter-spacing:1.5px}.visit{gap:70px}.visit-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.visit-points span{border:1px solid #6a897b;border-radius:20px;padding:8px 10px;font-size:10px;color:#c7d8ce}.map-card{position:relative;align-self:center;justify-self:end;width:min(560px,100%);height:315px;border-radius:14px;overflow:hidden;border:1px solid #5d7e70;background:#173d2e}.map-card iframe{height:100%;width:100%;border:0;filter:saturate(.65) contrast(.95)}.map-card:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#092519cc,transparent 62%);pointer-events:none}.map-card>div{position:absolute;z-index:1;left:25px;bottom:23px;color:#fff}.map-card b{font:600 22px var(--display)}.map-card p{font-size:12px;margin:4px 0 10px}.map-card a{font-size:11px;color:var(--gold);border-bottom:1px solid var(--gold);padding-bottom:3px}@media(max-width:900px){.map-card{justify-self:start;width:100%}.visit{grid-template-columns:1fr!important}}@media(max-width:550px){body .menu .product{flex-basis:88vw}.map-card{height:270px}}
footer .footer-contact{min-height:116px!important;grid-template-columns:1.3fr 1fr 1fr!important;align-items:center;padding:28px clamp(24px,7vw,120px)!important;border-bottom:1px solid #5a766a!important}footer .footer-contact>div{display:flex;align-items:baseline;gap:22px}footer .footer-contact b{white-space:nowrap;font-size:17px!important}footer .footer-contact p{margin:0!important;color:#93aaa0!important;font-size:11px!important;font-weight:600}footer .footer-contact a{margin:0!important;white-space:nowrap}footer .footer-bottom{min-height:100px;padding:20px clamp(24px,7vw,120px)!important;display:grid!important;grid-template-columns:150px 1fr 190px;align-items:center;gap:24px}footer .footer-bottom .site-logo{width:53px!important;height:55px!important}footer .footer-nav{display:flex!important;justify-content:center;gap:25px;font-size:11px;color:#d5dfd8}footer .footer-nav a{opacity:.8;transition:.2s}footer .footer-nav a:hover{color:var(--gold);opacity:1}footer .socials{display:flex!important;justify-content:flex-end;gap:10px!important}footer .socials a{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#183e30;color:#fff;font:700 15px var(--sans);transition:transform .2s,background .2s}footer .socials a:hover{transform:translateY(-3px);background:var(--gold);color:var(--ink)}footer .socials .instagram{background:linear-gradient(135deg,#d1517e,#7547a6)}footer .socials .facebook{background:#3978c4}footer .socials .youtube{background:#c43b3b;font-size:11px}@media(max-width:780px){footer .footer-contact{grid-template-columns:1fr!important;gap:18px}footer .footer-contact>div{display:block}footer .footer-contact p,footer .footer-contact a{margin-top:6px!important}footer .footer-bottom{grid-template-columns:1fr!important;justify-items:center;text-align:center;padding:30px!important}footer .footer-nav{flex-wrap:wrap}.footer-bottom .socials{justify-content:center}}
footer .socials a i{font-size:14px;line-height:1}footer .socials .tiktok{background:#111}footer .socials .whatsapp{background:#28a95b}
body .products .product-image{position:relative!important;overflow:hidden!important;background:#d9d0c2!important;aspect-ratio:16/9!important;height:auto!important}body .products .product-photo{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;transition:transform .45s ease}.product:hover .product-photo{transform:scale(1.045)}body .products .cat-coffee .product-image,body .products .cat-cold .product-image{background:#d9d0c2!important}
body #menu .products .product-image{display:block!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:16/9!important;overflow:hidden!important;background:#d8d0c4!important}body #menu .products .product-photo{display:block!important;width:100%!important;height:100%!important;aspect-ratio:16/9!important;object-fit:cover!important;object-position:center!important}.cat-dessert .product-photo{object-position:center 48%!important}@media(max-width:550px){body #menu .products .product-image,body #menu .products .product-photo{aspect-ratio:16/9!important;height:auto!important}}

/* ROKA editorial polish */
.book-menu{position:relative!important;background:radial-gradient(circle at 75% 30%,#486a56 0,transparent 31%),linear-gradient(145deg,#304737,#18271f)!important}.book-cover{overflow:visible!important;border-radius:5px 18px 18px 5px!important;background-color:#9fbea8!important;background-image:repeating-linear-gradient(88deg,rgba(255,255,255,.035) 0 1px,rgba(23,57,40,.04) 1px 3px),repeating-linear-gradient(2deg,transparent 0 5px,rgba(255,255,255,.025) 5px 6px),linear-gradient(105deg,#75977f,#accab4 44%,#8ead98)!important;box-shadow:-20px 21px 0 #55715f,-23px 24px 0 #e8dfcd,-25px 27px 0 #3b5445,0 48px 90px rgba(0,0,0,.46),inset 2px 0 rgba(255,255,255,.3),inset -8px 0 18px rgba(24,60,42,.2)!important}.book-cover:hover{box-shadow:-15px 17px 0 #55715f,-18px 20px 0 #e8dfcd,-20px 23px 0 #3b5445,0 58px 100px rgba(0,0,0,.48),inset 2px 0 rgba(255,255,255,.3),inset -8px 0 18px rgba(24,60,42,.2)!important}.book-cover:before{width:5px!important;background:linear-gradient(90deg,rgba(22,56,38,.5),rgba(255,255,255,.24),rgba(22,56,38,.28))!important;box-shadow:8px 0 18px rgba(17,51,33,.18)!important}.book-cover:after{border:3px double rgba(29,66,46,.38)!important;box-shadow:inset 0 0 0 5px rgba(255,255,255,.055),0 1px rgba(255,255,255,.24)!important}.cover-mark b{text-shadow:0 1px rgba(255,255,255,.4),0 -1px rgba(12,45,27,.2)}.cover-mark i{border-top:1px solid rgba(33,70,49,.42);padding-top:18px}.cover-mark:before{content:'✦';position:absolute;right:34px;top:32px;width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(38,80,55,.38);border-radius:50%;font:11px var(--sans)}
.hero,.story,.visit{position:relative;overflow:hidden}.hero:before,.book-menu:before,.story:before,.visit:after{position:absolute;z-index:3;white-space:pre;text-align:center;pointer-events:none;font-family:'Segoe Script','Brush Script MT',cursive;font-style:italic;line-height:.9;letter-spacing:-1px;text-shadow:0 3px 13px rgba(0,0,0,.2)}.hero:before{content:'Life tastes better\A after coffee ♡';right:3.5%;top:16%;font-size:28px;color:rgba(255,255,255,.66);transform:rotate(-8deg)}.book-menu:before{content:'Pick your\A happy moment.';right:5%;top:48%;font-size:31px;color:rgba(196,225,204,.42);transform:rotate(7deg)}.story:before{content:'Slow down.\A Sip happiness.';left:43%;top:8%;font-size:27px;color:rgba(24,66,45,.44);transform:rotate(-8deg)}.visit:after{content:'Meet me\A at ROKA ♡';right:3%;bottom:6%;font-size:29px;color:rgba(187,216,195,.42);transform:rotate(-7deg)}
@media(max-width:900px){.hero:before{top:auto;bottom:6%;font-size:23px}.story:before{left:auto;right:4%;top:3%}.book-menu:before{display:none}.visit:after{font-size:22px}}@media(max-width:550px){.hero:before,.story:before,.visit:after{display:none}.book-cover{box-shadow:-12px 14px 0 #55715f,-15px 17px 0 #e8dfcd,-17px 20px 0 #3b5445,0 34px 65px rgba(0,0,0,.42)!important}}

.brand-ribbon{overflow:hidden;background:#b8d4bd;color:#173b2a;border-top:1px solid #d7e7da;border-bottom:1px solid #88aa91;padding:20px 0}.brand-ribbon>div{display:flex;align-items:center;gap:34px;width:max-content;animation:ribbonMove 24s linear infinite}.brand-ribbon span{font:600 clamp(18px,2vw,28px) var(--display);letter-spacing:-.5px;white-space:nowrap}.brand-ribbon i{font-style:normal;font-size:12px;color:#fff}@keyframes ribbonMove{to{transform:translateX(-50%)}}
.roka-experience{background:#f2ecdf;color:#153829;padding:105px clamp(24px,8vw,125px);display:grid;grid-template-columns:.7fr 1.7fr;gap:70px;align-items:start}.roka-experience header{position:sticky;top:120px}.roka-experience h2{font-size:clamp(45px,5vw,72px)}.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #aabcae;border-bottom:1px solid #aabcae}.experience-grid article{position:relative;min-height:360px;padding:26px 25px 32px;border-right:1px solid #aabcae;display:flex;flex-direction:column;transition:background .3s,transform .3s}.experience-grid article:last-child{border-right:0}.experience-grid article:hover{background:#dfeadd;transform:translateY(-8px)}.experience-grid article>span{font-size:9px;letter-spacing:2px;color:#728879}.experience-icon{margin:44px 0 35px;width:56px;height:56px;border:1px solid #89a091;border-radius:50%;display:grid;place-items:center;font:24px var(--display)}.experience-grid h3{font:600 25px var(--display);margin:0 0 14px}.experience-grid p{font-size:12px;line-height:1.7;color:#607267;margin:0 0 25px}.experience-grid a{margin-top:auto;width:max-content;font-size:11px;font-weight:700;border-bottom:1px solid;padding-bottom:4px}.visit-points{display:flex;gap:16px;margin-top:25px;color:#b8d4bd;font-size:10px;letter-spacing:.6px}
@media(max-width:1000px){.roka-experience{grid-template-columns:1fr}.roka-experience header{position:static}.experience-grid{grid-template-columns:1fr}.experience-grid article{min-height:260px;border-right:0;border-bottom:1px solid #aabcae}.experience-grid article:last-child{border-bottom:0}.experience-icon{margin:24px 0}}@media(max-width:550px){.roka-experience{padding:75px 22px;gap:42px}.experience-grid article{padding:24px 18px}.brand-ribbon{padding:15px 0}.brand-ribbon>div{gap:23px}}

/* Görsel deneyim kartları ve yumuşak bölüm geçişleri */
.roka-experience{position:relative;background:linear-gradient(180deg,#e7eee6 0,#f2ecdf 12%,#f2ecdf 88%,#e8efe9 100%)}.experience-lead{max-width:230px;margin:25px 0 0;color:#62766a;font-size:13px;line-height:1.7}.experience-grid{border:0!important;gap:15px}.experience-grid .experience-card{min-height:530px;padding:0!important;border:0!important;border-radius:5px;overflow:hidden;isolation:isolate;box-shadow:0 18px 42px rgba(28,54,39,.13);transform:translateY(0);background:#153829}.experience-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .5s;filter:saturate(.78) contrast(1.04)}.experience-card:nth-child(2)>img{object-position:55% center}.experience-shade{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(5,25,16,.03) 20%,rgba(5,25,16,.28) 55%,rgba(5,25,16,.92) 100%)}.experience-copy{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:32px;color:#fff}.experience-copy>span{font-size:8px;letter-spacing:2px;color:#c5dec9}.experience-copy h3{font-size:clamp(25px,2.2vw,34px);margin:12px 0}.experience-copy p{color:#d2ddd5;max-width:270px;margin-bottom:25px}.experience-copy a{color:#fff;border-color:#b8d4bd}.experience-copy a b{display:inline-block;margin-left:5px;transition:transform .3s}.experience-card:hover{transform:translateY(-10px)!important;background:#153829!important}.experience-card:hover>img{transform:scale(1.075);filter:saturate(.95) contrast(1.06)}.experience-card:hover a b{transform:translate(3px,-3px)}
main>section{transition:background-color .65s ease,color .45s ease}.reveal-section{opacity:0;transform:translateY(34px);transition:opacity .85s cubic-bezier(.2,.7,.2,1),transform .85s cubic-bezier(.2,.7,.2,1)}.reveal-section.is-visible{opacity:1;transform:none}.book-menu,.visit,.daily-quote,.story,.roka-experience{scroll-margin-top:78px}.daily-quote{background:linear-gradient(180deg,#f2ecdf 0,#f4eee4 12%,#f4eee4 88%,#e8efe9 100%)!important}.story{background:linear-gradient(180deg,#e8efe9 0,#e8efe9 88%,#dfe9e1 100%)!important}
@media(max-width:1000px){.experience-grid .experience-card{min-height:430px}.experience-grid{gap:14px}.experience-card:nth-child(2)>img{object-position:center 56%}}@media(max-width:550px){.experience-grid .experience-card{min-height:390px!important}.experience-copy{padding:25px 21px}.experience-card:hover{transform:none!important}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal-section{opacity:1;transform:none}.experience-card>img,.brand-ribbon>div{transition:none;animation:none}}

/* Kapak tipografisi, üst alan dengesi ve yumuşak menü hareketi */
.cover-mark:before{content:'ROKA\A EDITION 01'!important;right:31px!important;top:30px!important;width:auto!important;height:auto!important;border:0!important;border-radius:0!important;display:block!important;text-align:right;font:700 7px/1.45 var(--sans)!important;letter-spacing:1.6px;color:rgba(28,65,44,.62);padding:0 0 7px;border-bottom:1px solid rgba(28,65,44,.32)!important}.cover-mark:after{content:'Coffee notes & sweet moments';position:absolute;left:0;right:0;bottom:77px;text-align:center;font:italic 12px var(--display);letter-spacing:.3px;color:rgba(26,61,41,.66)}.cover-mark small{position:relative}.cover-mark small:after{content:'';display:block;width:34px;height:1px;background:rgba(28,65,44,.45);margin:15px auto 0}.cover-hint{bottom:30px!important}
.book-open{animation:softBookOpen .9s cubic-bezier(.16,.75,.25,1)!important;transform-origin:center bottom}.book-page.left{animation:softLeftPage .72s cubic-bezier(.2,.7,.2,1)}.book-page.right{animation:softRightPage .72s cubic-bezier(.2,.7,.2,1)}.book-photo{animation:detailFade .65s .08s both cubic-bezier(.2,.7,.2,1)}.book-detail{animation:detailFade .68s .16s both cubic-bezier(.2,.7,.2,1)}.book-item{transition:background-color .35s ease,transform .35s ease,color .25s ease}.book-item:hover{transform:translateX(5px)}.book-categories button,.book-add{transition:background-color .35s ease,color .35s ease,transform .3s ease}.book-categories button:hover{transform:translateY(-2px)}
@keyframes softBookOpen{0%{opacity:0;transform:perspective(1400px) rotateX(7deg) translateY(24px) scale(.96)}55%{opacity:1}100%{opacity:1;transform:none}}@keyframes softLeftPage{from{opacity:.45;transform:perspective(1200px) rotateY(5deg)}to{opacity:1;transform:none}}@keyframes softRightPage{from{opacity:.35;transform:perspective(1200px) rotateY(-7deg)}to{opacity:1;transform:none}}@keyframes detailFade{from{opacity:0;transform:translateY(12px);filter:blur(3px)}to{opacity:1;transform:none;filter:none}}
.hero-copy:after{content:'ESPRESSO  ·  PATISSERIE  ·  GOOD MOMENTS';display:block;width:max-content;max-width:100%;margin-top:34px;padding-top:16px;border-top:1px solid rgba(184,212,189,.32);font-size:8px;font-weight:700;letter-spacing:2.1px;color:rgba(205,222,211,.62)}.hero-image:before{content:'ROKA / ISTANBUL';position:absolute;z-index:4;top:28px;right:34px;padding:8px 11px;border:1px solid rgba(255,255,255,.32);border-radius:99px;font-size:7px;font-weight:700;letter-spacing:1.7px;color:#fff;background:rgba(9,37,25,.18);backdrop-filter:blur(7px)}
@media(max-width:550px){.cover-mark:after{font-size:10px;bottom:64px}.cover-mark:before{right:24px!important;top:24px!important}.hero-copy:after{line-height:1.7}.hero-image:before{right:18px;top:18px}}@media(prefers-reduced-motion:reduce){.book-open,.book-page.left,.book-page.right,.book-photo,.book-detail{animation:none!important}.book-item,.book-categories button{transition:none}}

/* Kesintisiz marka şeridi ve seçilemeyen görsel kartlar */
.brand-ribbon{user-select:none;-webkit-user-select:none}.brand-ribbon .ribbon-track{display:flex!important;align-items:center;gap:34px;width:max-content;animation:seamlessRibbon 22s linear infinite;will-change:transform}.brand-ribbon .ribbon-group{display:flex;align-items:center;gap:34px;flex:none}.brand-ribbon .ribbon-track:hover{animation-play-state:running}.brand-ribbon>div{animation:none}.experience-grid,.experience-card,.experience-copy,.experience-card img{user-select:none;-webkit-user-select:none}.experience-card img{-webkit-user-drag:none;pointer-events:none}.experience-copy a{user-select:none;-webkit-user-select:none}.experience-grid ::selection{background:transparent;color:inherit}@keyframes seamlessRibbon{from{transform:translate3d(0,0,0)}to{transform:translate3d(calc(-50% - 17px),0,0)}}
@media(max-width:550px){.brand-ribbon .ribbon-track,.brand-ribbon .ribbon-group{gap:23px}.brand-ribbon .ribbon-track{animation-duration:18s}@keyframes seamlessRibbon{from{transform:translate3d(0,0,0)}to{transform:translate3d(calc(-50% - 11.5px),0,0)}}}@media(prefers-reduced-motion:reduce){.brand-ribbon .ribbon-track{animation:none;transform:none}}

/* Dört kopyalı, geniş ekranlarda da boşluksuz marquee */
.brand-ribbon .ribbon-track{animation-name:fullRibbonLoop!important;animation-duration:22s!important}@keyframes fullRibbonLoop{from{transform:translate3d(0,0,0)}to{transform:translate3d(calc(-25% - 8.5px),0,0)}}@media(max-width:550px){.brand-ribbon .ribbon-track{animation-duration:18s!important}@keyframes fullRibbonLoop{from{transform:translate3d(0,0,0)}to{transform:translate3d(calc(-25% - 5.75px),0,0)}}}@media(prefers-reduced-motion:reduce){.brand-ribbon .ribbon-track{animation:none!important}}

/* Premium, katmanlı hero alanı */
.hero-copy{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 12% 12%,rgba(166,207,180,.14),transparent 29%),linear-gradient(135deg,rgba(255,255,255,.025),transparent 58%);border-right:1px solid rgba(184,212,189,.12)}.hero-copy:before{content:'ROKA';position:absolute;z-index:-1;left:clamp(12px,3vw,48px);top:9%;font:600 clamp(115px,15vw,235px)/.75 var(--display);letter-spacing:-13px;color:transparent;-webkit-text-stroke:1px rgba(174,211,185,.105);transform:rotate(-90deg) translateX(-62%);transform-origin:left top;pointer-events:none}.hero-copy>*{position:relative;z-index:1}.hero-copy .eyebrow{display:flex;align-items:center;gap:12px;width:max-content;padding:8px 11px;border:1px solid rgba(184,212,189,.22);border-radius:99px;background:rgba(184,212,189,.055);backdrop-filter:blur(8px)}.hero-copy .eyebrow:before{content:'';width:5px;height:5px;border-radius:50%;background:#b8d4bd;box-shadow:0 0 0 5px rgba(184,212,189,.1)}.hero-copy .eyebrow:after{content:'01 / IST';padding-left:10px;border-left:1px solid rgba(184,212,189,.25);color:rgba(226,237,229,.5);font-size:7px;letter-spacing:1.4px}.hero-copy h1{position:relative;text-shadow:0 12px 42px rgba(0,0,0,.18)}.hero-copy h1:after{content:'COFFEE · PATISSERIE';position:absolute;right:-13px;top:48%;font:700 7px var(--sans);letter-spacing:2px;color:rgba(184,212,189,.52);writing-mode:vertical-rl}.hero-copy h1 em{position:relative;display:inline-block;color:#e8c389}.hero-copy h1 em:after{content:'';position:absolute;left:3%;right:-5%;bottom:4px;height:8px;background:rgba(184,212,189,.12);z-index:-1;transform:skewX(-15deg)}.hero-actions .button{box-shadow:0 13px 30px rgba(0,0,0,.2);transition:transform .3s,box-shadow .3s}.hero-actions .button:hover{transform:translateY(-3px);box-shadow:0 18px 35px rgba(0,0,0,.26)}.hero-stats{gap:10px!important}.hero-stats span{min-width:92px;padding:13px 14px!important;border:1px solid rgba(184,212,189,.16);border-radius:5px;background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.018));backdrop-filter:blur(8px);box-shadow:inset 0 1px rgba(255,255,255,.05);transition:transform .3s,background .3s}.hero-stats span:hover{transform:translateY(-4px);background:rgba(184,212,189,.1)}.hero-copy:after{width:100%!important;box-sizing:border-box;color:rgba(205,222,211,.55)!important;background:linear-gradient(90deg,rgba(184,212,189,.05),transparent);padding:16px 12px 0!important;border-radius:4px}
@media(max-width:900px){.hero-copy:before{font-size:170px;left:8px}.hero-copy{border-right:0;border-bottom:1px solid rgba(184,212,189,.12)}}@media(max-width:550px){.hero-copy .eyebrow:after{display:none}.hero-copy h1:after{display:none}.hero-stats{display:grid!important;grid-template-columns:repeat(3,1fr)}.hero-stats span{min-width:0;padding:11px 8px!important}.hero-copy:before{font-size:125px;opacity:.75}}

/* Kitap sahnesi: transparan tipografi ve yörünge katmanları */
.book-menu{isolation:isolate;background:radial-gradient(circle at 51% 58%,rgba(170,205,180,.19) 0,rgba(91,132,104,.08) 23%,transparent 48%),radial-gradient(circle at 89% 18%,rgba(174,210,184,.1),transparent 24%),linear-gradient(145deg,#304737,#18271f)!important}.book-menu:after{content:'MENU';position:absolute;z-index:-1;left:-2vw;bottom:-4vw;font:600 clamp(190px,29vw,510px)/.72 var(--display);letter-spacing:-28px;color:transparent;-webkit-text-stroke:1px rgba(184,212,189,.075);pointer-events:none;transform:rotate(-4deg)}.book-menu>.menu-head,.book-menu>#products{position:relative;z-index:2}.book-closed{position:relative;isolation:isolate}.book-closed:before{content:'';position:absolute;z-index:-1;width:min(660px,70vw);aspect-ratio:1;border:1px solid rgba(184,212,189,.15);border-radius:50%;box-shadow:0 0 0 48px rgba(184,212,189,.025),0 0 0 96px rgba(184,212,189,.018);animation:menuOrbit 18s linear infinite}.book-closed:after{content:'41.0082° N  ·  28.9784° E  /  ROKA ISTANBUL';position:absolute;z-index:3;left:4%;bottom:7%;font:700 7px var(--sans);letter-spacing:2px;color:rgba(199,220,204,.42);writing-mode:vertical-rl;transform:rotate(180deg)}.book-cover{z-index:2}.book-cover .cover-mark:after{letter-spacing:.65px}.book-menu .menu-head:after{content:'CURATED DAILY  ·  EDITION 01';position:absolute;right:0;top:-28px;padding-left:38px;background:linear-gradient(90deg,rgba(184,212,189,.3) 0 27px,transparent 27px);font-size:7px;font-weight:700;letter-spacing:1.8px;color:rgba(214,228,218,.46)}@keyframes menuOrbit{to{transform:rotate(360deg)}}
@media(max-width:900px){.book-menu:after{font-size:260px;letter-spacing:-16px;bottom:4%}.book-menu .menu-head:after{top:-18px}.book-closed:after{left:0}.book-closed:before{width:min(580px,90vw)}}@media(max-width:550px){.book-menu:after{font-size:175px;letter-spacing:-11px;bottom:9%}.book-menu .menu-head:after,.book-closed:after{display:none}.book-closed:before{width:88vw;box-shadow:0 0 0 28px rgba(184,212,189,.022),0 0 0 56px rgba(184,212,189,.014)}}@media(prefers-reduced-motion:reduce){.book-closed:before{animation:none}}
.book-menu:after{z-index:0!important}

/* Şeffaf, katmanlı footer */
footer{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 78% 18%,rgba(143,188,157,.18),transparent 27%),radial-gradient(circle at 12% 100%,rgba(210,181,132,.1),transparent 24%),linear-gradient(135deg,rgba(5,29,20,.97),rgba(11,44,31,.94))!important;box-shadow:inset 0 1px rgba(184,212,189,.16)}footer:before{content:'ROKA';position:absolute;z-index:-1;right:-18px;bottom:-38px;font:600 155px/.7 var(--display);letter-spacing:-9px;color:transparent;-webkit-text-stroke:1px rgba(184,212,189,.065);pointer-events:none}footer:after{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(110deg,transparent 0 48%,rgba(255,255,255,.025) 49%,transparent 72%);pointer-events:none}footer .footer-contact{background:rgba(210,232,217,.035);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(184,212,189,.18)!important}footer .footer-contact>div{position:relative;padding:13px 18px;border:1px solid rgba(184,212,189,.1);border-radius:7px;background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.012));box-shadow:inset 0 1px rgba(255,255,255,.05);transition:background .3s,border-color .3s,transform .3s}footer .footer-contact>div:hover{background:rgba(184,212,189,.08);border-color:rgba(184,212,189,.24);transform:translateY(-3px)}footer .footer-contact>div:before{content:'';position:absolute;left:0;top:17px;bottom:17px;width:2px;background:linear-gradient(#b8d4bd,#d9b77c);border-radius:2px}footer .footer-bottom{background:rgba(1,17,11,.18);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}footer .footer-nav a{position:relative}footer .footer-nav a:after{content:'';position:absolute;left:50%;right:50%;bottom:-6px;height:1px;background:#b8d4bd;transition:left .3s,right .3s}footer .footer-nav a:hover:after{left:0;right:0}footer .socials a{box-shadow:0 8px 20px rgba(0,0,0,.2),inset 0 1px rgba(255,255,255,.18)}
@media(max-width:780px){footer .footer-contact>div{padding:15px 18px}footer:before{font-size:115px;bottom:-22px;right:-10px}}@media(max-width:550px){footer .footer-contact{background:rgba(210,232,217,.025)}footer:before{font-size:90px;opacity:.8}}

/* Günün sözü: renkli editorial sahne */
.daily-quote{position:relative;isolation:isolate;background:radial-gradient(circle at 18% 48%,rgba(167,198,174,.42),transparent 29%),radial-gradient(circle at 83% 37%,rgba(194,116,86,.2),transparent 25%),linear-gradient(135deg,#f4eee4 0,#eee5d7 52%,#dae7dc 100%)!important}.daily-quote:before{content:'';position:absolute;z-index:-1;right:9%;top:10%;width:330px;height:330px;border-radius:50%;background:linear-gradient(145deg,rgba(184,212,189,.72),rgba(201,137,102,.27));box-shadow:0 0 0 38px rgba(255,255,255,.16),0 35px 80px rgba(72,91,73,.12)}.daily-quote:after{content:'take a breath';position:absolute;z-index:0;right:3%;bottom:7%;font:italic 35px 'Segoe Script','Brush Script MT',cursive;color:rgba(35,74,52,.26);transform:rotate(-7deg);pointer-events:none}.daily-quote>div{position:relative;z-index:1}.daily-quote>div:last-child{max-width:540px;padding:58px 55px 52px;border:1px solid rgba(255,255,255,.55);border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.52),rgba(255,255,255,.16));backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 28px 65px rgba(48,74,57,.13),inset 0 1px rgba(255,255,255,.72);overflow:visible}.daily-quote>div:last-child:before{content:'“';position:absolute;right:32px;top:-40px;font:600 150px/.8 var(--display);color:rgba(172,96,66,.28);text-shadow:0 10px 30px rgba(171,106,74,.12)}.daily-quote>div:last-child:after{content:'30 SEC  /  NEW THOUGHT';position:absolute;right:-42px;bottom:36px;width:96px;height:96px;border-radius:50%;display:grid;place-items:center;text-align:center;padding:15px;border:1px solid rgba(35,74,52,.28);background:rgba(232,241,233,.72);color:#315b43;font:700 7px/1.5 var(--sans);letter-spacing:1.3px;box-shadow:0 16px 38px rgba(50,78,59,.15);animation:quoteSeal 12s linear infinite}.daily-quote .eyebrow{display:flex;align-items:center;gap:10px;color:#6a8e72}.daily-quote .eyebrow:before{content:'';width:28px;height:1px;background:#b76f51}.daily-quote h2{position:relative;color:#173c2b;text-shadow:0 1px rgba(255,255,255,.55)}.daily-quote h2 em{color:#b96f50}.daily-quote>div:last-child>p:not(.eyebrow){padding-left:18px;border-left:2px solid rgba(185,111,80,.5);color:#53695c!important}.quote-cup:after{content:'ROKA / DAILY';position:absolute;z-index:3;left:9%;bottom:8%;padding:8px 11px;border:1px solid rgba(38,77,53,.22);border-radius:99px;background:rgba(255,255,255,.34);font-size:7px;font-weight:700;letter-spacing:1.5px;color:#365d45;backdrop-filter:blur(8px)}@keyframes quoteSeal{to{transform:rotate(360deg)}}
@media(max-width:1000px){.daily-quote>div:last-child{justify-self:center;width:min(540px,100%)}.daily-quote>div:last-child:after{right:20px;bottom:-48px}.daily-quote:before{right:4%;top:auto;bottom:5%}.daily-quote:after{bottom:2%}}@media(max-width:550px){.daily-quote>div:last-child{padding:45px 25px 54px}.daily-quote>div:last-child:before{font-size:105px;right:18px;top:-25px}.daily-quote>div:last-child:after{width:78px;height:78px;right:14px;bottom:-38px;font-size:6px}.daily-quote:before{width:240px;height:240px}.daily-quote:after{display:none}.quote-cup:after{left:3%}}@media(prefers-reduced-motion:reduce){.daily-quote>div:last-child:after{animation:none}}

/* Bugünün tazeleri marka şeridi */
.quick-bar{min-height:72px;padding-top:10px!important;padding-bottom:10px!important;align-items:center;background:linear-gradient(90deg,#d6b777 0,#e2c68f 42%,#bad2bd 100%)!important;border-top:1px solid rgba(255,255,255,.42);box-shadow:0 12px 30px rgba(30,59,40,.1)}.fresh-today{display:flex;align-items:center;gap:14px}.fresh-mark{position:relative;width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border:1px solid rgba(18,57,38,.25);border-radius:50%;background:rgba(255,255,255,.27);box-shadow:inset 0 1px rgba(255,255,255,.48)}.fresh-mark:after{content:'';position:absolute;inset:-5px;border:1px solid rgba(20,59,39,.13);border-radius:50%;animation:freshPulse 2.6s ease-out infinite}.fresh-mark img{width:25px;height:25px;object-fit:contain;filter:brightness(.42) sepia(.4) saturate(1.4)}.fresh-label{display:flex;flex-direction:column;gap:3px;padding-right:18px;border-right:1px solid rgba(24,62,42,.22)}.fresh-label small{font-size:7px;letter-spacing:1.8px;color:#41634d}.fresh-label b{font:600 14px var(--display);white-space:nowrap}.fresh-list{display:flex;align-items:center;gap:10px}.fresh-list i{font-style:normal;font-size:10px;white-space:nowrap}.fresh-list i:not(:last-child):after{content:'✦';margin-left:10px;font-size:6px;color:rgba(33,70,48,.55)}.quick-bar>a{display:flex;align-items:center;gap:10px;padding:10px 13px;border:1px solid rgba(18,57,38,.22)!important;border-radius:99px;background:rgba(255,255,255,.2);transition:transform .3s,background .3s}.quick-bar>a:hover{transform:translateX(4px);background:rgba(255,255,255,.36)}.quick-bar>a b{font-size:15px}@keyframes freshPulse{0%{opacity:.65;transform:scale(.88)}70%,100%{opacity:0;transform:scale(1.22)}}
@media(max-width:900px){.quick-bar{align-items:flex-start}.fresh-list{flex-wrap:wrap}.fresh-label{border-right:0}.fresh-today{flex-wrap:wrap}}@media(max-width:550px){.quick-bar{gap:15px}.fresh-mark{width:40px;height:40px;flex-basis:40px}.fresh-label b{font-size:13px}.fresh-list{width:100%;padding-left:54px;margin-top:-8px}.fresh-list i{font-size:9px}.quick-bar>a{margin-left:54px}}@media(prefers-reduced-motion:reduce){.fresh-mark:after{animation:none}}

/* Dairesiz, şeffaf ROKA imzası */
.fresh-mark{width:76px!important;height:48px!important;flex-basis:76px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible}.fresh-mark:before{content:'';position:absolute;inset:5px -10px;border-radius:4px;background:rgba(18,57,38,.1);filter:blur(13px);opacity:.35;z-index:-1}.fresh-mark:after{inset:auto!important;left:0!important;right:0!important;bottom:-5px!important;width:100%!important;height:1px!important;border:0!important;border-radius:0!important;background:linear-gradient(90deg,transparent,rgba(22,61,40,.42),transparent);animation:logoLine 3s ease-in-out infinite!important}.fresh-mark img{width:72px!important;height:46px!important;object-fit:contain!important;filter:none!important;transform:scale(1.1);transform-origin:center}.fresh-label{margin-left:3px}@keyframes logoLine{0%,100%{opacity:.25;transform:scaleX(.45)}50%{opacity:.85;transform:scaleX(1)}}@media(max-width:550px){.fresh-mark{width:65px!important;height:43px!important;flex-basis:65px!important}.fresh-mark img{width:62px!important;height:41px!important}.fresh-list{padding-left:79px!important}.quick-bar>a{margin-left:79px!important}}@media(prefers-reduced-motion:reduce){.fresh-mark:after{animation:none!important}}
