/* Brand palette: change these once to update the whole site. */
:root {
  --pink:#fd1494;
  --berry:#ad0054;
  --teal:#006b66;
  --aqua:#5cbab4;
  --cream:#fffaf2;
  --ink:#252320;
  --muted:#635e59;
  --line:#dfd6cd;
  --blush:#ffe6f1;
  --heading:Georgia,'Times New Roman',serif;
  --body:'Trebuchet MS',Arial,sans-serif
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:28px
}

body {
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:var(--body);
  font-size:16px;
  line-height:1.6
}

a {
  color:inherit
}

button {
  font:inherit
}

img {
  display:block;
  max-width:100%;
  height:auto
}

figure,p,h1,h2,h3,h4 {
  margin:0
}

a,button {
  -webkit-tap-highlight-color:transparent
}

button,a {
  touch-action:manipulation
}

a:focus-visible,button:focus-visible,[tabindex="0"]:focus-visible {
  outline:3px solid var(--teal);
  outline-offset:6px
}

[hidden] {
  display:none!important
}

.wrap {
  width:min(1180px,calc(100% - 96px));
  margin-inline:auto
}

.section-space {
  padding-block:90px
}

.skip-link {
  position:absolute;
  z-index:20;
  left:16px;
  top:-100px;
  background:white;
  padding:12px 20px
}

.skip-link:focus {
  top:12px
}

.announcement {
  background:var(--pink);
  color:#29121f;
  text-align:center;
  padding:9px 20px;
  font-size:11px;
  letter-spacing:1.8px;
  font-weight:800
}

.announcement span {
  margin-inline:23px
}

.site-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:116px;
  gap:30px
}

.brand {
  display:flex;
  align-items:center;
  gap:13px;
  text-decoration:none;
  font-weight:900;
  font-size:20px;
  line-height:1.2;
  letter-spacing:.5px
}

.brand img {
  width:72px;
  height:72px;
  border-radius:50%;
  object-fit:cover
}

.brand small {
  display:block;
  font-size:8px;
  letter-spacing:2.8px;
  margin-top:7px
}

.site-header nav {
  display:flex;
  align-items:center;
  gap:36px
}

.site-header nav a {
  text-decoration:none;
  font-size:13px;
  font-weight:700
}

.site-header nav a:hover {
  color:var(--berry)
}

.nav-cta {
  padding:10px 19px;
  border:1px solid var(--ink);
  border-radius:30px
}

.nav-cta span {
  margin-left:16px
}

.hero {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:35px;
  align-items:center;
  padding-top:30px;
  padding-bottom:88px;
  min-height:650px
}

.eyebrow {
  font-size:11px;
  letter-spacing:2px;
  font-weight:800;
  line-height:1.5
}

.hero .eyebrow {
  display:flex;
  align-items:center;
  gap:10px
}

.little-star {
  font-size:25px;
  color:var(--berry);
  line-height:1
}

h1 {
  font-family:var(--heading);
  font-size:clamp(62px,6.3vw,87px);
  line-height:1.04;
  letter-spacing:-4.5px;
  font-weight:700;
  margin:22px 0
}

h1 em,h2 em {
  font-weight:400;
  color:var(--berry)
}

.hero-description {
  max-width:425px;
  color:var(--muted);
  font-size:17px;
  line-height:1.8
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  border-radius:40px;
  padding:16px 25px;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
  min-height:54px;
  transition:transform .18s,box-shadow .18s
}

.button-pink {
  background:var(--pink);
  color:#29121f;
  box-shadow:3px 4px 0 var(--ink)
}

.button:hover {
  transform:translateY(-3px);
  box-shadow:4px 7px 0 var(--ink)
}

.button span {
  font-size:23px;
  line-height:1
}

.hero .button {
  margin-top:27px
}

.hero-footnote {
  display:flex;
  gap:13px;
  align-items:center;
  margin-top:30px;
  font-size:12px;
  color:var(--muted);
  line-height:1.6
}

.hero-footnote>span {
  font-family:Arial,sans-serif;
  font-size:35px;
  color:var(--berry)
}

.hero-footnote strong {
  color:var(--ink);
  font-weight:700
}

.hero-art {
  position:relative;
  height:520px
}

.hero-photo {
  position:absolute;
  left:8%;
  top:5px;
  width:73%;
  height:477px;
  transform:rotate(-5deg);
  background:white;
  border:9px solid white;
  border-bottom-width:38px;
  box-shadow:0 10px 22px #3922141a;
  border-radius:110px 110px 5px 5px
}

.hero-photo img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 47%;
  border-radius:100px 100px 0 0
}

.hero-photo figcaption {
  position:absolute;
  bottom:-28px;
  left:0;
  width:100%;
  font-size:10px;
  letter-spacing:2px;
  text-align:center;
  font-weight:bold
}

.mini-photo {
  position:absolute;
  right:-1%;
  bottom:-3px;
  width:38%;
  height:267px;
  padding:8px 8px 30px;
  background:white;
  transform:rotate(9deg);
  box-shadow:0 8px 30px #39221422
}

.mini-photo img {
  width:100%;
  height:100%;
  object-fit:cover
}

.mini-photo figcaption {
  position:absolute;
  bottom:2px;
  left:0;
  text-align:center;
  width:100%;
  font-family:var(--heading);
  font-style:italic;
  font-size:18px
}

.round-sticker {
  position:absolute;
  right:-2%;
  top:5%;
  width:136px;
  height:136px;
  background:var(--aqua);
  border:1px solid var(--ink);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  font-size:17px;
  font-weight:800;
  line-height:1.2;
  transform:rotate(12deg);
  box-shadow:3px 3px 0 var(--ink)
}

.round-sticker em {
  font-family:var(--heading);
  font-size:22px
}

.round-sticker span {
  font-size:32px
}

.art-spark {
  position:absolute;
  color:var(--berry);
  z-index:2;
  line-height:1
}

.spark-one {
  font-size:62px;
  left:-1%;
  top:-13px;
  transform:rotate(8deg)
}

.spark-two {
  font-size:68px;
  left:1%;
  bottom:3px;
  color:var(--teal)
}

.flavour-strip {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:45px;
  padding:21px 24px;
  background:var(--teal);
  color:var(--cream);
  font-size:14px;
  font-weight:bold;
  letter-spacing:2px
}

.flavour-strip b {
  font-size:25px;
  line-height:1;
  color:#95d4cd
}

.section-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:35px
}

.section-heading .eyebrow {
  color:var(--berry);
  margin-bottom:12px
}

h2 {
  font-family:var(--heading);
  font-size:clamp(40px,4.5vw,60px);
  letter-spacing:-2px;
  line-height:1.1;
  font-weight:700
}

.section-heading>p {
  color:var(--muted);
  font-size:14px;
  padding-bottom:4px
}

.menu-tabs {
  display:flex;
  gap:8px;
  border-bottom:1px solid var(--line);
  padding-bottom:18px;
  margin-bottom:28px
}

.menu-tabs button {
  background:transparent;
  border:1px solid var(--line);
  border-radius:50px;
  padding:12px 21px;
  color:var(--ink);
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  white-space:nowrap;
  transition:background .15s
}

.menu-tabs button span {
  margin-left:17px
}

.menu-tabs button:hover {
  background:var(--blush)
}

.menu-tabs button[aria-selected="true"] {
  background:var(--ink);
  border-color:var(--ink);
  color:white
}

.menu-tabs button[aria-selected="true"] span {
  color:#ff80c5
}

.panel-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px
}

.panel-heading h3 {
  font-size:15px;
  font-weight:800
}

.panel-heading>span {
  font-size:12px;
  color:var(--muted)
}

.drink-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:30px
}

.drink {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:23px 3px;
  border-bottom:1px solid var(--line);
  min-height:139px
}

.drink-base {
  color:var(--berry);
  font-size:9px!important;
  font-weight:800;
  letter-spacing:1.6px;
  margin-bottom:4px
}

.drink h4 {
  font-family:var(--heading);
  font-size:27px;
  line-height:1.25;
  letter-spacing:-.6px;
  margin-bottom:6px
}

.drink p {
  font-size:13px;
  color:var(--muted)
}

.drink p.drink-base {
  color:var(--berry)
}

.drink-mark {
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  flex:0 0 46px;
  border-radius:50%;
  background:var(--blush);
  font-size:28px;
  color:var(--berry)
}

.drink:nth-child(4n+2) .drink-mark,.drink:nth-child(4n+3) .drink-mark {
  background:#dceee8;
  color:var(--teal)
}

.menu-panel:not([role]) {
  margin-block:30px
}

.menu-panel:focus {
  outline-offset:8px
}

.allergy-note {
  display:flex;
  align-items:start;
  gap:13px;
  background:#f1ece5;
  padding:18px 22px;
  border-radius:10px;
  margin-top:29px;
  font-size:12px;
  color:#514b46;
  line-height:1.7
}

.allergy-note>span {
  font-size:21px;
  color:var(--teal)
}

.allergy-note strong {
  display:block;
  color:var(--ink)
}

.special-card {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:40px;
  padding:40px;
  background:var(--blush);
  border-radius:14px
}

.special-card h3 {
  font-family:var(--heading);
  font-size:54px;
  letter-spacing:-2px;
  line-height:1.2;
  margin:12px 0;
  color:var(--berry)
}

.special-card p {
  font-size:15px
}

.special-card .eyebrow {
  font-size:10px
}

.special-lead {
  font-weight:bold;
  margin-bottom:10px
}

.special-card .special-note {
  font-size:12px;
  margin-top:20px
}

.special-flavours {
  display:flex;
  flex-direction:column;
  justify-content:center
}

.special-flavours span {
  padding:15px 0;
  border-bottom:1px solid #e3b8cd;
  font-size:14px
}

.special-flavours span::before {
  content:'✦';
  margin-right:15px;
  color:var(--berry)
}

.build-steps {
  list-style:none;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  padding:0;
  gap:20px;
  margin:0
}

.build-steps li {
  background:#e3f0ea;
  padding:25px;
  border-radius:12px
}

.build-steps li>span {
  font-family:var(--heading);
  font-size:40px;
  font-style:italic;
  color:var(--teal)
}

.build-steps h4 {
  font-size:18px;
  margin:10px 0 5px
}

.build-steps p {
  font-size:13px;
  color:var(--muted)
}

.extras {
  display:flex;
  align-items:center;
  gap:20px;
  background:var(--blush);
  padding:20px 25px;
  border-radius:12px;
  margin-top:20px;
  font-size:14px
}

.extras>span {
  color:var(--berry);
  font-size:27px
}

.extras strong {
  display:block
}

.local-section {
  background:#dceee8;
  padding:82px 0
}

.local-inner {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:85px;
  align-items:center
}

.local-photos {
  position:relative;
  padding-bottom:60px
}

.van-photo {
  width:94%;
  transform:rotate(-3deg);
  border:7px solid white;
  border-radius:3px
}

.team-photo {
  width:58%;
  margin-top:-37px;
  margin-left:39%;
  position:relative;
  transform:rotate(5deg);
  border:7px solid white;
  box-shadow:0 5px 20px #192a221a
}

.local-sticker {
  position:absolute;
  bottom:25px;
  left:8%;
  border-radius:50%;
  background:var(--pink);
  color:#29121f;
  width:115px;
  height:115px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:800;
  line-height:1.4;
  transform:rotate(-12deg);
  border:1px solid var(--ink);
  box-shadow:3px 3px 0 var(--ink)
}

.local-sticker span {
  font-size:30px;
  line-height:1.2
}

.local-copy .eyebrow {
  color:var(--teal);
  margin-bottom:18px
}

.local-copy h2 {
  margin-bottom:22px
}

.local-copy h2 em {
  color:var(--teal)
}

.local-copy>p:not(.eyebrow) {
  font-size:15px;
  color:#40564d;
  margin-bottom:15px
}

.text-link {
  display:inline-flex;
  gap:30px;
  align-items:center;
  text-underline-offset:6px;
  font-size:14px;
  font-weight:bold;
  margin-top:9px
}

.text-link:hover {
  color:var(--teal)
}

.review-section {
  text-align:center;
  position:relative
}

.review-section .eyebrow {
  color:var(--berry);
  margin-bottom:18px
}

.review-section h2 {
  font-size:clamp(43px,4.7vw,64px)
}

.review-section>p:not(.eyebrow) {
  color:var(--muted);
  font-size:15px;
  margin-top:20px
}

.review-section .button {
  margin-top:27px
}

.review-section p.review-help {
  font-size:11px;
  margin-top:18px
}

.review-spark {
  position:absolute;
  font-size:70px;
  color:var(--aqua);
  right:12%;
  top:125px;
  transform:rotate(14deg)
}

footer {
  background:var(--ink);
  color:var(--cream);
  padding-top:55px
}

.footer-main {
  display:flex;
  justify-content:space-between;
  gap:50px;
  padding-bottom:46px
}

.footer-brand {
  display:flex;
  align-items:center;
  gap:22px
}

.footer-brand img {
  border-radius:50%;
  width:96px;
  height:96px
}

.footer-brand p {
  font-family:var(--heading);
  font-size:29px;
  line-height:1.15;
  letter-spacing:-.5px
}

.footer-brand p em {
  color:#ff80c5
}

.footer-contact {
  display:flex;
  flex-direction:column;
  align-items:start;
  gap:4px
}

.footer-contact .eyebrow {
  color:#ff80c5;
  font-size:10px;
  margin-bottom:9px
}

.footer-contact>a {
  font-size:16px;
  text-decoration:none
}

.footer-contact>a:hover {
  text-decoration:underline;
  text-underline-offset:4px
}

.footer-contact .facebook-link {
  font-size:12px;
  margin-top:12px
}

.facebook-link span {
  margin-left:16px
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid #ffffff26;
  padding-block:20px;
  font-size:10px;
  color:#d0c8bf
}

.footer-bottom>span:last-child>span {
  color:#ff80c5;
  font-size:16px;
  margin-left:6px
}

footer a:focus-visible {
  outline-color:#ff80c5
}

@media(min-width:1500px) {
  .hero {
    padding-block:55px 105px
  }
  .hero-art {
    height:540px
  }
}

@media(max-width:1050px) {
  .wrap {
    width:calc(100% - 64px)
  }
  .site-header nav {
    gap:22px
  }
  .hero {
    gap:15px;
    min-height:600px
  }
  h1 {
    font-size:67px;
    letter-spacing:-3.5px
  }
  .hero-art {
    height:465px
  }
  .hero-photo {
    height:420px;
    width:78%;
    left:3%
  }
  .mini-photo {
    height:222px;
    width:39%;
    bottom:0
  }
  .round-sticker {
    width:111px;
    height:111px;
    right:-1%;
    font-size:14px
  }
  .round-sticker em {
    font-size:18px
  }
  .round-sticker span {
    font-size:26px
  }
  .spark-one {
    font-size:48px;
    left:-5%
  }
  .flavour-strip {
    gap:24px;
    font-size:11px
  }
  .local-inner {
    gap:48px
  }
  .review-spark {
    right:5%
  }
}

@media(max-width:760px) {
  .wrap {
    width:calc(100% - 40px)
  }
  .announcement {
    font-size:9px;
    letter-spacing:1px;
    padding:8px 14px
  }
  .announcement span {
    margin-inline:9px
  }
  .site-header {
    min-height:92px;
    gap:15px
  }
  .brand {
    font-size:16px;
    gap:10px
  }
  .brand img {
    width:56px;
    height:56px
  }
  .brand small {
    font-size:6px;
    letter-spacing:1.8px
  }
  .site-header nav {
    gap:18px
  }
  .site-header nav a {
    font-size:12px
  }
  .nav-cta {
    padding:8px 12px
  }
  .nav-cta span {
    margin-left:4px
  }
  .hero {
    grid-template-columns:1fr;
    padding-top:27px;
    padding-bottom:49px;
    gap:35px
  }
  .hero-copy {
    max-width:560px
  }
  .hero .eyebrow {
    font-size:10px
  }
  h1 {
    font-size:clamp(60px,11vw,82px);
    letter-spacing:-3px;
    margin:18px 0
  }
  .hero-description {
    font-size:16px;
    max-width:490px
  }
  .hero .button {
    margin-top:24px
  }
  .hero-footnote {
    margin-top:22px
  }
  .hero-art {
    height:490px;
    width:min(480px,100%);
    justify-self:center
  }
  .hero-photo {
    left:9%;
    width:72%;
    height:450px;
    top:8px
  }
  .mini-photo {
    width:36%;
    height:238px;
    right:2%;
    bottom:0
  }
  .round-sticker {
    right:0;
    top:20px;
    width:122px;
    height:122px
  }
  .spark-one {
    left:2%;
    top:-5px
  }
  .spark-two {
    left:4%;
    bottom:5px;
    font-size:57px
  }
  .flavour-strip {
    flex-wrap:wrap;
    gap:10px 18px;
    padding:19px 12px;
    font-size:10px;
    letter-spacing:1px
  }
  .flavour-strip span:last-child,.flavour-strip b:last-of-type {
    display:none
  }
  .flavour-strip b {
    font-size:18px
  }
  .section-space {
    padding-block:58px
  }
  .section-heading {
    display:block;
    margin-bottom:25px
  }
  .section-heading>p {
    margin-top:18px;
    font-size:14px
  }
  .section-heading>p br {
    display:none
  }
  h2 {
    font-size:45px;
    letter-spacing:-1.8px
  }
  .menu-tabs {
    gap:8px;
    overflow-x:auto;
    padding:5px 4px 15px;
    margin-inline:-4px;
    scrollbar-width:thin;
    scrollbar-color:var(--berry) transparent
  }
  .menu-tabs button {
    font-size:12px;
    padding:11px 17px;
    flex-shrink:0
  }
  .menu-tabs button span {
    margin-left:9px
  }
  .menu-tabs button:focus-visible {
    outline-offset:1px
  }
  .panel-heading {
    align-items:start
  }
  .panel-heading h3 {
    font-size:14px
  }
  .panel-heading>span {
    font-size:10px;
    padding-top:2px
  }
  .drink-grid {
    column-gap:22px
  }
  .drink {
    padding-block:20px;
    min-height:153px
  }
  .drink h4 {
    font-size:24px
  }
  .drink p {
    font-size:12px
  }
  .drink-mark {
    display:none
  }
  .allergy-note {
    padding:16px;
    font-size:11px
  }
  .local-section {
    padding-block:55px
  }
  .local-inner {
    grid-template-columns:1fr;
    gap:25px
  }
  .local-photos {
    max-width:510px;
    padding-bottom:15px
  }
  .local-sticker {
    bottom:5px
  }
  .local-copy {
    max-width:540px
  }
  .local-copy h2 {
    font-size:49px
  }
  .review-spark {
    display:none
  }
  .review-section h2 {
    font-size:46px
  }
  .footer-main {
    gap:30px
  }
  .footer-brand {
    gap:13px
  }
  .footer-brand img {
    width:70px;
    height:70px
  }
  .footer-brand p {
    font-size:24px
  }
  .footer-contact>a {
    font-size:14px
  }
  .footer-bottom {
    font-size:9px
  }
  .special-card {
    padding:25px;
    grid-template-columns:1fr;
    gap:20px
  }
  .special-card h3 {
    font-size:43px
  }
  .build-steps {
    grid-template-columns:1fr;
    gap:12px
  }
  .build-steps li {
    padding:20px 22px;
    display:grid;
    grid-template-columns:52px 1fr;
    column-gap:12px
  }
  .build-steps li>span {
    grid-row:span 2;
    font-size:34px
  }
  .build-steps h4 {
    margin:0 0 4px
  }
  .extras {
    font-size:13px;
    padding:18px
  }
}

@media(max-width:430px) {
  .announcement {
    font-size:8px;
    letter-spacing:.6px
  }
  .announcement span {
    margin-inline:7px
  }
  .site-header nav {
    gap:12px
  }
  .brand>span {
    display:none
  }
  .brand img {
    width:59px;
    height:59px
  }
  .site-header nav a {
    font-size:13px
  }
  .hero {
    padding-top:20px;
    gap:28px
  }
  h1 {
    font-size:61px
  }
  .hero-description {
    font-size:15px
  }
  .hero-art {
    height:418px
  }
  .hero-photo {
    height:378px;
    width:76%;
    left:6%
  }
  .mini-photo {
    height:204px;
    width:39%;
    right:0
  }
  .round-sticker {
    width:104px;
    height:104px;
    font-size:13px;
    right:-1%;
    top:16px
  }
  .round-sticker em {
    font-size:17px
  }
  .spark-one {
    font-size:43px;
    left:-2%
  }
  .spark-two {
    font-size:48px;
    bottom:8px
  }
  .drink-grid {
    grid-template-columns:1fr
  }
  .drink {
    min-height:122px
  }
  .drink-mark {
    display:grid
  }
  .drink p {
    font-size:13px
  }
  .drink h4 {
    font-size:26px
  }
  .panel-heading>span {
    max-width:105px;
    text-align:right
  }
  .footer-main {
    flex-direction:column;
    gap:32px
  }
  .footer-contact>a {
    font-size:17px
  }
  .footer-bottom {
    flex-direction:column;
    gap:6px
  }
  .review-section h2 {
    font-size:41px
  }
  .review-section>p:not(.eyebrow) {
    font-size:14px
  }
  .flavour-strip {
    gap:10px;
    font-size:9px
  }
  h2 {
    font-size:41px
  }
}

/* Round two: brighter, fuller and more playful. */
body {
  background:
    radial-gradient(circle at 8% 18%, rgba(253,20,148,.08), transparent 23rem),
    radial-gradient(circle at 92% 42%, rgba(92,186,180,.12), transparent 26rem),
  var(--cream);
}
html,
body {
  overflow-x: clip;
}
.site-header {
  min-height: 126px;
}
.brand {
  font-size: 24px;
}
.brand img {
  width: 82px;
  height: 82px;
  box-shadow: 0 0 0 6px white, 0 8px 26px rgba(173,0,84,.16);
}
.brand small {
  font-size: 10px;
}
.site-header nav a {
  font-size: 15px;
}
.header-facebook {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.header-facebook span,
.mini-facebook {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50% 45% 53% 47%;
  background: var(--pink);
  color: white;
  font: 900 22px/1 Arial,sans-serif;
  box-shadow: 2px 2px 0 var(--ink);
  transform: rotate(-4deg);
}
.header-facebook:hover span {
  transform: rotate(5deg) scale(1.08);
}
.hero {
  gap: 10px;
  min-height: 700px;
  padding-top: 18px;
  padding-bottom: 66px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero-copy::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 340px;
  height: 340px;
  left: -145px;
  top: -40px;
  background: radial-gradient(circle, rgba(253,20,148,.13), transparent 68%);
}
.hero-art {
  height: 590px;
}
.hero-photo {
  left: 3%;
  width: 80%;
  height: 545px;
}
.mini-photo {
  width: 42%;
  height: 310px;
  right: -3%;
}
.round-sticker,
.local-sticker {
  border: 3px solid var(--ink);
  box-shadow: 0 0 0 5px var(--cream), 5px 7px 0 var(--ink);
  border-radius: 58% 42% 54% 46% / 47% 60% 40% 53%;
}
.round-sticker {
  width: 152px;
  height: 145px;
  font-size: 18px;
  background: linear-gradient(145deg,#8cd9d2,var(--aqua));
}
.round-sticker::before,
.round-sticker::after {
  position: absolute;
  color: var(--pink);
  font-size: 24px;
  text-shadow: 1px 1px 0 var(--ink);
}
.round-sticker::before {
  content: '✦';
  left: -17px;
  top: 8px;
}
.round-sticker::after {
  content: '✧';
  right: -14px;
  bottom: 7px;
}
.section-space {
  padding-block: 72px;
}
.menu-section {
  position: relative;
  isolation: isolate;
}
.menu-section::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -52px;
  right: -12vw;
  width: min(650px,62vw);
  height: 720px;
  background: url('assets/van-soda-background.jpg') center / cover no-repeat;
  opacity: .2;
  filter: saturate(1.25) contrast(.9);
  -webkit-mask-image: radial-gradient(ellipse at 65% 34%, #000 0 28%, rgba(0,0,0,.7) 50%, transparent 76%);
  mask-image: radial-gradient(ellipse at 65% 34%, #000 0 28%, rgba(0,0,0,.7) 50%, transparent 76%);
}
.menu-tabs {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
}
.menu-tabs button {
  background: rgba(255,250,242,.82);
  backdrop-filter: blur(8px);
}
.drink-grid {
  gap: 18px;
}
.drink {
  position: relative;
  min-height: 184px;
  padding: 18px;
  border: 1px solid rgba(173,0,84,.12);
  border-radius: 22px 10px 22px 10px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 34px rgba(73,40,57,.06);
  overflow: hidden;
}
.drink:nth-child(4n+2),
.drink:nth-child(4n+3) {
  background: rgba(226,244,240,.82);
  border-color: rgba(0,107,102,.14);
}
.drink-copy {
  flex: 1;
  min-width: 0;
}
.drink-photo {
  position: relative;
  flex: 0 0 112px;
  height: 140px;
  display: grid;
  place-items: center;
  border-radius: 54% 46% 48% 52% / 44% 56% 44% 56%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,.8) 0 8%, transparent 9%),
    linear-gradient(145deg,var(--pink),var(--berry));
  color: rgba(255,255,255,.86);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.5), 3px 5px 0 rgba(37,35,32,.9);
  overflow: hidden;
}
.drink:nth-child(4n+2) .drink-photo,
.drink:nth-child(4n+3) .drink-photo {
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,.8) 0 8%, transparent 9%),
    linear-gradient(145deg,var(--aqua),var(--teal));
}
.drink-photo::before {
  content: '✦';
  position: absolute;
  font-size: 54px;
  opacity: .24;
  transform: rotate(13deg);
}
.drink-photo span {
  font-family: var(--heading);
  font-size: 30px;
  font-style: italic;
  position: relative;
}
.drink-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.drink-mark {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 12px;
  top: 12px;
  font-size: 22px;
}
.local-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(130deg,#c9ece7 0 58%,#a9ded7 100%);
  padding: 68px 0;
}
.local-section::after {
  content: 'POP  •  POUR  •  PLAY  •';
  position: absolute;
  right: -60px;
  bottom: -15px;
  color: rgba(0,107,102,.08);
  font-size: 74px;
  font-weight: 900;
  letter-spacing: 8px;
  white-space: nowrap;
}
.van-photo {
  width: 100%;
}
.team-photo {
  width: 66%;
  margin-left: 35%;
}
.local-sticker {
  width: 132px;
  height: 124px;
  background: linear-gradient(145deg,#ff57b3,var(--pink));
}
.review-section {
  width: 100%;
  max-width: none;
  background:
    radial-gradient(circle at 12% 25%,rgba(255,255,255,.35),transparent 16rem),
    linear-gradient(120deg,var(--pink),#ff63b8 58%,#ffd2e8 58%);
}
.review-inner {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  gap: 64px;
  text-align: left;
}
.review-section .eyebrow {
  color: #44142d;
}
.review-section h2 em {
  color: white;
  text-shadow: 2px 2px 0 var(--berry);
}
.review-section>p:not(.eyebrow),
.review-copy>p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 18px;
  color: #5d183c;
  font-size: 16px;
}
.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}
.review-section .button {
  margin-top: 0;
}
.review-section .button-pink {
  background: var(--ink);
  color: white;
  box-shadow: 3px 4px 0 white;
}
.button-outline {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--ink);
  box-shadow: 3px 4px 0 var(--ink);
}
.mini-facebook {
  width: 25px;
  height: 25px;
  font-size: 18px;
}
.review-card {
  position: relative;
  padding: 48px 36px;
  background: var(--cream);
  border: 3px solid var(--ink);
  border-radius: 29% 10% 25% 12% / 18% 29% 14% 25%;
  box-shadow: 10px 12px 0 var(--teal);
  transform: rotate(3deg);
  text-align: center;
}
.review-card p {
  font-family: var(--heading);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.25;
}
.review-stars {
  display: block;
  color: var(--pink);
  font-size: 22px;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.review-doodle {
  display: block;
  color: var(--berry);
  font-size: 44px;
  line-height: 1;
  margin-top: 10px;
}
.motion-ready .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .8s cubic-bezier(.2,.7,.2,1);
}
.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.motion-ready .menu-panel .drink {
  opacity: 0;
  transform: translateY(24px) scale(.98);
}
.motion-ready .menu-panel.is-animated .drink {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity .55s ease, transform .65s cubic-bezier(.2,.7,.2,1);
  transition-delay: calc(var(--item-index) * 70ms);
}
@media(max-width:1050px) {
  .site-header nav {
    gap: 17px;
  }
  .header-facebook b {
    display: none;
  }
  .hero-art {
    height: 515px;
  }
  .hero-photo {
    height: 470px;
  }
  .mini-photo {
    height: 250px;
  }
  .drink-photo {
    flex-basis: 92px;
    height: 120px;
  }
}
@media(max-width:760px) {
  .site-header {
    min-height: 98px;
  }
  .brand {
    font-size: 19px;
  }
  .brand img {
    width: 62px;
    height: 62px;
  }
  .site-header nav a {
    font-size: 13px;
  }
  .header-facebook span {
    width: 31px;
    height: 31px;
  }
  .hero {
    min-height: 0;
    padding-bottom: 42px;
  }
  .hero-art {
    height: 540px;
  }
  .hero-photo {
    width: 79%;
    height: 495px;
  }
  .mini-photo {
    width: 41%;
    height: 270px;
  }
  .section-space {
    padding-block: 52px;
  }
  .menu-section::before {
    right: -120px;
    width: 590px;
    height: 620px;
    opacity: .16;
  }
  .menu-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
  }
  .drink-grid {
    gap: 12px;
  }
  .drink {
    min-height: 170px;
    padding: 14px;
  }
  .drink-photo {
    flex-basis: 78px;
    height: 108px;
  }
  .local-section {
    padding-block: 52px;
  }
  .review-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .review-section {
    background: linear-gradient(155deg,var(--pink),#ff66ba 67%,#ffd2e8 67%);
  }
  .review-card {
    width: min(430px,90%);
    justify-self: center;
  }
}
@media(max-width:430px) {
  .header-facebook {
    order: -1;
  }
  .site-header nav>a[href="#menu"] {
    display: none;
  }
  .hero-art {
    height: 452px;
  }
  .hero-photo {
    height: 414px;
    width: 80%;
  }
  .mini-photo {
    height: 224px;
    right: 2%;
  }
  .round-sticker {
    width: 112px;
    height: 108px;
    font-size: 14px;
  }
  .drink {
    min-height: 146px;
  }
  .drink-photo {
    flex-basis: 92px;
    height: 118px;
  }
  .drink-mark {
    display: grid;
  }
  .review-actions {
    flex-direction: column;
  }
  .review-actions .button {
    width: 100%;
  }
  .review-card {
    width: 94%;
    padding: 38px 24px;
  }
}
@media(prefers-reduced-motion:reduce) {
  .motion-ready .reveal,
  .motion-ready .menu-panel .drink {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Supplied menu artwork, location tab and genuine customer reviews. */
.find-us-link {
  position: relative;
  color: var(--berry);
}
.find-us-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 3px;
  border-radius: 20px;
  background: var(--pink);
  transform: rotate(-1deg);
}
.drink-photo,
.drink:nth-child(4n+2) .drink-photo,
.drink:nth-child(4n+3) .drink-photo {
  background-color: #fffaf2;
  background-image:
    linear-gradient(145deg,rgba(253,20,148,.06),rgba(92,186,180,.08)),
    url('assets/drink-placeholder.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(23,23,55,.14);
  box-shadow: 3px 5px 0 rgba(37,35,32,.9);
}
.drink-photo::before {
  content: '';
}
.drink-photo span {
  position: absolute;
  right: 7px;
  bottom: 7px;
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: var(--pink);
  color: white;
  font-family: var(--body);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  box-shadow: 2px 2px 0 var(--ink);
}
.find-us-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 24px 0 8px;
  padding: 18px 20px;
  border: 1px solid rgba(0,107,102,.28);
  border-radius: 18px 8px 18px 8px;
  background: rgba(255,255,255,.62);
  box-shadow: 4px 5px 0 var(--teal);
}
.find-us-card>span {
  color: var(--pink);
  font-size: 27px;
  line-height: 1;
}
.find-us-card strong {
  font-family: var(--heading);
  font-size: 20px;
}
.find-us-card p {
  margin-top: 4px;
  color: #40564d;
  font-size: 14px;
  line-height: 1.55;
}
.review-inner {
  display: block;
  text-align: left;
}
.review-intro {
  max-width: 660px;
  margin-bottom: 38px;
}
.review-intro>p:not(.eyebrow) {
  margin-top: 16px;
  color: #5d183c;
  font-size: 16px;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 24px;
}
.review-card {
  display: flex;
  min-height: 250px;
  margin: 0;
  padding: 31px;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid var(--ink);
  border-radius: 24px 9px 22px 10px;
  background: rgba(255,250,242,.96);
  box-shadow: 7px 8px 0 var(--teal);
  transform: rotate(-1deg);
  text-align: left;
}
.review-card:nth-child(even) {
  transform: rotate(1deg);
  box-shadow: 7px 8px 0 var(--berry);
}
.review-card p {
  flex: 1;
  font-family: var(--heading);
  font-size: clamp(21px,2vw,29px);
  font-weight: 700;
  line-height: 1.3;
}
.review-stars {
  margin-bottom: 14px;
  font-size: 17px;
}
.review-by {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(173,0,84,.2);
  font-style: normal;
  line-height: 1.4;
}
.review-by strong {
  font-size: 14px;
}
.review-by span {
  color: var(--berry);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
}
.review-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 38px;
  padding: 24px 27px;
  border-radius: 19px;
  background: rgba(255,255,255,.35);
}
.review-cta>div:first-child {
  display: flex;
  align-items: center;
  gap: 13px;
}
.review-cta>div:first-child>span {
  color: white;
  font-size: 38px;
  line-height: 1;
}
.review-cta p {
  color: #4b1530;
  line-height: 1.35;
}
.review-cta strong {
  font-family: var(--heading);
  font-size: 20px;
}
.review-cta .review-actions {
  margin-top: 0;
  justify-content: flex-end;
}
@media(max-width:1050px) {
  .site-header nav {
    gap: 14px;
  }
  .find-us-link {
    font-size: 13px!important;
  }
  .review-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media(max-width:760px) {
  .find-us-link {
    display: inline-block;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .review-card {
    min-height: 215px;
  }
  .review-cta {
    margin-top: 28px;
  }
}
@media(max-width:430px) {
  .site-header nav>a[href="#menu"] {
    display: none;
  }
  .find-us-link {
    max-width: 74px;
    text-align: center;
    line-height: 1.1;
  }
  .find-us-link::after {
    bottom: -5px;
  }
  .review-card {
    min-height: 0;
    padding: 24px 22px;
  }
  .review-card p {
    font-size: 22px;
  }
  .review-cta {
    padding: 21px 18px;
  }
}

/* Hero photo slideshow. */
.sr-only {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0,0,0,0)!important;
  white-space: nowrap!important;
  border: 0!important;
}
.hero-carousel,
.hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100px 100px 0 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity .85s ease, transform 4.8s ease;
  pointer-events: none;
}
.hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}
.hero-slide:nth-child(2) {
  object-position: 50% 52%;
}
.hero-slide:nth-child(3) {
  object-position: 50% 49%;
}
.hero-slide:nth-child(4),
.hero-slide:nth-child(6) {
  object-position: 50% 56%;
}
.hero-slide:nth-child(7),
.hero-slide:nth-child(8) {
  object-position: 50% 43%;
}
.carousel-controls {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 22px);
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 999px;
  background: rgba(22,22,25,.58);
  box-shadow: 0 5px 18px rgba(0,0,0,.18);
  backdrop-filter: blur(9px);
  transform: translateX(-50%);
}
.carousel-arrow,
.carousel-dot {
  appearance: none;
  border: 0;
  cursor: pointer;
}
.carousel-arrow {
  display: grid;
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: var(--ink);
  font-size: 16px;
  line-height: 1;
  transition: transform .18s ease, background .18s ease;
}
.carousel-arrow:hover {
  background: var(--pink);
  transform: scale(1.08);
}
.carousel-dots {
  display: flex;
  align-items: center;
  gap: 5px;
}
.carousel-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  transition: width .2s ease, background .2s ease;
}
.carousel-dot[aria-current="true"] {
  width: 18px;
  border-radius: 20px;
  background: var(--pink);
}
.carousel-arrow:focus-visible,
.carousel-dot:focus-visible {
  outline: 3px solid white;
  outline-offset: 3px;
}
@media(max-width:760px) {
  .hero-carousel,
  .hero-slides {
    border-radius: 90px 90px 0 0;
  }
  .carousel-controls {
    bottom: 10px;
    gap: 6px;
    padding: 6px 8px;
  }
  .carousel-arrow {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }
  .carousel-dots {
    gap: 4px;
  }
  .carousel-dot {
    width: 6px;
    height: 6px;
  }
  .carousel-dot[aria-current="true"] {
    width: 14px;
  }
}
@media(prefers-reduced-motion:reduce) {
  .hero-slide,
  .carousel-arrow,
  .carousel-dot {
    transition: none!important;
  }
}

/* Social handles and official TikTok player. */
.header-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}
.social-icon span,
.handle-icon {
  display: inline-grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 50% 44% 52% 48%;
  color: white;
  box-shadow: 2px 2px 0 var(--ink);
  transform: rotate(-3deg);
  transition: transform .18s ease;
}
.social-icon:hover span {
  transform: rotate(5deg) scale(1.08);
}
.social-icon b {
  display: none;
  font-size: 12px;
}
.social-facebook span,
.facebook-handle {
  background: var(--pink);
  font: 900 22px/1 Arial,sans-serif;
}
.social-instagram span,
.instagram-handle {
  background: linear-gradient(145deg,var(--pink),var(--berry));
}
.social-tiktok span,
.tiktok-handle {
  background: var(--teal);
}
.social-icon svg,
.handle-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.social-tiktok svg,
.tiktok-handle svg {
  fill: currentColor;
  stroke: none;
}
.social-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 15%,rgba(253,20,148,.22),transparent 23rem),
    linear-gradient(135deg,#171a1c,var(--ink));
  color: var(--cream);
}
.social-section::before {
  content: 'FIX  •  POUR  •  REPEAT  •';
  position: absolute;
  left: -32px;
  bottom: -26px;
  color: rgba(255,255,255,.045);
  font-size: 78px;
  font-weight: 900;
  letter-spacing: 8px;
  white-space: nowrap;
}
.social-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px,.8fr) minmax(360px,1.2fr);
  align-items: center;
  gap: 88px;
}
.social-video {
  position: relative;
  width: min(350px,100%);
  justify-self: center;
}
.video-frame {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 7px solid var(--cream);
  border-radius: 80px 80px 18px 18px;
  background: #0b0b0d;
  box-shadow: 11px 13px 0 var(--pink);
  transform: rotate(-2deg);
}
.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.video-play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: calc(100% - 14px);
  margin: 24px auto 0;
  padding: 15px 18px;
  border: 2px solid var(--cream);
  border-radius: 999px;
  background: var(--pink);
  color: var(--ink);
  box-shadow: 5px 6px 0 var(--aqua);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .03em;
  text-decoration: none;
  transition: transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.video-play-button span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--cream);
  font-size: 12px;
}
.video-play-button b {
  font-size: 20px;
}
.video-play-button:hover,
.video-play-button:focus-visible {
  transform: translate(-2px,-2px);
  box-shadow: 8px 9px 0 var(--aqua);
  background: #ff44aa;
}
.video-sticker {
  position: absolute;
  right: -68px;
  top: 56px;
  display: grid;
  width: 130px;
  height: 122px;
  place-items: center;
  align-content: center;
  border: 3px solid var(--cream);
  border-radius: 55% 45% 60% 40% / 46% 55% 45% 54%;
  background: var(--aqua);
  color: var(--ink);
  box-shadow: 4px 5px 0 var(--pink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transform: rotate(9deg);
}
.video-sticker em {
  font-family: var(--heading);
  font-size: 17px;
  letter-spacing: 0;
}
.video-sticker>span {
  color: var(--berry);
  font-size: 21px;
}
.social-copy {
  max-width: 560px;
}
.social-copy .eyebrow {
  color: #ff78c0;
  margin-bottom: 18px;
}
.social-copy h2 em {
  color: var(--aqua);
}
.social-copy>p:not(.eyebrow) {
  max-width: 490px;
  margin-top: 19px;
  color: #d8d0c8;
  font-size: 16px;
}
.social-handle-list {
  display: grid;
  gap: 11px;
  margin-top: 31px;
}
.social-handle-list>a {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 13px 17px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px 7px 16px 7px;
  background: rgba(255,255,255,.07);
  color: var(--cream);
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}
.social-handle-list>a:hover {
  background: rgba(255,255,255,.13);
  transform: translateX(5px);
}
.social-handle-list .handle-icon {
  width: 38px;
  height: 38px;
  box-shadow: 2px 2px 0 var(--cream);
}
.social-handle-list a>span:nth-child(2) {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}
.social-handle-list strong {
  font-size: 15px;
}
.social-handle-list small {
  color: #bfb6ae;
  font-size: 12px;
}
.social-handle-list a>b {
  color: var(--pink);
  font-size: 21px;
}
@media(max-width:1050px) {
  .site-header nav {
    gap: 13px;
  }
  .header-socials {
    gap: 6px;
  }
  .social-icon span {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }
  .social-inner {
    gap: 60px;
  }
  .video-sticker {
    right: -42px;
  }
}
@media(max-width:760px) {
  .social-inner {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .social-video {
    width: min(330px,82vw);
  }
  .video-sticker {
    right: -32px;
  }
  .social-copy {
    max-width: none;
  }
}
@media(max-width:430px) {
  .site-header nav {
    gap: 9px;
  }
  .header-socials {
    gap: 5px;
  }
  .social-icon span {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
  .social-icon svg {
    width: 16px;
    height: 16px;
  }
  .social-facebook span {
    font-size: 19px;
  }
  .find-us-link {
    display: none;
  }
  .social-video {
    width: min(300px,80vw);
  }
  .video-frame {
    border-width: 5px;
    border-radius: 62px 62px 15px 15px;
  }
  .video-sticker {
    right: -28px;
    top: 44px;
    width: 105px;
    height: 100px;
  }
}
@media(prefers-reduced-motion:reduce) {
  .social-icon span,
  .social-handle-list>a {
    transition: none;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    transition:none!important;
    animation:none!important
  }
}

/* Keep the teal strip and header above the faded menu background. */
.site-header {
  position: relative;
  z-index: 5;
}
.flavour-strip {
  position: relative;
  z-index: 4;
  isolation: isolate;
}
.menu-section {
  z-index: 0;
}
.social-section {
  scroll-margin-top: 28px;
}
.delivery-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.delivery-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 46px;
  padding: 10px 18px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: var(--cream);
  font-size: 14px;
  text-decoration: none;
  box-shadow: 3px 4px 0 var(--ink);
}
.delivery-uber {
  background: #b8e7df;
}
.delivery-doordash {
  background: var(--blush);
}
.delivery-link:hover {
  background: var(--aqua);
}
.special-card {
  grid-template-columns: minmax(240px,.85fr) minmax(0,1.15fr);
  align-items: center;
  gap: 24px 36px;
}
.butcher-poster {
  grid-row: span 2;
}
.butcher-poster img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 3px solid var(--cream);
  box-shadow: 6px 7px 0 var(--pink);
}
.special-flavours {
  grid-column: 2;
}
@media(max-width:1050px) {
  .site-header {
    gap: 18px;
  }
  .site-header nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media(max-width:760px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-block: 18px;
  }
  .brand>span {
    display: block;
  }
  .site-header nav {
    width: 100%;
    justify-content: flex-start;
    gap: 10px 16px;
  }
  .site-header nav>a[href="#menu"],
  .site-header nav>.find-us-link,
  .site-header nav>.socials-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    max-width: none;
    white-space: nowrap;
    font-size: 14px;
  }
  .header-socials {
    width: 100%;
    gap: 10px;
  }
  .header-socials .social-icon {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
  }
  .special-card {
    grid-template-columns: minmax(0,1fr);
    padding: 24px;
  }
  .butcher-poster {
    grid-row: auto;
    width: min(100%,380px);
    margin-inline: auto;
  }
  .special-flavours {
    grid-column: 1;
  }
}
