@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');
:root{--bg:#14120f;--gold:#d4af70;--cream:#f1e6d1;--ink:#302719;--muted:#b7ac99;--line:#d4af7038}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--cream);font:16px/1.65 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer;color:inherit}a,button,input{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--gold);outline-offset:5px}header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;height:88px;padding:0 7%;background:#14120ff0;border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:12px}.brand img:first-child{width:49px;height:49px}.brand img:last-child{width:112px;height:57px;object-fit:contain}nav{display:flex;gap:30px;font-size:14px}nav a:hover{color:var(--gold)}.intro-screen{position:fixed;inset:0;z-index:100;background:#14120f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;pointer-events:none;animation:exitIntro .45s ease 1.25s forwards}.intro-mark{width:145px;animation:markArrival 1.3s ease both}.intro-type{width:210px}.intro-line{height:1px;width:150px;background:var(--gold);transform-origin:left;animation:growLine 1.3s ease both}.intro-caption{font-size:10px;letter-spacing:3px;color:var(--gold)}@keyframes exitIntro{to{opacity:0;visibility:hidden}}@keyframes markArrival{from{opacity:0;transform:scale(.9) rotate(-15deg)}to{opacity:1;transform:none}}@keyframes growLine{from{transform:scaleX(0)}to{transform:scaleX(1)}}.hero{min-height:720px;position:relative;overflow:hidden}.hero-photo{position:absolute;inset:0 0 0 22%;background:url('assets/hero.webp') center/cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#14120f 5%,#14120fee 30%,#14120f66 63%,transparent),linear-gradient(0deg,#14120f,transparent 50%)}.hero-content{position:relative;padding:80px 7% 140px;max-width:840px}.eyebrow{font-size:11px;letter-spacing:2.4px;color:var(--gold);font-weight:600;margin:0 0 24px}.hero-logo{width:300px;max-width:70%;margin-left:-15px;margin-bottom:22px}h1,h2,h3,p{margin-top:0}h1{font:400 clamp(34px,3.6vw,50px)/1.2 'Playfair Display',Georgia,serif;margin-bottom:24px}h1 em,h2 em{font-weight:400;color:var(--gold)}.hero-copy{max-width:390px;font-size:15px;color:var(--muted);margin-bottom:28px}.button{display:inline-flex;gap:40px;align-items:center;background:var(--gold);color:var(--ink);padding:15px 24px;font-size:14px;font-weight:600;border:1px solid var(--gold)}.button:hover{background:#e4c28b}.hero-qr{position:absolute;right:7%;bottom:115px;display:flex;gap:15px;align-items:center;padding:13px;border:1px solid var(--line);background:#14120fbb;backdrop-filter:blur(12px)}.hero-qr img{width:80px;height:80px}.hero-qr span{font-size:11px;letter-spacing:1.4px;color:var(--gold)}.hero-qr small{display:block;letter-spacing:0;color:var(--muted);font-size:12px;margin-top:7px}.hero-bottom{position:absolute;bottom:30px;left:7%;right:7%;display:flex;justify-content:space-between;font-size:11px;letter-spacing:2px;color:var(--muted)}.hero-bottom a{letter-spacing:0;font-size:13px}.section{padding:90px 7%}.cream{background:var(--cream);color:var(--ink)}.cream .eyebrow{color:#92703d}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:35px;max-width:1350px;margin:0 auto 40px}h2{font:400 clamp(36px,4.6vw,62px)/1.14 'Playfair Display',Georgia,serif;letter-spacing:-1px;margin-bottom:0}.cream h2 em{color:#97703b}.section-heading>p{max-width:320px;color:#806b4d;font-size:15px;margin:0}.menu-surface{max-width:1350px;margin:auto}.menu-tools{display:flex;justify-content:space-between;gap:22px;align-items:center;border-bottom:1px solid #9c794e40;padding:0 0 24px}.categories{display:flex;gap:8px;flex-wrap:wrap}.categories button{border:1px solid #a8845066;background:none;padding:10px 14px;font-size:13px;border-radius:3px;color:inherit}.categories button.active{background:#af8548;color:#fff9ea;border-color:#af8548}.categories button:hover{border-color:#a47b41}.search{display:flex;align-items:center;gap:8px;border-bottom:1px solid #a98a60;flex-shrink:0}.search span{font-size:28px;color:#a47b41}.search input{width:165px;border:0;background:none;padding:11px 0;color:inherit;font-size:13px}.search input::placeholder{color:#8d7a60}.result-heading{display:flex;justify-content:space-between;align-items:center;margin:28px 0 24px;gap:20px}.result-heading h3{font:400 27px 'Playfair Display',Georgia,serif;margin:0}.result-heading>span{font-size:12px;opacity:.7;white-space:nowrap}.menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.menu-card{padding:0;display:flex;flex-direction:column;text-align:left;border:1px solid #b998675e;background:#fbf4e6;color:var(--ink);overflow:hidden;transition:transform .25s,border-color .25s}.menu-card:hover{transform:translateY(-4px);border-color:#a78146}.menu-card>img{width:100%;height:auto;aspect-ratio:1.3;object-fit:cover;display:block}.card-copy{display:grid;grid-template-columns:1fr auto;padding:22px;gap:9px 16px;flex:1;align-content:start}.card-copy>strong{font-weight:500;font-size:17px;line-height:1.4}.card-price{white-space:nowrap;color:#967039;font-size:16px}.card-copy>small{grid-column:1/-1;color:#8b775c;font-size:12px;line-height:1.6}.section-note{max-width:1350px;margin:25px auto 0;font-size:12px;opacity:.65}.cocktail-section{background:radial-gradient(ellipse at top,#302719 0%,#14120f 55%)}.cocktail-heading{text-align:center;margin-bottom:50px}.cocktail-heading h2{font-size:clamp(48px,6vw,82px)}.cocktail-heading>p:last-child{color:var(--muted);margin:25px 0 0;font-size:15px}.signature-stage{display:grid;grid-template-columns:1.1fr 1fr;max-width:1170px;margin:0 auto 70px;border:1px solid var(--line);background:#1b1712}.signature-photo{overflow:hidden;min-height:490px}.signature-photo img{display:block;width:100%;height:100%;max-height:640px;object-fit:cover}.signature-copy{padding:58px 50px;display:flex;flex-direction:column;justify-content:center;position:relative}.signature-kicker{font-size:10px;letter-spacing:2.6px;color:var(--gold)}.signature-number{font:italic 18px 'Playfair Display',Georgia,serif;color:#8c7655;margin-top:22px}.signature-copy h3{font:400 clamp(36px,4vw,58px)/1.1 'Playfair Display',Georgia,serif;margin:20px 0}.signature-copy>p{color:var(--muted);font-size:14px;max-width:310px;margin-bottom:25px}.signature-copy>strong{font-weight:400;font-size:25px;color:var(--gold)}.text-button{padding:10px 0;border:0;border-bottom:1px solid var(--line);background:none;text-align:left;align-self:start;font-size:13px;color:var(--gold);margin-top:15px}.signature-controls{display:flex;align-items:center;gap:20px;margin-top:40px}.signature-controls>button{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:none;font-size:20px}.signature-controls>button:hover{background:var(--gold);color:var(--ink)}#signature-dots{display:flex;gap:3px}#signature-dots button{width:22px;height:28px;background:none;border:0;padding:8px;position:relative}#signature-dots button:after{content:'';display:block;width:6px;height:6px;border-radius:50%;background:#6f5c40}#signature-dots button.active:after{background:var(--gold);transform:scale(1.35)}.cocktail-section .menu-card{background:#211c15;color:var(--cream);border-color:var(--line)}.cocktail-section .card-price{color:var(--gold)}.cocktail-section .card-copy>small{color:var(--muted)}.cocktail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cocktail-grid .menu-card>img{aspect-ratio:1}.coffee-banner{display:grid;grid-template-columns:280px 1fr;align-items:center;background:#e6d5b7;border:1px solid #bfa16b6b;max-width:1350px;margin:0 auto 38px;overflow:hidden}.coffee-banner img{width:100%;height:220px;object-fit:cover}.coffee-banner>div{padding:30px 40px}.coffee-banner h3{font:400 34px 'Playfair Display',Georgia,serif;margin:12px 0}.coffee-banner p{font-size:14px;color:#7a6242;margin:0}.contact{display:grid;grid-template-columns:1fr 1fr;gap:75px}.contact-lines{margin:30px 0}.contact-lines>div{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid var(--line)}.contact-lines small{font-size:10px;letter-spacing:2px;color:var(--gold)}.contact-lines span{font-size:14px}.outline{background:none;color:var(--gold)}.outline:hover{color:var(--ink)}.map-card{display:flex;flex-direction:column;border:1px solid var(--line);min-height:400px;background:#211c15}.map-title{padding:20px;display:flex;justify-content:space-between}.map-title span{font-size:13px;color:var(--muted)}iframe{width:100%;border:0;flex:1;min-height:320px;filter:grayscale(.5)}.map-card>a{padding:18px 22px;color:var(--gold);font-size:13px}footer{border-top:1px solid var(--line);padding:25px 7%;display:flex;justify-content:space-between;align-items:center;gap:25px}footer>span{font-size:10px;letter-spacing:2px;color:var(--muted)}footer>a:last-child{font-size:12px;color:var(--muted)}dialog{padding:0;background:var(--cream);color:var(--ink);border:1px solid var(--gold);width:calc(100% - 36px);max-width:540px;max-height:90dvh;overflow:auto}dialog::backdrop{background:#000c;backdrop-filter:blur(6px)}.close{position:absolute;top:12px;right:12px;width:40px;height:40px;background:#14120fe0;border:1px solid var(--line);color:var(--cream);font-size:29px;border-radius:50%;line-height:1}#detail-image{display:block;width:100%;aspect-ratio:1.2;object-fit:cover}.dialog-copy{padding:30px}.dialog-copy .eyebrow{color:#8b6735}.dialog-copy h2{font-size:35px;margin-bottom:20px}.dialog-copy>p:not(.eyebrow){font-size:14px;color:#887153}.dialog-copy>strong{font-size:25px;font-weight:400;color:#8b6735}.empty{grid-column:1/-1;padding:25px 0}
@media(max-width:1100px){.menu-tools{align-items:start;flex-direction:column}.search{width:100%}.search input{width:100%}.menu-grid{gap:18px}.card-copy{padding:17px}.signature-copy{padding:35px}.signature-photo{min-height:430px}}
@media(max-width:800px){header{padding:0 5%;height:78px}nav{gap:20px;font-size:13px}.brand{gap:5px}.brand img:first-child{width:38px;height:38px}.brand img:last-child{width:88px;height:49px}.section{padding:65px 6%}.hero-content{padding:65px 6% 260px}.hero{min-height:800px}.hero-qr{left:6%;right:auto;bottom:90px}.hero-bottom{left:6%;right:6%}.hero-photo{inset:0;background-position:65%}.hero-shade{background:linear-gradient(90deg,#14120ff2,#14120f80),linear-gradient(0deg,#14120f,transparent 90%)}.section-heading{display:block}.section-heading>p{max-width:450px;margin-top:24px}.menu-grid,.cocktail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.signature-stage{grid-template-columns:1fr 1fr}.signature-copy{padding:25px}.signature-photo{min-height:420px}.signature-controls{gap:8px}.signature-copy h3{font-size:36px}.coffee-banner{grid-template-columns:210px 1fr}.coffee-banner>div{padding:25px}.coffee-banner h3{font-size:28px}.contact{grid-template-columns:1fr;gap:40px}footer>span{max-width:160px}}
@media(max-width:540px){header{height:74px;gap:14px}.brand img:first-child{display:none}.brand img:last-child{width:88px}nav{gap:15px;font-size:12px}.hero{min-height:840px}.hero-content{padding-top:55px}.hero-logo{width:260px;margin-bottom:20px}.hero-content h1{font-size:35px}.hero-copy{font-size:14px;max-width:320px}.hero-bottom{font-size:9px;letter-spacing:1.2px}.hero-bottom a{font-size:12px}.section{padding:60px 6%}h2{font-size:39px}.categories{gap:7px}.categories button{font-size:12px;padding:9px 12px}.menu-grid{grid-template-columns:1fr}.menu-card>img{aspect-ratio:1.35}.card-copy{padding:22px}.card-copy>strong{font-size:18px}.card-copy>small{font-size:13px}.cocktail-heading h2{font-size:57px}.signature-stage{grid-template-columns:1fr;margin-bottom:45px}.signature-photo{min-height:0}.signature-photo img{aspect-ratio:1.05;height:auto}.signature-copy{padding:30px}.signature-copy h3{font-size:42px}.signature-number{position:absolute;right:30px;top:30px;margin:0}.signature-controls{gap:20px;margin-top:25px}.cocktail-grid{grid-template-columns:1fr}.cocktail-grid .menu-card>img{aspect-ratio:1.1}.coffee-banner{grid-template-columns:1fr}.coffee-banner img{height:230px}.coffee-banner>div{padding:28px}.coffee-banner h3{font-size:31px}.contact-lines span{font-size:13px}footer{flex-wrap:wrap;padding:25px 6%}footer>span{font-size:9px;max-width:140px}footer .brand img:first-child{display:block}footer .brand img:last-child{width:90px}.dialog-copy{padding:25px}.dialog-copy h2{font-size:31px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}.intro-screen{display:none}.intro-mark,.intro-line{animation:none}}

[hidden]{display:none!important}.coffee-card{min-height:150px;border-top:3px solid #b48d50;justify-content:center}.coffee-card .card-copy{align-content:center}.coffee-card .card-price{font-size:12px;align-self:center}.contact-lines span{text-align:right}
/* Cream surfaces; the signature carousel retains its original dark treatment. */
body{background:var(--cream);color:var(--ink)}header{background:#f1e6d1f5;border-bottom-color:#b99b6a55}nav a:hover{color:#876335}.brand img,.hero-logo,.intro-mark,.intro-type{filter:drop-shadow(0 1px 1px #654e3570) drop-shadow(0 2px 7px #7c623844)}.intro-screen{background:var(--cream)}.intro-caption{color:#826333}.intro-line{background:#a77d40}.hero{background:var(--cream);min-height:825px;border-bottom:1px solid #b99b6a44}.hero-photo{inset:45px 7% 95px 56%;background-image:url('assets/cocktail.webp');background-position:50% center;border-radius:240px 240px 8px 8px;box-shadow:0 15px 40px #73552b20}.hero-shade{display:none}.hero-content{max-width:55%;padding:65px 0 220px 7%}.hero-content .eyebrow{color:#896735}.hero-content h1{font-size:clamp(32px,3vw,44px)}.hero-content h1 em{color:#96703b}.hero-copy{color:#7e694c}.hero-qr{left:7%;right:auto;bottom:88px;background:#faf4e8;border-color:#bfa47570;backdrop-filter:none}.hero-qr span{color:#846332}.hero-qr small{color:#7e694c}.hero-bottom{color:#816b4b}.cocktail-section{background:var(--cream)}.cocktail-heading>p:last-child{color:#806b4d}.cocktail-section .menu-card{background:#fbf4e6;color:var(--ink);border-color:#b998675e}.cocktail-section .card-price{color:#967039}.cocktail-section .card-copy>small{color:#8b775c}.signature-stage{color:var(--cream)}.signature-stage .signature-kicker{color:var(--gold)}.contact{background:var(--cream);border-top:1px solid #b99b6a44}.contact .eyebrow,.contact h2 em{color:#97703b}.contact-lines>div{border-bottom-color:#b99b6a55}.contact-lines small{color:#8d6b38}.outline{color:#8d6b38;border-color:#a88750}.map-card{background:#faf4e8;border-color:#b99b6a55}.map-title span{color:#816b4b}.map-card>a{color:#8d6b38}footer{background:var(--cream);border-color:#b99b6a55}footer>span,footer>a:last-child{color:#816b4b}footer .brand img{filter:none}
@media(max-width:800px){.hero-content{max-width:55%;padding:50px 0 230px 6%}.hero-logo{max-width:90%;width:260px}.hero-photo{inset:40px 5% 100px 58%}.hero-content h1{font-size:32px}.hero-qr{left:6%;bottom:80px}.hero{min-height:850px}}
@media(max-width:540px){.hero{display:flex;flex-direction:column;min-height:0;padding-bottom:30px}.hero-content{order:0;max-width:none;padding:42px 6% 30px}.hero-logo{width:250px;max-width:80%}.hero-content h1{font-size:35px}.hero-copy{max-width:100%}.hero-photo{order:1;position:relative;inset:auto;margin:0 6%;height:420px;flex-shrink:0;border-radius:170px 170px 6px 6px;background-position:center}.hero-qr{order:2;position:relative;inset:auto;align-self:start;margin:28px 6% 24px}.hero-bottom{order:3;position:relative;inset:auto;margin:0 6%;gap:15px}.hero-content .eyebrow{font-size:10px}}

footer .brand img{filter:drop-shadow(0 1px 1px #654e3570) drop-shadow(0 2px 7px #7c623844)}
.refresh-edit{max-width:1350px;margin:0 auto 60px}.refresh-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}.refresh-heading .eyebrow{font-size:10px;margin-bottom:15px}.refresh-heading h3{font:400 clamp(27px,3vw,40px)/1.2 'Playfair Display',Georgia,serif;margin:0;color:var(--ink)}.refresh-heading h3 em{font-weight:400;color:#97703b}.refresh-heading>p{font-size:13px;color:#806b4d;margin:0 0 3px}.refresh-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.refresh-card{padding:27px 23px 23px;border:1px solid #b698665e;background:#f8eedb;transition:box-shadow .3s,transform .3s}.refresh-card:hover{box-shadow:0 12px 30px #70512515;transform:translateY(-3px)}.shake-card{background:#ece0cd}.yogurt-card{background:#f4e8dc}.refresh-label{position:relative;text-align:center;padding:0 0 25px}.refresh-label>span{position:absolute;left:0;top:4px;color:#ab8c59;font:italic 15px 'Playfair Display',Georgia,serif}.refresh-label h4{font:400 32px 'Playfair Display',Georgia,serif;letter-spacing:-.5px;margin:0 0 8px}.refresh-label small{font-size:9px;letter-spacing:1.8px;color:#896d44}.refresh-photo{display:block;position:relative;width:100%;padding:0;border:0;border-radius:160px 160px 5px 5px;overflow:hidden;background:#e4d2b2}.refresh-photo img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;transition:transform .55s}.refresh-photo:hover img{transform:scale(1.035)}.refresh-photo>span{position:absolute;bottom:15px;right:15px;width:33px;height:33px;border-radius:50%;display:grid;place-items:center;background:#f5ead8e8;color:#5a4224;font-size:19px}.refresh-copy{padding-top:23px}.refresh-copy>div{display:flex;justify-content:space-between;gap:12px;align-items:center}.refresh-copy h5{font:500 17px/1.4 'DM Sans',sans-serif;margin:0}.refresh-copy strong{font-size:15px;white-space:nowrap;font-weight:500;color:#8d6736}.refresh-copy p{color:#806b4f;font-size:13px;line-height:1.7;margin:12px 0 22px;min-height:44px}.refresh-link{display:flex;align-items:center;justify-content:space-between;gap:15px;width:100%;padding:13px 0 0;border:0;border-top:1px solid #b6986670;background:none;font-size:13px;color:#78552d;text-align:left}.refresh-link:hover{color:#302719}.refresh-link>span{font-size:19px}.refresh-note{font-size:11px;color:#907b5e;margin:20px 0 0}.menu-surface{scroll-margin-top:110px}
@media(max-width:1000px){.refresh-grid{gap:16px}.refresh-card{padding:23px 16px 20px}.refresh-label h4{font-size:29px}.refresh-copy h5{font-size:15px}.refresh-copy>div{align-items:start}.refresh-heading>p{display:none}}
@media(max-width:650px){.refresh-grid{grid-template-columns:1fr;gap:25px}.refresh-card{padding:28px;max-width:450px;width:100%;margin:auto}.refresh-heading h3{font-size:32px}.refresh-label h4{font-size:35px}.refresh-photo img{aspect-ratio:1.1}.refresh-copy h5{font-size:18px}.refresh-copy strong{font-size:17px}.refresh-copy p{min-height:0;font-size:14px}.refresh-link{font-size:14px}.refresh-edit{margin-bottom:45px}.refresh-heading .eyebrow{font-size:9px}}
/* Larger drink category controls and product cards. */
[data-menu="drinks"] .menu-tools{display:flex;flex-direction:column;align-items:stretch;gap:24px}[data-menu="drinks"] .categories{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;width:100%}[data-menu="drinks"] .categories button{min-height:82px;padding:20px 14px;font-size:17px;font-weight:600;border-width:2px;border-radius:7px;background:#fbf4e6;white-space:normal;overflow-wrap:anywhere}[data-menu="drinks"] .categories button.active{background:#af8548;color:#fff9ea}[data-menu="drinks"] .search{width:100%}[data-menu="drinks"] .search input{width:100%;font-size:16px;padding:14px 0}[data-menu="drinks"] .menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}[data-menu="drinks"] .card-copy{padding:27px;gap:13px 18px}[data-menu="drinks"] .card-copy>strong{font-size:21px}[data-menu="drinks"] .card-price{font-size:19px}[data-menu="drinks"] .card-copy>small{font-size:14px}[data-menu="drinks"] .coffee-card{min-height:170px}.refresh-label h4{font-size:38px}.refresh-photo img{aspect-ratio:.9}.refresh-copy h5{font-size:19px}.refresh-copy strong{font-size:18px}.refresh-link{min-height:58px;font-size:16px;padding:16px 0 0}
@media(max-width:800px){[data-menu="drinks"] .categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}[data-menu="drinks"] .categories button{min-height:78px;font-size:16px}[data-menu="drinks"] .card-copy{padding:22px}[data-menu="drinks"] .card-copy>strong{font-size:19px}.refresh-label h4{font-size:33px}}
@media(max-width:540px){[data-menu="drinks"] .categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}[data-menu="drinks"] .categories button{min-height:84px;padding:20px 12px;font-size:17px}[data-menu="drinks"] .menu-grid{grid-template-columns:1fr;gap:26px}[data-menu="drinks"] .card-copy{padding:25px}[data-menu="drinks"] .card-copy>strong{font-size:21px}[data-menu="drinks"] .coffee-card{min-height:155px}.refresh-label h4{font-size:39px}.refresh-photo img{aspect-ratio:1}.refresh-copy h5{font-size:20px}.refresh-copy strong{font-size:18px}}
/* Four featured categories, always arranged two by two. */
.refresh-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.refresh-card{max-width:none;width:100%;margin:0;padding:30px}.smoothie-card{background:#f1e5ce}.refresh-photo img{aspect-ratio:1.2}.refresh-label h4{font-size:40px}
@media(max-width:650px){.refresh-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.refresh-card{padding:16px 12px;min-width:0}.refresh-label{padding-bottom:18px}.refresh-label>span{position:static;display:block;margin-bottom:6px;font-size:13px}.refresh-label h4{font-size:clamp(21px,5.4vw,32px);overflow-wrap:anywhere}.refresh-label small{font-size:9px;letter-spacing:.6px;display:block;min-height:28px}.refresh-photo{border-radius:100px 100px 4px 4px}.refresh-photo img{aspect-ratio:.95}.refresh-photo>span{width:27px;height:27px;bottom:8px;right:8px;font-size:16px}.refresh-copy{padding-top:17px}.refresh-copy>div{display:block}.refresh-copy h5{font-size:15px;min-height:42px}.refresh-copy strong{display:block;font-size:16px;margin-top:5px}.refresh-copy p{font-size:12px;min-height:82px;margin:10px 0 12px}.refresh-link{font-size:12px;min-height:56px;gap:5px;line-height:1.4}.refresh-link>span{font-size:16px}}
