/*
Theme Name: SRK Enterprises
Theme URI: https://srkenterprises.syedsuheal.a2hosted.com/
Author: SRK Enterprises
Description: A lightweight, responsive custom theme for SRK Enterprises, Tumakuru.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: srk-enterprises
*/

:root {
  --cream: #f4ecdd;
  --paper: #fffdf8;
  --ink: #182826;
  --muted: #66716e;
  --teal: #0b514a;
  --teal-dark: #073b36;
  --saffron: #eda23a;
  --orange: #d9683d;
  --line: rgba(24, 40, 38, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

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

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

svg {
  width: 1.1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-header {
  align-items: center;
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 84px;
  padding: 12px clamp(24px, 5vw, 76px);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

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

.brand-mark {
  align-items: center;
  background: var(--teal);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 48px;
}

.brand-copy {
  display: grid;
  gap: 3px;
}

.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.brand-copy small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

nav {
  align-items: center;
  display: flex;
  gap: 34px;
}

nav a {
  color: #3d4a47;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}

nav a::after {
  background: var(--orange);
  bottom: -8px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

nav a:hover::after,
nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-call {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  justify-self: end;
}

.header-call svg {
  color: var(--orange);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  min-height: calc(100vh - 84px);
}

.hero-copy {
  align-content: center;
  background: var(--cream);
  display: grid;
  padding: clamp(70px, 9vw, 132px) clamp(34px, 7vw, 112px);
}

.eyebrow {
  align-items: center;
  color: var(--teal);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.19em;
  margin: 0 0 26px;
  text-transform: uppercase;
}

.eyebrow > span {
  background: var(--orange);
  height: 2px;
  width: 32px;
}

.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6.2vw, 96px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
  margin: 0;
  max-width: 820px;
}

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

.hero-kannada {
  color: var(--teal);
  font-size: 15px;
  font-weight: 700;
  margin: 28px 0 0;
}

.hero-intro {
  color: #4a5855;
  font-size: 16px;
  line-height: 1.75;
  margin: 18px 0 30px;
  max-width: 650px;
}

.hero-actions,
.visit-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 20px;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 54px;
  padding: 0 23px;
  transition: background 180ms ease, border-color 180ms ease,
    color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--teal);
  color: #fff;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--teal-dark);
}

.button-secondary {
  border-color: rgba(11, 81, 74, 0.35);
  color: var(--teal);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(11, 81, 74, 0.06);
}

.hero-meta {
  border-top: 1px solid rgba(24, 40, 38, 0.18);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  padding-top: 23px;
}

.hero-meta div {
  display: grid;
  gap: 6px;
}

.hero-meta strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.hero-meta span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.hero-visual {
  background-color: var(--teal);
  color: #fff;
  min-height: 640px;
  overflow: hidden;
  position: relative;
}

.hero-visual > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 58% center;
  position: absolute;
  width: 100%;
}

.visual-note {
  background: rgba(7, 59, 54, 0.92);
  bottom: 30px;
  display: grid;
  gap: 6px;
  left: 30px;
  padding: 18px 21px;
  position: absolute;
}

.visual-note span {
  color: var(--saffron);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.visual-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
}

.category-section {
  padding: clamp(84px, 11vw, 150px) clamp(24px, 6vw, 92px);
}

.section-heading {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1.1fr;
  margin-bottom: 62px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2,
.shopping-banner h2,
.quick-visit h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0;
}

.section-heading > p:last-child {
  align-self: end;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  max-width: 600px;
  padding-left: 60px;
}

.category-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.category-card {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 360px;
  padding: 34px;
  transition: background 180ms ease, transform 180ms ease;
}

.category-card:hover {
  background: var(--cream);
}

.category-topline {
  align-items: center;
  color: var(--orange);
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  gap: 12px;
}

.card-rule {
  background: var(--line);
  height: 1px;
  width: 44px;
}

.category-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 48px 0 18px;
}

.category-card > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 28px;
}

.category-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-card li {
  background: rgba(11, 81, 74, 0.07);
  border-radius: 999px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 700;
  padding: 8px 11px;
}

.range-showcase {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 clamp(24px, 6vw, 92px) clamp(84px, 10vw, 140px);
}

.range-card {
  aspect-ratio: 4 / 3;
  background: var(--teal);
  color: #fff;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.range-card::after {
  background: linear-gradient(
    to top,
    rgba(7, 42, 38, 0.88),
    rgba(7, 42, 38, 0.04) 62%
  );
  content: "";
  inset: 0;
  position: absolute;
}

.range-card > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform 500ms ease;
  width: 100%;
}

.range-card:hover > img {
  transform: scale(1.025);
}

.range-large {
  aspect-ratio: 2.15 / 1;
  grid-column: 1 / -1;
}

.range-large > img {
  object-position: center 52%;
}

.range-card > div {
  bottom: clamp(24px, 4vw, 56px);
  left: clamp(24px, 4vw, 56px);
  position: absolute;
  right: clamp(24px, 4vw, 56px);
  z-index: 1;
}

.range-card span {
  color: var(--saffron);
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.range-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0;
}

.shopping-banner {
  align-items: end;
  background: var(--teal);
  color: #fff;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr auto;
  margin: 0 clamp(24px, 6vw, 92px);
  overflow: hidden;
  padding: clamp(54px, 7vw, 94px);
  position: relative;
}

.shopping-banner::after {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  height: 460px;
  position: absolute;
  right: -150px;
  top: -270px;
  width: 460px;
}

.eyebrow-light {
  color: var(--saffron);
}

.shopping-banner > div {
  max-width: 800px;
  position: relative;
  z-index: 1;
}

.shopping-banner h2 {
  max-width: 720px;
}

.shopping-banner p:last-child {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  margin: 24px 0 0;
  max-width: 650px;
}

.button-cream {
  background: var(--cream);
  color: var(--teal);
  position: relative;
  z-index: 1;
}

.button-cream:hover,
.button-cream:focus-visible {
  background: #fff;
}

.gallery-section {
  background: var(--cream);
  padding: clamp(92px, 11vw, 154px) clamp(24px, 7vw, 112px);
}

.gallery-heading {
  display: grid;
  gap: 0;
  grid-template-columns: 1.1fr 0.9fr;
  margin-bottom: 58px;
}

.gallery-heading .eyebrow {
  grid-column: 1 / -1;
}

.gallery-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0;
  max-width: 700px;
}

.gallery-heading > p:last-child {
  align-self: end;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  margin: 0;
  padding-left: 50px;
}

.shop-gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-gallery figure {
  margin: 0;
}

.shop-photo {
  aspect-ratio: 16 / 10;
  background: #111;
  overflow: hidden;
  position: relative;
}

.shop-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  transition: transform 400ms ease;
  width: 100%;
}

.shop-gallery figure:nth-child(3) .shop-photo img {
  object-position: center 28%;
}

.shop-gallery figure:hover .shop-photo img {
  transform: scale(1.02);
}

.shop-gallery figcaption {
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  padding: 14px 2px 4px;
}

.everyday-section {
  padding: clamp(100px, 12vw, 170px) clamp(24px, 7vw, 112px);
}

.everyday-heading {
  margin-bottom: 54px;
}

.item-cloud {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
}

.item-cloud span {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  flex: 1 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 2.2vw, 31px);
  padding: 24px clamp(18px, 2.5vw, 36px);
  text-align: center;
}

.item-cloud .item-accent {
  background: var(--cream);
  color: var(--teal);
  font-style: italic;
}

.stock-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 24px 0 0;
  text-align: right;
}

.about-section {
  background: var(--teal);
  color: #fff;
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  min-height: 690px;
  overflow: hidden;
  padding: clamp(74px, 10vw, 140px) clamp(24px, 8vw, 128px);
  position: relative;
}

.about-section::after {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  height: 620px;
  left: -300px;
  position: absolute;
  top: -180px;
  width: 620px;
}

.about-number {
  color: rgba(255, 255, 255, 0.1);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(80px, 12vw, 190px);
  font-style: italic;
  letter-spacing: -0.08em;
  line-height: 0.8;
  position: relative;
  writing-mode: vertical-rl;
  z-index: 1;
}

.about-copy {
  max-width: 820px;
  position: relative;
  z-index: 1;
}

.about-copy h2,
.faq-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6vw, 84px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin: 0;
}

.about-copy > p:not(.eyebrow):not(.not-stocked) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
  margin: 30px 0;
  max-width: 700px;
}

.focus-note {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 18px;
  grid-template-columns: 0.45fr 1fr;
  margin-top: 50px;
  padding: 28px 0;
}

.focus-note strong {
  color: var(--saffron);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.focus-note span {
  color: rgba(255, 255, 255, 0.86);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.5;
}

.not-stocked {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.6;
  margin: 20px 0 0;
}

.reviews-section {
  background: var(--cream);
  display: grid;
  grid-template-columns: 0.85fr 1.6fr;
  padding: clamp(90px, 11vw, 150px) clamp(24px, 7vw, 112px);
}

.review-score {
  border-right: 1px solid rgba(24, 40, 38, 0.18);
  padding-right: clamp(36px, 5vw, 80px);
}

.review-score > strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(110px, 14vw, 190px);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.76;
}

.stars {
  color: var(--saffron);
  font-size: 22px;
  letter-spacing: 0.12em;
  margin-top: 32px;
}

.review-score > p:last-of-type {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
  margin: 13px 0 30px;
}

.review-score > a {
  align-items: center;
  color: var(--teal);
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 12px;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.review-themes {
  display: grid;
  gap: 0;
  padding-left: clamp(36px, 6vw, 90px);
}

.review-themes article {
  border-bottom: 1px solid rgba(24, 40, 38, 0.16);
  display: grid;
  gap: 24px;
  grid-template-columns: 44px 0.8fr 1fr;
  padding: 26px 0;
}

.review-themes article > span {
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
}

.review-themes h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin: 0;
}

.review-themes p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
}

.review-themes small {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
  margin-top: 20px;
}

.faq-section {
  display: grid;
  gap: 70px;
  grid-template-columns: 0.8fr 1.2fr;
  padding: clamp(90px, 12vw, 164px) clamp(24px, 7vw, 112px);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}

.faq-list summary {
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  list-style: none;
  padding: 26px 42px 26px 0;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--orange);
  content: "+";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  right: 4px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  margin: -5px 0 26px;
  max-width: 620px;
  padding-right: 30px;
}

.quick-visit {
  display: grid;
  gap: 56px;
  grid-template-columns: 1.2fr 0.9fr;
  padding: clamp(90px, 11vw, 154px) clamp(24px, 7vw, 112px);
}

.visit-details {
  align-self: end;
  display: grid;
  gap: 22px;
}

.visit-details p {
  display: grid;
  gap: 6px;
  margin: 0;
}

.visit-details strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.visit-details span,
.visit-details a {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.visit-details a {
  color: var(--teal);
  font-weight: 800;
}

.visit-actions {
  grid-column: 1 / -1;
}

footer {
  align-items: center;
  background: #102c29;
  color: #fff;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr auto auto;
  padding: 38px clamp(24px, 6vw, 92px);
}

.footer-brand .brand-mark {
  background: var(--saffron);
  color: var(--ink);
}

.footer-brand .brand-copy small {
  color: rgba(255, 255, 255, 0.55);
}

footer p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  margin: 0;
}

.mobile-actions {
  display: none;
}

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

  nav {
    display: none;
  }

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

  .hero-visual {
    min-height: 520px;
  }

  .section-heading,
  .quick-visit,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .section-heading > p:last-child {
    margin-top: 26px;
    padding-left: 0;
  }

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

  .shopping-banner {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .gallery-heading {
    grid-template-columns: 1fr;
  }

  .gallery-heading > p:last-child {
    margin-top: 26px;
    padding-left: 0;
  }

  .about-section {
    grid-template-columns: 0.3fr 1.7fr;
  }

  .reviews-section {
    grid-template-columns: 1fr;
  }

  .review-score {
    border-bottom: 1px solid rgba(24, 40, 38, 0.18);
    border-right: 0;
    padding-bottom: 50px;
    padding-right: 0;
  }

  .review-themes {
    padding-left: 0;
    padding-top: 26px;
  }

  .quick-visit {
    gap: 38px;
  }

  footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 64px;
  }

  .site-header {
    min-height: 72px;
    padding: 10px 18px;
  }

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

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

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

  .header-call {
    border: 1px solid var(--line);
    height: 42px;
    justify-content: center;
    width: 42px;
  }

  .header-call span {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding: 68px 22px 52px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .hero-meta {
    grid-template-columns: 1fr;
  }

  .hero-meta div {
    grid-template-columns: 1fr 1.3fr;
  }

  .hero-visual {
    min-height: 430px;
    padding: 36px 22px;
  }

  .visual-note {
    bottom: 18px;
    left: 18px;
    right: 18px;
  }

  .category-section {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .category-card {
    min-height: auto;
  }

  .item-cloud span {
    flex: 1 0 50%;
    font-size: 18px;
    padding: 18px 12px;
  }

  .stock-note {
    text-align: left;
  }

  .range-showcase {
    grid-template-columns: 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .range-card,
  .range-large {
    aspect-ratio: 4 / 3;
    grid-column: auto;
  }

  .shopping-banner {
    margin: 0;
    padding: 62px 22px;
  }

  .gallery-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .shop-gallery {
    grid-template-columns: 1fr;
  }

  .about-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 76px 22px;
  }

  .about-number {
    display: none;
  }

  .focus-note {
    grid-template-columns: 1fr;
  }

  .reviews-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .review-themes article {
    gap: 12px;
    grid-template-columns: 32px 1fr;
  }

  .review-themes article p {
    grid-column: 2;
  }

  .faq-section {
    gap: 42px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quick-visit {
    padding-left: 22px;
    padding-right: 22px;
  }

  .visit-actions .button {
    width: 100%;
  }

  footer {
    padding: 46px 22px;
  }

  .mobile-actions {
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .mobile-actions a {
    background: var(--teal);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 19px;
    text-align: center;
  }

  .mobile-actions a:last-child {
    background: #248c53;
  }
}

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

  * {
    transition: none !important;
  }
}
