* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Sora', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1C0F0A;
  line-height: 1.6;
  background: #FBF3E8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection {
  background: #D4933A;
  color: #fff;
}

:focus-visible {
  outline: 2px solid #D4933A;
  outline-offset: 3px;
  border-radius: 4px;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ========== REVEAL ANIMATIONS ========== */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }
.reveal-delay-4 { transition-delay: 0.32s; }

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

/* ========== HEADER ========== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background 0.4s, box-shadow 0.4s, backdrop-filter 0.4s;
}

.header-scrolled {
  background: rgba(251, 243, 232, 0.85);
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  box-shadow: 0 1px 0 rgba(28, 15, 10, 0.06);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo {
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}

.logo:hover {
  opacity: 0.8;
}

.logo img {
  display: block;
}

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

.nav-link {
  text-decoration: none;
  color: rgba(28, 15, 10, 0.6);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
  transition: color 0.3s;
  padding: 4px 0;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: #D4933A;
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 2px;
}

.nav-link:hover {
  color: #1C0F0A;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link.active {
  color: #1C0F0A;
}

.nav-order {
  background: #1C0F0A;
  color: #FBF3E8 !important;
  padding: 10px 24px;
  border-radius: 100px;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, transform 0.2s !important;
}

.nav-order:hover {
  background: #D4933A !important;
  color: #1C0F0A !important;
  transform: translateY(-1px);
}

/* ========== HERO ========== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 70%;
  height: 140%;
  background: radial-gradient(ellipse at center, rgba(212, 147, 58, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-grain-bg {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(28, 15, 10, 0.008) 3px, rgba(28, 15, 10, 0.008) 4px),
    repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(28, 15, 10, 0.008) 3px, rgba(28, 15, 10, 0.008) 4px);
  pointer-events: none;
  opacity: 0.5;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-text {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fraunces', serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #A0673C;
  padding: 7px 18px;
  border: 1px solid rgba(212, 147, 58, 0.2);
  border-radius: 100px;
  margin-bottom: 28px;
  background: rgba(251, 243, 232, 0.6);
  backdrop-filter: blur(4px);
}

.hero-badge::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #D4933A;
}

.hero h1 {
  font-family: 'Fraunces', serif;
  font-size: 4rem;
  font-weight: 700;
  font-variation-settings: 'SOFT' 50;
  line-height: 1.1;
  color: #1C0F0A;
  margin-bottom: 22px;
  letter-spacing: -0.03em;
}

.hero p {
  font-size: 1.05rem;
  color: rgba(28, 15, 10, 0.6);
  max-width: 480px;
  line-height: 1.75;
  margin-bottom: 40px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 100px;
  cursor: pointer;
  border: none;
  font-family: 'Sora', sans-serif;
  font-size: 0.9rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.btn:hover::before {
  opacity: 1;
}

.btn-primary {
  background: #D4933A;
  color: #1C0F0A;
  padding: 15px 34px;
  box-shadow: 0 4px 20px rgba(212, 147, 58, 0.25);
}

.btn-primary:hover {
  background: #c4842e;
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(212, 147, 58, 0.35);
}

.btn-primary:active {
  transform: translateY(-1px);
}

.btn-primary svg {
  transition: transform 0.3s;
}

.btn-primary:hover svg {
  transform: translateX(3px);
}

.btn-outline {
  background: transparent;
  color: #1C0F0A;
  padding: 15px 30px;
  border: 1.5px solid rgba(28, 15, 10, 0.15);
}

.btn-outline:hover {
  border-color: #D4933A;
  background: rgba(212, 147, 58, 0.06);
  transform: translateY(-3px);
  box-shadow: 0 4px 16px rgba(212, 147, 58, 0.12);
}

.btn-small {
  background: #D4933A;
  color: #1C0F0A;
  padding: 11px 24px;
  font-size: 0.8rem;
  margin-top: 16px;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(212, 147, 58, 0.2);
}

.btn-small:hover {
  background: #c4842e;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 147, 58, 0.3);
}

.btn-whatsapp {
  background: #1C0F0A;
  color: #FBF3E8;
  padding: 18px 42px;
  font-size: 1.05rem;
  font-weight: 600;
  gap: 12px;
  box-shadow: 0 4px 24px rgba(28, 15, 10, 0.2);
}

.btn-whatsapp:hover {
  background: #D4933A;
  color: #1C0F0A;
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(212, 147, 58, 0.3);
}

.btn-whatsapp svg {
  transition: transform 0.3s;
}

.btn-whatsapp:hover svg {
  transform: scale(1.1) rotate(-5deg);
}

/* ========== GRAIN MANDALA ========== */
.hero-art {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.grain-mandala {
  position: relative;
  width: 460px;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mandala-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 147, 58, 0.12) 0%, rgba(212, 147, 58, 0.04) 40%, transparent 70%);
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.08); opacity: 0.7; }
}

.mandala-ring {
  position: absolute;
  border-radius: 50%;
}

.ring-conic {
  width: 420px;
  height: 420px;
  background: conic-gradient(from 0deg,
    transparent 0deg, rgba(212,147,58,0.06) 15deg, transparent 30deg,
    rgba(212,147,58,0.04) 45deg, transparent 60deg,
    rgba(212,147,58,0.06) 75deg, transparent 90deg,
    rgba(212,147,58,0.04) 105deg, transparent 120deg,
    rgba(212,147,58,0.06) 135deg, transparent 150deg,
    rgba(212,147,58,0.04) 165deg, transparent 180deg,
    rgba(212,147,58,0.06) 195deg, transparent 210deg,
    rgba(212,147,58,0.04) 225deg, transparent 240deg,
    rgba(212,147,58,0.06) 255deg, transparent 270deg,
    rgba(212,147,58,0.04) 285deg, transparent 300deg,
    rgba(212,147,58,0.06) 315deg, transparent 330deg,
    rgba(212,147,58,0.04) 345deg, transparent 360deg
  );
  animation: spin 50s linear infinite;
}

.ring-dashed {
  width: 340px;
  height: 340px;
  border: 1.5px dashed rgba(212, 147, 58, 0.15);
  animation: spin 35s linear infinite reverse;
}

.ring-dotted {
  width: 260px;
  height: 260px;
  border: 2px dotted rgba(212, 147, 58, 0.2);
  animation: spin 25s linear infinite;
}

.ring-solid {
  width: 175px;
  height: 175px;
  border: 1.5px solid rgba(212, 147, 58, 0.12);
  animation: spin 20s linear infinite reverse;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.mandala-core {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 35%, #D4933A, #A0673C 50%, #5a3520 85%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow:
    0 4px 30px rgba(212, 147, 58, 0.3),
    inset 0 -2px 10px rgba(0,0,0,0.1);
}

.mandala-wheat {
  font-size: 2.6rem;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.12));
  line-height: 1;
}

.kernel {
  position: absolute;
  width: 12px;
  height: 6px;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background: linear-gradient(135deg, #D4933A, #b87a2a);
  opacity: 0.45;
  z-index: 1;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(var(--rot, 0deg)); }
  50% { transform: translateY(-8px) rotate(var(--rot, 0deg)); }
}

.k1  { top: 8%;    left: 50%;   --rot: 15deg;  animation-delay: 0s; }
.k2  { top: 15%;   right: 12%;  --rot: 45deg;  animation-delay: 0.3s; }
.k3  { top: 42%;   right: 3%;   --rot: 80deg;  animation-delay: 0.6s; }
.k4  { top: 58%;   right: 5%;   --rot: -20deg; animation-delay: 0.9s; }
.k5  { bottom: 14%; right: 14%; --rot: 30deg;  animation-delay: 1.2s; }
.k6  { bottom: 6%;  left: 50%;  --rot: -45deg; animation-delay: 1.5s; }
.k7  { bottom: 14%; left: 14%;  --rot: 10deg;  animation-delay: 1.8s; }
.k8  { top: 58%;   left: 3%;   --rot: 60deg;  animation-delay: 2.1s; }
.k9  { top: 42%;   left: 3%;   --rot: -30deg; animation-delay: 2.4s; }
.k10 { top: 22%;   left: 10%;  --rot: 25deg;  animation-delay: 2.7s; }
.k11 { top: 12%;   right: 30%; --rot: -15deg; animation-delay: 0.5s; width: 8px; height: 4px; opacity: 0.3; }
.k12 { bottom: 28%; right: 18%;--rot: 55deg;  animation-delay: 0.8s; width: 10px; height: 5px; opacity: 0.35; }
.k13 { bottom: 28%; left: 18%; --rot: -55deg; animation-delay: 1.1s; width: 9px; height: 5px; opacity: 0.3; }
.k14 { top: 28%;   right: 18%; --rot: 35deg;  animation-delay: 1.4s; width: 7px; height: 4px; opacity: 0.25; }
.k15 { top: 16%;   left: 28%;  --rot: -40deg; animation-delay: 1.7s; width: 11px; height: 5px; opacity: 0.3; }
.k16 { bottom: 16%; left: 30%; --rot: 70deg;  animation-delay: 2s;   width: 8px; height: 4px; opacity: 0.25; }

/* ========== STORY SECTION ========== */
.story {
  padding: 120px 0;
  background: #F3E5D0;
  position: relative;
  overflow: hidden;
}

.story-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 20% 60%, rgba(212, 147, 58, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 40%, rgba(212, 147, 58, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.story-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-frame {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1;
}

.story-pattern-base {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 25%, rgba(212, 147, 58, 0.06) 0%, transparent 40%),
    repeating-conic-gradient(from 0deg at 50% 50%, rgba(212,147,58,0.03) 0deg, transparent 10deg, rgba(212,147,58,0.03) 20deg, transparent 30deg);
  border-radius: 50%;
}

.story-emblem {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(145deg, #FBF3E8, #f5ead8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 8px 40px rgba(28, 15, 10, 0.08),
    0 2px 8px rgba(28, 15, 10, 0.04);
  transition: box-shadow 0.4s, transform 0.4s;
}

.story-frame:hover .story-emblem {
  box-shadow: 0 12px 48px rgba(212, 147, 58, 0.15);
  transform: translate(-50%, -50%) scale(1.02);
}

.emblem-ring {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1.5px solid rgba(212, 147, 58, 0.15);
}

.emblem-grain {
  font-size: 2.6rem;
  margin-bottom: 2px;
  line-height: 1;
}

.emblem-divider {
  width: 24px;
  height: 1.5px;
  background: #D4933A;
  margin: 6px 0;
  border-radius: 2px;
}

.emblem-text {
  font-family: 'Fraunces', serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  color: #A0673C;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-ornament {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(212, 147, 58, 0.1);
  pointer-events: none;
}

.o1 {
  width: 280px;
  height: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: dashed;
}

.o2 {
  width: 340px;
  height: 340px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(212, 147, 58, 0.06);
}

.o3 {
  width: 80px;
  height: 80px;
  top: 12%;
  right: 8%;
  background: rgba(212, 147, 58, 0.04);
  border: none;
}

.section-label {
  display: inline-block;
  font-family: 'Fraunces', serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #A0673C;
  margin-bottom: 14px;
  position: relative;
  padding-left: 28px;
}

.section-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 1.5px;
  background: #D4933A;
  border-radius: 2px;
}

.story-text h2 {
  font-family: 'Fraunces', serif;
  font-size: 2.6rem;
  font-weight: 700;
  font-variation-settings: 'SOFT' 50;
  line-height: 1.15;
  margin-bottom: 22px;
  color: #1C0F0A;
}

.story-text p {
  color: rgba(28, 15, 10, 0.62);
  margin-bottom: 16px;
  font-size: 0.95rem;
  line-height: 1.75;
}

.benefits {
  list-style: none;
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.benefits li {
  font-size: 0.9rem;
  color: rgba(28, 15, 10, 0.7);
  padding-left: 20px;
  position: relative;
}

.benefits li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D4933A;
  box-shadow: 0 0 0 2px rgba(212, 147, 58, 0.15);
}

.benefits li strong {
  color: #1C0F0A;
  font-weight: 600;
}

/* ========== PRODUCTS ========== */
.products {
  padding: 120px 0;
  background: #FBF3E8;
  position: relative;
}

.products-header {
  margin-bottom: 52px;
}

.products-header h2 {
  font-family: 'Fraunces', serif;
  font-size: 2.6rem;
  font-weight: 700;
  font-variation-settings: 'SOFT' 50;
  margin-bottom: 12px;
  color: #1C0F0A;
}

.section-subtitle {
  color: rgba(28, 15, 10, 0.5);
  font-size: 0.95rem;
  max-width: 440px;
  line-height: 1.6;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 24px;
}

.product-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 24px;
  padding: 36px 28px 30px;
  text-align: center;
  border: 1px solid rgba(28, 15, 10, 0.04);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(28, 15, 10, 0.08);
  border-color: rgba(212, 147, 58, 0.1);
}

.card-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #D4933A, #E8B84B, #D4933A);
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.4s;
}

.product-card:hover .card-accent {
  opacity: 1;
  animation: shimmer 2s linear infinite;
}

@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.card-bg-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 50% 30%, rgba(212, 147, 58, 0.03), transparent 60%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
}

.product-card:hover .card-bg-glow {
  opacity: 1;
}

.product-emoji {
  font-size: 3.2rem;
  margin-bottom: 18px;
  display: block;
  transition: transform 0.4s;
}

.product-card:hover .product-emoji {
  transform: scale(1.1);
}

.product-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.15rem;
  font-weight: 600;
  font-variation-settings: 'SOFT' 50;
  margin-bottom: 10px;
  color: #1C0F0A;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}

.product-weight {
  font-size: 0.85rem;
  color: rgba(28, 15, 10, 0.45);
  font-weight: 500;
}

.product-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(28, 15, 10, 0.15);
}

.product-price {
  font-family: 'Fraunces', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #D4933A;
}

.product-card p {
  font-size: 0.85rem;
  color: rgba(28, 15, 10, 0.55);
  line-height: 1.65;
}

/* ========== ORDER SECTION ========== */
.order {
  padding: 120px 0;
  background: #F3E5D0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.order-bg-shape {
  position: absolute;
  top: -30%;
  right: -20%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 147, 58, 0.05) 0%, transparent 60%);
  pointer-events: none;
}

.order-card {
  max-width: 620px;
  margin: 0 auto;
  background: rgba(251, 243, 232, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 32px;
  padding: 60px 52px;
  box-shadow:
    0 4px 32px rgba(28, 15, 10, 0.05),
    0 1px 2px rgba(28, 15, 10, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 2;
}

.order-badge {
  display: inline-block;
  font-family: 'Fraunces', serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #D4933A;
  margin-bottom: 14px;
}

.order-card h2 {
  font-family: 'Fraunces', serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-variation-settings: 'SOFT' 50;
  margin-bottom: 16px;
  color: #1C0F0A;
}

.order-card p {
  color: rgba(28, 15, 10, 0.55);
  font-size: 0.95rem;
  margin-bottom: 36px;
  line-height: 1.75;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.order-note {
  font-size: 0.8rem;
  color: rgba(28, 15, 10, 0.35) !important;
  margin-top: 24px;
  margin-bottom: 0 !important;
}

/* ========== FOOTER ========== */
.footer {
  background: #1C0F0A;
  padding: 56px 0 36px;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.footer-logo-img {
  display: block;
  border-radius: 4px;
  margin-bottom: 6px;
  opacity: 0.85;
  transition: opacity 0.3s;
}

.footer-logo-img:hover {
  opacity: 1;
}

.footer-tagline {
  font-size: 0.8rem;
  color: rgba(251, 243, 232, 0.35);
}

.footer-links {
  display: flex;
  gap: 32px;
}

.footer-links a {
  color: rgba(251, 243, 232, 0.45);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #D4933A;
}

.footer-divider {
  height: 1px;
  background: rgba(251, 243, 232, 0.06);
  margin-bottom: 28px;
}

.footer-copy {
  font-size: 0.8rem;
  color: rgba(251, 243, 232, 0.25);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1000px) {
  .hero h1 { font-size: 3.2rem; }

  .grain-mandala { width: 380px; height: 380px; }
  .ring-conic { width: 350px; height: 350px; }
  .ring-dashed { width: 290px; height: 290px; }
  .ring-dotted { width: 225px; height: 225px; }
  .ring-solid { width: 155px; height: 155px; }
  .mandala-core { width: 85px; height: 85px; }
  .mandala-wheat { font-size: 2.2rem; }
}

@media (max-width: 900px) {
  .hero {
    min-height: 0;
    padding: 140px 0 70px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }

  .hero h1 { font-size: 2.8rem; }

  .hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions { justify-content: center; }

  .grain-mandala { width: 320px; height: 320px; }
  .ring-conic { width: 300px; height: 300px; }
  .ring-dashed { width: 245px; height: 245px; }
  .ring-dotted { width: 190px; height: 190px; }
  .ring-solid { width: 130px; height: 130px; }
  .mandala-core { width: 75px; height: 75px; }
  .mandala-wheat { font-size: 1.8rem; }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }

  .story-text h2 { font-size: 2.2rem; }

  .benefits {
    grid-template-columns: 1fr;
    text-align: left;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .story-visual { order: -1; }
  .story-frame { max-width: 300px; }
  .story-emblem { width: 170px; height: 170px; }
  .section-label { padding-left: 0; }
  .section-label::before { display: none; }

  .products-header { text-align: center; }
  .products-header h2 { font-size: 2.2rem; }
  .section-subtitle { margin-left: auto; margin-right: auto; }

  .order-card { padding: 48px 32px; }
  .order-card h2 { font-size: 2rem; }

  .footer-grid {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero { padding: 120px 0 60px; }
  .hero h1 { font-size: 2.2rem; }

  .grain-mandala { width: 240px; height: 240px; }
  .ring-conic { width: 220px; height: 220px; }
  .ring-dashed { width: 180px; height: 180px; }
  .ring-dotted { width: 140px; height: 140px; }
  .ring-solid { width: 100px; height: 100px; }
  .mandala-core { width: 60px; height: 60px; }
  .mandala-wheat { font-size: 1.4rem; }

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

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

  .order-card { padding: 36px 24px; border-radius: 24px; }
  .order-card h2 { font-size: 1.6rem; }

  .story { padding: 80px 0; }
  .story-text h2 { font-size: 1.8rem; }
  .story-emblem { width: 140px; height: 140px; }
  .emblem-grain { font-size: 2rem; }

  .products { padding: 80px 0; }
  .products-header h2 { font-size: 1.8rem; }
}
