:root {
  color-scheme: light;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #14213d;
  background: #fdf8f4;
  line-height: 1.6;
  --brand: #E6372A;
  --brand-soft: #fde9e7;
  --surface: #ffffff;
  --text-dark: #14213d;
  --text-muted: #5f6b6d;
  --leaf: #7fbf6e;
  --cream: #fff7ef;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: radial-gradient(circle at top left, rgba(127, 191, 110, 0.12), transparent 24%), radial-gradient(circle at bottom right, rgba(230, 55, 42, 0.08), transparent 18%), #fdf8f4;
  color: var(--text-dark);
}

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

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

button,
.button,
.store-badge,
.app-badge {
  cursor: pointer;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(20, 33, 61, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
}

.logo-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 14px;
  background: var(--cream);
  padding: 0.35rem;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.logo {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  color: var(--brand);
  line-height: 1.1;
}

.brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
}

.site-tagline {
  margin: 0;
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 500;
  line-height: 1.2;
}

.main-nav {
  display: flex;
  gap: 1.4rem;
  align-items: center;
}

.main-nav a {
  color: var(--text-dark);
  font-weight: 600;
  transition: color 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--brand);
}

.menu-toggle {
  display: none;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  color: var(--text-dark);
}

main,
footer {
  width: 100%;
}

.page-content {
  padding: 3rem 0 2rem;
}

.page-heading {
  margin-bottom: 2rem;
}

.page-heading h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.05;
}

.page-heading p {
  margin: 1rem 0 0;
  max-width: 740px;
  color: var(--text-muted);
  font-size: 1rem;
}

.category-hero {
  margin-bottom: 3rem;
}

.category-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.category-hero .hero-copy {
  padding: 2rem;
  background: rgba(255, 247, 239, 0.92);
  border-radius: 32px;
  border: 1px solid rgba(230, 55, 42, 0.12);
  box-shadow: 0 22px 45px rgba(230, 55, 42, 0.08);
}

.category-hero .hero-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
}

.hero-pillars {
  display: grid;
  gap: 1rem;
}

.pillar-card {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 28px;
  padding: 1.5rem;
  border: 1px solid rgba(127, 191, 110, 0.14);
  box-shadow: 0 18px 40px rgba(127, 191, 110, 0.08);
}

.pillar-card strong {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 1.05rem;
  color: var(--brand);
}

.pillar-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .category-hero-grid {
    grid-template-columns: 1fr;
  }
}

.section-heading {
  max-width: 700px;
  margin-bottom: 2rem;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.section-heading p,
.page-heading p,
.categories-intro p {
  color: var(--text-muted);
}

.hero,
.preview,
.highlights,
.impact,
.download-section,
.order-options,
.product-showcase,
.contact-details,
.region-banner,
.categories-intro,
.category-highlights {
  padding: 3rem 0;
}

.hero-grid,
.features,
.highlights-grid,
.categories-grid,
.locations-grid,
.app-details,
.download-buttons,
.product-grid,
.order-grid,
.preview-grid,
.impact-grid,
.preview-stats {
  display: grid;
  gap: 1.5rem;
}

.hero-grid {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
}

.features,
.highlights-grid,
.impact-grid,
.locations-grid,
.product-grid,
.order-grid,
.preview-grid,
.download-buttons {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.app-details {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.download-buttons,
.preview-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-copy h1,
.hero-copy p,
.page-heading h1,
.page-heading p,
.section-heading h2,
.section-heading p,
.highlight-card h3,
.category-card h2,
.location-card h2,
.stat strong {
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 0.9s ease both;
}

.hero-copy,
.hero-image,
.feature-card,
.highlight-card,
.category-card,
.location-card,
.product-card,
.app-image,
.region-card,
.impact-card {
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 0.9s ease both;
}

.hero-copy {
  animation-delay: 0.1s;
}

.hero-image {
  animation-delay: 0.22s;
}

.feature-card,
.highlight-card,
.category-card,
.location-card,
.product-card,
.app-image,
.region-card,
.impact-card {
  animation-delay: 0.18s;
}

.delay-1 {
  animation-delay: 0.16s;
}

.delay-2 {
  animation-delay: 0.26s;
}

.delay-3 {
  animation-delay: 0.34s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatRise {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.hero {
  padding-top: 4rem;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
}

.hero-copy p,
.feature-card p,
.category-card p,
.location-card p,
.highlight-card p,
.stat span,
.feature-list li,
.section-heading p,
.page-heading p {
  color: var(--text-muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.95rem 1.5rem;
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.button.primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 18px 40px rgba(230, 55, 42, 0.18);
}

.button.secondary {
  background: var(--brand-soft);
  color: var(--brand);
}

.button.tertiary {
  background: transparent;
  border: 1px solid var(--brand);
  color: var(--brand);
}

.button:hover,
.store-badge:hover,
.app-badge:hover,
.main-nav a:hover {
  transform: translateY(-2px);
}

.store-badge,
.app-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(20, 33, 61, 0.12);
  padding: 0.95rem 1rem;
  font-weight: 600;
  color: #14213d;
}

.store-badge.app-store,
.app-badge.app-store {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
}

.store-badge.play-store,
.app-badge.play-store {
  background: linear-gradient(135deg, #0f766e 0%, #0f172a 100%);
  color: #fff;
}

.store-badge svg,
.app-badge svg {
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
}

.hero-image {
  position: relative;
  min-height: 360px;
  border-radius: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(180deg, rgba(230, 55, 42, 0.08), rgba(255, 255, 255, 0.72));
  box-shadow: 0 30px 90px rgba(230, 55, 42, 0.14);
}

.product-card {
  width: min(360px, 100%);
  background: #fff;
  padding: 2rem;
  border-radius: 28px;
  text-align: left;
  box-shadow: 0 18px 40px rgba(20, 33, 61, 0.12);
  animation-name: fadeUp, floatRise;
  animation-duration: 0.9s, 6s;
  animation-timing-function: ease, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-delay: 0.14s, 1.2s;
}

.product-card h2 {
  margin: 0 0 0.75rem;
  font-size: 1.75rem;
}

.product-card p {
  margin: 0;
  color: #475569;
}

.feature-card,
.highlight-card,
.category-card,
.location-card,
.region-card,
.impact-card {
  background: #fff;
  border-radius: 28px;
  padding: 1.75rem;
  border: 1px solid rgba(230, 55, 42, 0.12);
  box-shadow: 0 18px 45px rgba(20, 33, 61, 0.08);
}

.feature-card h3,
.highlight-card h3,
.impact-card h3,
.category-card h2,
.location-card h2 {
  margin: 0 0 0.85rem;
  font-size: 1.2rem;
}

.feature-card p,
.highlight-card p,
.impact-card p,
.category-card p,
.location-card p {
  margin: 0;
  color: var(--text-muted);
}

.product-item {
  background: linear-gradient(135deg, rgba(230, 55, 42, 0.08), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(230, 55, 42, 0.15);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--text-dark);
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(230, 55, 42, 0.08);
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 0.9s ease both;
}

.product-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(230, 55, 42, 0.15);
  background: linear-gradient(135deg, rgba(230, 55, 42, 0.12), rgba(255, 255, 255, 0.95));
  border-color: rgba(230, 55, 42, 0.25);
}

.order-card {
  background: linear-gradient(180deg, #ffffff 0%, #fdf8f4 100%);
  border: 1.5px solid rgba(230, 55, 42, 0.12);
  border-radius: 24px;
  padding: 2.25rem 2rem;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 12px 36px rgba(230, 55, 42, 0.08);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.9s ease both;
  position: relative;
  overflow: hidden;
}

.order-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--leaf));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.order-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 24px 64px rgba(230, 55, 42, 0.16);
  border-color: rgba(230, 55, 42, 0.25);
}

.order-card:hover::before {
  opacity: 1;
}

.order-card h3 {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  color: var(--brand);
  transition: transform 0.3s ease;
}

.order-card:hover h3 {
  transform: scale(1.05);
}

.order-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.order-card:hover p {
  color: var(--text-dark);
}

.order-grid .order-card:nth-child(1) {
  animation-delay: 0.15s;
}

.order-grid .order-card:nth-child(2) {
  animation-delay: 0.25s;
}

.order-grid .order-card:nth-child(3) {
  animation-delay: 0.35s;
}

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

.category-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.category-card::before {
  content: '';
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(230, 55, 42, 0.09);
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(230, 55, 42, 0.14);
  border-color: rgba(230, 55, 42, 0.18);
}

.location-card {
  border: 1px solid rgba(127, 191, 110, 0.18);
}

.location-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1rem;
}

.location-meta span {
  color: var(--text-muted);
}

.view-map {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--brand);
  font-weight: 600;
}

.view-map svg {
  width: 1rem;
  height: 1rem;
}

.view-map:hover {
  text-decoration: underline;
}

.section--brand,
.section--accent {
  border-radius: 32px;
  padding: 3rem 0;
}

.section--brand {
  background: linear-gradient(180deg, rgba(127, 191, 110, 0.12), rgba(255, 255, 255, 0.95));
}

.section--accent {
  background: linear-gradient(180deg, rgba(255, 247, 239, 0.96), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(127, 191, 110, 0.16);
}

.app-page .page-heading {
  margin-bottom: 2rem;
}

.feature-list {
  margin: 1.5rem 0 0;
  padding-left: 1.3rem;
  color: var(--text-muted);
}

.feature-list li {
  margin-bottom: 0.9rem;
}

.app-image {
  display: flex;
  justify-content: center;
}

.app-mockup {
  width: 100%;
  max-width: 320px;
  background: linear-gradient(180deg, #fff7ef, #fff1e6);
  border-radius: 40px;
  padding: 1.2rem;
  box-shadow: 0 24px 60px rgba(127, 191, 110, 0.14);
}

.app-screen {
  background: linear-gradient(180deg, #ffffff, #fdf1eb);
  border-radius: 32px;
  min-height: 380px;
  position: relative;
  overflow: hidden;
}

.app-screen::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  height: 40px;
  background: rgba(20, 33, 61, 0.08);
  border-radius: 999px;
}

.app-screen::after {
  content: '';
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  height: 72px;
  background: linear-gradient(90deg, #f5d2c3, #fff7f0);
  border-radius: 24px;
}

.download-buttons a {
  min-height: 72px;
}

.region-banner .region-card,
.contact-card,
.preview-grid .stat,
.category-highlights .highlight-card {
  background: #fff;
}

.footer-grid {
  background: transparent;
}

footer.site-footer {
  position: relative;
  z-index: 0;
  padding: 2.5rem 0;
  background: linear-gradient(180deg, #fdf8f4 0%, #f9f4ec 45%, #fdf8f4 100%);
  border-top: 4px solid rgba(127, 191, 110, 0.9);
  overflow: visible;
}

/* Mountain waves using multiple box-shadows and gradients */
footer.site-footer::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: 
    linear-gradient(135deg, transparent 40%, rgba(127, 191, 110, 0.25) 50%, transparent 60%),
    linear-gradient(-135deg, transparent 40%, rgba(127, 191, 110, 0.2) 50%, transparent 60%),
    linear-gradient(to bottom, transparent 70%, rgba(127, 191, 110, 0.15));
  background-size: 300px 100px, 300px 100px, 100% 100%;
  background-position: 0 20px, 150px 40px, 0 0;
  background-repeat: repeat-x, repeat-x, no-repeat;
  pointer-events: none;
  z-index: 0;
  box-shadow: 
    inset 0 -40px 60px rgba(127, 191, 110, 0.08),
    inset 0 -20px 40px rgba(127, 191, 110, 0.06);
}

/* Trees and houses using radial gradients and circles */
footer.site-footer::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: 
    radial-gradient(circle 15px at 12% 60%, rgba(127, 191, 110, 0.3), transparent),
    radial-gradient(circle 13px at 23% 70%, rgba(127, 191, 110, 0.28), transparent),
    radial-gradient(circle 16px at 79% 65%, rgba(127, 191, 110, 0.29), transparent),
    radial-gradient(circle 12px at 90% 75%, rgba(127, 191, 110, 0.26), transparent),
    linear-gradient(to right, transparent 10%, rgba(127, 191, 110, 0.15) 11%, rgba(127, 191, 110, 0.15) 12%, transparent 13%, transparent 20%, rgba(127, 191, 110, 0.12) 21%, rgba(127, 191, 110, 0.12) 22%, transparent 23%, transparent 78%, rgba(127, 191, 110, 0.14) 79%, rgba(127, 191, 110, 0.14) 80%, transparent 81%, transparent 88%, rgba(127, 191, 110, 0.12) 89%, rgba(127, 191, 110, 0.12) 90%, transparent 91%);
  pointer-events: none;
  z-index: 0;
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
  text-align: center;
  flex-wrap: wrap;
}

.footer-grid nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.footer-grid a {
  color: var(--brand);
  font-weight: 600;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: #0f5b28;
}

footer.site-footer p {
  margin: 0;
  font-size: 0.95rem;
  color: #2d4d34;
  text-align: center;
  width: 100%;
}

main {
  padding-bottom: 3rem;
}

.preview-grid {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  padding: 2rem 0;
}

.preview-stats {
  display: grid;
}

.stat {
  background: #fff;
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 15px 35px rgba(20, 33, 61, 0.08);
}

.stat strong {
  display: block;
  font-size: 2rem;
  color: #14213d;
}

.stat span {
  color: #475569;
}

.categories-intro {
  margin-bottom: 2rem;
}

.categories-intro p {
  max-width: 760px;
  font-size: 1rem;
}

.category-highlights {
  gap: 1rem;
}

.category-highlights .highlight-card {
  border: 1px solid rgba(127, 191, 110, 0.14);
}

.collection-section {
  padding: 3rem 0;
}

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

.collection-card {
  background: linear-gradient(180deg, #fffdf8 0%, #f8fbf2 100%);
  border: 1px solid rgba(127, 191, 110, 0.16);
  border-radius: 28px;
  padding: 1.75rem;
  box-shadow: 0 22px 55px rgba(127, 191, 110, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.collection-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 68px rgba(127, 191, 110, 0.12);
}

.collection-card h3 {
  margin: 0 0 0.85rem;
  color: #166534;
}

.collection-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.locations-region {
  padding: 3rem 0;
}

.region-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.region-block {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 32px;
  padding: 1.75rem;
  border: 1px solid rgba(127, 191, 110, 0.16);
  box-shadow: 0 18px 45px rgba(127, 191, 110, 0.08);
}

.region-block h3 {
  margin: 0 0 1rem;
  color: #146432;
}

.region-block .locations-grid {
  grid-template-columns: 1fr;
  gap: 1rem;
}

.region-banner {
  padding: 2rem 0;
}

.region-card {
  border: 1px solid rgba(127, 191, 110, 0.16);
}

.impact {
  padding: 3rem 0;
}

@media (max-width: 900px) {
  .hero-grid,
  .features,
  .highlights-grid,
  .categories-grid,
  .locations-grid,
  .collection-grid,
  .region-split-grid,
  .app-details,
  .download-buttons,
  .order-grid,
  .product-grid,
  .preview-grid,
  .impact-grid,
  .category-highlights {
    grid-template-columns: 1fr;
  }

  .download-buttons {
    gap: 1rem;
  }
}

@media (max-width: 700px) {
  .header-inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .brand-block,
  .main-nav {
    width: 100%;
  }

  .main-nav {
    justify-content: space-around;
    order: 3;
    display: none;
  }

  .main-nav.show {
    display: flex;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero {
    padding-top: 2.5rem;
  }

  .footer-grid {
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .button,
  .store-badge,
  .app-badge {
    width: 100%;
  }

  .container {
    width: min(100%, calc(100% - 1.5rem));
  }

  .hero-image {
    min-height: 260px;
  }

  .product-card {
    padding: 1.5rem;
  }

  .page-heading h1 {
    font-size: clamp(2rem, 6vw, 2.6rem);
  }

  .hero-copy p,
  .page-heading p,
  .section-heading p {
    font-size: 0.98rem;
  }

  .footer-grid {
    align-items: stretch;
  }

  .main-nav {
    gap: 1rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .download-links {
    flex-direction: column;
  }

  .download-links a,
  .cta-links a {
    width: 100%;
  }

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

  .preview-stats {
    grid-template-columns: 1fr;
  }

  .stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .stat strong {
    font-size: 1.5rem;
  }
}

/* About Us Page Styles */
.about-hero {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.about-hero .page-heading {
  text-align: center;
}

.about-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
}

.about-section {
  padding: 3rem 0;
}

.about-story {
  padding: 3rem 0;
}

.mission-grid,
.story-grid,
.special-grid {
  display: grid;
  gap: 1.5rem;
}

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

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

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

.mission-card,
.special-card,
.story-content {
  background: #fff;
  border-radius: 28px;
  padding: 2rem;
  border: 1px solid rgba(230, 55, 42, 0.12);
  box-shadow: 0 18px 45px rgba(20, 33, 61, 0.08);
}

.mission-card h3,
.special-card h3,
.story-content h3 {
  margin: 0 0 1rem;
  font-size: 1.3rem;
  color: var(--brand);
}

.mission-card p,
.special-card p,
.story-content p {
  margin: 0 0 1rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.mission-card p:last-child,
.special-card p:last-child,
.story-content p:last-child {
  margin-bottom: 0;
}

.cta-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 1024px) {
  .mission-grid,
  .special-grid,
  .highlights-grid,
  .impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

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

@media (max-width: 768px) {
  .mission-grid,
  .special-grid {
    grid-template-columns: 1fr;
  }

  .features,
  .highlights-grid,
  .impact-grid,
  .locations-grid,
  .product-grid,
  .order-grid,
  .preview-grid,
  .category-highlights {
    grid-template-columns: 1fr;
  }

  .page-heading h1 {
    font-size: clamp(1.8rem, 5vw, 2.6rem);
  }

  .section-heading h2 {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions a {
    width: 100%;
  }

  .download-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .download-links a {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .header-inner {
    padding: 0.75rem 0;
  }

  .logo-img {
    width: 36px;
    height: 36px;
  }

  .logo {
    font-size: 1.1rem;
  }

  .site-tagline {
    font-size: 0.75rem;
  }

  .container {
    width: min(100%, calc(100% - 1rem));
  }

  .hero {
    padding-top: 2rem;
  }

  .about-hero {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .about-hero h1 {
    font-size: clamp(1.75rem, 5vw, 2.4rem);
  }

  .mission-card,
  .story-content,
  .feature-card,
  .highlight-card,
  .impact-card {
    padding: 1.5rem;
  }

  .mission-card h3,
  .story-content h3,
  .feature-card h3,
  .highlight-card h3,
  .impact-card h3 {
    font-size: 1.1rem;
  }

  .section-heading h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }

  .page-heading h1 {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
  }

  .hero-copy p,
  .page-heading p,
  .section-heading p,
  .mission-card p,
  .story-content p {
    font-size: 0.95rem;
  }

  .hero-image {
    min-height: 200px;
  }

  .product-card {
    padding: 1.25rem;
    width: 100%;
  }

  .product-item {
    padding: 1.5rem;
    font-size: 1rem;
  }

  .order-card {
    padding: 1.75rem 1.5rem;
  }

  .product-card h2 {
    font-size: 1.4rem;
  }

  .stat {
    padding: 1.25rem;
  }

  .stat strong {
    font-size: 1.3rem;
  }

  .button,
  .store-badge,
  .app-badge {
    padding: 0.85rem 1.25rem;
    font-size: 0.95rem;
  }

  .button.secondary,
  .button.tertiary,
  .store-badge,
  .app-badge {
    width: 100%;
  }

  .preview-stats {
    gap: 1rem;
  }

  main {
    padding-bottom: 2rem;
  }

  .about-section,
  .about-story {
    padding: 2rem 0;
  }
}
