/*
Theme Name: Roonak Group
Theme URI: https://roonakgroup.co.uk
Author: Roonak Group
Description: A friendly, mobile-first WooCommerce catalogue and order-request theme for Roonak Group.
Version: 1.2.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: roonak-group
*/

:root {
  --ink: #17251f;
  --ink-soft: #5d675f;
  --paper: #faf8f1;
  --white: #ffffff;
  --line: #dedfd8;
  --green: #0f5c42;
  --green-dark: #0a3f30;
  --mint: #dff1e8;
  --orange: #f26b38;
  --yellow: #f3c94d;
  --shadow: 0 20px 55px rgba(26, 49, 39, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.cart-is-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

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

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

a {
  color: inherit;
  text-decoration: none;
}

.announcement {
  min-height: 36px;
  background: var(--green-dark);
  color: #e7f6ee;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 7px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.announcement b {
  color: var(--yellow);
}

.announcement-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8bc7aa;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  min-height: 86px;
  padding: 14px max(28px, calc((100vw - 1380px) / 2));
  display: grid;
  grid-template-columns: auto auto minmax(250px, 440px) auto;
  align-items: center;
  gap: clamp(20px, 2.4vw, 38px);
  border-bottom: 1px solid rgba(10, 63, 48, 0.08);
  background: rgba(250, 248, 241, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 9px 30px rgba(26, 49, 39, 0.04);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  color: var(--green-dark);
  font-family: var(--font-display), Georgia, serif;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.5vw, 25px);
}

.primary-nav a {
  position: relative;
  color: #42564d;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
  transition: color 160ms ease;
}

.primary-nav a:not(.nav-order-link)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  border-radius: 4px;
  background: var(--orange);
  transition: right 180ms ease;
}

.primary-nav a:hover {
  color: var(--green-dark);
}

.primary-nav a:not(.nav-order-link):hover::after {
  right: 0;
}

.primary-nav .nav-order-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 11px;
  background: var(--green-dark);
  color: white;
}

.menu-toggle {
  display: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.brand-copy small {
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.header-search {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: white;
  border: 1px solid #e5e2d9;
  border-radius: 16px;
  padding: 0 16px;
  box-shadow: 0 8px 24px rgba(28, 40, 32, 0.04);
}

.header-search span,
.mobile-search span {
  font-size: 23px;
  line-height: 1;
  transform: rotate(-15deg);
}

.header-search input,
.mobile-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
}

.header-search input::placeholder,
.mobile-search input::placeholder {
  color: #8a928c;
}

.basket-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  padding: 7px 4px;
  text-align: left;
}

.basket-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--green);
  font-size: 25px;
  line-height: 1;
}

.basket-button > span:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.basket-button small {
  color: var(--ink-soft);
  font-size: 10px;
}

.basket-button strong {
  margin-top: 2px;
  font-size: 13px;
}

.basket-button b {
  position: absolute;
  top: 0;
  left: 30px;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  font-size: 10px;
}

.hero {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 19%, rgba(243, 201, 77, 0.28), transparent 23%),
    linear-gradient(125deg, #e4f3eb 0%, #eef6ee 52%, #d7eadf 100%);
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  padding: 70px max(28px, calc((100vw - 1224px) / 2));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: radial-gradient(rgba(15, 92, 66, 0.24) 0.7px, transparent 0.7px);
  background-size: 13px 13px;
  mask-image: linear-gradient(90deg, transparent, black 65%, transparent);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  margin-top: 30px;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #4f6359;
  font-size: 10px;
  font-weight: 750;
}

.hero-trust i {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: var(--green);
  box-shadow: 0 5px 14px rgba(15, 92, 66, 0.1);
  font-style: normal;
  font-size: 10px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow i {
  width: 24px;
  height: 2px;
  background: var(--orange);
}

.hero h1,
.section-heading h2,
.delivery-copy h2 {
  font-family: var(--font-display), Georgia, serif;
  font-weight: 650;
  letter-spacing: -0.055em;
}

.hero h1 {
  max-width: 700px;
  margin: 21px 0 22px;
  color: var(--green-dark);
  font-size: clamp(54px, 6vw, 86px);
  line-height: 0.94;
}

.hero h1 em {
  color: var(--orange);
  font-weight: 450;
}

.hero-copy > p {
  max-width: 530px;
  margin: 0;
  color: #4f6359;
  font-size: 17px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 33px;
}

.primary-action {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 22px;
  border-radius: 15px;
  background: var(--green);
  color: white;
  box-shadow: 0 12px 25px rgba(15, 92, 66, 0.2);
  font-size: 13px;
  font-weight: 800;
}

.primary-action span,
.delivery-copy a span,
.checkout-button span {
  font-size: 20px;
}

.delivery-proof {
  display: flex;
  flex-direction: column;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.35;
}

.delivery-proof b {
  color: var(--green-dark);
  font-family: var(--font-display), Georgia, serif;
  font-size: 23px;
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 470px;
  margin-left: 30px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  top: 36px;
  left: 78px;
  border-radius: 45% 55% 52% 48%;
  background: var(--green);
  transform: rotate(-9deg);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
}

.hero-orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(15, 92, 66, 0.25);
  border-radius: 50%;
}

.orbit-one {
  width: 500px;
  height: 420px;
  left: 24px;
  top: 18px;
  transform: rotate(-10deg);
}

.orbit-two {
  width: 420px;
  height: 500px;
  left: 72px;
  top: -18px;
  transform: rotate(18deg);
}

.hero-card {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  background: white;
  box-shadow: var(--shadow);
}

.hero-card-main {
  width: 240px;
  height: 360px;
  left: 154px;
  top: 48px;
  padding: 22px 20px 17px;
  border-radius: 30px 30px 18px 30px;
  transform: rotate(4deg);
  animation: roonak-float 5.5s ease-in-out infinite;
}

.hero-card-main .card-label {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 6px 9px;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--green-dark);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-card-main img {
  width: 100%;
  height: 260px;
  object-fit: contain;
}

.hero-card-main > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #ece9e1;
  padding-top: 12px;
  font-size: 12px;
}

.hero-card-main > div span {
  color: var(--orange);
  font-weight: 800;
}

.hero-card-small {
  width: 145px;
  height: 180px;
  border-radius: 24px;
  padding: 12px;
}

.hero-card-small img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-card-drink {
  left: 4px;
  top: 200px;
  transform: rotate(-9deg);
  animation: roonak-float-small 4.8s ease-in-out infinite 400ms;
}

.hero-card-fresh {
  right: 2px;
  top: 84px;
  width: 150px;
  height: 160px;
  transform: rotate(9deg);
  animation: roonak-float-fresh 5.2s ease-in-out infinite 700ms;
}

.hero-card-fresh img {
  object-fit: cover;
  border-radius: 14px;
}

.speed-sticker {
  position: absolute;
  z-index: 3;
  right: 2px;
  bottom: 30px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transform: rotate(7deg);
  box-shadow: 0 14px 28px rgba(113, 49, 26, 0.24);
  animation: roonak-pulse 4s ease-in-out infinite;
}

.speed-sticker strong {
  font-family: var(--font-display), Georgia, serif;
  font-size: 44px;
  line-height: 1;
}

.speed-sticker span {
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.promise-strip {
  max-width: 1180px;
  min-height: 120px;
  margin: -2px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.how-it-works {
  max-width: 1224px;
  margin: 0 auto;
  padding: 94px 28px 12px;
}

.how-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 470px);
  align-items: end;
  gap: 60px;
}

.how-heading h2 {
  max-width: 650px;
  margin: 12px 0 0;
  color: var(--green-dark);
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(39px, 4vw, 56px);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1;
}

.how-heading > p {
  margin: 0 0 4px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.steps-grid article {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  border: 1px solid #e1e5df;
  border-radius: 22px;
  background: white;
  padding: 26px;
  box-shadow: 0 15px 35px rgba(26, 49, 39, 0.05);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.steps-grid article:hover {
  transform: translateY(-6px);
  border-color: #bcd6c9;
  box-shadow: 0 22px 45px rgba(26, 49, 39, 0.1);
}

.steps-grid article > span {
  position: absolute;
  top: 19px;
  right: 21px;
  color: #d6ddd7;
  font-family: var(--font-display), Georgia, serif;
  font-size: 38px;
  font-weight: 700;
}

.step-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px 15px 15px 5px;
  background: var(--mint);
  color: var(--green);
  font-family: var(--font-display), Georgia, serif;
  font-size: 24px;
}

.steps-grid h3 {
  margin: 31px 0 9px;
  color: var(--green-dark);
  font-family: var(--font-display), Georgia, serif;
  font-size: 22px;
}

.steps-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.65;
}

.promise-strip > div {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 36px;
  border-right: 1px solid var(--line);
}

.promise-strip > div:last-child {
  border-right: 0;
}

.promise-strip > div > span {
  width: 42px;
  height: 42px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--green);
  font-family: var(--font-display), Georgia, serif;
  font-size: 20px;
  font-weight: 700;
}

.promise-strip p {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}

.promise-strip strong {
  color: var(--green-dark);
  font-size: 13px;
}

.promise-strip small {
  color: var(--ink-soft);
  font-size: 10px;
}

.shop-section {
  max-width: 1224px;
  margin: 0 auto;
  padding: 100px 28px 110px;
  scroll-margin-top: 20px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.section-heading h2,
.delivery-copy h2 {
  margin: 12px 0 0;
  color: var(--green-dark);
  font-size: clamp(39px, 4vw, 54px);
  line-height: 1;
}

.catalogue-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.catalogue-meta p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34a56f;
  box-shadow: 0 0 0 5px rgba(52, 165, 111, 0.12);
  animation: roonak-live 2s ease-in-out infinite;
}

.mobile-search {
  display: none;
}

.category-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 34px 0 30px;
  padding: 10px;
  border: 1px solid #e5e5df;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 28px rgba(25, 47, 37, 0.04);
}

.category {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: transparent;
  color: #526158;
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
  transition: 160ms ease;
}

.category span {
  color: var(--orange);
  font-size: 16px;
}

.category:hover,
.category.active {
  border-color: var(--green);
  background: var(--green);
  color: white;
  transform: translateY(-1px);
}

.category.active span {
  color: var(--yellow);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.product-card {
  min-width: 0;
  background: white;
  border: 1px solid #e5e2da;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 8px 24px rgba(25, 47, 37, 0.045);
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(25, 47, 37, 0.1);
}

.product-image {
  position: relative;
  height: 245px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #f8f7f1, #efeee7);
}

.product-image > a:not(.add-product) {
  width: 100%;
  height: 100%;
  display: block;
}

.product-image-pack {
  background:
    radial-gradient(circle at 50% 60%, white, #f2f0e8 69%),
    #f2f0e8;
}

.product-image img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 240ms ease;
}

.product-image-pack img {
  padding: 28px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-image-photo img {
  object-fit: cover;
}

.product-card:hover .product-image img {
  transform: scale(1.035);
}

.product-badge {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 6px 9px;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--green-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.product-image > .add-product {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--green);
  color: white;
  cursor: pointer;
  box-shadow: 0 9px 17px rgba(15, 92, 66, 0.22);
  transition: background 150ms ease, transform 150ms ease;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.product-image > .add-product:hover {
  background: var(--orange);
  transform: scale(1.08);
}

.product-image > .add-product span {
  display: block;
  font-size: 27px;
  line-height: 1;
}

.product-info {
  min-height: 132px;
  padding: 17px 18px 18px;
}

.product-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.product-kicker > p {
  margin: 0 0 6px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-kicker > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 6px;
  color: #608071;
  font-size: 8px;
  font-weight: 750;
}

.product-kicker > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #39a46f;
}

.product-info h3 {
  min-height: 38px;
  margin: 0;
  color: var(--green-dark);
  font-family: var(--font-display), Georgia, serif;
  font-size: 17px;
  line-height: 1.18;
}

.product-info > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 13px;
}

.product-info > div span {
  color: #7a837d;
  font-size: 10px;
}

.product-info > div strong {
  color: var(--green-dark);
  font-family: var(--font-display), Georgia, serif;
  font-size: 19px;
}

.empty-results {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px dashed #cfd5cf;
  border-radius: 22px;
  text-align: center;
}

.empty-results > span {
  font-size: 36px;
}

.empty-results h3 {
  margin: 12px 0 5px;
  font-family: var(--font-display), Georgia, serif;
  font-size: 25px;
}

.empty-results p {
  margin: 0 0 20px;
  color: var(--ink-soft);
  font-size: 12px;
}

.empty-results button,
.empty-cart button {
  border: 0;
  border-radius: 12px;
  background: var(--green);
  color: white;
  cursor: pointer;
  padding: 12px 17px;
  font-size: 11px;
  font-weight: 800;
}

.delivery-banner {
  max-width: 1180px;
  min-height: 420px;
  margin: 0 auto 90px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  border-radius: 34px;
  background:
    radial-gradient(circle at 80% 30%, rgba(243, 201, 77, 0.17), transparent 30%),
    var(--green-dark);
  color: white;
}

.delivery-copy {
  position: relative;
  z-index: 2;
  padding: 66px;
}

.eyebrow.light {
  color: #afe1c7;
}

.delivery-copy h2 {
  color: white;
}

.delivery-copy p {
  max-width: 500px;
  margin: 22px 0 26px;
  color: #c6dbd2;
  font-size: 14px;
  line-height: 1.7;
}

.delivery-copy a {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
}

.delivery-art {
  position: relative;
  min-height: 420px;
}

.delivery-art::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: 10px;
  bottom: -130px;
  border-radius: 50%;
  background: var(--orange);
}

.delivery-art::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  left: 58px;
  top: -150px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
}

.bag {
  position: absolute;
  z-index: 2;
  width: 255px;
  height: 270px;
  left: 100px;
  bottom: 36px;
  padding-top: 110px;
  background: #f1d7a2;
  color: var(--green-dark);
  text-align: center;
  clip-path: polygon(7% 0, 93% 0, 100% 100%, 0 100%);
  transform: rotate(-4deg);
  box-shadow: 0 20px 30px rgba(0,0,0,0.18);
}

.bag strong {
  display: block;
  font-family: var(--font-display), Georgia, serif;
  font-size: 27px;
  letter-spacing: -0.04em;
}

.bag small {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.bag-handle {
  position: absolute;
  width: 90px;
  height: 80px;
  left: 83px;
  top: -36px;
  border: 11px solid #d3ad64;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.bag-groceries img {
  position: absolute;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 7px 14px rgba(0,0,0,0.13);
}

.bag-groceries img:nth-child(1) {
  width: 105px;
  height: 95px;
  left: 14px;
  top: 0;
  transform: rotate(-12deg);
}

.bag-groceries img:nth-child(2) {
  width: 100px;
  height: 90px;
  right: 13px;
  top: 7px;
  transform: rotate(13deg);
}

.bag-groceries img:nth-child(3) {
  width: 78px;
  height: 110px;
  left: 92px;
  top: -22px;
  transform: rotate(3deg);
}

footer {
  background: #eef0e8;
  border-top: 1px solid #e0e2da;
  padding: 50px max(28px, calc((100vw - 1180px) / 2)) 26px;
}

.footer-main {
  min-height: 96px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}

.footer-main > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.footer-main nav {
  display: flex;
  gap: 26px;
}

.footer-main nav a {
  color: #506058;
  font-size: 11px;
  font-weight: 750;
}

.footer-bottom {
  min-height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-top: 1px solid #d9ddd4;
  color: #788079;
  font-size: 9px;
}

.cart-overlay {
  position: fixed;
  z-index: 40;
  inset: 0;
  visibility: hidden;
  background: rgba(5, 22, 15, 0.46);
  opacity: 0;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.cart-overlay.open {
  visibility: visible;
  opacity: 1;
}

.cart-drawer {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  width: min(460px, 100vw);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  background: var(--paper);
  box-shadow: -20px 0 50px rgba(8, 34, 24, 0.18);
  transform: translateX(105%);
  transition: transform 260ms ease, visibility 260ms ease;
}

.cart-drawer.open {
  visibility: visible;
  transform: translateX(0);
}

.cart-header {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 26px;
  border-bottom: 1px solid var(--line);
}

.cart-header span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cart-header h2 {
  margin: 5px 0 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: 27px;
}

.cart-header button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--ink);
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.cart-items {
  flex: 1;
  overflow: auto;
  padding: 8px 26px;
}

.cart-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.cart-thumb {
  width: 72px;
  height: 72px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: white;
}

.cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.cart-item-copy {
  display: flex;
  flex-direction: column;
}

.cart-item-copy > strong {
  font-family: var(--font-display), Georgia, serif;
  font-size: 14px;
}

.cart-item-copy > small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 9px;
}

.cart-item > b {
  align-self: start;
  margin-top: 2px;
  font-size: 12px;
}

.quantity-control {
  width: 85px;
  height: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin-top: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.quantity-control button {
  height: 100%;
  border: 0;
  background: transparent;
  color: var(--green);
  cursor: pointer;
  font-weight: 800;
}

.quantity-control span {
  text-align: center;
  font-size: 10px;
  font-weight: 800;
}

.cart-summary {
  border-top: 1px solid var(--line);
  background: white;
  padding: 22px 26px 26px;
}

.cart-summary > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 10px;
}

.cart-summary .delivery-earned {
  color: var(--green);
  font-weight: 800;
}

.progress {
  height: 5px;
  overflow: hidden;
  margin: 10px 0 19px;
  border-radius: 99px;
  background: #e8ebe6;
}

.progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--orange);
  transition: width 200ms ease;
}

.subtotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}

.subtotal span {
  font-size: 12px;
  font-weight: 800;
}

.subtotal strong {
  font-family: var(--font-display), Georgia, serif;
  font-size: 22px;
}

.checkout-button {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 0;
  border-radius: 14px;
  background: var(--green);
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.cart-summary > small {
  display: block;
  margin-top: 10px;
  color: #7b837e;
  text-align: center;
  font-size: 8px;
}

.empty-cart {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
}

.empty-cart > span {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--green);
  font-size: 38px;
}

.empty-cart h3 {
  margin: 20px 0 7px;
  font-family: var(--font-display), Georgia, serif;
  font-size: 27px;
}

.empty-cart p {
  max-width: 280px;
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.6;
}

.toast {
  position: fixed;
  z-index: 80;
  left: 50%;
  bottom: 24px;
  max-width: calc(100vw - 32px);
  display: flex;
  align-items: center;
  gap: 10px;
  visibility: hidden;
  padding: 12px 17px;
  border-radius: 12px;
  background: var(--green-dark);
  color: white;
  box-shadow: 0 12px 30px rgba(0,0,0,0.19);
  opacity: 0;
  transform: translate(-50%, 15px);
  transition: 180ms ease;
  font-size: 11px;
  font-weight: 700;
}

.toast.visible {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.toast span {
  color: var(--yellow);
}

html.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

html.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

html.motion-ready .product-card.is-visible:hover,
html.motion-ready .steps-grid article.is-visible:hover {
  transform: translateY(-6px);
}

@keyframes roonak-float {
  0%, 100% { transform: rotate(4deg) translateY(0); }
  50% { transform: rotate(2deg) translateY(-10px); }
}

@keyframes roonak-float-small {
  0%, 100% { transform: rotate(-9deg) translateY(0); }
  50% { transform: rotate(-6deg) translateY(9px); }
}

@keyframes roonak-float-fresh {
  0%, 100% { transform: rotate(9deg) translateY(0); }
  50% { transform: rotate(6deg) translateY(-8px); }
}

@keyframes roonak-pulse {
  0%, 100% { transform: rotate(7deg) scale(1); }
  50% { transform: rotate(4deg) scale(1.04); }
}

@keyframes roonak-live {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto auto minmax(240px, 1fr) auto;
  }

  .menu-toggle {
    width: 39px;
    height: 39px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: white;
    cursor: pointer;
  }

  .menu-toggle > span:not(.screen-reader-text) {
    width: 17px;
    height: 2px;
    border-radius: 4px;
    background: var(--green-dark);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: max(20px, calc((100vw - 1380px) / 2));
    min-width: 240px;
    visibility: hidden;
    display: grid;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: white;
    padding: 10px;
    box-shadow: 0 20px 45px rgba(10, 63, 48, 0.14);
    opacity: 0;
    transform: translateY(-8px);
    transition: 180ms ease;
  }

  .primary-nav.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .primary-nav a {
    min-height: 40px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0 12px;
  }

  .primary-nav a:hover {
    background: var(--mint);
  }

  .primary-nav a::after {
    display: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto minmax(220px, 1fr) auto;
  }

  .how-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .how-heading > p {
    max-width: 650px;
  }

  .steps-grid article {
    min-height: 230px;
  }

  .hero {
    min-height: 710px;
    grid-template-columns: 1fr 0.82fr;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .hero h1 {
    font-size: clamp(50px, 7vw, 70px);
  }

  .hero-visual {
    margin-left: -10px;
    transform: scale(0.82);
    transform-origin: center;
  }

  .promise-strip > div {
    padding: 0 18px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .delivery-banner {
    margin-left: 28px;
    margin-right: 28px;
  }

  .delivery-copy {
    padding: 50px 45px;
  }

  .bag {
    left: 50%;
    transform: translateX(-50%) rotate(-4deg);
  }

  .footer-main {
    grid-template-columns: 1fr auto;
  }

  .footer-main > p {
    display: none;
  }
}

@media (max-width: 720px) {
  .announcement {
    font-size: 9px;
  }

  .site-header {
    min-height: 76px;
    grid-template-columns: 1fr auto auto;
    padding: 14px 18px;
    gap: 14px;
  }

  .header-search {
    display: none;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-copy strong {
    font-size: 19px;
  }

  .brand-copy small {
    font-size: 7px;
  }

  .basket-button > span:nth-child(2) {
    display: none;
  }

  .basket-icon {
    width: 37px;
    height: 37px;
  }

  .primary-nav {
    left: 12px;
    right: 12px;
    min-width: 0;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 58px 20px 28px;
  }

  .hero h1 {
    margin-top: 16px;
    font-size: clamp(47px, 15vw, 68px);
  }

  .hero-copy > p {
    font-size: 14px;
  }

  .hero-actions {
    flex-wrap: wrap;
    margin-top: 27px;
  }

  .hero-visual {
    width: 540px;
    min-height: 430px;
    left: 50%;
    margin: 4px 0 -40px;
    transform: translateX(-50%) scale(0.68);
  }

  .promise-strip {
    grid-template-columns: 1fr;
    padding: 17px 20px;
  }

  .promise-strip > div {
    min-height: 76px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0;
  }

  .promise-strip > div:last-child {
    border-bottom: 0;
  }

  .how-it-works {
    padding: 70px 16px 4px;
  }

  .how-heading h2 {
    font-size: 42px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: 28px;
  }

  .steps-grid article {
    min-height: 0;
  }

  .shop-section {
    padding: 70px 16px 75px;
  }

  .section-heading {
    align-items: start;
  }

  .catalogue-meta {
    display: none;
  }

  .section-heading h2 {
    font-size: 42px;
  }

  .mobile-search {
    display: block;
    margin-top: 25px;
  }

  .mobile-search label {
    height: 47px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: white;
  }

  .category-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 3px 0;
    box-shadow: none;
    scrollbar-width: none;
  }

  .category-row::-webkit-scrollbar {
    display: none;
  }

  .category {
    flex: none;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product-image {
    height: 185px;
  }

  .product-image-pack img {
    padding: 20px;
  }

  .product-image > .add-product {
    right: 10px;
    bottom: 10px;
    width: 38px;
    height: 38px;
  }

  .product-image > .add-product span {
    line-height: 34px;
  }

  .product-info {
    min-height: 126px;
    padding: 14px 13px;
  }

  .product-info h3 {
    font-size: 15px;
  }

  .delivery-banner {
    min-height: auto;
    grid-template-columns: 1fr;
    margin: 0 16px 65px;
    border-radius: 25px;
  }

  .delivery-copy {
    padding: 48px 28px 24px;
  }

  .delivery-copy h2 {
    font-size: 44px;
  }

  .delivery-art {
    min-height: 350px;
  }

  footer {
    padding: 40px 20px 25px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-main nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    margin-top: 28px;
    padding-top: 18px;
  }
}

@media (max-width: 390px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-image {
    height: 250px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.content-shell {
  width: min(1120px, calc(100% - 32px));
  min-height: 60vh;
  margin: 0 auto;
  padding: 64px 0 90px;
}

.content-card,
.woocommerce-shell {
  border: 1px solid #e5e2da;
  border-radius: 24px;
  background: var(--white);
  padding: clamp(24px, 5vw, 58px);
  box-shadow: 0 18px 45px rgba(26, 49, 39, 0.06);
}

.content-card > h1,
.woocommerce-shell .page-title,
.woocommerce-shell h1 {
  margin: 0 0 28px;
  color: var(--green-dark);
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: -0.05em;
  line-height: 1;
}

.entry-content {
  color: var(--ink);
  line-height: 1.7;
}

.roonak-request-intro {
  max-width: 720px;
  margin: -12px 0 30px;
  color: var(--ink-soft);
  font-size: 14px;
}

.roonak-request-summary {
  margin: 0 0 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.roonak-request-item {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.roonak-request-item:last-child {
  border-bottom: 0;
}

.roonak-request-item img {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  object-fit: contain;
}

.roonak-request-item span {
  color: var(--ink-soft);
  font-size: 11px;
}

.roonak-request-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 16px;
  background: var(--mint);
}

.roonak-request-total strong {
  font-family: var(--font-display), Georgia, serif;
  font-size: 24px;
}

.roonak-order-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.roonak-order-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 800;
}

.roonak-order-form label.full {
  grid-column: 1 / -1;
}

.roonak-order-form input,
.roonak-order-form select,
.roonak-order-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  padding: 11px 13px;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
}

.roonak-order-form textarea {
  min-height: 100px;
  resize: vertical;
}

.roonak-order-form button,
.roonak-confirmation a,
.return-to-shop a,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 13px;
  background: var(--green);
  color: white;
  padding: 0 20px;
  font-weight: 800;
  text-decoration: none;
}

.roonak-order-form button {
  grid-column: 1 / -1;
  cursor: pointer;
}

.roonak-form-note {
  grid-column: 1 / -1;
  margin: -3px 0 0;
  color: var(--ink-soft);
  font-size: 10px;
  text-align: center;
}

.roonak-form-error,
.woocommerce-error {
  margin: 0 0 22px;
  border: 1px solid #eab2a0;
  border-radius: 12px;
  background: #fff2ed;
  color: #762f19;
  padding: 13px 15px;
}

.roonak-confirmation {
  padding: 40px;
  border-radius: 20px;
  background: var(--mint);
  text-align: center;
}

.roonak-confirmation h2 {
  margin: 0 0 10px;
  color: var(--green-dark);
  font-family: var(--font-display), Georgia, serif;
  font-size: 34px;
}

.roonak-confirmation p {
  color: var(--ink-soft);
}

.woocommerce .products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  width: auto;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
}

.woocommerce div.product div.images img,
.woocommerce ul.products li.product a img {
  border-radius: 14px;
}

.woocommerce div.product .product_title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--green-dark);
  font-family: var(--font-display), Georgia, serif;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: var(--green);
}

@media (max-width: 720px) {
  .content-shell {
    width: min(100% - 24px, 1120px);
    padding: 34px 0 60px;
  }

  .content-card,
  .woocommerce-shell {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .roonak-order-form {
    grid-template-columns: 1fr;
  }

  .roonak-order-form label.full,
  .roonak-order-form button,
  .roonak-form-note {
    grid-column: auto;
  }

  .roonak-request-item {
    grid-template-columns: 50px 1fr;
  }

  .roonak-request-item > strong {
    grid-column: 2;
  }

  .woocommerce .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .woocommerce .products {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   ROONAK NOW — v1.2 neo-market visual system
   ========================================================= */

:root {
  --ink: #101014;
  --ink-soft: #646471;
  --paper: #f4f4ee;
  --white: #ffffff;
  --line: #17171c;
  --green: #2541ff;
  --green-dark: #101014;
  --mint: #e7e5ff;
  --orange: #ff5c35;
  --yellow: #d7ff3f;
  --electric: #2541ff;
  --acid: #d7ff3f;
  --violet: #c4b9ff;
  --coral: #ff5c35;
  --shadow: 8px 8px 0 #101014;
  --font-display: "Archivo Black", Impact, sans-serif;
  --font-sans: "Plus Jakarta Sans", Arial, sans-serif;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 15px;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-sans);
}

a,
button {
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.announcement {
  min-height: 34px;
  padding: 0;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.announcement-track {
  width: 100%;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  white-space: nowrap;
}

.announcement-track b {
  color: var(--acid);
}

.announcement-track i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--coral);
}

.site-header {
  top: 32px;
  min-height: 88px;
  padding: 12px clamp(20px, 4vw, 70px);
  gap: clamp(14px, 2vw, 30px);
  border-bottom: 2px solid var(--ink);
  background: rgba(255, 255, 255, .96);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.brand {
  min-width: max-content;
  gap: 11px;
}

.brand-symbol {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 13px 4px 13px 4px;
  background: var(--acid);
  box-shadow: 4px 4px 0 var(--ink);
  transform: rotate(-3deg);
}

.brand-symbol span {
  position: relative;
  z-index: 2;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1;
}

.brand-symbol i {
  position: absolute;
  width: 38px;
  height: 11px;
  right: -10px;
  bottom: 3px;
  background: var(--coral);
  transform: rotate(-35deg);
}

.brand-copy {
  gap: 0;
  color: var(--ink);
}

.brand-copy strong {
  color: inherit;
  font-family: var(--font-display);
  font-size: clamp(17px, 1.45vw, 23px);
  line-height: .96;
  letter-spacing: -.045em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.primary-nav {
  gap: 3px;
  padding: 4px;
  border: 1.5px solid #d9d9dc;
  border-radius: 12px;
  background: #f3f3f0;
}

.primary-nav a {
  min-height: 38px;
  padding: 0 13px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
}

.primary-nav a:not(.nav-order-link)::after {
  display: none;
}

.primary-nav a:hover {
  background: var(--white);
  color: var(--electric);
}

.primary-nav .nav-order-link {
  padding: 0 14px;
  border: 1.5px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  box-shadow: none;
}

.primary-nav .nav-order-link:hover {
  background: var(--acid);
  color: var(--ink);
  transform: translateY(-2px);
}

.header-search,
.mobile-search label {
  min-height: 46px;
  border: 1.5px solid var(--ink);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 3px 3px 0 #d8d8dd;
}

.header-search:focus-within,
.mobile-search label:focus-within {
  border-color: var(--electric);
  box-shadow: 4px 4px 0 var(--violet);
}

.icon-search {
  position: relative;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-search::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  right: -5px;
  bottom: -2px;
  border-radius: 2px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.header-search input,
.mobile-search input {
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
}

.basket-button {
  min-width: 150px;
  min-height: 50px;
  padding: 7px 11px;
  gap: 10px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: var(--acid);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

.basket-button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 var(--ink);
}

.basket-icon {
  position: relative;
  width: 32px;
  height: 30px;
  border: 2px solid var(--ink);
  border-radius: 4px 4px 9px 9px;
  background: var(--white);
  transform: none;
}

.basket-icon::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  left: 7px;
  top: -8px;
  border: 2px solid var(--ink);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.basket-icon i {
  position: absolute;
  width: 5px;
  height: 5px;
  right: 4px;
  bottom: 4px;
  border-radius: 50%;
  background: var(--coral);
}

.basket-button small {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.basket-button strong {
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 800;
}

.basket-button b {
  background: var(--coral);
  color: var(--white);
}

.menu-toggle {
  width: 46px;
  height: 46px;
  border: 2px solid var(--ink);
  border-radius: 11px;
  background: var(--acid);
  box-shadow: 3px 3px 0 var(--ink);
}

.menu-toggle > span:not(.screen-reader-text) {
  width: 20px;
  height: 2px;
  background: var(--ink);
}

.hero {
  min-height: 690px;
  padding: clamp(76px, 8vw, 120px) clamp(24px, 6vw, 100px);
  gap: clamp(40px, 7vw, 110px);
  overflow: hidden;
  border-bottom: 2px solid var(--ink);
  background:
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px) 0 0 / 42px 42px,
    var(--electric);
  color: var(--white);
}

.hero::before {
  width: 310px;
  height: 310px;
  top: -130px;
  left: 46%;
  border: 70px solid var(--acid);
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  filter: none;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  color: inherit;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.eyebrow i {
  width: 34px;
  height: 5px;
  border-radius: 0;
  background: var(--acid);
}

.hero h1 {
  max-width: 760px;
  margin: 20px 0 22px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(56px, 7vw, 114px);
  line-height: .83;
  letter-spacing: -.075em;
  text-transform: uppercase;
}

.hero h1 em {
  display: inline-block;
  color: var(--acid);
  font-family: inherit;
  font-style: normal;
  transform: translateX(8px);
}

.hero-copy > p {
  max-width: 560px;
  color: rgba(255,255,255,.82);
  font-size: clamp(15px, 1.45vw, 19px);
  line-height: 1.65;
}

.hero-actions {
  margin-top: 30px;
  align-items: stretch;
}

.primary-action {
  min-height: 58px;
  padding: 0 22px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: var(--acid);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  box-shadow: 6px 6px 0 var(--ink);
}

.primary-action:hover {
  color: var(--ink);
  transform: translate(-3px, -3px);
  box-shadow: 10px 10px 0 var(--ink);
}

.primary-action span {
  font-size: 21px;
}

.delivery-proof {
  min-width: 130px;
  padding-left: 20px;
  border-left: 2px solid rgba(255,255,255,.35);
  color: rgba(255,255,255,.75);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.delivery-proof b {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: -.05em;
}

.hero-trust {
  margin-top: 34px;
  gap: 18px;
}

.hero-trust span {
  gap: 7px;
  color: rgba(255,255,255,.86);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .03em;
}

.hero-trust i {
  width: auto;
  height: auto;
  padding: 3px 5px;
  border: 1px solid var(--acid);
  border-radius: 5px;
  background: transparent;
  color: var(--acid);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.hero-visual {
  width: min(100%, 560px);
  height: 510px;
  justify-self: center;
}

.hero-visual::before {
  width: 390px;
  height: 390px;
  border: 2px solid var(--ink);
  border-radius: 32px;
  background: var(--acid);
  opacity: 1;
  transform: rotate(8deg);
}

.hero-orbit {
  border: 2px solid rgba(255,255,255,.48);
  border-radius: 28px;
}

.orbit-one {
  inset: 55px 25px 55px 25px;
  transform: rotate(-12deg);
}

.orbit-two {
  inset: 95px 65px 20px 65px;
  transform: rotate(18deg);
}

.hero-card {
  border: 2px solid var(--ink);
  border-radius: 18px;
  box-shadow: 9px 9px 0 var(--ink);
}

.hero-card-main {
  width: 245px;
  height: 355px;
  right: 84px;
  top: 68px;
  padding: 16px;
  background: var(--white);
  transform: rotate(4deg);
}

.hero-card-main .card-label {
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  background: var(--violet);
  color: var(--ink);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-card-main > div strong {
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 800;
}

.hero-card-main > div span {
  color: var(--electric);
  font-size: 17px;
  font-weight: 800;
}

.hero-card-small {
  width: 145px;
  height: 175px;
  border-radius: 15px;
}

.hero-card-drink {
  left: 8px;
  bottom: 38px;
  transform: rotate(-10deg);
}

.hero-card-fresh {
  right: 0;
  top: 5px;
  transform: rotate(10deg);
}

.speed-sticker {
  width: 126px;
  height: 126px;
  right: 2px;
  bottom: 8px;
  gap: 2px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--coral);
  color: var(--white);
  box-shadow: 6px 6px 0 var(--ink);
  transform: rotate(-7deg);
}

.speed-sticker strong {
  font-family: var(--font-display);
  font-size: 43px;
}

.speed-sticker span {
  font-family: var(--font-sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.promise-strip {
  width: 100%;
  margin: 0;
  padding: 0 clamp(24px, 6vw, 100px);
  gap: 0;
  border: 0;
  border-bottom: 2px solid var(--ink);
  border-radius: 0;
  background: var(--ink);
  color: var(--white);
  box-shadow: none;
}

.promise-strip > div {
  min-height: 122px;
  padding: 26px clamp(14px, 2.4vw, 42px);
  gap: 18px;
  border-right: 1px solid rgba(255,255,255,.18);
}

.promise-strip > div:first-child {
  padding-left: 0;
}

.promise-strip > div:last-child {
  padding-right: 0;
}

.promise-strip > div > span {
  width: 56px;
  height: 38px;
  border: 1.5px solid var(--acid);
  border-radius: 7px;
  background: transparent;
  color: var(--acid);
  font-family: var(--font-sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}

.promise-strip strong {
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 800;
}

.promise-strip small {
  margin-top: 5px;
  color: rgba(255,255,255,.58);
  font-size: 10px;
}

.how-it-works {
  max-width: none;
  margin: 0;
  padding: clamp(80px, 9vw, 140px) clamp(24px, 6vw, 100px);
  background: var(--white);
}

.how-heading {
  max-width: 1300px;
  margin: 0 auto 52px;
  align-items: end;
}

.how-heading .eyebrow,
.section-heading .eyebrow {
  color: var(--electric);
}

.how-heading .eyebrow i,
.section-heading .eyebrow i {
  background: var(--coral);
}

.how-heading h2,
.section-heading h2,
.delivery-copy h2,
.woocommerce-shell h1 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: .95;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.how-heading > p {
  max-width: 450px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

.steps-grid {
  max-width: 1300px;
  margin: 0 auto;
  gap: 18px;
}

.steps-grid article {
  min-height: 300px;
  padding: 26px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--ink);
}

.steps-grid article:nth-child(2) {
  background: var(--violet);
}

.steps-grid article:nth-child(3) {
  background: var(--acid);
}

.steps-grid article:hover {
  transform: translate(-4px, -4px) rotate(-1deg);
  box-shadow: 11px 11px 0 var(--ink);
}

.steps-grid article > span {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0;
}

.step-icon {
  width: 72px;
  height: 72px;
  margin: 36px 0 24px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--white);
  color: var(--electric);
  font-family: var(--font-display);
  font-size: 23px;
  box-shadow: 4px 4px 0 var(--ink);
}

.steps-grid h3 {
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 800;
}

.steps-grid p {
  color: #565661;
  font-size: 12px;
  line-height: 1.7;
}

.shop-section {
  max-width: none;
  padding: clamp(76px, 8vw, 130px) clamp(24px, 6vw, 100px);
  border-top: 2px solid var(--ink);
  background:
    radial-gradient(circle at 92% 8%, var(--violet) 0 8%, transparent 8.2%),
    var(--paper);
}

.section-heading,
.category-row,
.product-grid,
.mobile-search {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  margin-bottom: 38px;
  align-items: end;
}

.catalogue-meta {
  min-width: 190px;
  padding: 15px 17px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: var(--acid);
  box-shadow: 5px 5px 0 var(--ink);
  text-align: left;
}

.live-dot {
  color: var(--ink);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.live-dot::before {
  background: var(--coral);
  box-shadow: none;
}

.catalogue-meta p {
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
}

.category-row {
  margin-bottom: 38px;
  padding-bottom: 8px;
  gap: 9px;
}

.category {
  min-height: 44px;
  padding: 0 17px;
  gap: 8px;
  border: 1.5px solid var(--ink);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .03em;
  box-shadow: 3px 3px 0 #c7c7ca;
}

.category span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--violet);
}

.category:hover {
  transform: translateY(-2px);
}

.category.active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
  box-shadow: 4px 4px 0 var(--electric);
}

.category.active span {
  background: var(--acid);
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(15px, 2vw, 24px);
}

.product-card {
  overflow: visible;
  border: 2px solid var(--ink);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 5px 5px 0 var(--ink);
}

.product-card:nth-child(4n+2) .product-image {
  background: #e6e2ff;
}

.product-card:nth-child(4n+3) .product-image {
  background: #e7ff9f;
}

.product-card:nth-child(4n+4) .product-image {
  background: #ffd9cf;
}

.product-card:hover {
  transform: translate(-4px, -4px);
  box-shadow: 10px 10px 0 var(--ink);
}

.product-image {
  aspect-ratio: 1 / .88;
  border-bottom: 2px solid var(--ink);
  border-radius: 14px 14px 0 0;
  background: #d9e0ff;
}

.product-image > a:not(.add-product) {
  inset: 17px;
}

.product-image img {
  filter: saturate(1.05) contrast(1.03);
}

.product-card:hover .product-image img {
  transform: scale(1.07) rotate(-2deg);
}

.product-badge {
  top: 12px;
  left: 12px;
  padding: 6px 8px;
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  background: var(--acid);
  color: var(--ink);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 2px 2px 0 var(--ink);
}

.product-image > .add-product {
  width: 48px;
  height: 48px;
  right: 12px;
  bottom: 12px;
  border: 2px solid var(--ink);
  border-radius: 11px;
  background: var(--electric);
  color: var(--white);
  box-shadow: 4px 4px 0 var(--ink);
}

.product-image > .add-product:hover {
  background: var(--acid);
  color: var(--ink);
  transform: translate(-2px, -2px) rotate(3deg);
  box-shadow: 6px 6px 0 var(--ink);
}

.product-image > .add-product span {
  font-family: var(--font-sans);
  font-size: 27px;
  font-weight: 500;
}

.product-info {
  padding: 18px 17px 20px;
}

.product-kicker > p {
  color: var(--electric);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.product-kicker > span {
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-kicker > span i {
  background: var(--acid);
  box-shadow: 0 0 0 2px var(--ink);
}

.product-info h3 {
  min-height: 45px;
  margin: 12px 0 17px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.product-info > div span {
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 600;
}

.product-info > div strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 21px;
  letter-spacing: -.04em;
}

.empty-results {
  border: 2px dashed var(--ink);
  border-radius: 16px;
  background: var(--white);
}

.empty-results > span {
  color: var(--coral);
  font-family: var(--font-display);
  font-size: 48px;
}

.delivery-banner {
  max-width: none;
  min-height: 600px;
  margin: 0;
  padding: clamp(65px, 8vw, 120px) clamp(24px, 7vw, 120px);
  border: 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  border-radius: 0;
  background: var(--acid);
  color: var(--ink);
  box-shadow: none;
}

.delivery-copy .eyebrow {
  color: var(--ink);
}

.delivery-copy .eyebrow i {
  background: var(--coral);
}

.delivery-copy h2 {
  color: var(--ink);
  font-size: clamp(55px, 7vw, 104px);
}

.delivery-copy p {
  color: rgba(16,16,20,.72);
  font-size: 14px;
}

.delivery-copy a {
  min-height: 56px;
  padding: 0 20px;
  border: 2px solid var(--ink);
  border-radius: 11px;
  background: var(--electric);
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  box-shadow: 6px 6px 0 var(--ink);
}

.delivery-copy a:hover {
  background: var(--coral);
  color: var(--white);
  transform: translate(-3px, -3px);
  box-shadow: 9px 9px 0 var(--ink);
}

.delivery-art::before {
  background: var(--violet);
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
}

.delivery-art::after {
  border-color: var(--ink);
}

.bag {
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
  transform: rotate(-3deg);
}

.bag strong {
  color: var(--electric);
  font-family: var(--font-display);
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.bag small {
  font-weight: 800;
  letter-spacing: .15em;
}

.bag-handle {
  border-color: var(--ink);
}

footer {
  padding: 60px clamp(24px, 6vw, 100px) 28px;
  border: 0;
  background: var(--ink);
  color: var(--white);
}

.footer-main {
  padding-bottom: 44px;
  border-bottom-color: rgba(255,255,255,.15);
}

.footer-brand .brand-copy,
.footer-brand .brand-copy strong {
  color: var(--white);
}

.footer-brand .brand-copy small,
.footer-main > p,
.footer-bottom {
  color: rgba(255,255,255,.54);
}

.footer-main nav a {
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-main nav a:hover {
  color: var(--acid);
}

.cart-overlay {
  background: rgba(37,65,255,.48);
  backdrop-filter: blur(7px);
}

.cart-drawer {
  border-left: 2px solid var(--ink);
  background: var(--paper);
  box-shadow: -12px 0 0 rgba(16,16,20,.2);
}

.cart-header {
  border-bottom: 2px solid var(--ink);
}

.cart-header span {
  color: var(--electric);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cart-header h2,
.cart-item-copy > strong,
.subtotal strong,
.empty-cart h3 {
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 800;
}

.cart-header button,
.quantity-control button {
  border: 1.5px solid var(--ink);
  background: var(--white);
  color: var(--ink);
}

.cart-item {
  border: 1.5px solid var(--ink);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 3px 3px 0 #c8c8ca;
}

.cart-thumb {
  border: 1.5px solid var(--ink);
  border-radius: 9px;
  background: var(--violet);
}

.checkout-button,
.roonak-order-form button,
.woocommerce button.button.alt,
.woocommerce input.button {
  border: 2px solid var(--ink) !important;
  border-radius: 10px !important;
  background: var(--electric) !important;
  color: var(--white) !important;
  font-family: var(--font-sans) !important;
  font-weight: 800 !important;
  box-shadow: 5px 5px 0 var(--ink);
}

.checkout-button:hover,
.roonak-order-form button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover {
  background: var(--acid) !important;
  color: var(--ink) !important;
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 var(--ink);
}

.toast {
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: var(--acid);
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}

.content-shell {
  width: min(100% - 40px, 1240px);
  padding: 70px 0 100px;
}

.content-card,
.woocommerce-shell {
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 8px 8px 0 var(--ink);
}

.roonak-request-intro {
  color: var(--ink-soft);
}

.roonak-request-summary {
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: var(--violet);
  box-shadow: 5px 5px 0 var(--ink);
}

.roonak-request-item {
  border-bottom-color: rgba(16,16,20,.2);
}

.roonak-request-item img {
  border: 1.5px solid var(--ink);
  border-radius: 8px;
}

.roonak-order-form label {
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.roonak-order-form input,
.roonak-order-form select,
.roonak-order-form textarea,
.woocommerce input.input-text,
.woocommerce textarea {
  border: 1.5px solid var(--ink);
  border-radius: 9px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 3px 3px 0 #d4d4d7;
}

.woocommerce .products {
  gap: 20px;
}

.woocommerce ul.products li.product {
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 5px 5px 0 var(--ink);
}

.woocommerce div.product div.images img,
.woocommerce ul.products li.product a img {
  border: 1.5px solid var(--ink);
  border-radius: 10px;
  background: var(--violet);
}

.woocommerce div.product .product_title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 800;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: var(--electric);
  font-family: var(--font-display);
}

html.motion-ready [data-reveal] {
  transform: translateY(30px) rotate(.25deg);
  filter: blur(4px);
  transition: opacity 650ms ease var(--reveal-delay, 0ms), transform 650ms cubic-bezier(.2,.8,.2,1) var(--reveal-delay, 0ms), filter 650ms ease var(--reveal-delay, 0ms);
}

html.motion-ready [data-reveal].is-visible {
  transform: translateY(0) rotate(0);
  filter: blur(0);
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto auto 1fr auto;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 2px);
    left: 18px;
    right: 18px;
    display: none;
    padding: 12px;
    border: 2px solid var(--ink);
    border-radius: 14px;
    background: var(--white);
    box-shadow: 7px 7px 0 var(--ink);
  }

  .primary-nav.open {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .menu-toggle {
    display: grid;
    place-content: center;
    gap: 4px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header {
    top: 32px;
    grid-template-columns: auto auto 1fr;
  }

  .header-search {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }

  .basket-button {
    justify-self: end;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    margin-top: 12px;
  }

  .promise-strip {
    grid-template-columns: 1fr;
    padding: 0 24px;
  }

  .promise-strip > div,
  .promise-strip > div:first-child,
  .promise-strip > div:last-child {
    min-height: 98px;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }

  .how-heading,
  .section-heading {
    align-items: start;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .delivery-banner {
    grid-template-columns: 1fr;
  }

  .delivery-art {
    min-height: 430px;
  }
}

@media (max-width: 640px) {
  .announcement-track {
    justify-content: flex-start;
    width: max-content;
    padding-left: 18px;
    animation: roonakTicker 16s linear infinite;
  }

  .site-header {
    min-height: 78px;
    padding: 10px 14px;
    gap: 10px;
  }

  .brand-symbol {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .brand-copy small {
    font-size: 6px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    grid-column: 2;
  }

  .basket-button {
    min-width: 48px;
    width: 48px;
    height: 46px;
    min-height: 46px;
    padding: 0;
    place-content: center;
    box-shadow: 3px 3px 0 var(--ink);
  }

  .basket-button > span:nth-child(2) {
    display: none;
  }

  .basket-icon {
    width: 27px;
    height: 25px;
  }

  .basket-button b {
    right: -8px;
    top: -9px;
  }

  .primary-nav.open {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    padding: 56px 18px 62px;
    gap: 24px;
  }

  .hero::before {
    display: none;
  }

  .hero h1 {
    font-size: clamp(52px, 17vw, 76px);
  }

  .hero h1 em {
    transform: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .primary-action {
    min-height: 54px;
  }

  .hero-trust {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .hero-visual {
    width: 100%;
    height: 395px;
    transform: scale(.91);
    transform-origin: center;
  }

  .hero-visual::before {
    width: 285px;
    height: 285px;
    left: 50%;
    transform: translateX(-50%) rotate(8deg);
  }

  .hero-card-main {
    width: 205px;
    height: 300px;
    right: 50%;
    top: 42px;
    transform: translateX(50%) rotate(4deg);
  }

  .hero-card-small {
    width: 115px;
    height: 138px;
  }

  .hero-card-drink {
    left: 0;
  }

  .hero-card-fresh {
    right: 0;
  }

  .speed-sticker {
    width: 100px;
    height: 100px;
  }

  .how-it-works,
  .shop-section {
    padding: 72px 18px;
  }

  .how-heading h2,
  .section-heading h2 {
    font-size: 44px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid article {
    min-height: 250px;
  }

  .step-icon {
    margin: 24px 0 20px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .catalogue-meta {
    width: 100%;
  }

  .mobile-search {
    display: block;
    margin-bottom: 20px;
  }

  .product-grid {
    gap: 14px;
  }

  .product-info {
    padding: 13px 12px 15px;
  }

  .product-info h3 {
    min-height: 42px;
    font-size: 13px;
  }

  .product-info > div strong {
    font-size: 17px;
  }

  .product-image > .add-product {
    width: 42px;
    height: 42px;
  }

  .delivery-banner {
    padding: 70px 18px;
  }

  .delivery-copy h2 {
    font-size: 54px;
  }

  .footer-main {
    gap: 26px;
  }
}

@media (max-width: 430px) {
  .brand-copy {
    display: none;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-image {
    aspect-ratio: 1 / .8;
  }
}

@keyframes roonakTicker {
  to {
    transform: translateX(-45%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .announcement-track {
    animation: none;
  }
}
