* { -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Inter', sans-serif;
  background-color: #F5F0E8;
  color: #1E2D1F;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
}

/* ── Backgrounds ── */
.hero-bg {
  background:
    radial-gradient(ellipse 70% 60% at 80% 50%, rgba(122,158,126,0.18) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(200,149,108,0.10) 0%, transparent 60%),
    radial-gradient(ellipse 80% 80% at 50% 0%, rgba(168,197,172,0.12) 0%, transparent 80%),
    #F5F0E8;
}
.section-bg-sage {
  background:
    radial-gradient(ellipse 60% 60% at 90% 50%, rgba(122,158,126,0.20) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 10% 20%, rgba(122,158,126,0.12) 0%, transparent 60%),
    #EEF4EE;
}
.section-bg-forest {
  background:
    radial-gradient(ellipse 60% 70% at 80% 30%, rgba(93,122,94,0.40) 0%, transparent 60%),
    radial-gradient(ellipse 40% 50% at 10% 80%, rgba(200,149,108,0.15) 0%, transparent 50%),
    #2D3A2E;
}
.bg-cream { background: #F5F0E8; }

/* ── Transitions ── */
.spring      { transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease; }
.spring-fast { transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease; }
.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.1s; }
.delay-3 { transition-delay: 0.2s; }

/* ── Buttons ── */
.btn-terra {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #C8956C;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  padding: 0.875rem 2rem;
  border-radius: 100px;
  box-shadow: 0 8px 24px 0 rgba(200,149,108,0.30), 0 2px 6px 0 rgba(200,149,108,0.20);
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease, background 0.15s ease;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.btn-terra:hover  { transform: translateY(-2px) scale(1.02); box-shadow: 0 14px 36px 0 rgba(200,149,108,0.38), 0 4px 10px 0 rgba(200,149,108,0.22); background: #B8804A; }
.btn-terra:active { transform: translateY(0) scale(0.98); box-shadow: 0 4px 12px 0 rgba(200,149,108,0.22); }
.btn-terra:focus-visible { outline: 3px solid #C8956C; outline-offset: 3px; }
.btn-terra:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: #2D3A2E;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 0.875rem 1.75rem;
  border-radius: 100px;
  border: 1.5px solid rgba(45,58,46,0.25);
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1), border-color 0.15s ease, background 0.15s ease;
  cursor: pointer;
  text-decoration: none;
}
.btn-outline:hover  { transform: translateY(-2px) scale(1.02); border-color: #7A9E7E; background: rgba(122,158,126,0.06); }
.btn-outline:active { transform: translateY(0) scale(0.98); }
.btn-outline:focus-visible { outline: 3px solid #7A9E7E; outline-offset: 3px; }

.btn-sage {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #7A9E7E;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.875rem 2rem;
  border-radius: 100px;
  box-shadow: 0 8px 24px 0 rgba(122,158,126,0.30);
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease, background 0.15s ease;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.btn-sage:hover  { transform: translateY(-2px) scale(1.02); box-shadow: 0 14px 36px 0 rgba(122,158,126,0.38); background: #5A7A5E; }
.btn-sage:active { transform: translateY(0) scale(0.98); }
.btn-sage:focus-visible { outline: 3px solid #7A9E7E; outline-offset: 3px; }

.btn-sm       { padding: 0.625rem 1.25rem; font-size: 0.875rem; }
.btn-sm-terra { padding: 0.625rem 1.5rem;  font-size: 0.875rem; }
.btn-xs       { padding: 0.5rem 1.25rem;   font-size: 0.875rem; }
.btn-full     { width: 100%; justify-content: center; }

/* ── Navigation ── */
.nav-bar { background: rgba(245,240,232,0.88); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(122,158,126,0.15); }
.nav-inner { height: 140px; }
.nav-logo-img { height: 108px; width: 108px; box-shadow: 0 2px 10px rgba(45,58,46,0.15); }
.nav-brand-name { font-size: 1.625rem; letter-spacing: -0.02em; line-height: 1.1; font-weight: 700; }
.nav-brand-sub { font-size: 0.6875rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; }
.hamburger-toggle { transition: opacity 0.15s ease; }
.hamburger-bar { transition: transform 0.2s ease, opacity 0.2s ease; }
.hamburger-bar-mid { transition: opacity 0.2s ease; }
.mobile-menu-top { border-top: 1px solid rgba(122,158,126,0.15); }

.nav-link {
  position: relative;
  color: #4A5C4B;
  font-weight: 500;
  font-size: 0.9375rem;
  text-decoration: none;
  padding-bottom: 2px;
  transition: color 0.15s ease;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: #7A9E7E;
  transition: width 0.25s cubic-bezier(0.34,1.56,0.64,1);
}
.nav-link:hover { color: #2D3A2E; }
.nav-link:hover::after { width: 100%; }
.nav-link:focus-visible { outline: 2px solid #7A9E7E; outline-offset: 4px; border-radius: 2px; }

#mobile-menu { display: none; }
#mobile-menu.open { display: flex; }

/* ── Hero ── */
.hero-section { z-index: 1; padding-top: 168px; }
.hero-heading { font-size: clamp(2.5rem, 5vw, 3.75rem); letter-spacing: -0.04em; line-height: 1.08; font-weight: 700; }
.hero-body { font-size: 1.125rem; line-height: 1.7; max-width: 48ch; }
.text-sage-italic { color: #7A9E7E; font-style: italic; }
.hero-img-wrap { box-shadow: 0 20px 60px 0 rgba(45,58,46,0.18), 0 4px 16px 0 rgba(45,58,46,0.12); }
.hero-img { border-radius: 24px; object-fit: cover; }
.badge-float-1 { box-shadow: 0 8px 32px 0 rgba(45,58,46,0.12); animation: float1 4s ease-in-out infinite; }
.badge-float-2 { box-shadow: 0 8px 32px 0 rgba(45,58,46,0.12); animation: float2 4.5s ease-in-out infinite 0.5s; }
.badge-title { font-size: 0.875rem; font-weight: 700; line-height: 1.2; }
.badge-sub { font-size: 0.6875rem; font-weight: 500; }
.badge-count { font-size: 1.5rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; }
.badge-count-sub { font-size: 0.75rem; font-weight: 500; }
.paw-emoji { font-size: 1.25rem; }
.paw-deco-1 { opacity: 0.06; font-size: 2rem; transform: rotate(15deg); }
.paw-deco-2 { opacity: 0.04; font-size: 1.5rem; transform: rotate(-10deg); }

/* ── Shared section typography ── */
.section-badge-dark { background: rgba(168,197,172,0.15); color: #A8C5AC; border: 1px solid rgba(168,197,172,0.25); font-weight: 600; }
.section-heading { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -0.03em; font-weight: 700; line-height: 1.1; }
.section-subhead { font-size: 1.0625rem; line-height: 1.7; max-width: 48ch; }
.section-subhead-dark { font-size: 1.0625rem; line-height: 1.7; max-width: 52ch; color: rgba(255,255,255,0.65); }

/* ── Product cards ── */
.product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(45,58,46,0.06), 0 1px 3px 0 rgba(45,58,46,0.08);
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.25s ease;
}
.product-card:hover { transform: translateY(-6px) scale(1.01); box-shadow: 0 20px 60px 0 rgba(45,58,46,0.14), 0 4px 16px 0 rgba(45,58,46,0.10); }
.product-card:focus-within { outline: 3px solid #7A9E7E; outline-offset: 2px; }

.product-card-dark { background: #3D4E3E; }
.product-img-wrap { height: 220px; }
.product-card-title { font-size: 1.25rem; font-weight: 700; }
.product-card-body { font-size: 0.9375rem; line-height: 1.7; color: rgba(255,255,255,0.65); }
.product-card-body-dim { font-size: 0.9375rem; line-height: 1.7; color: rgba(255,255,255,0.5); }
.product-price { font-size: 1.375rem; font-weight: 700; letter-spacing: -0.02em; }
.product-card-dimmed { transition-delay: 0.09s; opacity: 0.6; }
.product-card-dimmed-late { transition-delay: 0.18s; opacity: 0.6; }
.img-grayscale-light { filter: grayscale(30%); }
.coming-soon-overlay { background: rgba(45,58,46,0.55); }
.badge-coming-soon { background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.35); }
.coming-soon-price { font-size: 1rem; font-weight: 500; font-style: italic; color: rgba(255,255,255,0.4); }
.coming-soon-btn-label { font-size: 0.875rem; font-weight: 600; background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.5); }

/* ── How It Works ── */
.step-connector-line { background: linear-gradient(90deg, #A8C5AC 0%, #A8C5AC 100%); z-index: 0; }
.step-num { font-size: 1.5rem; font-weight: 700; }
.step-num-sage   { background: #7A9E7E; color: #fff; box-shadow: 0 8px 24px rgba(122,158,126,0.35); }
.step-num-terra  { background: #C8956C; color: #fff; box-shadow: 0 8px 24px rgba(200,149,108,0.35); }
.step-num-forest { background: #5A7A5E; color: #fff; box-shadow: 0 8px 24px rgba(90,122,94,0.35); }
.step-title { font-size: 1.375rem; font-weight: 700; letter-spacing: -0.02em; }
.step-body  { font-size: 0.9375rem; line-height: 1.7; }

/* ── Step connector ── */
.step-line {
  position: absolute;
  top: 28px;
  left: calc(50% + 28px);
  right: calc(-50% + 28px);
  height: 1.5px;
  background: linear-gradient(90deg, #A8C5AC, transparent);
}

/* ── Why JALKS ── */
.why-img-wrap { box-shadow: 0 20px 60px 0 rgba(0,0,0,0.3); }
.why-img { border-radius: 24px; object-fit: cover; }
.why-heading { font-size: clamp(1.875rem, 3.5vw, 2.75rem); letter-spacing: -0.03em; font-weight: 700; line-height: 1.12; }
.feature-icon-bg { background: rgba(122,158,126,0.20); }
.feature-title { font-size: 1.0625rem; font-weight: 700; }
.feature-body  { font-size: 0.9375rem; line-height: 1.7; opacity: 0.75; }

/* ── Order section ── */
.order-blob-1 { background: radial-gradient(circle, rgba(200,149,108,0.12) 0%, transparent 70%); transform: translate(30%, -30%); }
.order-blob-2 { background: radial-gradient(circle, rgba(122,158,126,0.15) 0%, transparent 70%); transform: translate(-30%, 30%); }
.order-heading { font-size: clamp(2rem, 4.5vw, 3.25rem); letter-spacing: -0.03em; font-weight: 700; line-height: 1.1; }
.text-terra { color: #C8956C; }
.order-subhead { font-size: 1.125rem; line-height: 1.7; max-width: 42ch; }
.order-form-card { box-shadow: 0 8px 40px rgba(45,58,46,0.10), 0 2px 8px rgba(45,58,46,0.07); }
.order-form-title { font-size: 1.375rem; font-weight: 700; letter-spacing: -0.02em; }
.order-email-note { font-size: 0.875rem; }
.text-sage-link { color: #5A7A5E; font-weight: 500; }

/* ── Form ── */
.form-input {
  width: 100%;
  padding: 0.875rem 1.125rem;
  border: 1.5px solid rgba(45,58,46,0.18);
  border-radius: 10px;
  background: rgba(255,255,255,0.9);
  font-family: 'Inter', sans-serif;
  font-size: 0.9375rem;
  color: #1E2D1F;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.form-input::placeholder { color: #9aaa9b; }
.form-input:focus { border-color: #7A9E7E; box-shadow: 0 0 0 3px rgba(122,158,126,0.15); }

.form-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4A5C4B;
  margin-bottom: 0.5rem;
}

.field-group    { margin-bottom: 1.25rem; }
.field-group-lg { margin-bottom: 1.75rem; }
.required-star  { color: #C8956C; }

.field-error {
  display: none;
  color: #C8956C;
  font-size: 0.8125rem;
  margin-top: 0.375rem;
}

.textarea-notes { resize: vertical; min-height: 100px; }

.checkbox-label { display: flex; align-items: flex-start; gap: 0.75rem; cursor: pointer; user-select: none; }
.checkbox-input { width: 18px; height: 18px; min-width: 18px; margin-top: 2px; accent-color: #7A9E7E; cursor: pointer; }
.checkbox-text  { font-size: 0.9375rem; color: #2D3A2E; line-height: 1.5; }
.checkbox-error {
  display: none;
  color: #C8956C;
  font-size: 0.8125rem;
  margin-top: 0.375rem;
  padding-left: 1.625rem;
}

/* ── Upload zone ── */
.upload-zone {
  border: 2px dashed rgba(122,158,126,0.45);
  border-radius: 12px;
  padding: 2.5rem 1.5rem;
  text-align: center;
  background: rgba(238,244,238,0.5);
  transition: border-color 0.2s ease, background 0.2s ease;
  cursor: pointer;
}
.upload-zone:hover { border-color: #7A9E7E; background: rgba(122,158,126,0.08); }
.upload-icon      { margin: 0 auto 0.75rem; display: block; }
.upload-zone-title { color: #2D3A2E; font-weight: 600; font-size: 0.9375rem; margin-bottom: 0.25rem; }
.upload-zone-sub   { color: #9aaa9b; font-size: 0.8125rem; }

.form-footnote { text-align: center; color: #9aaa9b; font-size: 0.8rem; margin-top: 1rem; }

/* ── Success banner ── */
.success-banner {
  display: none;
  background: rgba(122,158,126,0.15);
  border: 1.5px solid rgba(122,158,126,0.35);
  border-radius: 10px;
  padding: 1rem 1.25rem;
  color: #2D3A2E;
  font-size: 0.9rem;
  font-weight: 500;
  gap: 0.625rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.success-banner.visible { display: flex; }
.success-icon { flex-shrink: 0; margin-top: 1px; }

/* ── Uploaded file item ── */
.uploaded-file {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(238,244,238,0.7);
  border: 1px solid rgba(122,158,126,0.25);
  border-radius: 8px;
  padding: 0.625rem 0.875rem;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  color: #2D3A2E;
}

/* ── Misc badges ── */
.paw-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(122,158,126,0.12);
  color: #5A7A5E;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.375rem 0.875rem;
  border-radius: 100px;
  border: 1px solid rgba(122,158,126,0.25);
}

.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 2px 12px 0 rgba(45,58,46,0.06), 0 1px 3px 0 rgba(45,58,46,0.07);
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.25s ease;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px 0 rgba(45,58,46,0.12), 0 3px 10px 0 rgba(45,58,46,0.08); }

/* ── Image treatment ── */
.img-treatment { position: relative; border-radius: 24px; overflow: hidden; }
.img-treatment::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(45,58,46,0.55) 0%, rgba(45,58,46,0.1) 50%, transparent 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

/* ── Footer ── */
.footer-bar { background: #1A2A1B; border-top: 1px solid rgba(122,158,126,0.12); }
.footer-brand-name { font-size: 1rem; font-weight: 700; letter-spacing: -0.02em; }
.footer-tagline { font-size: 0.875rem; line-height: 1.7; opacity: 0.55; max-width: 28ch; }
.footer-section-title { font-size: 0.875rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.5; }
.footer-link { font-size: 0.9375rem; opacity: 0.7; transition: opacity 0.15s ease; }
.footer-contact-item { font-size: 0.875rem; opacity: 0.7; }
.footer-divider { border-color: rgba(122,158,126,0.12); }
.footer-copy { font-size: 0.8125rem; opacity: 0.4; }

/* ── Fade-up animation ── */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── Keyframes ── */
@keyframes float1 {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-8px); }
}
@keyframes float2 {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-6px); }
}
