﻿:root{--green:#275b41;--ink:#24352c;--paper:#fafbf8;--gold:#aa690f;--line:#e2e7df;--muted:#667067;--font:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 var(--font)}a{color:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #b77920;outline-offset:5px}header{max-width:1440px;margin:auto;display:flex;align-items:center;gap:40px;padding:24px 5%;height:100px}.brand{display:flex;align-items:center;gap:13px;text-decoration:none;font-size:17px;line-height:1.25;letter-spacing:-.5px}.brand b{font-weight:400;color:var(--muted)}.monogram{width:64px;height:69px;display:block;position:relative;overflow:hidden;flex-shrink:0}.monogram img{display:block;position:absolute;width:96px;height:96px;max-width:none;left:50%;top:-3.5px;transform:translateX(-50%);clip-path:polygon(35% 0,100% 0,100% 100%,0 100%,0 10%,35% 10%)}.nav-current{margin-left:auto;border-radius:30px;background:#e6eddf;padding:10px 23px;text-decoration:none;font-size:14px;font-weight:600}.flag{display:flex;width:25px;height:17px;border-radius:3px;overflow:hidden}.flag i{width:33.333%;background:#333}.flag i:nth-child(2){background:#e5b632}.flag i:last-child{background:#b85639}main{max-width:1440px;margin:auto;min-height:75vh}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(36px,4.2vw,60px);font-weight:400;line-height:1.12;letter-spacing:-2.6px;margin-bottom:22px}h1 em{font-style:normal;color:var(--green)}h2{font-size:27px;line-height:1.25;font-weight:500;letter-spacing:-.7px}h3{font-size:24px;line-height:1.2;font-weight:500;letter-spacing:-.65px}.intro{margin:15px 5% 0;padding:36px 42px;display:flex;justify-content:space-between;align-items:center;gap:30px;background:#eaf0e1;border-radius:32px}.eyebrow{font-size:14px;font-weight:600;color:var(--green);letter-spacing:.1px;margin-bottom:14px}.intro p:last-child{color:#596650;margin-bottom:0;font-size:16px}.intro-label{align-self:stretch;min-width:240px;background:#f9dc9a;border-radius:24px;padding:25px 28px;display:flex;flex-direction:column;justify-content:space-between;gap:22px;color:#735013;transform:rotate(3deg)}.intro-label strong{font-size:27px;letter-spacing:-1px;line-height:1.25;font-weight:500}.intro-label span{font-size:12px}.collection{padding:33px 5% 42px}.collection-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.collection-bar h2{margin:0}.collection-bar>span{font-size:14px;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.card{display:block;text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;transition:box-shadow .2s,transform .2s}.card:hover{transform:translateY(-5px);box-shadow:0 10px 26px #243c3112}.photo{height:260px;position:relative;background:#f4ead7;display:flex;align-items:center;justify-content:center;margin:8px;border-radius:20px}.card:nth-child(2) .photo{background:#e6eceb}.card:nth-child(3) .photo{background:#f8edca}.card:nth-child(4) .photo{background:#e6eddb}.photo>img{height:85%;width:85%;object-fit:contain;mix-blend-mode:multiply}.degree{position:absolute;right:10px;top:10px;background:#ffffffed;padding:7px 11px;border-radius:14px;display:flex;flex-direction:column;font-size:18px;line-height:1.15;text-align:center}.degree small{font-size:10px;margin-top:3px;color:var(--muted)}.card-body{padding:12px 21px 19px}.origin{color:var(--muted);font-size:12px;margin-bottom:9px}.card-body h3{margin-bottom:12px}.card-description{font-size:14px;color:var(--muted);line-height:1.5;min-height:42px;margin-bottom:20px}.card-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:12px}.card-bottom>span{background:#f0f3eb;padding:5px 10px;border-radius:8px}.card-bottom b{width:33px;height:33px;display:flex;align-items:center;justify-content:center;background:#dfebd6;border-radius:50%;font-size:20px;font-weight:400}.story-band{margin:0 5% 50px;padding:27px 32px;background:#f5ecd9;border-radius:24px;display:flex;gap:35px;align-items:center}.story-index{font-size:13px;color:#805916;white-space:nowrap}.story-band h2{font-size:23px;margin-bottom:8px}.story-band p{color:#716751;font-size:14px;margin:0}.breadcrumb{padding:24px 5%;font-size:14px}.breadcrumb a{text-decoration:none}.breadcrumb span{margin-left:14px;color:var(--muted)}.detail{display:grid;grid-template-columns:40% 1fr;gap:6%;padding:0 5% 35px}.detail-art{background:#eff1e5;min-height:450px;border-radius:32px;display:flex;align-items:center;justify-content:center;position:relative}.detail-art>img{width:87%;height:370px;object-fit:contain;mix-blend-mode:multiply}.caption{position:absolute;bottom:17px;color:var(--muted);font-size:11px;letter-spacing:1px}.detail-copy{padding-top:15px}.detail-copy h1{font-size:clamp(34px,4vw,55px);margin-bottom:17px}.lead{font-size:21px;line-height:1.4;color:var(--muted);letter-spacing:-.4px}.tags{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0}.tags span{background:#e6eddf;color:#3e5c38;border-radius:8px;font-size:13px;padding:5px 12px}.facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0}.facts div{padding:15px;background:#f0f1e8;border-radius:18px}.facts dt{font-size:11px;color:var(--muted);margin-bottom:7px}.facts dd{font-size:24px;margin:0;letter-spacing:-.7px}.summary{color:#566254;font-size:16px}.content{padding:0 5% 40px;display:grid;grid-template-columns:1.35fr 1fr;gap:24px}.section{border:1px solid var(--line);background:#fff;padding:27px 30px;border-radius:24px;margin-bottom:20px}.section h2{font-size:24px;margin-bottom:20px}.section p{color:#5e685c}.section .eyebrow{font-size:13px}.ingredients{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px}.ingredients span{border-radius:9px;background:#f9edce;color:#705519;padding:7px 13px;font-size:14px}.note{font-size:13px!important;line-height:1.6;color:#6e776b!important}.note:last-child{margin-bottom:0}.tasting{display:grid;grid-template-columns:85px 1fr;gap:15px;font-size:15px}.tasting dt{font-weight:500;color:var(--green)}.tasting dd{margin:0;color:#5e685c}.producer{padding:30px;background:#275b41;color:#fff;border-radius:24px;margin-bottom:20px}.producer .eyebrow{color:#c5dab7;font-size:13px}.producer h2{font-size:27px}.producer p{color:#e1e9dc;font-size:15px}.producer a{display:inline-block;padding:9px 17px;border-radius:22px;background:#dceacb;color:#294c30;text-decoration:none;font-size:14px}.source-list{font-size:14px;padding-left:18px}.source-list li{padding:5px 0}.source-list a{text-underline-offset:4px}.next{margin:0 5% 30px;display:flex;justify-content:space-between;gap:20px}.next a{border-radius:22px;background:#eaf0e1;text-decoration:none;padding:17px 24px;font-size:18px}.next small{display:block;font-size:10px;margin-bottom:5px;color:var(--muted);letter-spacing:.7px}footer{max-width:1440px;margin:auto;padding:25px 5%;display:flex;justify-content:space-between;gap:25px;flex-wrap:wrap;font-size:12px;color:var(--muted)}footer a{text-decoration:none;font-weight:600}.pair{position:relative;width:90%;height:85%}.pair img{object-fit:contain;mix-blend-mode:multiply;position:absolute;bottom:0}.pair .bottle{left:6%;height:100%;width:42%}.pair .glass{right:-3%;height:76%;width:77%}.detail-art .pair{height:360px}@media(max-width:1050px){.intro{padding:30px}.grid{gap:14px}.photo{height:230px}.card-body{padding:12px 15px 17px}.card h3{font-size:21px}.card-description{min-height:63px}.intro-label{min-width:210px}.facts{gap:7px}.facts div{padding:12px}.facts dd{font-size:22px}}@media(max-width:760px){header{height:86px;gap:16px;padding-block:15px}.brand{font-size:15px}.monogram{width:52px;height:56px}.monogram img{width:78px;height:78px;top:-2.8px}.nav-current{padding:9px 15px;font-size:12px}.flag{display:none}.intro{margin-top:7px;padding:27px 25px;border-radius:26px}.intro-label{display:none}h1{font-size:42px;letter-spacing:-1.8px}.intro p:last-child{font-size:15px}.intro .eyebrow{font-size:13px}.collection{padding-top:27px}.collection-bar h2{font-size:24px}.collection-bar>span{font-size:12px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.photo{height:240px}.card{border-radius:22px}.card h3{font-size:22px}.card-body{padding:12px 16px 18px}.card-bottom{flex-wrap:wrap}.card-description{min-height:63px}.story-band{padding:23px;display:block}.story-index{display:block;margin-bottom:12px}.story-band h2{font-size:23px}.detail{grid-template-columns:1fr;gap:20px}.detail-art{min-height:360px}.detail-art>img{height:305px}.detail-art .pair{height:290px}.detail-copy h1{font-size:40px}.content{grid-template-columns:1fr;gap:0}.section{padding:25px}.next a{padding:13px 16px;font-size:16px}.next small{font-size:9px}.facts dd{font-size:26px}footer{gap:12px}footer span:last-child{width:100%}}@media(max-width:430px){h1{font-size:36px}.photo{height:205px;margin:6px}.card h3{font-size:20px}.card-body{padding:11px 12px 15px}.card-description{font-size:13px;min-height:59px}.card-bottom{font-size:11px;gap:5px}.card-bottom>span{padding:4px 7px}.card-bottom b{width:27px;height:27px}.degree{font-size:15px;padding:6px 8px}.desktop-break{display:none}.collection-bar>span{font-size:11px}.grid{gap:12px}.intro{padding:25px 22px}.tasting{grid-template-columns:70px 1fr}.brand{font-size:14px}.nav-current{padding:9px 11px}.facts dd{font-size:23px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}

.photo{height:auto!important;aspect-ratio:1;background:#f4f0e6!important}.photo>img{width:100%;height:100%;object-fit:contain;mix-blend-mode:normal;border-radius:20px}.detail-art{min-height:0;aspect-ratio:1;align-self:start;overflow:hidden;background:#f4f0e6}.detail-art>img{width:100%;height:100%;object-fit:contain;mix-blend-mode:normal}.detail-art .caption{font-size:10px;bottom:9px;background:#ffffffce;border-radius:10px;padding:2px 9px}
.beer-map-section{margin:0 5% 38px;padding:30px;background:#eef2e8;border-radius:28px}.map-heading{display:flex;align-items:end;justify-content:space-between;gap:20px}.map-heading h2{margin:0}.map-heading>p{font-size:14px;color:var(--muted);margin:0}.map-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(220px,1fr);gap:25px;align-items:center}.map-canvas{position:relative;width:100%;aspect-ratio:850/700}.map-canvas svg{width:100%;height:100%;display:block}.province{fill:#d3dfc4;stroke:#f8faf3;stroke-width:2;stroke-linejoin:round}.province:nth-child(3n){fill:#dfe5ca}.province:nth-child(4n){fill:#e5d9b4}.region-label{font:16px Arial;letter-spacing:4px;fill:#6f805d;pointer-events:none}.country-label{font:12px Arial;letter-spacing:3px;fill:#8e9684;pointer-events:none}.map-marker{position:absolute;transform:translate(-50%,-50%);z-index:1}.map-marker.active,.map-marker:focus-within{z-index:5}.map-dot{border:0;background:transparent;width:44px;height:44px;display:block;cursor:pointer;border-radius:50%;position:relative}.map-dot:before{content:'';position:absolute;inset:12px;background:#a66c16;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #39472640}.map-marker.active .map-dot:before{background:#275b41;box-shadow:0 0 0 6px #275b4120}.map-tip{display:none;position:absolute;bottom:calc(100% - 8px);left:50%;transform:translateX(-50%);background:#fff;padding:13px 17px;border-radius:15px;box-shadow:0 5px 22px #293d3020;text-decoration:none;white-space:nowrap;min-width:170px}.map-tip:after{content:'';position:absolute;top:100%;height:15px;left:0;right:0}.map-marker.active .map-tip,.map-marker:focus-within .map-tip{display:block}.map-tip strong{display:block;font-size:15px;font-weight:600}.map-tip strong span{margin-left:12px;color:#947027}.map-tip small{display:block;font-size:12px;color:var(--muted)}.map-list{background:#fafbf6;padding:20px;border-radius:22px}.map-list>a{display:flex;justify-content:space-between;align-items:center;text-decoration:none;padding:16px 8px;border-top:1px solid #e2e7d8;border-radius:7px}.map-list>a:hover{background:#e6edda}.map-list strong{font-size:15px;font-weight:500}.map-list small{display:block;font-size:12px;color:var(--muted);margin-top:3px}.references summary{cursor:pointer;font-size:15px;font-weight:500}.references .source-list{margin-bottom:0}@media(max-width:760px){.beer-map-section{padding:24px 18px}.map-heading{display:block}.map-heading h2{font-size:25px}.map-heading>p{margin-top:12px}.map-layout{grid-template-columns:1fr;gap:5px}.map-list{padding:16px}.map-list>a{padding:12px 8px}.map-tip{min-width:145px;padding:10px 12px}.map-tip strong{font-size:13px}.map-tip small{font-size:11px}.map-dot:before{inset:14px;border-width:2px}.map-heading .eyebrow{font-size:13px}}

.map-layout{display:block}.map-canvas{max-width:850px;margin:auto}.beer-map-section{padding-bottom:10px}.card-body h3{min-height:2.4em}.map-marker.active{z-index:10}


header{height:auto;min-height:100px;gap:24px}.beer-search{position:relative;flex:1;max-width:460px;margin-left:auto;min-width:180px;z-index:30}.search-field{display:flex;align-items:center;gap:10px;background:#edf0e7;border:1px solid transparent;border-radius:28px;padding:0 16px;color:var(--green)}.search-field:focus-within{background:#fff;border-color:var(--green);box-shadow:0 0 0 3px #275b4110}.search-field svg{flex-shrink:0}.search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;font:inherit;font-size:16px;color:var(--ink);padding:13px 0}.search-field input::placeholder{color:var(--muted)}#search-clear{border:0;background:none;color:var(--muted);font-size:26px;cursor:pointer;padding:0;width:30px;flex-shrink:0}#search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;list-style:none;margin:0;padding:8px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 12px 32px #24352c24;max-height:360px;overflow-y:auto}#search-results li{padding:12px;border-radius:12px;cursor:pointer}#search-results li:hover,#search-results li[aria-selected=true]{background:#eaf0e1}#search-results strong{display:block;font-size:16px;font-weight:500;line-height:1.35}#search-results span{display:block;font-size:14px;color:var(--muted);margin-top:4px}#search-results .search-empty{cursor:default;font-size:14px;color:var(--muted)}.nav-current{margin-left:0;white-space:nowrap}.brand,.flag{flex-shrink:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:760px){header{flex-wrap:wrap;gap:14px}.beer-search{order:4;max-width:none;flex-basis:100%;margin:0}.nav-current{margin-left:auto}#search-results{max-height:50vh}}


.language-switch{display:flex;flex-shrink:0;border-radius:24px;background:#edf0e7;padding:4px;gap:2px}.language-switch button{border:0;background:transparent;border-radius:20px;padding:9px 11px;color:var(--muted);font:600 14px var(--font);cursor:pointer}.language-switch button[aria-pressed=true]{background:var(--green);color:white}@media(max-width:1000px){header{gap:14px}.flag{display:none}}@media(max-width:430px){header{gap:10px}.nav-current{display:none}.language-switch{margin-left:auto}}

.map-points{position:absolute;inset:0;pointer-events:none}.map-points .map-marker,.map-cluster{pointer-events:auto}.map-cluster{position:absolute;width:44px;height:44px;transform:translate(-50%,-50%);z-index:2}.map-cluster.expanded{z-index:20}.map-cluster.expanded:before{content:"";position:absolute;inset:calc(-1 * var(--radius) - 6px);border-radius:50%;background:#fafbf899;box-shadow:0 5px 24px #24352c12}.cluster-toggle{position:relative;z-index:1;width:38px;height:38px;margin:3px;border:3px solid white;border-radius:50%;background:#a66c16;box-shadow:0 2px 8px #39472640;color:white;font:600 14px var(--font);cursor:pointer}.expanded>.cluster-toggle{background:#275b41}.cluster-members{position:absolute;inset:0;pointer-events:none}.cluster-members[hidden]{display:none}.cluster-members .map-marker{animation:cluster-appear .16s ease-out}.cluster-members .map-dot:before{inset:10px}.map-marker:before{display:none!important}@keyframes cluster-appear{from{opacity:0}to{opacity:1}}

.map-tip{white-space:normal;width:max-content;max-width:min(300px,calc(90vw - 50px))}@media(prefers-reduced-motion:reduce){.cluster-members .map-marker{animation:none}}

.map-toolbar{display:flex;align-items:center;gap:8px;margin:20px auto 10px;max-width:850px}.map-toolbar button{border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--green);font:500 14px var(--font);padding:10px 14px;min-height:44px;cursor:pointer}.map-toolbar button[data-map-zoom="in"],.map-toolbar button[data-map-zoom="out"]{font-size:24px;line-height:1;width:44px;padding:8px}.map-toolbar button:disabled{opacity:.4;cursor:default}.map-zoom-value{margin-left:auto;font-size:14px;color:var(--muted)}.map-canvas{overflow:hidden;border-radius:20px;touch-action:none;cursor:grab;isolation:isolate}.map-canvas.dragging{cursor:grabbing}.map-geography{transform-origin:0 0;pointer-events:none}.map-canvas:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.map-tip.tip-below{bottom:auto;top:calc(100% - 8px)}.map-tip.tip-below:after{top:auto;bottom:100%}

.beer-location{background:#eef2e8;border:1px solid var(--line);border-radius:24px;padding:20px 24px;margin-bottom:20px}.beer-location h2{font-size:20px;margin:0 0 6px}.beer-location svg{display:block;width:100%;height:220px;margin:auto}.beer-location .region-label{font-size:23px;letter-spacing:3px}.beer-location p{margin:4px 0 0;line-height:1.5}.beer-location strong{display:block;font-size:16px;font-weight:500}.beer-location p span{display:block;font-size:14px;color:var(--muted)}@media(max-width:430px){.beer-location{padding:18px 22px}.beer-location svg{height:200px}}

/* Co-located beers: anchored list at maximum zoom, never radial displaced dots. */
.cluster-list{position:absolute!important;left:50%!important;top:30px;width:240px!important;height:auto!important;max-height:240px;overflow:auto;padding:14px!important;border:1px solid #e2e7df;border-radius:18px;background:#fff;box-shadow:0 8px 28px #24352c26;z-index:30;pointer-events:auto!important}.cluster-list[hidden]{display:none!important}.cluster-list-heading{display:block;font:600 12px Arial,sans-serif;color:#667067;margin-bottom:8px}.cluster-list a{display:block;padding:10px 8px;border-radius:8px;text-decoration:none;line-height:1.3}.cluster-list a:hover,.cluster-list a:focus-visible{background:#eaf0e1}.cluster-list a strong{display:block;font-size:14px}.cluster-list a small{display:block;font-size:11px;color:#667067;margin-top:3px}

/* Navigation focuses the structural heading on both catalogue and detail views.
   Keep that screen-reader target without a native ring on non-interactive text. */
main h1[tabindex="-1"]:focus{outline:none}
/* Long translated facts stay inside their existing responsive columns. */
.facts>div{min-width:0}.facts dt,.facts dd{overflow-wrap:anywhere;hyphens:auto}
/* Compact native sorting control: keyboard and mobile picker support. */
.catalogue-toolbar{display:flex;justify-content:flex-end;margin:-4px 0 20px}
.catalogue-sort{display:flex;align-items:center;gap:8px;border:1px solid #dce3d8;border-radius:999px;padding:0 12px;color:#345749;background:#f4f6ef;font-size:13px;min-height:44px}
.catalogue-sort>span{color:#65766c;white-space:nowrap}
.catalogue-sort select{font:inherit;color:inherit;border:0;background:transparent;cursor:pointer;min-height:44px;max-width:210px;padding:0 4px;outline:none}
.catalogue-sort:focus-within{outline:2px solid #285c47;outline-offset:3px}
.catalogue-sort:hover{background:#eaf0e3}
.sort-status{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
@media(max-width:600px){.catalogue-toolbar{margin-top:0;margin-bottom:16px}.catalogue-sort{font-size:12px;gap:6px}.catalogue-sort select{max-width:180px}}
.sort-status{left:0;top:0;contain:strict}
.beer-share-button{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:10px 20px;border:1px solid #bfd0c2;border-radius:24px;background:#edf3e9;color:#275b41;font-family:inherit;font-weight:600;font-size:14px;line-height:1.4;cursor:pointer;transition:background .16s,box-shadow .16s;margin-top:8px}
.beer-share-button:hover{background:#dce9d9;box-shadow:0 2px 6px #24352c12}
.beer-share-button:focus-visible,.beer-share-dialog :focus-visible{outline:3px solid #aa690f;outline-offset:3px}
.beer-share-dialog{box-sizing:border-box;width:min(480px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow:auto;border:1px solid #dfe7dc;border-radius:28px;padding:28px;background:#fafbf8;color:#24352c;box-shadow:0 24px 80px #14291e33}
.beer-share-dialog::backdrop{background:#14291e66;backdrop-filter:blur(3px)}
.share-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.share-heading h2{font-size:23px;line-height:1.25;margin:0;font-weight:500}
.share-close{flex:none;width:44px;height:44px;border:0;border-radius:50%;background:#edf1e9;color:#275b41;font-size:26px;cursor:pointer}
.share-beer-name{margin:8px 0 24px;color:#637467;overflow-wrap:anywhere}.share-networks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:24px}
.share-networks a{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:10px 16px;border:1px solid #d9e2d5;border-radius:16px;text-decoration:none;color:#275b41;font-size:14px;background:#f1f5ed}.share-networks a:hover{background:#e4eddc}
.share-link-label{display:block;font-size:12px;font-weight:600;margin-bottom:8px;color:#637467}.share-copy-row{display:flex;gap:8px}.share-copy-row input{min-width:0;flex:1;box-sizing:border-box;border:1px solid #c8d4c5;background:white;border-radius:12px;padding:12px;font-size:14px;color:#526756}.share-copy{min-height:44px;border:0;border-radius:22px;padding:10px 16px;color:white;background:#275b41;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.share-feedback{min-height:20px;font-size:13px;color:#275b41;margin:12px 0 0}
@media(max-width:600px){.beer-share-dialog{margin:auto auto 16px;padding:22px;border-radius:24px}.share-heading h2{font-size:21px}.share-copy-row{flex-wrap:wrap}.share-copy-row input{flex-basis:100%}.share-copy{width:100%}}
@media(prefers-reduced-motion:reduce){.beer-share-button{transition:none}.beer-share-dialog::backdrop{backdrop-filter:none}}

/* Keep search and language controls available throughout long beer pages. */
body>header{position:sticky;top:0;z-index:100;background:var(--paper);box-shadow:0 1px 0 var(--line),0 4px 16px #24352c08}
html{scroll-padding-top:112px}
@media(max-width:760px){html{scroll-padding-top:160px}#search-results{max-height:min(50vh,calc(100dvh - 180px))}}
.card-link{display:block;text-decoration:none;color:inherit}.card-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin:0 16px 14px;padding-top:10px;border-top:1px solid var(--line)}.card-actions .beer-share-button{margin:0;min-height:48px;padding:10px 14px;background:transparent;border-color:transparent;font-size:13px}.card-actions .beer-share-button:hover{background:#edf3e9;box-shadow:none}.card-actions .beer-share-button svg{width:18px;height:18px}
.card[data-card-beer]{display:flex;flex-direction:column}.card[data-card-beer] .card-link{flex:1}.card[data-card-beer] .card-actions{flex:none}
.beer-like-control{display:inline-flex;position:relative;align-items:center;margin-right:auto}
.beer-like-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:64px;min-height:48px;padding:10px 12px;border:0;border-radius:24px;background:transparent;color:#81444b;font-family:inherit;font-weight:600;font-size:14px;line-height:1.4;cursor:pointer}
.beer-like-button:hover{background:#fbe9e9}.beer-like-button[aria-pressed="true"]{color:#b32635;background:#fce8e9}.beer-like-button[aria-pressed="true"] svg{fill:currentColor}
.beer-like-button:focus-visible{outline:3px solid #aa690f;outline-offset:3px}.beer-like-button:disabled{cursor:wait;opacity:.65}
.beer-like-feedback{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.beer-like-feedback.has-error{position:static;width:auto;height:auto;margin:0 0 0 6px;overflow:visible;clip-path:none;white-space:normal;font-size:11px;line-height:1.3;color:#9b2532;max-width:140px}
.card-actions:has(.has-error){flex-wrap:wrap}.beer-detail-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.beer-detail-actions .beer-like-control{margin-right:0}.beer-detail-actions .beer-share-button{margin-top:0}
@media(max-width:600px){.card-actions .beer-share-button{min-width:48px;padding:10px;justify-content:center}.card-actions .beer-share-button span{display:none}.card-actions{gap:4px}.card-actions .beer-like-button{padding:10px 8px;min-width:60px}}
/* Keep mobile secondary actions compact without shrinking their touch targets. */
.card[data-card-beer]{position:relative}.card-link:after{content:"";position:absolute;inset:0;z-index:0}.card[data-card-beer]>.card-bottom{margin:0 12px 8px;gap:4px;flex-wrap:wrap}.card[data-card-beer] .card-actions{position:relative;z-index:1;margin:0 0 0 auto;padding:0;border:0;gap:0}.card[data-card-beer] .card-actions .beer-share-button{width:44px;min-width:44px;padding:10px;justify-content:center}.card[data-card-beer] .card-actions .beer-share-button span{display:none}.card[data-card-beer] .card-actions .beer-like-button{min-width:54px;padding:10px 6px}.card[data-card-beer] .card-body{padding-bottom:4px}.card[data-card-beer] .card-description{margin-bottom:8px}.card[data-card-beer]>.card-bottom>span{max-width:100%;overflow-wrap:anywhere}.card-actions .beer-like-feedback.has-error{max-width:150px}
@media(max-width:760px){.map-layout .map-toolbar{top:0;right:-14px;gap:2px}.map-layout .map-toolbar button,.map-layout .map-toolbar button[data-map-zoom="in"],.map-layout .map-toolbar button[data-map-zoom="out"]{width:44px;height:44px;min-height:44px;border:0;border-radius:12px;background:#ffffff70;box-shadow:0 1px 3px #24352c12;font-size:22px}.map-layout .map-toolbar button:disabled{background:#ffffff40;color:#8b998c}.map-layout .map-toolbar button svg{width:18px;height:18px}}
.map-layout{position:relative;max-width:850px;margin:auto}.map-toolbar{position:absolute;top:12px;right:12px;z-index:25;display:flex;flex-direction:column;gap:8px;margin:0;max-width:none}.map-toolbar button,.map-toolbar button[data-map-zoom="in"],.map-toolbar button[data-map-zoom="out"]{display:flex;align-items:center;justify-content:center;width:48px;height:48px;min-height:48px;padding:0;border:1px solid #dce3d8;border-radius:14px;background:#fffffff5;color:var(--green);box-shadow:0 2px 8px #24352c24;font-size:26px;line-height:1}.map-toolbar button:hover:not(:disabled){background:#eaf0e1}.map-toolbar button:disabled{opacity:1;color:#a2aca2;background:#f7f9f3e8;box-shadow:0 1px 4px #24352c12}.map-toolbar .map-zoom-value{margin:0}
@media(max-width:760px){.card[data-card-beer] .card-actions{margin-inline:auto;justify-content:center}}
@media(max-width:760px){.card[data-card-beer] .card-body h3{min-height:0;margin-bottom:8px}}
@media(max-width:600px){.card-actions{margin:0 12px 4px;padding-top:0}.card-body{padding-bottom:8px}}
.beer-photo-like{position:absolute;top:12px;right:12px;z-index:1}.beer-photo-like .beer-like-control{margin:0}.beer-photo-like .beer-like-button{background:#ffffffed;box-shadow:0 2px 8px #24352c12}.beer-photo-like .beer-like-button[aria-pressed="true"]{background:#fce8e9}.beer-photo-like .beer-like-feedback:not(:empty){position:absolute;right:0;top:100%;width:200px;padding:8px 12px;border-radius:12px;background:#fff;box-shadow:0 2px 8px #24352c12}
