:root {
  --gp-green: #143f2a;
  --gp-green-2: #0d2f20;
  --gp-gold: #d7a83f;
  --gp-gold-2: #b98728;
  --gp-cream: #fbf5e7;
  --gp-cream-2: #f3e4c4;
  --gp-brown: #7b6335;
  --gp-ink: #17251d;
  --gp-muted: #6c756b;
  --gp-white: #fffdf8;
  --gp-line: rgba(20, 63, 42, 0.14);
  --gp-shadow: 0 24px 70px rgba(20, 63, 42, 0.14);
  --gp-radius: 8px;
  --gp-container: min(1180px, calc(100vw - 40px));
  --gp-display: "Playfair Display", Georgia, serif;
  --gp-body: "Be Vietnam Pro", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--gp-ink);
  background: var(--gp-white);
  font-family: var(--gp-body);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.gp-lock {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.gp-container {
  width: var(--gp-container);
  margin-inline: auto;
}

.gp-section {
  padding: clamp(72px, 9vw, 132px) 0;
  position: relative;
}

.gp-eyebrow {
  margin: 0 0 12px;
  color: var(--gp-gold-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  color: var(--gp-green);
  font-family: var(--gp-display);
  line-height: 1.05;
  letter-spacing: 0;
  margin: 0;
}

h1 {
  font-size: clamp(3.4rem, 8vw, 7.6rem);
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4.4rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}

p {
  margin: 0 0 18px;
}

.gp-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--gp-green);
  border-radius: 999px;
  background: var(--gp-green);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.gp-button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(20, 63, 42, 0.22);
}

.gp-button--gold {
  background: var(--gp-gold);
  border-color: var(--gp-gold);
  color: var(--gp-green);
}

.gp-button--small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 0.9rem;
}

.gp-link {
  color: var(--gp-green);
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

.gp-center {
  text-align: center;
  margin-top: 34px;
}

.gp-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.gp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.gp-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 253, 248, 0.9);
  border-bottom: 1px solid var(--gp-line);
  backdrop-filter: blur(18px);
}

.gp-header--megao {
  background: #fffaf0;
  border-top: 6px solid #282828;
  border-bottom: 1px solid #e4dcc8;
  backdrop-filter: none;
}

.gp-header--megao .gp-header__top {
  display: grid;
  grid-template-columns: 264px 220px 64px minmax(0, 1fr);
  align-items: stretch;
  min-height: 54px;
  max-width: none;
  margin: 0 auto;
  border-left: 1px solid #e4dcc8;
  background: #fffaf0;
}

.gp-logo--megao {
  min-height: 54px;
  padding: 0 20px;
  border-right: 1px solid #e4dcc8;
  gap: 8px;
}

.gp-logo--megao img {
  max-height: 42px;
}

.gp-logo--megao .gp-logo__text {
  color: #2a7b38;
  font-family: var(--gp-body);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
}

.gp-logo__leaf {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 34px;
  flex: 0 0 28px;
}

.gp-logo__leaf::before,
.gp-logo__leaf::after {
  content: "";
  position: absolute;
  bottom: 2px;
  width: 12px;
  height: 29px;
  border-radius: 12px 12px 2px 12px;
  transform-origin: bottom center;
}

.gp-logo__leaf::before {
  left: 2px;
  background: #e2bd26;
  transform: rotate(-28deg);
}

.gp-logo__leaf::after {
  right: 2px;
  background: #23823d;
  transform: rotate(28deg);
}

.gp-header-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
  min-height: 54px;
  border-right: 1px solid #e4dcc8;
}

.gp-header-search input {
  min-width: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #4a4a3d;
  padding: 0 18px;
  font-size: 0.9rem;
  outline: none;
}

.gp-header-search input::placeholder {
  color: #8b8778;
}

.gp-header-search button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-right: 8px;
  border: 0;
  border-radius: 50%;
  background: #f1c900;
  color: #0d3b28;
}

.gp-language-pill {
  align-self: center;
  justify-self: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f1c900;
  color: #17170f;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gp-utility-nav {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}

.gp-utility-menu {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gp-utility-menu > li {
  display: flex;
}

.gp-utility-menu > li > a,
.gp-utility-link {
  position: relative;
  display: grid;
  grid-template-rows: 20px auto;
  place-items: center;
  width: 75px;
  min-width: 75px;
  max-width: 75px;
  min-height: 54px;
  padding: 5px 7px 4px;
  border-left: 1px solid #e4dcc8;
  color: var(--gp-green);
  text-align: center;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1.1;
  background: #fffaf0;
}

.gp-utility-menu > li:last-child > a,
.gp-utility-link:last-child {
  border-right: 1px solid #e4dcc8;
}

.gp-utility-menu > li > a:hover,
.gp-utility-link:hover {
  background: #f6eedb;
}

.gp-utility-menu svg,
.gp-utility-link svg {
  width: 19px;
  height: 19px;
  color: #2a8a42;
}

.gp-utility-menu .gp-menu-item-art {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
}

.gp-utility-menu .gp-menu-item-art img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.gp-utility-link--cart,
.gp-utility-menu > li.cart-menu-item > a {
  background: #1f7d32;
  color: #fff;
  border-color: #1f7d32;
}

.gp-utility-link--cart svg,
.gp-utility-menu > li.cart-menu-item > a svg {
  color: #fff;
}

.gp-header--megao .gp-mobile-toggle {
  align-self: center;
  justify-self: center;
  display: none;
  border-color: #e4dcc8;
}

.gp-header__navrow {
  overflow: hidden;
  border-top: 1px solid #e4dcc8;
  background: #fffaf0;
}

.gp-nav--categories {
  display: block;
  width: min(1240px, calc(100vw - 72px));
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
  scrollbar-width: none;
}

.gp-nav--categories::-webkit-scrollbar {
  display: none;
}

.gp-menu--category {
  justify-content: space-between;
  gap: 0;
  width: 100%;
  min-width: 0;
  padding-left: 0;
}

.gp-menu--category > li {
  flex: 1 1 auto;
  min-width: 0;
}

.gp-menu--category > li > a {
  position: relative;
  justify-content: center;
  width: 100%;
  min-height: 36px;
  padding: 0.625rem clamp(0.35rem, 0.72vw, 0.85rem);
  margin: 0;
  color: #16180f;
  font-size: clamp(0.73rem, 0.95vw, 0.875rem);
  font-weight: 800;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.4s;
}

.gp-menu--category > li.current-menu-item > a,
.gp-menu--category > li.current_page_item > a,
.gp-menu--category > li > a:hover {
  color: var(--gp-green);
}

.gp-menu--category > li.current-menu-item > a::after,
.gp-menu--category > li.current_page_item > a::after,
.gp-menu--category > li > a:hover::after {
  content: "";
  position: absolute;
  left: clamp(0.35rem, 0.72vw, 0.85rem);
  right: clamp(0.35rem, 0.72vw, 0.85rem);
  bottom: -1px;
  height: 2px;
  background: var(--gp-green);
}

.gp-menu--category .gp-menu-item-art {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 7px;
}

.gp-menu--category .gp-menu-item-art img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.gp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 20px;
}

.gp-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-weight: 900;
  color: var(--gp-green);
}

.gp-logo img {
  max-height: 54px;
  width: auto;
}

.gp-logo__mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gp-green);
  color: var(--gp-gold);
  font-family: var(--gp-display);
  font-size: 1.1rem;
}

.gp-logo__text {
  font-size: 1.02rem;
  text-transform: uppercase;
}

.gp-nav {
  flex: 1;
}

.gp-menu,
.gp-mobile-links,
.gp-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gp-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 1.7vw, 24px);
}

.gp-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--gp-green-2);
  font-size: 0.9rem;
  font-weight: 700;
}

.gp-menu > li {
  position: relative;
}

.gp-menu .sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  min-width: 190px;
  transform: translate(-50%, 10px);
  padding: 12px;
  margin: 0;
  list-style: none;
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  background: var(--gp-white);
  box-shadow: var(--gp-shadow);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.gp-menu li:hover > .sub-menu,
.gp-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.gp-menu .sub-menu a {
  width: 100%;
  min-height: 38px;
  padding: 0 8px;
}

.gp-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gp-icon-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gp-line);
  border-radius: 50%;
  background: #fff;
  color: var(--gp-green);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.gp-icon-button:hover {
  background: var(--gp-green);
  color: #fff;
  transform: translateY(-1px);
}

.gp-cart-link span {
  position: absolute;
  top: -3px;
  right: -3px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--gp-gold);
  color: var(--gp-green);
  font-size: 0.68rem;
  font-weight: 900;
}

.gp-mobile-toggle {
  display: none;
}

.gp-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 22px;
  background: var(--gp-green);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

.gp-mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gp-mobile-menu__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--gp-display);
  font-size: 1.6rem;
}

.gp-mobile-links {
  display: grid;
  gap: 8px;
  margin-top: 42px;
}

.gp-mobile-links a {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-family: var(--gp-display);
  font-size: clamp(2rem, 8vw, 4.2rem);
  line-height: 1;
}

.gp-search {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(13, 47, 32, 0.82);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.gp-search.is-open {
  opacity: 1;
  visibility: visible;
}

.gp-search__panel {
  position: relative;
  width: min(960px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 8px;
  background: var(--gp-cream);
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.28);
}

.gp-search__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--gp-green);
}

.gp-search__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.gp-search__form input {
  width: 100%;
  min-height: 72px;
  padding: 0 22px;
  border: 1px solid var(--gp-line);
  border-radius: 999px;
  background: #fff;
  color: var(--gp-green);
  font-family: var(--gp-display);
  font-size: clamp(1.4rem, 4vw, 2.8rem);
}

.gp-search__form button,
.gp-newsletter__form button,
.gp-store-search button,
.gp-filter-bar button,
.gp-filter-stack button {
  border: 0;
  border-radius: 999px;
  background: var(--gp-gold);
  color: var(--gp-green);
  font-weight: 900;
  padding: 0 24px;
}

.gp-search__suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 26px;
}

.gp-search__suggestions button {
  border: 1px solid var(--gp-line);
  border-radius: 999px;
  background: #fff;
  color: var(--gp-green);
  padding: 9px 14px;
  font-weight: 800;
}

.gp-search__results {
  display: grid;
  gap: 12px;
}

.gp-search-item {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  background: #fff;
}

.gp-search-item img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--gp-cream-2);
}

.gp-search-item small,
.gp-search-item em {
  display: block;
  color: var(--gp-muted);
  font-style: normal;
}

.gp-search-item strong {
  display: block;
  color: var(--gp-green);
}

.gp-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  padding: clamp(60px, 8vw, 110px) 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(215, 168, 63, 0.22), transparent 28%),
    linear-gradient(135deg, var(--gp-cream) 0%, #fffdf8 42%, #dfeccc 100%);
}

.gp-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -22% -10%;
  height: 220px;
  background: repeating-linear-gradient(95deg, rgba(20, 63, 42, 0.14) 0 2px, transparent 2px 24px);
  transform: rotate(-2deg);
}

.gp-hero__grain {
  position: absolute;
  top: 14%;
  right: 7%;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 168, 63, 0.4), transparent 68%);
  pointer-events: none;
}

.gp-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
}

.gp-hero__copy p:not(.gp-eyebrow) {
  max-width: 610px;
  color: var(--gp-brown);
  font-size: clamp(1rem, 2vw, 1.22rem);
}

.gp-hero__visual img {
  width: 100%;
  filter: drop-shadow(0 32px 42px rgba(20, 63, 42, 0.18));
}

.gp-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  gap: clamp(38px, 8vw, 100px);
  align-items: center;
}

.gp-brand-story {
  position: relative;
  overflow: hidden;
  min-height: clamp(690px, 56vw, 820px);
  margin-bottom: clamp(-96px, -6vw, -58px);
  padding: clamp(56px, 5.8vw, 92px) 0 clamp(72px, 7vw, 118px);
  background: #fbf5e700;
  z-index: -2;
}

.gp-brand-story__content {
  position: relative;
  z-index: 4;
  width: min(860px, calc(100vw - 36px));
  margin: 0 auto;
  text-align: center;
}

.gp-brand-story__content .gp-eyebrow {
  margin-bottom: 12px;
}

.gp-brand-story__content h2 {
  margin: 0 auto;
  color: var(--gp-green);
  font-family: var(--gp-body);
  font-size: clamp(1.65rem, 2.42vw, 2.45rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.gp-brand-story__desc {
  max-width: 720px;
  margin: 22px auto 24px;
  color: #55534c;
  font-size: clamp(0.98rem, 1.12vw, 1.08rem);
  line-height: 1.55;
}

.gp-brand-story__desc p + p {
  margin-top: 4px;
}

.gp-brand-story__scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.gp-brand-story__field,
.gp-brand-story__people,
.gp-brand-story__grass,
.gp-brand-story__veil {
  position: absolute;
  pointer-events: none;
}

.gp-brand-story__field {
  left: 50%;
  bottom: clamp(8px, 1.4vw, 22px);
  z-index: 1;
  width: 112%;
  height: 70%;
  object-fit: cover;
  object-position: center bottom;
  transform: translateX(-50%);
}

.gp-brand-story__veil {
  inset: 22% -8% 0;
  z-index: 2;
  background:
    linear-gradient(180deg, #fbf7e9 0%, rgba(251, 247, 233, 0.9) 14%, rgba(251, 247, 233, 0.42) 38%, rgba(251, 247, 233, 0.03) 70%),
    linear-gradient(90deg, rgba(251, 247, 233, 0.58) 0%, rgba(251, 247, 233, 0.12) 18%, rgba(251, 247, 233, 0.06) 76%, rgba(251, 247, 233, 0.46) 100%);
}

.gp-brand-story__people {
  left: 50%;
  bottom: clamp(18px, 2.8vw, 42px);
  z-index: 3;
  width: min(92vw, 1330px);
  max-width: none;
  transform: translate3d(-50%, 0, 0);
  filter: drop-shadow(0 18px 28px rgba(56, 69, 22, 0.16));
  will-change: transform;
  transition: transform 120ms linear;
}

.gp-brand-story__grass {
  left: 50%;
  bottom: clamp(-62px, -4.2vw, -34px);
  z-index: 6;
  width: 100%;
  max-width: none;
  transform: translateX(-50%);
  background: #fbf5e700;
}

.gp-pure {
  background:
    linear-gradient(180deg, var(--gp-cream), #fff9eb),
    var(--gp-cream);
}

.gp-pure-story {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 0;
  /*padding: clamp(178px, 16vw, 238px) 0 clamp(90px, 9vw, 140px);*/
  background-color: #fbf5e700;
  background-image: url("../img/pure-rice-bg.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}

.gp-pure-story__inner {
  width: min(1180px, calc(100vw - 44px));
  margin: 0 auto;
}

.gp-pure-story__heading {
  max-width: 880px;
  margin: 0 auto clamp(82px, 8vw, 124px);
  text-align: center;
}

.gp-pure-story__sprout {
  display: block;
  width: 46px;
  height: 42px;
  margin: 0 auto 12px;
  background:
    radial-gradient(ellipse at 32% 62%, var(--gp-green) 0 46%, transparent 48%),
    radial-gradient(ellipse at 70% 62%, #2d8a3e 0 46%, transparent 48%);
}

.gp-pure-story__heading p {
  margin: 0 0 18px;
  color: var(--gp-green);
  font-family: var(--gp-body);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1;
}

.gp-pure-story__heading h2 {
  color: #ffe23c;
  font-family: var(--gp-body);
  font-size: clamp(2.65rem, 5.2vw, 5rem);
  font-weight: 900;
  line-height: 1.05;
  text-shadow:
    -3px -3px 0 var(--gp-green),
    3px -3px 0 var(--gp-green),
    -3px 3px 0 var(--gp-green),
    3px 3px 0 var(--gp-green),
    0 7px 0 rgba(20, 63, 42, 0.12);
}

.gp-pure-story__heading div {
  max-width: 900px;
  margin: 30px auto 0;
  color: #3f443e;
  font-size: 1.06rem;
  line-height: 1.75;
}

.gp-pure-steps {
  position: relative;
  display: grid;
  gap: clamp(86px, 10vw, 140px);
}

.gp-pure-steps::before {
  content: none;
}

.gp-pure-steps__line {
  position: absolute;
  z-index: 0;
  width: min(56vw, 873px);
  height: auto;
  pointer-events: none;
}

.gp-pure-steps__line--one {
  left: 24%;
  top: 21%;
}

.gp-pure-steps__line--two {
  right: 18%;
  top: 56%;
  width: min(58vw, 873px);
  transform: scaleY(-1);
}

.gp-pure-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.18fr);
  gap: clamp(44px, 7vw, 104px);
  align-items: center;
}

.gp-pure-step--media-left {
  grid-template-columns: minmax(420px, 1.18fr) minmax(260px, 0.72fr);
}

.gp-pure-step--media-left .gp-pure-step__media {
  order: -1;
}

.gp-pure-step__copy {
  position: relative;
  z-index: 1;
  text-align: center;
}

.gp-pure-step__icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  color: var(--gp-green);
}

.gp-pure-step__icon svg {
  width: 44px;
  height: 44px;
  stroke-width: 1.7;
}

.gp-pure-step__icon img {
  width: 54px;
  height: 54px;
  display: block;
  object-fit: contain;
}

.gp-pure-step__copy h3 {
  color: var(--gp-green);
  font-family: var(--gp-body);
  font-size: clamp(2.05rem, 3.8vw, 3.75rem);
  font-weight: 900;
  line-height: 1.02;
}

.gp-pure-step__copy p {
  max-width: 360px;
  margin: 22px auto 0;
  color: #4f544f;
  font-size: 1.02rem;
  line-height: 1.58;
}

.gp-pure-step__media {
  position: relative;
  min-height: 300px;
  padding: 16px;
  border-radius: 44% 3% 44% 3% / 50% 5% 50% 5%;
  background: #f1cb16;
}

.gp-pure-step__media img,
.gp-pure-step__media video {
  width: 100%;
  height: clamp(260px, 25vw, 340px);
  display: block;
  object-fit: cover;
  border: 0;
  border-radius: 44% 3% 44% 3% / 50% 5% 50% 5%;
}

.gp-pure-step--media-left .gp-pure-step__media,
.gp-pure-step--media-left .gp-pure-step__media img,
.gp-pure-step--media-left .gp-pure-step__media video {
  border-radius: 3% 44% 3% 44% / 5% 50% 5% 50%;
}

.gp-section-heading {
  max-width: 780px;
  margin: 0 auto clamp(34px, 6vw, 66px);
  text-align: center;
}

.gp-section-heading p:last-child {
  color: var(--gp-muted);
  margin-top: 18px;
}

.gp-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.gp-feature-card {
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(20, 63, 42, 0.16);
  border-radius: var(--gp-radius);
  background: rgba(255, 253, 248, 0.74);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.gp-feature-card:hover {
  transform: translateY(-5px);
  background: #fff;
  box-shadow: var(--gp-shadow);
}

.gp-feature-card span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--gp-green);
  color: var(--gp-gold);
  font-family: var(--gp-display);
  font-weight: 800;
}

.gp-feature-card p {
  color: var(--gp-muted);
  margin: 12px 0 0;
}

.gp-process-meal {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 8vw, 118px) 0 clamp(56px, 6vw, 88px);
  background: #fbf5e7;
  background-image: url("../img/pure-rice-bg.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}

.gp-process-meal::before {
  content: none;
}

.gp-process-meal__inner {
  position: relative;
  width: min(1370px, calc(100vw - 40px));
  margin: 0 auto;
}

.gp-process-meal__heading {
  position: relative;
  z-index: 3;
  width: min(760px, calc(100vw - 42px));
  margin: 0 auto clamp(-72px, -5vw, -44px);
  text-align: center;
}

.gp-process-meal__heading .gp-eyebrow {
  margin-bottom: 8px;
}

.gp-process-meal__heading h2 {
  color: var(--gp-green);
  font-family: var(--gp-body);
  font-size: clamp(1.58rem, 2.45vw, 2.35rem);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

.gp-process-meal__photo {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
}

.gp-process-meal__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, #fbf5e7 0%, rgba(251, 245, 231, 0.72) 13%, rgba(251, 245, 231, 0) 34%),
    radial-gradient(ellipse at center, rgba(251, 245, 231, 0) 44%, rgba(251, 245, 231, 0.38) 78%, rgba(251, 245, 231, 0.78) 100%);
}

.gp-process-meal__photo img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.gp-products {
  background: linear-gradient(180deg, #fffdf8 0%, var(--gp-cream) 100%);
}

.gp-product-showcase {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: clamp(54px, 6vw, 82px) 0 110px;
  background-color: var(--gp-cream);
  background-image: url("../img/product-showcase-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.gp-product-showcase::before {
  content: none;
}

.gp-product-showcase::after {
  content: none;
}

.gp-product-showcase__heading {
  position: relative;
  z-index: 2;
  max-width: 730px;
  margin: 0 auto 42px;
  text-align: center;
}

.gp-product-showcase__sprout {
  display: block;
  width: 42px;
  height: 34px;
  margin: 0 auto 4px;
  background:
    radial-gradient(ellipse at 30% 80%, var(--gp-green) 0 46%, transparent 48%),
    radial-gradient(ellipse at 70% 80%, #2d8a3e 0 46%, transparent 48%);
  transform: rotate(180deg);
}

.gp-product-showcase__heading > p {
  margin: 0;
  color: var(--gp-green);
  font-family: var(--gp-body);
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  font-weight: 800;
  line-height: 1.1;
  transform: rotate(-5deg);
}

.gp-product-showcase__heading h2 {
  display: grid;
  gap: 3px;
  margin-top: 8px;
  color: #ffdf34;
  font-family: var(--gp-body);
  font-size: clamp(2.35rem, 4.6vw, 4.2rem);
  font-weight: 900;
  line-height: 0.95;
  text-shadow:
    -3px -3px 0 var(--gp-green),
    3px -3px 0 var(--gp-green),
    -3px 3px 0 var(--gp-green),
    3px 3px 0 var(--gp-green),
    0 7px 0 rgba(20, 63, 42, 0.12);
}

.gp-product-showcase__heading h2 span {
  font-size: 0.78em;
}

.gp-product-showcase__heading div {
  max-width: 680px;
  margin: 22px auto 0;
  color: #4d4d45;
  font-size: 0.98rem;
  line-height: 1.65;
}

.gp-product-slider {
  position: relative;
  z-index: 2;
}

.gp-product-slider__viewport {
  width: 100%;
  overflow: hidden;
}

.gp-product-slider__track {
  display: flex;
  align-items: center;
  will-change: transform;
  cursor: grab;
  touch-action: pan-y;
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gp-product-slider__track:active {
  cursor: grabbing;
}

.gp-product-slide {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.52fr) minmax(280px, 0.48fr);
  align-items: center;
  flex: 0 0 min(720px, 64vw);
  min-height: 410px;
  padding: 24px 34px;
  opacity: 0.28;
  transform: scale(0.84);
  transition: opacity 520ms ease, transform 520ms ease, filter 520ms ease;
  filter: blur(1px);
}

.gp-product-slide.is-active {
  opacity: 1;
  transform: scale(1);
  filter: none;
}

.gp-product-slide.is-clone {
  pointer-events: none;
}

.gp-product-slide.is-active::before {
  content: "";
  position: absolute;
  inset: 44px 24px 38px 38%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(194, 177, 134, 0.25);
}

.gp-product-slide__image {
  display: grid;
  place-items: end center;
  min-height: 380px;
}

.gp-product-slide__image img {
  width: min(310px, 88%);
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 28px 24px rgba(87, 64, 24, 0.2));
}

.gp-product-slide__info {
  max-width: 380px;
}

.gp-product-slide__info h3 {
  margin-bottom: 10px;
  color: var(--gp-green);
  font-family: var(--gp-body);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 900;
  line-height: 1.1;
}

.gp-product-slide__info p {
  color: #3d473f;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.gp-product-slide__info ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 22px;
  list-style: none;
}

.gp-product-slide__info li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  color: #647063;
  font-size: 0.84rem;
  line-height: 1.35;
}

.gp-product-slide__info li span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(20, 63, 42, 0.4);
  border-radius: 50%;
  color: var(--gp-green);
}

.gp-product-slide__info li svg {
  width: 20px;
  height: 20px;
}

.gp-product-slide__buy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1f7d32;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.gp-product-slide__price {
  display: block;
  margin: -8px 0 10px;
  color: var(--gp-gold-2);
  font-size: 1rem;
  font-weight: 900;
}

.gp-product-slide__buy svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.3;
}

.gp-product-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  transform: translateY(-50%);
  border: 1px solid rgba(31, 125, 50, 0.5);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.66);
  color: var(--gp-green);
  font-size: 1.25rem;
  line-height: 1;
  backdrop-filter: blur(10px);
  transition: transform 200ms ease, background 200ms ease, color 200ms ease;
}

.gp-product-slider__nav:hover {
  transform: translateY(-50%) scale(1.04);
  background: var(--gp-green);
  color: #fff;
}

.gp-product-slider__nav--prev {
  left: clamp(18px, 18vw, 260px);
}

.gp-product-slider__nav--next {
  right: clamp(18px, 18vw, 260px);
}

.gp-product-showcase__all {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 20px;
  transform: translateX(-50%);
  border-radius: 18px 18px 18px 0;
  background: #2f963e;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gp-product-showcase__all svg {
  width: 17px;
  height: 17px;
}

.gp-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gp-product-large {
  display: grid;
  grid-template-rows: 290px 1fr;
  overflow: hidden;
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  background: #fff;
  box-shadow: 0 16px 42px rgba(20, 63, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.gp-product-large:hover {
  transform: translateY(-7px);
  box-shadow: var(--gp-shadow);
}

.gp-product-large img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
  background: radial-gradient(circle at center, #fff5d8, var(--gp-cream));
}

.gp-product-large div {
  padding: 26px;
}

.gp-product-large p,
.gp-product-large li {
  color: var(--gp-muted);
}

.gp-product-large ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 18px 0;
  list-style: none;
}

.gp-product-large li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--gp-gold);
}

.gp-product-large strong {
  display: block;
  margin: 0 0 18px;
  color: var(--gp-green);
  font-size: 1.25rem;
}

.gp-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gp-recipe-card,
.gp-post-card,
.gp-location-card {
  overflow: hidden;
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  background: #fff;
}

.gp-recipe-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--gp-cream);
}

.gp-recipe-card div,
.gp-post-card div,
.gp-location-card {
  padding: 22px;
}

.gp-card-meta {
  color: var(--gp-gold-2);
  font-size: 0.82rem;
  font-weight: 800;
}

.gp-recipes--kitchen {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4.8vw, 72px) 0 clamp(54px, 6vw, 86px);
  background:
    radial-gradient(circle at 12% 16%, rgba(215, 168, 63, 0.12), transparent 18%),
    linear-gradient(180deg, #fffdf8, #fbf5e7);
}

.gp-recipes__panel {
  position: relative;
  width: min(1280px, calc(100vw - 56px));
  min-height: 706px;
  margin: 0 auto;
  padding: 68px clamp(42px, 4.8vw, 64px) 96px;
  border-radius: 0;
  background-image: url("../img/recipes-yellow-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: none;
}

.gp-recipes__panel::before {
  content: none;
}

.gp-recipes__bowl {
  position: absolute;
  left: clamp(-144px, -8.8vw, -88px);
  top: 86px;
  z-index: 2;
  width: clamp(210px, 20vw, 300px);
  filter: drop-shadow(0 22px 18px rgba(78, 40, 12, 0.18));
  pointer-events: none;
}

.gp-recipes__rice-pile {
  position: absolute;
  right: clamp(-78px, -4.6vw, -42px);
  bottom: clamp(-42px, -3vw, -24px);
  z-index: 2;
  width: clamp(150px, 15vw, 232px);
  filter: drop-shadow(0 18px 18px rgba(103, 76, 18, 0.16));
  pointer-events: none;
}

.gp-recipes__heading {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto 46px;
  text-align: center;
}

.gp-recipes__sprout {
  display: block;
  width: 38px;
  height: 32px;
  margin: 0 auto 6px;
  background:
    radial-gradient(ellipse at 32% 62%, var(--gp-green) 0 46%, transparent 48%),
    radial-gradient(ellipse at 70% 62%, #2d8a3e 0 46%, transparent 48%);
}

.gp-recipes__heading p {
  margin: 0 0 8px;
  color: var(--gp-green);
  font-family: var(--gp-body);
  font-size: clamp(1.6rem, 2.5vw, 2.45rem);
  font-weight: 900;
  line-height: 1;
}

.gp-recipes__heading h2 {
  color: #ffe23c;
  font-family: var(--gp-body);
  font-size: clamp(2.6rem, 4.6vw, 4.35rem);
  font-weight: 900;
  line-height: 0.95;
  text-shadow:
    -3px -3px 0 var(--gp-green),
    3px -3px 0 var(--gp-green),
    -3px 3px 0 var(--gp-green),
    3px 3px 0 var(--gp-green),
    0 7px 0 rgba(20, 63, 42, 0.12);
}

.gp-recipes__heading div {
  margin-top: 28px;
  color: #213326;
  font-size: 1rem;
  font-weight: 500;
}

.gp-recipes__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(32px, 4.1vw, 50px);
  align-items: start;
}

.gp-recipe-card--feature {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  transform-origin: center center;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gp-recipe-card--feature .gp-recipe-card__image {
  display: block;
  overflow: hidden;
  position: relative;
  border: 8px solid transparent;
  border-radius: 20px;
  background: transparent;
  box-shadow: 0 14px 28px rgba(77, 61, 16, 0.12);
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gp-recipe-card--feature img {
  width: 100%;
  aspect-ratio: 1.09 / 1;
  object-fit: cover;
  background: var(--gp-cream);
  border-radius: 12px;
  transition: transform 500ms ease, filter 300ms ease;
}

.gp-recipe-card--feature:hover {
  transform: translateY(-8px);
}

.gp-recipe-card--feature:hover .gp-recipe-card__image {
  border-color: #fff25f;
  box-shadow: 0 18px 38px rgba(64, 73, 19, 0.22);
}

.gp-recipe-card--feature:nth-child(1):hover .gp-recipe-card__image {
  transform: rotate(2deg);
}

.gp-recipe-card--feature:nth-child(2):hover .gp-recipe-card__image {
  transform: rotate(-1deg);
}

.gp-recipe-card--feature:nth-child(3):hover .gp-recipe-card__image {
  transform: rotate(1.25deg);
}

.gp-recipe-card--feature:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.03);
}

.gp-recipe-card--feature h3 {
  display: -webkit-box;
  min-height: calc(1.18em * 2);
  overflow: hidden;
  margin: 18px 8px 0;
  color: var(--gp-green);
  font-family: var(--gp-body);
  font-size: clamp(1rem, 1.45vw, 1.32rem);
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gp-recipes__more {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 42px;
}

.gp-recipes__more .gp-button {
  background: var(--gp-green);
  color: #fff;
  border-color: var(--gp-green);
}

.gp-store {
  background: var(--gp-green);
  color: #fff;
}

.gp-store h2,
.gp-store .gp-eyebrow {
  color: #fff;
}

.gp-store__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.gp-store-search,
.gp-newsletter__form,
.gp-filter-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.gp-store-search {
  margin-top: 28px;
}

.gp-store-search input,
.gp-newsletter__form input,
.gp-filter-bar input,
.gp-filter-bar select,
.gp-filter-stack select,
.gp-filter-stack input {
  min-height: 52px;
  width: 100%;
  border: 1px solid var(--gp-line);
  border-radius: 999px;
  background: #fff;
  color: var(--gp-green);
  padding: 0 18px;
}

.gp-retailers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.gp-retailers span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.gp-retailer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 800;
}

.gp-retailer-logo img {
  width: auto;
  max-width: 112px;
  max-height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.gp-map {
  position: relative;
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--gp-radius);
  background:
    radial-gradient(circle at 26% 24%, rgba(215, 168, 63, 0.5), transparent 10%),
    radial-gradient(circle at 72% 36%, rgba(255, 255, 255, 0.2), transparent 12%),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 0 2px, transparent 2px 22px);
}

.gp-map span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--gp-green);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.gp-map span:nth-child(1) { left: 18%; top: 58%; }
.gp-map span:nth-child(2) { left: 55%; top: 46%; }
.gp-map span:nth-child(3) { left: 42%; top: 20%; }
.gp-map span:nth-child(4) { left: 66%; top: 70%; }

.gp-marquee {
  overflow: hidden;
  padding: 26px 0;
  background: var(--gp-gold);
  color: var(--gp-green);
}

.gp-marquee__track {
  display: flex;
  width: max-content;
  animation: gp-marquee 28s linear infinite;
}

.gp-marquee__track span {
  white-space: nowrap;
  font-family: var(--gp-display);
  font-size: clamp(1.8rem, 4vw, 4.3rem);
  font-weight: 800;
}

@keyframes gp-marquee {
  to { transform: translateX(-50%); }
}

.gp-newsletter {
  padding: clamp(54px, 7vw, 90px) 0;
  background: var(--gp-green-2);
  color: #fff;
}

.gp-newsletter h2,
.gp-newsletter .gp-eyebrow {
  color: #fff;
}

.gp-newsletter__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: center;
}

.gp-footer {
  padding-top: 64px;
  background: #10281c;
  color: rgba(255, 255, 255, 0.78);
}

.gp-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr 1fr;
  gap: 34px;
}

.gp-footer h3 {
  margin-bottom: 16px;
  color: #fff;
  font-family: var(--gp-body);
  font-size: 1rem;
}

.gp-footer a {
  color: rgba(255, 255, 255, 0.86);
}

.gp-footer li + li {
  margin-top: 9px;
}

.gp-logo--footer .gp-logo__text {
  color: #fff;
}

.gp-footer__brand p {
  max-width: 360px;
}

.gp-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.gp-socials a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.gp-footer__bottom {
  margin-top: 52px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.gp-footer__bottom p {
  margin: 0;
}

.gp-page-hero,
.gp-shop-hero {
  padding: clamp(84px, 11vw, 145px) 0 clamp(58px, 8vw, 96px);
  background: var(--gp-cream);
}

.gp-page-hero--green,
.gp-shop-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(215, 168, 63, 0.32), transparent 22%),
    var(--gp-green);
  color: #fff;
}

.gp-page-hero--green h1,
.gp-page-hero--green .gp-eyebrow,
.gp-shop-hero h1,
.gp-shop-hero .gp-eyebrow {
  color: #fff;
}

.gp-shop-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
}

.gp-content-list {
  padding: 70px 0;
  display: grid;
  gap: 20px;
}

.gp-post-card {
  display: grid;
  grid-template-columns: 280px 1fr;
}

.gp-post-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gp-shop__layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: start;
}

.gp-shop-filter {
  position: sticky;
  top: 100px;
  padding: 22px;
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  background: var(--gp-cream);
}

.gp-shop-filter h2 {
  margin-bottom: 18px;
  font-size: 1.5rem;
}

.gp-filter-stack {
  display: grid;
  gap: 12px;
}

.gp-filter-stack label {
  display: grid;
  gap: 6px;
  color: var(--gp-green);
  font-weight: 800;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 22px;
}

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

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  float: none;
  width: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  background: #fff;
  box-shadow: 0 14px 38px rgba(20, 63, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  box-shadow: var(--gp-shadow);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 0;
  padding: 22px;
  background: var(--gp-cream);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 18px 18px 0;
  color: var(--gp-green);
  font-family: var(--gp-display);
  font-size: 1.22rem;
}

.woocommerce ul.products li.product .price {
  display: block;
  padding: 6px 18px 0;
  color: var(--gp-gold-2);
  font-weight: 900;
}

.woocommerce ul.products li.product .button {
  margin: 18px;
}

.gp-product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--gp-green);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.gp-product-detail .product {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 82px);
  align-items: start;
}

.gp-product-detail div.images,
.woocommerce div.product div.images {
  width: 100%;
  float: none;
}

.gp-product-detail div.summary,
.woocommerce div.product div.summary {
  width: 100%;
  float: none;
}

.woocommerce div.product .product_title {
  color: var(--gp-green);
  font-family: var(--gp-display);
  font-size: clamp(2.1rem, 5vw, 4.2rem);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--gp-gold-2);
  font-size: 1.55rem;
  font-weight: 900;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.woocommerce .quantity .qty {
  min-height: 48px;
  width: 76px;
  border: 1px solid var(--gp-line);
  border-radius: 999px;
  color: var(--gp-green);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 54px 0 18px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--gp-line);
  border-radius: 999px;
  background: #fff;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 18px;
  color: var(--gp-green);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--gp-green);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}

.gp-rice-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 26px;
}

.gp-rice-info-grid div {
  padding: 20px;
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  background: var(--gp-cream);
}

.gp-entry {
  max-width: 860px;
  color: var(--gp-ink);
}

.gp-entry h2,
.gp-entry h3,
.gp-entry h4 {
  margin: 1.4em 0 0.5em;
}

.gp-entry p,
.gp-entry li {
  color: var(--gp-muted);
}

.gp-entry a {
  color: var(--gp-green);
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

.gp-home-editor-content {
  /*padding: clamp(42px, 5vw, 72px) 0;*/
  background: #fffdf8;
}

.gp-home-editor-content .gp-entry {
  max-width: var(--gp-container);
}

.gp-single__image {
  margin-top: -42px;
}

.gp-single__image img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: var(--gp-radius);
  box-shadow: var(--gp-shadow);
}

.woocommerce div.product form.cart .variations {
  width: 100%;
  margin-bottom: 12px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  display: block;
  padding: 0 0 8px;
  text-align: left;
}

.woocommerce div.product form.cart .variations select {
  min-height: 48px;
  min-width: min(280px, 100%);
  border: 1px solid var(--gp-line);
  border-radius: 999px;
  background: #fff;
  color: var(--gp-green);
  padding: 0 16px;
}

.gp-product-detail-features {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0;
  list-style: none;
}

.gp-product-detail-features li {
  color: var(--gp-muted);
}

.gp-product-detail-features li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--gp-gold);
}

.gp-filter-bar {
  margin-bottom: 28px;
}

.gp-location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

@media (max-width: 1120px) {
  .gp-nav--categories {
    width: 100%;
  }

  .gp-header--megao .gp-header__top {
    grid-template-columns: 220px minmax(160px, 1fr) 54px 48px;
  }

  .gp-utility-nav {
    display: none;
  }

  .gp-header--megao .gp-mobile-toggle {
    display: grid;
  }

  .gp-nav {
    display: none;
  }

  .gp-mobile-toggle {
    display: grid;
  }

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

  .gp-timeline::before {
    display: none;
  }

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

  .gp-product-slide {
    flex-basis: min(680px, 78vw);
    grid-template-columns: minmax(220px, 0.48fr) minmax(260px, 0.52fr);
  }

  .gp-product-slider__nav--prev {
    left: 18px;
  }

  .gp-product-slider__nav--next {
    right: 18px;
  }

  .gp-brand-story {
    min-height: 720px;
    margin-bottom: -74px;
  }

  .gp-brand-story__people {
    width: 116vw;
  }

  .gp-brand-story__field {
    width: 122%;
  }
}

@media (max-width: 860px) {
  :root {
    --gp-container: min(100vw - 28px, 720px);
  }

  .gp-header--megao .gp-header__top {
    grid-template-columns: auto minmax(0, 1fr) 44px;
    min-height: 58px;
    padding-left: 10px;
  }

  .gp-logo--megao {
    min-height: 58px;
    padding: 0 12px 0 0;
    border-right: 0;
  }

  .gp-language-pill {
    display: none;
  }

  .gp-header-search {
    border-left: 1px solid #e4dcc8;
  }

  .gp-hero {
    min-height: auto;
  }

  .gp-hero__grid,
  .gp-split,
  .gp-store__grid,
  .gp-newsletter__inner,
  .gp-shop__layout,
  .gp-product-detail .product {
    grid-template-columns: 1fr;
  }

  .gp-hero__grid {
    gap: 26px;
  }

  .gp-hero__visual {
    order: -1;
  }

  .gp-highlight-grid,
  .gp-post-grid,
  .gp-footer__grid,
  .gp-location-grid,
  .gp-rice-info-grid {
    grid-template-columns: 1fr;
  }

  .gp-product-showcase {
    min-height: 760px;
    padding-bottom: 92px;
    background-size: auto 46%;
  }

  .gp-product-slide {
    flex-basis: min(560px, 88vw);
    grid-template-columns: 1fr;
    min-height: 560px;
    padding: 10px 22px 28px;
  }

  .gp-product-slide.is-active::before {
    inset: 180px 8% 44px;
  }

  .gp-product-slide__image {
    min-height: 280px;
  }

  .gp-product-slide__image img {
    max-height: 286px;
  }

  .gp-product-slide__info {
    max-width: none;
    text-align: left;
  }

  .gp-product-slider__nav {
    top: 44%;
  }

  .gp-brand-story {
    min-height: 680px;
    padding-top: 54px;
    padding-bottom: 88px;
    margin-bottom: -72px;
  }

  .gp-brand-story__content {
    width: min(100vw - 30px, 640px);
  }

  .gp-brand-story__content h2 {
    font-size: clamp(1.45rem, 5.6vw, 2.1rem);
  }

  .gp-brand-story__desc {
    margin-top: 16px;
    font-size: 0.95rem;
  }

  .gp-brand-story__field {
    height: 62%;
    width: 156%;
  }

  .gp-brand-story__people {
    bottom: 50px;
    width: 170vw;
  }

  .gp-brand-story__grass {
    width: 175%;
    left: 46%;
  }

  .gp-process-meal {
    padding: 64px 0 48px;
  }

  .gp-process-meal__inner {
    width: min(100vw - 24px, 760px);
  }

  .gp-process-meal__heading {
    margin-bottom: -36px;
  }

  .gp-process-meal__heading h2 {
    font-size: clamp(1.35rem, 5.2vw, 2rem);
  }

  .gp-process-meal__photo {
    width: 116%;
    margin-left: -8%;
  }

  .gp-pure-story {
    padding: 138px 0 96px;
    background-size: auto 100%;
  }

  .gp-pure-story__heading {
    margin-bottom: 64px;
  }

  .gp-pure-step,
  .gp-pure-step--media-left {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .gp-pure-step--media-left .gp-pure-step__media {
    order: 0;
  }

  .gp-pure-step__media {
    width: min(640px, 100%);
    margin: 0 auto;
  }

  .gp-recipes__panel {
    width: min(100vw - 28px, 720px);
    min-height: 0;
    padding: 58px 24px 82px;
    background-size: 100% 100%;
  }

  .gp-recipes__bowl {
    left: -92px;
    top: 64px;
    width: 210px;
    opacity: 0.92;
  }

  .gp-recipes__rice-pile {
    right: -54px;
    bottom: -28px;
    width: 150px;
    opacity: 0.9;
  }

  .gp-recipes__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .gp-recipe-card--feature {
    max-width: 430px;
    margin-inline: auto;
  }

  .gp-recipe-card--feature .gp-recipe-card__image {
    border-width: 6px;
  }

  .gp-shop-filter {
    position: static;
  }

  .gp-post-card {
    grid-template-columns: 1fr;
  }

  .gp-post-card img {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 620px) {
  .gp-section {
    padding: 58px 0;
  }

  .gp-logo--megao .gp-logo__text {
    display: inline;
    font-size: 1.45rem;
  }

  .gp-logo__leaf {
    width: 23px;
    height: 29px;
    flex-basis: 23px;
  }

  .gp-header-search input {
    padding: 0 10px;
    font-size: 0.8rem;
  }

  .gp-header-search button {
    display: none;
  }

  .gp-header__actions {
    gap: 5px;
  }

  .gp-icon-button {
    width: 38px;
    height: 38px;
  }

  .gp-hero {
    padding-top: 38px;
  }

  .gp-feature-grid,
  .gp-timeline,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .gp-search__form,
  .gp-store-search,
  .gp-newsletter__form,
  .gp-filter-bar {
    grid-template-columns: 1fr;
  }

  .gp-search__form input {
    min-height: 60px;
  }

  .gp-product-large {
    grid-template-rows: 230px 1fr;
  }

  .gp-product-showcase__heading h2 {
    text-shadow:
      -2px -2px 0 var(--gp-green),
      2px -2px 0 var(--gp-green),
      -2px 2px 0 var(--gp-green),
      2px 2px 0 var(--gp-green),
      0 5px 0 rgba(20, 63, 42, 0.12);
  }

  .gp-product-showcase {
    background-size: auto 38%;
  }

  .gp-product-slide {
    flex-basis: 92vw;
    padding-inline: 14px;
  }

  .gp-product-slide__info li {
    grid-template-columns: 34px 1fr;
    gap: 9px;
  }

  .gp-brand-story {
    min-height: 620px;
    padding-bottom: 76px;
    margin-bottom: -58px;
  }

  .gp-brand-story__content .gp-eyebrow {
    display: none;
  }

  .gp-brand-story__desc p + p {
    display: none;
  }

  .gp-brand-story__people {
    bottom: 70px;
    width: 210vw;
  }

  .gp-brand-story__grass {
    width: 230%;
    left: 42%;
    bottom: -40px;
  }

  .gp-process-meal {
    padding: 54px 0 42px;
  }

  .gp-process-meal__inner {
    width: min(100vw - 14px, 560px);
  }

  .gp-process-meal__heading {
    width: min(100vw - 28px, 480px);
    margin-bottom: -22px;
  }

  .gp-process-meal__heading .gp-eyebrow {
    display: none;
  }

  .gp-process-meal__heading h2 {
    font-size: clamp(1.12rem, 6.1vw, 1.55rem);
  }

  .gp-process-meal__photo {
    width: 156%;
    margin-left: -28%;
  }

  .gp-product-slide__info li span {
    width: 34px;
    height: 34px;
  }

  .gp-product-slider__nav {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .gp-pure-story__heading h2 {
    text-shadow:
      -2px -2px 0 var(--gp-green),
      2px -2px 0 var(--gp-green),
      -2px 2px 0 var(--gp-green),
      2px 2px 0 var(--gp-green),
      0 5px 0 rgba(20, 63, 42, 0.12);
  }

  .gp-pure-steps {
    gap: 72px;
  }

  .gp-pure-steps::before,
  .gp-pure-steps__line {
    display: none;
  }

  .gp-pure-step__media {
    min-height: 220px;
    padding: 10px;
  }

  .gp-pure-step__media img,
  .gp-pure-step__media video {
    height: 230px;
  }

  .gp-recipes--kitchen {
    padding: 52px 0;
  }

  .gp-recipes__panel {
    padding-top: 52px;
  }

  .gp-recipes__heading h2 {
    text-shadow:
      -2px -2px 0 var(--gp-green),
      2px -2px 0 var(--gp-green),
      -2px 2px 0 var(--gp-green),
      2px 2px 0 var(--gp-green),
      0 5px 0 rgba(20, 63, 42, 0.12);
  }

  .gp-recipes__bowl {
    width: 142px;
    left: -58px;
    top: 34px;
    opacity: 0.7;
  }

  .gp-recipes__rice-pile {
    right: -48px;
    bottom: -24px;
    width: 112px;
    opacity: 0.68;
  }

  .gp-recipes__heading {
    margin-bottom: 30px;
  }

  .gp-recipes__heading div {
    margin-top: 18px;
  }

  .gp-recipe-card--feature h3 {
    margin-inline: 4px;
  }

  .gp-map {
    min-height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .gp-reveal {
    opacity: 1;
    transform: none;
  }
}
