﻿:root {
  --cream: #fff9e8;
  --cream-deep: #f8edcf;
  --green: #06471f;
  --green-mid: #177522;
  --green-bright: #278c2d;
  --yellow: #f6c400;
  --gold: #d9a300;
  --brown: #56200f;
  --text: #17311e;
  --muted: #3f463f;
  --line: rgba(6, 71, 31, 0.18);
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 7% 57%, rgba(77, 145, 39, 0.18), transparent 5.5rem),
    radial-gradient(circle at 95% 17%, rgba(77, 145, 39, 0.20), transparent 6.5rem),
    linear-gradient(115deg, #fffdf3 0%, var(--cream) 52%, #fff4cc 100%);
  overflow-x: hidden;
}

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

.topbar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 9.35rem;
  padding: 1rem 6.8vw 0.8rem;
  border-bottom: 2px solid rgba(121, 85, 37, 0.15);
}

.logo {
  display: flex;
  align-items: center;
  min-width: 19rem;
  color: white;
}

.logo-mark {
  width: 13.8rem;
  height: 8rem;
  margin-right: -6.25rem;
}

.logo-mark svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 12px 18px rgba(8, 74, 29, 0.12));
}

.logo-copy {
  position: relative;
  top: 1rem;
  display: grid;
  line-height: 0.92;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

.logo-copy strong {
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  font-weight: 900;
}

.logo-copy small {
  padding-left: 1.55rem;
  font-size: 0.86rem;
  font-weight: 800;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0;
  color: var(--green);
  font-weight: 900;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
}

.nav a {
  padding: 0.7rem clamp(1rem, 2.7vw, 2.65rem);
  border-left: 1px solid rgba(6, 71, 31, 0.14);
}

.nav a:first-child {
  border-left: 0;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.32rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  color: var(--green);
  background: rgba(255, 253, 246, 0.76);
  border: 1px solid rgba(6, 71, 31, 0.18);
  border-radius: 0.7rem;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.45rem;
  height: 0.16rem;
  background: currentColor;
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: calc(100vh - 9.35rem);
  padding: clamp(2.9rem, 5.6vw, 5.2rem) 5.7vw 6.4rem;
  isolation: isolate;
}

.hero::before,
.hero::after {
  position: absolute;
  right: -3vw;
  bottom: -3rem;
  left: -3vw;
  height: 9.6rem;
  content: "";
  border-radius: 50% 50% 0 0 / 38% 38% 0 0;
  pointer-events: none;
}

.hero::before {
  z-index: 1;
  bottom: -0.9rem;
  background: var(--yellow);
  transform: rotate(-1deg);
}

.hero::after {
  z-index: 2;
  height: 8.35rem;
  background: linear-gradient(180deg, #08732b, #03421d);
}

.hero-art {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 2.6rem;
  width: min(62vw, 66rem);
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(47.5rem, 48vw);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 2.95rem;
  margin: 0 0 1.25rem;
  padding: 0.3rem 2rem;
  color: var(--green);
  border: 2px solid rgba(6, 71, 31, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  font-size: clamp(1rem, 1.5vw, 1.45rem);
}

.leaf {
  display: grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  color: white;
  background: var(--green-bright);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-20deg);
  font-size: 0.6rem;
}

h1 {
  margin: 0 0 1.45rem;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.2rem, 6.7vw, 8.5rem);
  font-weight: 900;
  line-height: 0.89;
  letter-spacing: 0;
}

h1 span {
  display: block;
  color: var(--green-bright);
}

h1 b {
  color: var(--brown);
  font-weight: 900;
}

h1 mark {
  color: var(--gold);
  background: transparent;
}

h1 span::after {
  color: var(--gold);
  content: "";
}

.intro {
  width: min(44rem, 100%);
  margin: 0 0 1.65rem;
  color: #343434;
  font-size: clamp(1.15rem, 1.68vw, 1.56rem);
  line-height: 1.35;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.45rem;
  margin-bottom: 1.35rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  min-height: 4.35rem;
  padding: 0 2.1rem;
  border: 2px solid var(--green);
  border-radius: 999px;
  font-size: clamp(1rem, 1.4vw, 1.34rem);
  font-weight: 900;
  box-shadow: 0 13px 22px rgba(6, 71, 31, 0.08);
}

.btn-primary {
  color: white;
  background: linear-gradient(180deg, #268e2e, #14741f);
}

.btn-outline {
  color: var(--green);
  background: rgba(255, 255, 255, 0.52);
}

.btn-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 1.55rem;
  height: 1.55rem;
}

.shop-icon::before {
  position: absolute;
  top: 0.46rem;
  width: 1.3rem;
  height: 0.88rem;
  content: "";
  border: 0.18rem solid currentColor;
  border-top: 0;
  border-radius: 0.12rem 0.12rem 0.22rem 0.22rem;
}

.shop-icon::after {
  position: absolute;
  top: 0.15rem;
  width: 1.48rem;
  height: 0.46rem;
  content: "";
  background:
    linear-gradient(90deg, currentColor 0 18%, transparent 18% 28%, currentColor 28% 46%, transparent 46% 56%, currentColor 56% 74%, transparent 74% 84%, currentColor 84% 100%);
  border-radius: 0.18rem 0.18rem 0.3rem 0.3rem;
}

.phone-mini-icon::before {
  width: 1.28rem;
  height: 1.28rem;
  content: "";
  border: 0.2rem solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.branches {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.3rem;
  padding: 0.85rem 1.9rem;
  color: var(--green);
  background: rgba(237, 230, 187, 0.76);
  border-radius: 999px;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.branches span {
  color: var(--green-mid);
}

.trust {
  display: flex;
  align-items: center;
  gap: 0.82rem;
  margin: 0;
  color: #3f423d;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.trust span {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  color: white;
  background: var(--green-mid);
  border: 0.45rem solid #d5edca;
  border-radius: 50%;
  font-weight: 900;
}

.trust-icon::before {
  width: 1.1rem;
  height: 0.62rem;
  content: "";
  border-left: 0.22rem solid currentColor;
  border-bottom: 0.22rem solid currentColor;
  transform: rotate(-45deg) translateY(-0.08rem);
}

.trust strong {
  color: var(--green);
}

.badge {
  position: absolute;
  z-index: 2;
  top: 10%;
  right: 7.3vw;
  display: grid;
  justify-items: center;
  rotate: -7deg;
  color: var(--green);
}

.badge strong,
.badge em {
  border-radius: 0.45rem;
  box-shadow: 0 10px 16px rgba(6, 71, 31, 0.12);
}

.badge strong {
  padding: 0.45rem 1.2rem;
  color: white;
  background: var(--green);
  font-size: clamp(1rem, 1.6vw, 1.7rem);
}

.badge em {
  margin-top: -0.15rem;
  padding: 0.22rem 1.45rem 0.45rem;
  background: var(--yellow);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.8rem);
  font-weight: 900;
  line-height: 1;
}

.badge span {
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.18rem solid var(--yellow);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 900;
}

.birds {
  position: absolute;
  z-index: 2;
  top: 14%;
  left: 46.5%;
  width: 7rem;
  height: 5rem;
}

.birds span {
  position: absolute;
  width: 3.8rem;
  height: 1.3rem;
  border-top: 0.28rem solid var(--green);
  border-radius: 50%;
}

.birds span::after {
  position: absolute;
  top: -0.28rem;
  left: 1.85rem;
  width: 3.8rem;
  height: 1.3rem;
  content: "";
  border-top: 0.28rem solid var(--green);
  border-radius: 50%;
}

.birds span:first-child {
  top: 0.2rem;
  right: 0;
  scale: 0.58;
}

.birds span:last-child {
  bottom: 0.2rem;
  left: 0;
  scale: 0.82;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.products-section {
  position: relative;
  z-index: 4;
  padding: 2rem 5.6vw 7.4rem;
  background:
    radial-gradient(circle at 2% 8%, rgba(39, 140, 45, 0.12), transparent 5.8rem),
    radial-gradient(circle at 97% 8%, rgba(39, 140, 45, 0.14), transparent 6rem),
    linear-gradient(115deg, #fffdf5 0%, #fff8e5 55%, #fff0c8 100%);
}

.products-section::after {
  position: absolute;
  right: -4vw;
  bottom: -2.2rem;
  left: -4vw;
  z-index: -1;
  height: 8rem;
  content: "";
  background: linear-gradient(180deg, #08732b, #03421d);
  border-radius: 50% 50% 0 0 / 44% 44% 0 0;
}

.section-title {
  max-width: 68rem;
  margin: 0 auto 1.65rem;
  text-align: center;
}

.section-title h2 {
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.9rem, 5.4vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.section-title h2 span {
  color: #ef9e00;
}

.section-title p {
  max-width: 59rem;
  margin: 0.85rem auto 0;
  color: #222b31;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.45;
}

.product-panel {
  max-width: 108rem;
  margin: 0 auto 1.35rem;
  padding: clamp(1rem, 2vw, 1.6rem);
  border: 1px solid rgba(218, 160, 50, 0.38);
  border-radius: 1.45rem;
  background: rgba(255, 253, 243, 0.76);
  box-shadow: 0 20px 55px rgba(84, 54, 15, 0.08);
}

.panel-head,
.panel-copy,
.home-panel,
.home-copy,
.heading-row,
.bottom-card {
  display: flex;
  align-items: center;
}

.panel-head {
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.panel-copy,
.home-copy {
  align-items: flex-start;
  gap: 1rem;
}

.round-icon {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 3.3rem;
  height: 3.3rem;
  color: white;
  background: var(--green);
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 900;
}

.round-icon.gold {
  background: var(--yellow);
  color: var(--green);
}

.round-icon::before,
.round-icon::after,
.section-kicker span::before,
.section-kicker span::after {
  content: "";
}

.icon-shop::before,
.icon-store::before {
  width: 1.35rem;
  height: 0.9rem;
  border: 0.18rem solid currentColor;
  border-top: 0;
  border-radius: 0.12rem 0.12rem 0.22rem 0.22rem;
}

.icon-shop::after,
.icon-store::after {
  position: absolute;
  top: 0.72rem;
  width: 1.55rem;
  height: 0.48rem;
  background:
    linear-gradient(90deg, currentColor 0 18%, transparent 18% 28%, currentColor 28% 46%, transparent 46% 56%, currentColor 56% 74%, transparent 74% 84%, currentColor 84% 100%);
  border-radius: 0.18rem 0.18rem 0.32rem 0.32rem;
}

.section-kicker .icon-shop::after,
.section-kicker .icon-store::after {
  top: 0.34rem;
  width: 1.05rem;
  height: 0.34rem;
}

.section-kicker .icon-shop::before,
.section-kicker .icon-store::before {
  width: 0.9rem;
  height: 0.62rem;
  border-width: 0.13rem;
}

.icon-home::before {
  width: 1.35rem;
  height: 1rem;
  border: 0.18rem solid currentColor;
  border-top: 0;
  transform: translateY(0.18rem);
}

.icon-home::after {
  position: absolute;
  width: 1.35rem;
  height: 1.35rem;
  border-left: 0.18rem solid currentColor;
  border-top: 0.18rem solid currentColor;
  transform: translateY(-0.25rem) rotate(45deg);
}

.icon-call::before {
  width: 1.35rem;
  height: 1.35rem;
  border: 0.2rem solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.icon-mattha::before {
  width: 1.2rem;
  height: 1.45rem;
  border: 0.18rem solid currentColor;
  border-radius: 0.18rem 0.18rem 0.45rem 0.45rem;
}

.icon-mattha::after {
  position: absolute;
  top: 0.82rem;
  width: 0.9rem;
  height: 0.16rem;
  background: currentColor;
  border-radius: 999px;
}

.icon-people::before {
  width: 0.62rem;
  height: 0.62rem;
  border: 0.16rem solid currentColor;
  border-radius: 50%;
  box-shadow: -0.78rem 0.34rem 0 -0.12rem currentColor, 0.78rem 0.34rem 0 -0.12rem currentColor;
}

.icon-people::after {
  position: absolute;
  bottom: 0.95rem;
  width: 2rem;
  height: 0.8rem;
  border: 0.16rem solid currentColor;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom: 0;
}

.icon-leaf::before {
  width: 1.45rem;
  height: 1rem;
  border: 0.18rem solid currentColor;
  border-radius: 100% 0 100% 0;
  transform: rotate(-20deg);
}

.icon-jar::before {
  width: 1.1rem;
  height: 1.5rem;
  border: 0.18rem solid currentColor;
  border-radius: 0.28rem 0.28rem 0.45rem 0.45rem;
}

.icon-jar::after {
  position: absolute;
  top: 0.78rem;
  width: 1.25rem;
  height: 0.2rem;
  background: currentColor;
  border-radius: 999px;
}

.icon-award::before {
  width: 1.35rem;
  height: 1.35rem;
  border: 0.18rem solid currentColor;
  border-radius: 50%;
}

.icon-award::after {
  position: absolute;
  bottom: 0.8rem;
  width: 0.9rem;
  height: 0.9rem;
  border-left: 0.18rem solid currentColor;
  border-bottom: 0.18rem solid currentColor;
  transform: rotate(-45deg);
}

.icon-heart::before {
  width: 1.35rem;
  height: 1.15rem;
  border-left: 0.2rem solid currentColor;
  border-bottom: 0.2rem solid currentColor;
  border-radius: 0 0 0 0.35rem;
  transform: rotate(-45deg);
}

.heading-row {
  flex-wrap: wrap;
  gap: 0.75rem;
}

.panel-copy h3,
.home-copy h3 {
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 2.4vw, 2.45rem);
  line-height: 1;
}

.panel-copy p,
.home-copy p {
  max-width: 31rem;
  margin: 0.65rem 0 0;
  color: #25313a;
  line-height: 1.45;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.85rem;
  padding: 0.25rem 0.8rem;
  color: var(--green);
  border: 1px solid rgba(23, 117, 34, 0.38);
  border-radius: 999px;
  background: rgba(235, 249, 223, 0.72);
  font-size: 0.86rem;
  font-weight: 900;
}

.status-chip.preorder {
  color: #d88a00;
  border-color: rgba(246, 196, 0, 0.58);
  background: rgba(255, 246, 218, 0.78);
}

.panel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.45rem;
  color: white;
  background: linear-gradient(180deg, #087d35, #034b20);
  border-radius: 0.45rem;
  font-weight: 900;
  box-shadow: 0 12px 18px rgba(6, 71, 31, 0.12);
  white-space: nowrap;
}

.product-grid {
  display: grid;
  gap: 0.9rem;
}

.outlet-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(218, 160, 50, 0.42);
  border-radius: 0.8rem;
  background: rgba(255, 253, 246, 0.92);
  box-shadow: 0 14px 26px rgba(84, 54, 15, 0.08);
}

.product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.82 / 1;
  object-fit: cover;
}

.card-tag {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  padding: 0.2rem 0.72rem;
  color: var(--green);
  background: rgba(255, 253, 246, 0.94);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(40, 24, 9, 0.12);
}

.card-body {
  padding: 1rem 1.05rem 1.05rem;
}

.card-body h4 {
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.22rem, 1.45vw, 1.55rem);
  line-height: 1.08;
}

.card-body p {
  min-height: auto;
  margin: 0.5rem 0 0;
  color: #26313a;
  font-size: 0.92rem;
  line-height: 1.35;
}


.home-panel {
  align-items: stretch;
  gap: 1.5rem;
}

.home-copy {
  flex: 1.05 1 23rem;
  padding: 0.35rem 0.8rem 0.35rem 0;
  border-right: 1px dashed rgba(6, 71, 31, 0.25);
}

.note-box {
  display: grid;
  gap: 0.25rem;
  max-width: 29rem;
  margin-top: 1.4rem;
  padding: 1.1rem 1.2rem;
  color: #171717;
  border: 1px solid rgba(246, 196, 0, 0.42);
  border-radius: 0.75rem;
  background: rgba(255, 241, 190, 0.55);
  line-height: 1.45;
}

.note-box span {
  color: #313131;
}

.home-products {
  display: grid;
  flex: 1.55 1 38rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.preorder-button {
  align-self: start;
  margin-top: 1.25rem;
}

.bottom-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 72rem;
  margin: 1.45rem auto 0;
}

.bottom-card {
  position: relative;
  gap: 1rem;
  min-height: 5.25rem;
  padding: 0.95rem 3.4rem 0.95rem 1.8rem;
  border: 1px solid rgba(23, 117, 34, 0.35);
  border-radius: 0.8rem;
  background: rgba(248, 255, 239, 0.85);
  box-shadow: 0 14px 26px rgba(84, 54, 15, 0.08);
}

.bottom-card.call-card {
  border-color: rgba(246, 196, 0, 0.45);
  background: rgba(255, 245, 216, 0.85);
}

.bottom-card strong,
.bottom-card small {
  display: block;
}

.bottom-card strong {
  color: var(--green);
  font-size: 1.2rem;
}

.bottom-card small {
  color: #26313a;
}

.bottom-card b {
  position: absolute;
  right: 1.35rem;
  color: var(--green);
  font-size: 1.35rem;
}

.experience-section {
  position: relative;
  z-index: 4;
  padding: 3rem 0 7.8rem;
  background:
    radial-gradient(circle at 1% 0%, rgba(39, 140, 45, 0.14), transparent 6rem),
    radial-gradient(circle at 98% 0%, rgba(39, 140, 45, 0.14), transparent 6rem),
    linear-gradient(115deg, #fffdf5 0%, #fff8e9 58%, #fff1cf 100%);
  overflow: hidden;
}

.experience-section::before,
.experience-section::after {
  position: absolute;
  right: -4vw;
  left: -4vw;
  content: "";
  pointer-events: none;
}

.experience-section::before {
  bottom: -0.1rem;
  z-index: -1;
  height: 7.4rem;
  background: var(--yellow);
  border-radius: 50% 50% 0 0 / 38% 38% 0 0;
}

.experience-section::after {
  bottom: -2.15rem;
  z-index: -1;
  height: 7rem;
  background: linear-gradient(180deg, #08732b, #03421d);
  border-radius: 50% 50% 0 0 / 42% 42% 0 0;
}

.experience-kicker {
  margin-bottom: 1.35rem;
}

.experience-title {
  margin-bottom: 5.3rem;
}

.experience-title h2 {
  font-size: clamp(3.2rem, 5.3vw, 5.8rem);
}

.gallery-shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0.4rem;
}

.gallery-shell::before,
.gallery-shell::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(8vw, 8rem);
  content: "";
  pointer-events: none;
}

.gallery-shell::before {
  left: 0;
  background: linear-gradient(90deg, #fff8e9, transparent);
}

.gallery-shell::after {
  right: 0;
  background: linear-gradient(270deg, #fff4d6, transparent);
}

.gallery-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: gallery-scroll 42s linear infinite;
}

.gallery-shell:hover .gallery-track {
  animation-play-state: paused;
}

.gallery-card {
  flex: 0 0 clamp(13.5rem, 17.4vw, 19rem);
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 2px solid rgba(218, 160, 50, 0.24);
  border-radius: 0.75rem;
  background: rgba(255, 253, 246, 0.82);
  box-shadow: 0 18px 34px rgba(84, 54, 15, 0.13);
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 2.1rem;
}

.gallery-dots span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: rgba(217, 163, 0, 0.18);
}

.gallery-dots span:first-child {
  background: var(--green);
}

.gallery-birds {
  top: 6rem;
  right: 15vw;
  left: auto;
}

@keyframes gallery-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

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

.branches-section {
  position: relative;
  z-index: 4;
  padding: 2.5rem 5.6vw 8.8rem;
  background:
    radial-gradient(circle at 3% 2%, rgba(39, 140, 45, 0.12), transparent 5.4rem),
    radial-gradient(circle at 97% 2%, rgba(39, 140, 45, 0.12), transparent 5.8rem),
    linear-gradient(115deg, #fffdf5 0%, #fff8e9 54%, #fff1cf 100%);
  overflow: hidden;
}

.branches-section::before,
.branches-section::after {
  position: absolute;
  right: -4vw;
  left: -4vw;
  content: "";
  pointer-events: none;
}

.branches-section::before {
  bottom: -0.15rem;
  z-index: -1;
  height: 7.4rem;
  background: var(--yellow);
  border-radius: 50% 50% 0 0 / 38% 38% 0 0;
}

.branches-section::after {
  bottom: -2.15rem;
  z-index: -1;
  height: 7rem;
  background: linear-gradient(180deg, #08732b, #03421d);
  border-radius: 50% 50% 0 0 / 42% 42% 0 0;
}

.section-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: fit-content;
  min-height: 2.75rem;
  margin: 0 auto 0.9rem;
  padding: 0.25rem 1.9rem;
  color: var(--green);
  border: 1px solid rgba(218, 160, 50, 0.35);
  border-radius: 999px;
  background: rgba(255, 253, 246, 0.70);
  font-weight: 900;
}

.section-kicker span {
  position: relative;
  display: grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  color: white;
  background: var(--green);
  border-radius: 0.35rem;
  font-size: 0.48rem;
}

.branch-title {
  margin-bottom: 2.2rem;
}

.branch-grid {
  display: grid;
  gap: 1.5rem;
  max-width: 76rem;
  margin: 0 auto;
}

.featured-branches {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 2rem;
}

.compact-branches {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 94rem;
}

.branch-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem 1rem;
  align-items: start;
  min-height: 11rem;
  padding: 1.2rem;
  border: 1px solid rgba(218, 160, 50, 0.35);
  border-radius: 1rem;
  background: rgba(255, 253, 246, 0.82);
  box-shadow: 0 18px 34px rgba(84, 54, 15, 0.10);
}

.branch-card-large {
  min-height: 17.5rem;
  padding: 1.5rem;
}

.branch-number {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  color: white;
  background: linear-gradient(180deg, #11823a, #04501f);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 900;
  box-shadow: 0 10px 18px rgba(6, 71, 31, 0.16);
}

.branch-card h3 {
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 1.9vw, 2rem);
  line-height: 1;
}

.branch-card p {
  margin: 0.55rem 0 1rem;
  color: #26313a;
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.35;
}

.branch-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.25rem 1.25rem;
  color: var(--green);
  border: 1px solid rgba(23, 117, 34, 0.20);
  border-radius: 999px;
  background: rgba(235, 249, 223, 0.84);
  font-size: 0.9rem;
  font-weight: 900;
}

.branch-card a {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  margin-top: auto;
  color: white;
  background: linear-gradient(180deg, #087d35, #034b20);
  border-radius: 0.45rem;
  font-weight: 900;
  box-shadow: 0 12px 18px rgba(6, 71, 31, 0.12);
}

.branch-birds {
  top: 6rem;
  right: 14vw;
  left: auto;
}

.story-section {
  position: relative;
  z-index: 4;
  padding: 3rem 5.6vw 4.8rem;
  background:
    radial-gradient(circle at 0% 24%, rgba(121, 85, 37, 0.08), transparent 7rem),
    radial-gradient(circle at 100% 18%, rgba(39, 140, 45, 0.10), transparent 7rem),
    linear-gradient(115deg, #fffdf5 0%, #fff7e8 58%, #fff1cf 100%);
  overflow: hidden;
}

.story-hero {
  display: grid;
  grid-template-columns: minmax(24rem, 0.92fr) minmax(30rem, 1.08fr);
  gap: 2.6rem;
  align-items: center;
  max-width: 100rem;
  margin: 0 auto 2rem;
}

.story-kicker {
  margin: 0 0 1rem;
}

.story-copy h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 5.6vw, 6.6rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.story-copy h2 span {
  color: var(--gold);
}

.story-divider {
  display: flex;
  align-items: center;
  width: min(25rem, 100%);
  height: 2.5rem;
  margin: 1.2rem 0;
}

.story-divider::before,
.story-divider::after {
  flex: 1;
  height: 1px;
  content: "";
  background: rgba(121, 85, 37, 0.45);
}

.story-divider span {
  width: 2.15rem;
  height: 2.15rem;
  margin: 0 0.85rem;
  border: 2px solid rgba(121, 85, 37, 0.45);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, #fff8d7 0 22%, transparent 24%),
    var(--yellow);
}

.story-copy p {
  max-width: 38rem;
  margin: 0 0 0.8rem;
  color: #222b31;
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  line-height: 1.6;
}

.story-copy strong {
  display: block;
  margin-top: 1.1rem;
  color: var(--green);
  font-size: clamp(1.05rem, 1.32vw, 1.25rem);
}

.heritage-art {
  position: relative;
  min-height: 30rem;
}

.heritage-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: min(38rem, 76%);
  height: 24rem;
  padding: 1.1rem;
  background: #d5bd8f;
  border: 1px solid rgba(86, 32, 15, 0.25);
  box-shadow: 0 22px 44px rgba(84, 54, 15, 0.18);
  transform: rotate(-2deg);
}

.heritage-photo::before {
  position: absolute;
  inset: 0.7rem;
  content: "";
  border: 1px solid rgba(86, 32, 15, 0.28);
  pointer-events: none;
}

.heritage-photo::after {
  position: absolute;
  inset: 1.1rem;
  content: "";
  background:
    linear-gradient(rgba(46, 33, 20, 0.16), rgba(46, 33, 20, 0.16)),
    repeating-linear-gradient(90deg, rgba(43, 30, 18, 0.16) 0 2px, transparent 2px 6px),
    linear-gradient(180deg, #967451 0 32%, #cbb28a 32% 50%, #73543a 50% 100%);
  filter: sepia(0.8) saturate(0.65);
}

.heritage-sign {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  max-width: 25rem;
  margin: 1.4rem auto 0;
  padding: 1rem;
  color: #f6ead2;
  background: rgba(67, 48, 34, 0.86);
  border: 2px solid rgba(246, 234, 210, 0.45);
  text-align: center;
  text-transform: uppercase;
}

.heritage-sign strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.heritage-sign span {
  font-size: 1.2rem;
  font-weight: 900;
}

.heritage-sign small {
  margin-top: 0.35rem;
}

.shop-counter {
  position: absolute;
  right: 4rem;
  bottom: 3.3rem;
  left: 4rem;
  z-index: 2;
  height: 4.4rem;
  background:
    radial-gradient(circle at 12% 38%, #2a1b10 0 0.5rem, transparent 0.55rem),
    radial-gradient(circle at 38% 38%, #2a1b10 0 0.5rem, transparent 0.55rem),
    radial-gradient(circle at 64% 38%, #2a1b10 0 0.5rem, transparent 0.55rem),
    linear-gradient(#f0dfba 0 22%, #6b4a2f 22% 100%);
  opacity: 0.72;
}

.heritage-art img {
  position: absolute;
  right: -6rem;
  bottom: -1.2rem;
  width: min(36rem, 60%);
  clip-path: inset(0 0 13% 30%);
  filter: drop-shadow(0 24px 30px rgba(84, 54, 15, 0.20));
}

.heritage-art::before {
  position: absolute;
  right: 0;
  bottom: 0.8rem;
  width: 32rem;
  height: 22rem;
  content: "";
  background: radial-gradient(circle, #ffe189 0 52%, transparent 53%);
}

.heritage-art::after {
  position: absolute;
  right: -7rem;
  bottom: -2rem;
  width: 34rem;
  height: 13rem;
  content: "";
  background: var(--green);
  border-radius: 55% 45% 0 0;
}

.seal {
  position: absolute;
  left: 2rem;
  bottom: 3.2rem;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 9.5rem;
  height: 9.5rem;
  color: white;
  background: var(--green);
  border: 0.35rem solid #d9a300;
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 15px 28px rgba(6, 71, 31, 0.18);
}

.seal strong {
  font-size: 2.4rem;
}

.timeline-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 100rem;
  margin: 0 auto 1.5rem;
  padding: 1.2rem;
  border: 1px solid rgba(218, 160, 50, 0.35);
  border-radius: 0.9rem;
  background: rgba(255, 248, 231, 0.88);
  box-shadow: 0 16px 35px rgba(84, 54, 15, 0.08);
}

.timeline-panel article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: center;
}

.timeline-panel h3,
.philosophy-grid h4,
.philosophy-title h3 {
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

.timeline-panel h3 {
  font-size: 1.25rem;
}

.timeline-panel p,
.philosophy-grid p,
.philosophy-title p {
  margin: 0.4rem 0 0;
  color: #222b31;
  line-height: 1.45;
}

.philosophy-title {
  margin: 0 auto 1.2rem;
  max-width: 45rem;
  text-align: center;
}

.philosophy-title h3 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem;
  max-width: 100rem;
  margin: 0 auto;
}

.philosophy-grid article {
  min-height: 13rem;
  padding: 1.35rem;
  border: 1px solid rgba(218, 160, 50, 0.35);
  border-radius: 0.8rem;
  background: rgba(255, 253, 246, 0.82);
  box-shadow: 0 14px 26px rgba(84, 54, 15, 0.08);
}

.philosophy-grid .round-icon {
  margin-bottom: 1rem;
}

.philosophy-grid h4 {
  font-size: 1.55rem;
}

.contact-section {
  position: relative;
  z-index: 4;
  min-height: 46rem;
  padding: 3rem 5.6vw 4rem;
  background:
    radial-gradient(circle at 0% 18%, rgba(39, 140, 45, 0.10), transparent 6.8rem),
    radial-gradient(circle at 100% 75%, rgba(39, 140, 45, 0.10), transparent 7.2rem),
    linear-gradient(115deg, #fffdf5 0%, #fff8e9 60%, #fff1cf 100%);
  overflow: hidden;
}

.contact-section::before,
.contact-section::after {
  position: absolute;
  content: "";
  opacity: 0.45;
  pointer-events: none;
}

.contact-section::before {
  top: 1.5rem;
  left: 1.8rem;
  width: 11rem;
  height: 9rem;
  background:
    radial-gradient(ellipse at 12% 82%, #799b58 0 12%, transparent 13%),
    radial-gradient(ellipse at 27% 62%, #799b58 0 12%, transparent 13%),
    radial-gradient(ellipse at 42% 43%, #799b58 0 12%, transparent 13%),
    radial-gradient(ellipse at 59% 25%, #799b58 0 12%, transparent 13%);
  transform: rotate(-18deg);
}

.contact-section::after {
  right: 1.2rem;
  bottom: 1.5rem;
  width: 11rem;
  height: 12rem;
  background:
    radial-gradient(ellipse at 65% 85%, #799b58 0 11%, transparent 12%),
    radial-gradient(ellipse at 53% 67%, #799b58 0 11%, transparent 12%),
    radial-gradient(ellipse at 42% 49%, #799b58 0 11%, transparent 12%),
    radial-gradient(ellipse at 31% 31%, #799b58 0 11%, transparent 12%);
  transform: rotate(18deg);
}

.contact-heading {
  max-width: 58rem;
  margin: 0 auto 2.6rem;
  text-align: center;
}

.contact-heading p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin: 0 0 0.65rem;
  color: var(--green);
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-heading p::before,
.contact-heading p::after {
  width: 4rem;
  height: 1px;
  content: "";
  background: rgba(217, 163, 0, 0.65);
}

.contact-heading h2 {
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 6.2vw, 7rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.contact-heading > span {
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  margin: 1rem auto;
  border: 2px solid rgba(217, 163, 0, 0.45);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, #fff6cb 0 22%, transparent 24%),
    var(--yellow);
}

.contact-heading strong {
  display: block;
  max-width: 52rem;
  margin: 0 auto;
  color: #343843;
  font-size: clamp(1.15rem, 1.65vw, 1.65rem);
  font-weight: 500;
  line-height: 1.45;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.2rem;
  max-width: 80rem;
  margin: 0 auto;
}

.contact-card {
  display: grid;
  justify-items: center;
  min-height: 25rem;
  padding: 2.3rem 2rem;
  border: 1px solid rgba(218, 160, 50, 0.24);
  border-radius: 1rem;
  background: rgba(255, 253, 246, 0.72);
  box-shadow: 0 18px 35px rgba(84, 54, 15, 0.08);
  text-align: center;
}

.contact-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 6.4rem;
  height: 6.4rem;
  margin-bottom: 1.35rem;
  color: var(--green);
  border: 1px solid rgba(6, 71, 31, 0.08);
  border-radius: 50%;
  background: rgba(235, 239, 210, 0.78);
}

.phone-icon::before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  border: 0.28rem solid var(--green);
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.outlet-icon::before {
  width: 2.7rem;
  height: 2.7rem;
  content: "";
  border: 0.28rem solid var(--green);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.outlet-icon::after {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  border: 0.22rem solid var(--green);
  border-radius: 50%;
}

.insta-icon::before {
  width: 3rem;
  height: 3rem;
  content: "";
  border: 0.28rem solid var(--green);
  border-radius: 0.7rem;
}

.insta-icon::after {
  position: absolute;
  width: 1rem;
  height: 1rem;
  content: "";
  border: 0.25rem solid var(--green);
  border-radius: 50%;
  box-shadow: 1rem -1rem 0 -0.34rem var(--green);
}

.contact-card h3 {
  margin: 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.3vw, 2.45rem);
  line-height: 1;
}

.card-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  max-width: 100%;
  height: 2rem;
}

.card-divider::before,
.card-divider::after {
  flex: 1;
  height: 1px;
  content: "";
  background: rgba(217, 163, 0, 0.45);
}

.card-divider::after {
  margin-left: 1.4rem;
}

.card-divider::before {
  margin-right: 1.4rem;
}

.card-divider {
  background: radial-gradient(circle, var(--gold) 0 0.28rem, transparent 0.3rem);
}

.contact-card p {
  margin: 0 0 1.55rem;
  color: var(--green);
  font-size: clamp(1.1rem, 1.55vw, 1.65rem);
  font-weight: 900;
}

.contact-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  min-width: min(16rem, 100%);
  min-height: 3.75rem;
  margin-top: auto;
  padding: 0 1.6rem;
  color: white;
  background: linear-gradient(180deg, #087d35, #034b20);
  border-radius: 0.45rem;
  font-size: 1.18rem;
  font-weight: 900;
  box-shadow: 0 12px 18px rgba(6, 71, 31, 0.12);
}

.contact-card a span {
  font-size: 1.35rem;
}

.preorder-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 2.1rem auto 0;
  color: #343843;
  font-size: clamp(1.1rem, 1.55vw, 1.5rem);
  text-align: center;
}

.preorder-note span {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  border: 2px solid rgba(217, 163, 0, 0.65);
  border-radius: 0.4rem 0.4rem 0.7rem 0.7rem;
  background: rgba(255, 246, 218, 0.82);
}

@media (max-width: 1200px) {
  .topbar {
    min-height: 7.4rem;
    padding-inline: 4vw;
  }

  .hero {
    min-height: calc(100vh - 7.4rem);
    padding-inline: 4vw;
  }

  .hero-copy {
    width: min(43rem, 55vw);
  }

  .hero-art {
    width: 68vw;
  }

  .badge {
    right: 4vw;
  }

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

  .home-panel {
    flex-wrap: wrap;
  }

  .home-copy {
    border-right: 0;
    border-bottom: 1px dashed rgba(6, 71, 31, 0.25);
    padding-bottom: 1.25rem;
  }

  .preorder-button {
    width: 100%;
  }

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

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

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

  .heritage-art {
    min-height: 27rem;
  }

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

  .contact-grid {
    gap: 1.2rem;
  }

  .contact-card {
    padding: 1.8rem 1.2rem;
  }

  .experience-title {
    margin-bottom: 3.6rem;
  }

  .gallery-card {
    flex-basis: clamp(12rem, 24vw, 16rem);
  }
}

@media (max-width: 900px) {
  body {
    overflow-x: hidden;
  }

  .topbar {
    align-items: center;
    min-height: auto;
    padding: 0.75rem 1rem;
  }

  .logo {
    min-width: 12rem;
  }

  .logo-mark {
    width: 8.8rem;
    height: 5.5rem;
    margin-right: -4.15rem;
  }

  .logo-copy strong {
    font-size: 1.08rem;
  }

  .logo-copy small {
    font-size: 0.66rem;
    padding-left: 0.75rem;
  }

  .menu-toggle {
    position: relative;
    z-index: 30;
    display: inline-flex;
  }

  body.menu-open .menu-toggle span:first-child {
    transform: translateY(0.48rem) rotate(45deg);
  }

  body.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.menu-open .menu-toggle span:last-child {
    transform: translateY(-0.48rem) rotate(-45deg);
  }

  .nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 25;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: min(19rem, 82vw);
    height: 100vh;
    padding: 6rem 1.1rem 1.4rem;
    color: var(--green);
    background: rgba(255, 249, 232, 0.97);
    border-left: 1px solid rgba(6, 71, 31, 0.18);
    box-shadow: -22px 0 45px rgba(41, 27, 11, 0.16);
    transform: translateX(105%);
    transition: transform 220ms ease;
  }

  body.menu-open .nav {
    transform: translateX(0);
  }

  .nav a {
    border: 0;
    border-bottom: 1px solid rgba(6, 71, 31, 0.14);
    padding: 1rem 0.4rem;
    font-size: 1.15rem;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 2rem 1rem 6.8rem;
    overflow: hidden;
  }

  .hero-copy {
    width: 100%;
  }

  .hero > picture {
    display: none;
  }

  .pill {
    min-height: 2.5rem;
    padding-inline: 1.1rem;
  }

  h1 {
    max-width: 8.5ch;
    font-size: clamp(3.15rem, 15vw, 5.4rem);
  }

  .intro {
    font-size: 1.02rem;
  }

  .actions {
    gap: 0.75rem;
  }

  .btn {
    width: 100%;
    min-height: 3.5rem;
  }

  .branches {
    width: 100%;
    justify-content: center;
    padding-inline: 1rem;
    text-align: center;
  }

  .trust {
    align-items: flex-start;
  }

  .hero-art {
    display: none;
  }

  .badge {
    display: none;
  }

  .birds {
    display: none;
  }

  .products-section {
    padding: 2.4rem 1rem 6.4rem;
  }

  .section-title {
    text-align: left;
  }

  .section-title h2 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .product-panel {
    border-radius: 1rem;
  }

  .panel-head,
  .home-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .panel-copy,
  .home-copy {
    gap: 0.75rem;
  }

  .panel-button {
    width: 100%;
  }

  .outlet-grid,
  .home-products,
  .bottom-actions {
    grid-template-columns: 1fr;
  }

  .card-body p {
    min-height: auto;
  }

  .bottom-actions {
    gap: 0.85rem;
  }

  .bottom-card {
    padding-left: 1rem;
  }

  .experience-section {
    padding: 2.4rem 0 6.6rem;
  }

  .experience-title {
    padding: 0 1rem;
    margin-bottom: 2.5rem;
    text-align: center;
  }

  .experience-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-track {
    gap: 0.75rem;
  }

  .gallery-card {
    flex-basis: clamp(11.5rem, 54vw, 15rem);
    border-radius: 0.65rem;
  }

  .gallery-birds {
    display: none;
  }

  .branches-section {
    padding: 2.4rem 1rem 7rem;
  }

  .section-kicker {
    margin-left: 0;
    margin-right: auto;
  }

  .featured-branches,
  .compact-branches {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .branch-card,
  .branch-card-large {
    min-height: auto;
    padding: 1.15rem;
  }

  .branch-birds {
    display: none;
  }

  .story-section {
    padding: 2.4rem 1rem 4rem;
  }

  .story-hero {
    gap: 1.5rem;
  }

  .story-copy h2 {
    font-size: clamp(3rem, 13vw, 4.7rem);
  }

  .heritage-art {
    min-height: 24rem;
  }

  .heritage-photo {
    width: 86%;
    height: 18.5rem;
  }

  .heritage-sign strong {
    font-size: 1.45rem;
  }

  .heritage-sign span {
    font-size: 0.95rem;
  }

  .seal {
    left: 0.2rem;
    bottom: 2rem;
    width: 6.8rem;
    height: 6.8rem;
    font-size: 0.78rem;
  }

  .seal strong {
    font-size: 1.7rem;
  }

  .heritage-art img {
    right: -7rem;
    width: 26rem;
  }

  .timeline-panel,
  .philosophy-grid {
    grid-template-columns: 1fr;
  }

  .timeline-panel {
    padding: 1rem;
  }

  .philosophy-title {
    text-align: left;
  }

  .contact-section {
    min-height: auto;
    padding: 2.8rem 1rem 3.4rem;
  }

  .contact-heading {
    text-align: center;
  }

  .contact-heading p::before,
  .contact-heading p::after {
    width: 2.6rem;
  }

  .contact-heading h2 {
    font-size: clamp(3.4rem, 16vw, 5.2rem);
  }

  .contact-heading strong {
    font-size: 1.1rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    max-width: 30rem;
  }

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

  .preorder-note {
    align-items: flex-start;
    font-size: 1rem;
  }
}

@media (max-width: 520px) {
  .topbar {
    gap: 0.75rem;
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  .hero-art {
    display: none;
  }

  .badge {
    display: none;
  }
}


/* Mobile hero refinement - reference matched */
@media (max-width: 900px) {
  :root {
    --color-bg: #FFFDF5;
    --color-surface: #FFFDF8;
    --color-green-dark: #064D2C;
    --color-green: #08733E;
    --color-green-light: #27943E;
    --color-gold: #DDA900;
    --color-gold-light: #F7D144;
    --color-text: #292A27;
    --color-text-muted: #595A55;
    --color-border: #DDD8C8;
    --color-chip-bg: #FFF8D9;
    --color-success-bg: #EDF7E9;
  }

  html,
  body {
    background: var(--color-bg);
  }

  body {
    color: var(--color-text);
    font-family: "Manrope", Arial, sans-serif;
    letter-spacing: -0.01em;
  }

  .topbar {
    position: relative;
    z-index: 50;
    min-height: 112px;
    padding: 22px 24px 28px;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 253, 248, 0.96);
    border: 0;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    box-shadow: 0 12px 32px rgba(52, 45, 25, 0.07);
  }

  .logo {
    min-width: 0;
    max-width: 220px;
    color: var(--color-green-dark);
  }

  .logo-mark {
    width: 118px;
    height: 72px;
    margin-right: -28px;
  }

  .logo-mark svg {
    filter: none;
  }

  .logo-copy {
    top: 0;
    line-height: 1;
    text-shadow: none;
  }

  .logo-copy strong {
    color: var(--color-green-dark);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(30px, 8vw, 42px);
    font-weight: 600;
    letter-spacing: -0.035em;
    white-space: nowrap;
  }

  .logo-copy small {
    margin-top: 8px;
    padding-left: 52px;
    color: var(--color-green-dark);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.28em;
  }

  .menu-toggle {
    width: 58px;
    height: 58px;
    gap: 7px;
    border-radius: 18px;
    background: var(--color-surface);
    border: 1px solid #E5DECB;
    box-shadow: 0 8px 20px rgba(52, 45, 25, 0.07);
  }

  .menu-toggle span {
    width: 27px;
    height: 2px;
    background: var(--color-green-dark);
    border-radius: 999px;
  }

  body.menu-open .menu-toggle span:first-child {
    transform: translateY(9px) rotate(45deg);
  }

  body.menu-open .menu-toggle span:last-child {
    transform: translateY(-9px) rotate(-45deg);
  }

  .hero {
    display: block;
    min-height: auto;
    padding: 56px 24px 168px;
    background: var(--color-bg);
    overflow: hidden;
  }

  .hero::before {
    right: -18vw;
    bottom: -18px;
    left: -18vw;
    z-index: 1;
    height: 142px;
    background: var(--color-gold-light);
    border-radius: 52% 48% 0 0 / 35% 35% 0 0;
    transform: rotate(4deg);
  }

  .hero::after {
    right: -18vw;
    bottom: -34px;
    left: -18vw;
    z-index: 2;
    height: 122px;
    background: linear-gradient(180deg, #08733E 0%, #064D2C 100%);
    border-radius: 48% 52% 0 0 / 30% 30% 0 0;
  }

  .hero > picture,
  .hero-art,
  .badge,
  .birds {
    display: none;
  }

  .hero-copy {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .hero-copy::before {
    position: absolute;
    right: -6px;
    bottom: -156px;
    z-index: 3;
    width: 140px;
    height: 118px;
    content: "";
    opacity: 0.72;
    background:
      radial-gradient(ellipse at 50% 82%, rgba(126, 94, 48, 0.20) 0 42%, transparent 43%),
      radial-gradient(ellipse at 52% 38%, #FFFDF8 0 35%, transparent 36%),
      radial-gradient(ellipse at 50% 64%, rgba(126, 94, 48, 0.34) 0 46%, transparent 47%);
    border-radius: 44% 44% 48% 48%;
  }

  .hero-copy::after {
    position: absolute;
    right: 42px;
    bottom: -92px;
    z-index: 4;
    width: 8px;
    height: 78px;
    content: "";
    background: rgba(101, 72, 39, 0.72);
    border-radius: 999px;
    transform: rotate(12deg);
  }

  .pill {
    height: 52px;
    min-height: 52px;
    margin: 0 0 40px;
    padding: 0 22px;
    gap: 12px;
    border-radius: 999px;
    border: 1.5px solid rgba(6, 77, 44, 0.35);
    background: rgba(255, 255, 255, 0.35);
    color: #174F35;
    font-size: 16px;
    font-weight: 500;
  }

  .leaf {
    width: 20px;
    height: 16px;
    background: var(--color-green-dark);
    border-radius: 100% 0 100% 0;
    transform: rotate(-18deg);
  }

  h1 {
    max-width: 100%;
    margin: 0 0 28px;
    color: var(--color-green-dark);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(48px, 13vw, 66px);
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: -0.035em;
  }

  h1 > span {
    display: block;
    color: var(--color-green-dark);
  }

  h1 .green-accent {
    display: inline;
    color: #208C37;
  }

  h1 .gold-accent {
    display: inline;
    color: var(--color-gold);
  }

  h1 b,
  h1 mark {
    color: inherit;
    background: transparent;
  }

  .intro {
    width: 100%;
    max-width: 620px;
    margin: 0 0 30px;
    color: #3D3D39;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: -0.01em;
  }

  .actions {
    display: grid;
    gap: 16px;
    margin: 0 0 30px;
  }

  .btn {
    width: 100%;
    min-height: 64px;
    padding: 0 20px;
    gap: 14px;
    border-radius: 20px;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  }

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

  .btn:active {
    transform: scale(0.985);
  }

  .btn-primary {
    color: white;
    border: 1px solid #075F35;
    background: linear-gradient(180deg, #168542 0%, #08733E 100%);
    box-shadow: 0 8px 20px rgba(8, 115, 62, 0.16);
  }

  .btn-outline {
    color: var(--color-green-dark);
    border: 2px solid #0C5C37;
    background: transparent;
    box-shadow: none;
  }

  .btn-icon {
    width: 28px;
    height: 28px;
  }

  .branches {
    width: fit-content;
    max-width: 100%;
    height: 56px;
    min-height: 56px;
    margin: 0 0 26px;
    padding: 0 22px;
    gap: 12px;
    justify-content: flex-start;
    border-radius: 999px;
    border: 1px solid rgba(221, 169, 0, 0.16);
    background: var(--color-chip-bg);
    color: #22563A;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
  }

  .branches span {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: var(--color-gold);
    background: currentColor;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
  }

  .branches span::after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: var(--color-chip-bg);
  }

  .trust {
    align-items: center;
    gap: 16px;
    margin: 0;
    color: #464741;
    font-size: 16px;
    line-height: 1.45;
  }

  .trust span {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border: 0;
    border-radius: 50%;
    color: var(--color-green-dark);
    background: var(--color-success-bg);
  }

  .trust strong {
    color: var(--color-green-dark);
    font-weight: 700;
  }
}

@media (min-width: 901px) {
  .hero-copy {
    max-width: 720px;
  }

  h1 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
    letter-spacing: -0.035em;
  }
}

@media (max-width: 360px) {
  .topbar {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: 46px;
  }

  .btn {
    font-size: 15px;
  }

  .branches {
    font-size: 14px;
    padding: 0 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .menu-toggle span {
    transition: none;
  }
}

/* Mobile matka artwork and wave polish */
.mobile-matka-art {
  display: none;
}

@media (max-width: 900px) {
  .hero {
    padding-bottom: 188px;
  }

  .hero::before {
    right: -24vw;
    bottom: -8px;
    left: -26vw;
    z-index: 1;
    height: 132px;
    background: #E5AD09;
    border-radius: 44% 56% 0 0 / 48% 36% 0 0;
    transform: rotate(-4deg);
  }

  .hero::after {
    right: -22vw;
    bottom: -32px;
    left: -18vw;
    z-index: 2;
    height: 126px;
    background: linear-gradient(180deg, #08743C 0%, #03431F 100%);
    border-radius: 56% 44% 0 0 / 42% 32% 0 0;
    transform: rotate(2deg);
  }

  .hero-copy::before,
  .hero-copy::after {
    content: none;
    display: none;
  }

  .mobile-matka-art {
    position: absolute;
    right: clamp(8px, 2.5vw, 20px);
    bottom: 22px;
    z-index: 5;
    display: block;
    width: clamp(118px, 34vw, 156px);
    height: auto;
    pointer-events: none;
    user-select: none;
    filter: drop-shadow(0 14px 18px rgba(63, 43, 20, 0.12));
  }

  .trust {
    margin-bottom: 54px;
  }
}

@media (max-width: 380px) {
  .mobile-matka-art {
    right: 0;
    bottom: 18px;
    width: 118px;
  }

  .hero {
    padding-bottom: 174px;
  }
}

/* Universal image logo */
.logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: inherit;
}

.logo-image {
  display: block;
  width: clamp(180px, 17vw, 300px);
  height: auto;
  max-height: 112px;
  object-fit: contain;
}

@media (max-width: 900px) {
  .logo {
    max-width: min(68vw, 360px);
  }

  .logo-image {
    width: clamp(190px, 58vw, 330px);
    max-height: 108px;
  }
}

@media (max-width: 380px) {
  .logo-image {
    width: clamp(168px, 56vw, 240px);
    max-height: 92px;
  }
}
