/* Appily Fifty — Kinetic Fieldcrest home
   Same layout sections; more editorial / dynamic motion UI */

.page-home-fieldcrest {
  --home-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --home-snap: cubic-bezier(0.34, 1.4, 0.64, 1);
  background:
    radial-gradient(1200px 480px at 8% -10%, rgba(197, 217, 61, 0.14), transparent 60%),
    radial-gradient(900px 420px at 100% 18%, rgba(166, 93, 63, 0.08), transparent 55%),
    var(--a50-paper);
}
.page-home-fieldcrest .a50-search-rail { display: none; }
.page-home-fieldcrest .page-main { overflow-x: clip; }

/* ── Scroll reveal ── */
.page-home-fieldcrest .a50-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .8s var(--home-ease), transform .8s var(--home-ease);
}
.page-home-fieldcrest .a50-reveal.is-in {
  opacity: 1;
  transform: none;
}

/* ── Hero slider ── */
.a50-hero-slider {
  position: relative;
  min-height: min(82vh, 700px);
  overflow: hidden;
  background: #0e1614;
  isolation: isolate;
}
.a50-hero-slider::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(14, 22, 20, 0.82) 0%, rgba(14, 22, 20, 0.35) 48%, rgba(14, 22, 20, 0.15) 100%),
    repeating-linear-gradient(-18deg, transparent 0 14px, rgba(197, 217, 61, 0.035) 14px 15px);
  mix-blend-mode: multiply;
}
.a50-hero-slider::after {
  content: '';
  position: absolute;
  right: -8%;
  top: -20%;
  width: 42%;
  height: 140%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(160deg, rgba(197, 217, 61, 0.18), transparent 55%);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  animation: a50HeroSheen 10s var(--home-ease) infinite alternate;
}
@keyframes a50HeroSheen {
  from { transform: translateX(0) skewX(-4deg); opacity: .55; }
  to { transform: translateX(-4%) skewX(-2deg); opacity: .95; }
}

.a50-hero-track { position: absolute; inset: 0; }
.a50-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.06);
  transition: opacity .9s var(--home-ease), transform 6.5s linear, visibility .9s;
  background: var(--a50-hero-bg) center/cover no-repeat;
}
.a50-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: scale(1);
}
.a50-hero-veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 40%, transparent 0 35%, rgba(14, 22, 20, 0.35) 70%),
    linear-gradient(180deg, rgba(14, 22, 20, 0.1), rgba(14, 22, 20, 0.55));
  pointer-events: none;
}

.a50-hero-copy {
  position: relative;
  z-index: 3;
  min-height: min(82vh, 700px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 680px;
  color: var(--a50-white);
  padding: 4.5rem 0;
}
.a50-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin: 0 0 1.15rem;
  padding: .45rem .85rem .45rem .55rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(18px);
}
.a50-hero-kicker::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--a50-chartreuse);
  box-shadow: 0 0 0 4px rgba(197, 217, 61, 0.25);
  animation: a50Pulse 1.8s ease infinite;
}
@keyframes a50Pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.7); opacity: .55; }
}
.a50-hero-copy h1 {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  color: var(--a50-white);
  margin: 0 0 1.1rem;
  max-width: 11ch;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-wrap: balance;
  opacity: 0;
  transform: translateY(28px);
}
.a50-hero-copy h1::after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  margin-top: .85rem;
  background: linear-gradient(90deg, var(--a50-chartreuse), transparent);
  transition: width 1s var(--home-ease) .35s;
}
.a50-hero-lede {
  font-size: 1.08rem;
  max-width: 34ch;
  margin: 0 0 1.75rem;
  opacity: 0;
  transform: translateY(22px);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
}
.a50-hero-copy .a50-btn {
  opacity: 0;
  transform: translateY(18px) skewX(-2deg);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  position: relative;
  overflow: hidden;
}
.a50-hero-copy .a50-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.35) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .7s var(--home-ease);
}
.a50-hero-copy .a50-btn:hover::after { transform: translateX(120%); }
.a50-hero-slide.is-active .a50-hero-kicker,
.a50-hero-slide.is-active .a50-hero-copy h1,
.a50-hero-slide.is-active .a50-hero-lede,
.a50-hero-slide.is-active .a50-hero-copy .a50-btn {
  opacity: 1;
  transform: none;
  transition: opacity .7s var(--home-ease), transform .7s var(--home-ease);
}
.a50-hero-slide.is-active .a50-hero-kicker { transition-delay: .1s; }
.a50-hero-slide.is-active .a50-hero-copy h1 { transition-delay: .22s; }
.a50-hero-slide.is-active .a50-hero-copy h1::after { width: min(180px, 40%); }
.a50-hero-slide.is-active .a50-hero-lede { transition-delay: .34s; opacity: .92; }
.a50-hero-slide.is-active .a50-hero-copy .a50-btn { transition-delay: .46s; }

.a50-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 48px;
  height: 48px;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  color: var(--a50-white);
  font-size: 1.7rem;
  cursor: pointer;
  backdrop-filter: blur(6px);
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
  transition: background .25s ease, transform .25s var(--home-snap);
}
.a50-hero-arrow:hover {
  background: var(--a50-chartreuse);
  color: var(--a50-ink);
  transform: translateY(-50%) scale(1.06);
}
.a50-hero-arrow--prev { left: 1.1rem; }
.a50-hero-arrow--next { right: 1.1rem; }

.a50-hero-dots {
  position: absolute;
  left: 0; right: 0; bottom: 1.4rem;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: .55rem;
}
.a50-hero-dot {
  width: 28px;
  height: 3px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.35);
  padding: 0;
  cursor: pointer;
  transition: width .35s var(--home-ease), background .35s ease;
}
.a50-hero-dot.is-active {
  width: 52px;
  background: var(--a50-chartreuse);
}

/* ── Feature bar ── */
.a50-feature-bar {
  position: relative;
  background: #111a17;
  color: var(--a50-white);
  margin-top: -1px;
  z-index: 5;
}
.a50-feature-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(197, 217, 61, 0.12), transparent 35%, transparent 65%, rgba(166, 93, 63, 0.12));
  pointer-events: none;
}
.a50-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.a50-feature-item {
  display: flex;
  align-items: center;
  gap: .95rem;
  padding: 1.55rem 1.1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: background .3s ease, transform .35s var(--home-ease);
  position: relative;
}
.a50-feature-item:last-child { border-right: 0; }
.a50-feature-item::after {
  content: '';
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 0;
  height: 2px;
  background: var(--a50-chartreuse);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--home-ease);
}
.a50-feature-item:hover {
  background: rgba(255, 255, 255, 0.04);
}
.a50-feature-item:hover::after { transform: scaleX(1); }
.a50-feature-item strong {
  display: block;
  font-size: .95rem;
  letter-spacing: .02em;
}
.a50-feature-item small {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: .78rem;
  margin-top: .2rem;
}
.a50-feature-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(197, 217, 61, 0.55);
  background: rgba(197, 217, 61, 0.08);
  position: relative;
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  transition: transform .35s var(--home-snap), background .3s ease;
}
.a50-feature-item:hover .a50-feature-mark {
  transform: rotate(-6deg) scale(1.06);
  background: var(--a50-chartreuse);
}
.a50-feature-mark::before,
.a50-feature-mark::after {
  content: '';
  position: absolute;
  background: var(--a50-chartreuse);
  transition: background .3s ease;
}
.a50-feature-item:hover .a50-feature-mark::before,
.a50-feature-item:hover .a50-feature-mark::after {
  background: var(--a50-ink);
}
.a50-feature-mark::before {
  left: 9px; right: 9px; top: 18px; height: 2px;
}
.a50-feature-mark::after {
  width: 12px; height: 10px;
  left: 14px; top: 10px;
  border: 1.5px solid var(--a50-chartreuse);
  background: transparent;
  border-radius: 2px 2px 0 0;
}
.a50-feature-item:hover .a50-feature-mark::after { border-color: var(--a50-ink); }
.a50-feature-mark--support::after {
  width: 13px; height: 13px; border-radius: 50%; left: 13px; top: 9px;
}
.a50-feature-mark--partner::before {
  width: 8px; height: 8px; left: 10px; top: 17px; right: auto; border-radius: 50%;
}
.a50-feature-mark--partner::after {
  width: 8px; height: 8px; left: 22px; top: 17px; border-radius: 50%;
  border: 0; background: var(--a50-chartreuse);
}
.a50-feature-mark--phone::before {
  width: 11px; height: 17px; left: 14px; top: 11px; right: auto;
  border-radius: 3px; background: transparent; border: 1.5px solid var(--a50-chartreuse);
}
.a50-feature-mark--phone::after { display: none; }
.a50-feature-item:hover .a50-feature-mark--phone::before { border-color: var(--a50-ink); }

/* ── Season banners ── */
.a50-season-banners {
  padding: 3.25rem 0 1.25rem;
  position: relative;
}
.a50-season-banners::before {
  content: 'SEASONAL';
  position: absolute;
  left: 50%;
  top: .35rem;
  transform: translateX(-50%);
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-family: var(--a50-font-serif);
  font-weight: 700;
  letter-spacing: .18em;
  color: rgba(27, 36, 33, 0.045);
  pointer-events: none;
  white-space: nowrap;
}
.a50-season-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.35rem;
}
.a50-season-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  color: var(--a50-white);
  display: block;
  isolation: isolate;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 96% 100%, 0 100%);
  box-shadow: 0 18px 50px rgba(27, 36, 33, 0.12);
}
.a50-season-card--spring {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%, 0 88%);
}
.a50-season-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 1.1s var(--home-ease), filter .5s ease;
  filter: saturate(1.05) contrast(1.05);
}
.a50-season-card:hover img {
  transform: scale(1.16);
  filter: saturate(1.15) contrast(1.08);
}
.a50-season-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(155deg, rgba(14, 22, 20, 0.15) 0%, rgba(14, 22, 20, 0.72) 100%);
  transition: background .45s ease;
}
.a50-season-card--autumn::before {
  background: linear-gradient(155deg, rgba(110, 52, 28, 0.25) 0%, rgba(14, 22, 20, 0.78) 100%);
}
.a50-season-card--spring::before {
  background: linear-gradient(155deg, rgba(70, 110, 50, 0.25) 0%, rgba(14, 22, 20, 0.78) 100%);
}
.a50-season-card:hover::before {
  background: linear-gradient(155deg, rgba(14, 22, 20, 0.1) 0%, rgba(14, 22, 20, 0.82) 100%);
}
.a50-season-card::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 4px;
  z-index: 2;
  background: linear-gradient(90deg, var(--a50-chartreuse), var(--a50-clay));
  transform: scaleX(0.25);
  transform-origin: left;
  transition: transform .5s var(--home-ease);
}
.a50-season-card:hover::after { transform: scaleX(1); }
.a50-season-copy {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.25rem;
}
.a50-season-ribbon {
  display: inline-block;
  padding: .3rem .95rem;
  font-size: .7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .85rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
  transform: translateY(8px);
  transition: transform .4s var(--home-ease), background .3s ease;
}
.a50-season-card:hover .a50-season-ribbon {
  transform: translateY(0);
  background: var(--a50-chartreuse);
  color: var(--a50-ink);
  border-color: var(--a50-chartreuse);
}
.a50-season-copy h2 {
  color: var(--a50-white);
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  margin: 0 0 .55rem;
  letter-spacing: -0.02em;
}
.a50-season-copy p {
  max-width: 28ch;
  opacity: .9;
  margin: 0 0 1.15rem;
}
.a50-season-cta {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: .25rem;
}
.a50-season-cta::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--a50-chartreuse);
  transform: scaleX(0.4);
  transition: transform .35s var(--home-ease);
}
.a50-season-card:hover .a50-season-cta::after { transform: scaleX(1); }

/* ── Featured products ── */
.a50-featured {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}
.a50-featured .a50-section-head h2 {
  position: relative;
  display: inline-block;
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
}
.a50-featured .a50-section-head h2::before {
  content: '';
  position: absolute;
  left: -1.1rem;
  top: 0.35em;
  width: .35rem;
  height: .35rem;
  background: var(--a50-chartreuse);
  box-shadow: 0 1.1rem 0 var(--a50-clay);
}
.a50-ribbon-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  margin-bottom: 2.35rem;
}
.a50-ribbon {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
  border: 1px solid transparent;
  background: rgba(27, 36, 33, 0.03);
  font-family: var(--a50-font-serif);
  font-size: 1.02rem;
  color: var(--a50-muted);
  cursor: pointer;
  padding: .55rem 1.35rem .65rem;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .3s var(--home-snap);
}
.a50-ribbon .a50-ribbon-mark {
  width: 12px;
  height: 12px;
  background: #C5CDBF;
  clip-path: polygon(50% 0, 100% 40%, 80% 100%, 20% 100%, 0 40%);
  transition: background .25s ease, transform .3s var(--home-snap);
}
.a50-ribbon:hover {
  color: var(--a50-ink);
  transform: translateY(-2px);
}
.a50-ribbon.is-active {
  color: var(--a50-ink);
  border-color: var(--a50-ink);
  background: var(--a50-white);
  box-shadow: 0 10px 28px rgba(27, 36, 33, 0.08);
}
.a50-ribbon.is-active .a50-ribbon-mark {
  background: var(--a50-chartreuse);
  transform: rotate(18deg) scale(1.15);
}

.page-home-fieldcrest .a50-product-grid {
  gap: 1.5rem;
}
.page-home-fieldcrest .a50-season-panel {
  display: none;
  animation: a50PanelIn .55s var(--home-ease);
}
.page-home-fieldcrest .a50-season-panel.is-active { display: grid; }
@keyframes a50PanelIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

.page-home-fieldcrest .a50-product-card {
  background: var(--a50-white);
  border: 0;
  padding: 1.15rem 1rem 1.35rem;
  text-align: center;
  position: relative;
  box-shadow: 0 0 0 1px var(--a50-border);
  transition: transform .4s var(--home-ease), box-shadow .4s ease;
  overflow: hidden;
}
.page-home-fieldcrest .a50-product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(197, 217, 61, 0.08));
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}
.page-home-fieldcrest .a50-product-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px;
  height: 0;
  background: var(--a50-chartreuse);
  transition: height .4s var(--home-ease);
}
.page-home-fieldcrest .a50-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(27, 36, 33, 0.12);
}
.page-home-fieldcrest .a50-product-card:hover::before { opacity: 1; }
.page-home-fieldcrest .a50-product-card:hover::after { height: 100%; }
.page-home-fieldcrest .a50-product-img {
  background:
    radial-gradient(circle at 30% 20%, rgba(197, 217, 61, 0.18), transparent 55%),
    var(--a50-mist);
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 92% 100%, 0 100%);
}
.page-home-fieldcrest .a50-product-img img {
  transition: transform .7s var(--home-ease);
}
.page-home-fieldcrest .a50-product-card:hover .a50-product-img img {
  transform: scale(1.08);
}
.page-home-fieldcrest .a50-btn-cart {
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  letter-spacing: .1em;
  transition: transform .25s var(--home-snap), background .25s ease, color .25s ease;
}
.page-home-fieldcrest .a50-product-card:hover .a50-btn-cart {
  transform: skewX(-2deg);
}
.page-home-fieldcrest .a50-ribbon-mini {
  margin-bottom: .75rem;
}
.page-home-fieldcrest .a50-ribbon-label {
  background: #111a17;
  color: var(--a50-white);
  border-color: #111a17;
  font-size: .8rem;
}
.a50-featured-more {
  text-align: center;
  margin: 2.35rem 0 0;
}
.a50-featured-more a {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
  padding: .7rem 1.2rem;
  background: var(--a50-ink);
  color: var(--a50-white);
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  transition: background .25s ease, transform .3s var(--home-snap);
}
.a50-featured-more a:hover {
  background: var(--a50-chartreuse-deep);
  transform: translateY(-2px);
}

/* ── Aisles ── */
.a50-aisles {
  padding: 2.5rem 0 4.25rem;
  background:
    linear-gradient(180deg, rgba(238, 242, 236, 0) 0%, #EEF2EC 12%),
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(27, 36, 33, 0.03) 22px 23px),
    #F4F7F2;
  position: relative;
}
.a50-aisles .a50-section-kicker {
  color: var(--a50-clay);
}
.a50-aisle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.a50-aisle-card {
  background: var(--a50-white);
  border: 0;
  padding: 1.4rem 1.2rem 1.35rem;
  min-height: 158px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px var(--a50-border);
  transition: transform .4s var(--home-ease), box-shadow .4s ease, color .3s ease;
}
.a50-aisle-card::before {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: currentColor;
  transform: scaleX(0.2);
  transform-origin: left;
  transition: transform .45s var(--home-ease);
}
.a50-aisle-card::after {
  content: '';
  position: absolute;
  top: -30%;
  right: -20%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.06;
  transition: transform .5s var(--home-ease), opacity .35s ease;
}
.a50-aisle-card:hover {
  transform: translateY(-6px) rotate(-0.4deg);
  box-shadow: 0 20px 40px rgba(27, 36, 33, 0.1);
}
.a50-aisle-card:hover::before { transform: scaleX(1); }
.a50-aisle-card:hover::after {
  transform: scale(1.35) translate(-8%, 8%);
  opacity: 0.12;
}
.a50-aisle-label {
  display: inline-block;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  color: inherit;
  opacity: .75;
}
.a50-aisle-card h3 {
  font-size: 1.2rem;
  margin: 0 0 .4rem;
  position: relative;
  z-index: 1;
}
.a50-aisle-card p {
  margin: 0;
  color: var(--a50-muted);
  font-size: .88rem;
  position: relative;
  z-index: 1;
}
.a50-aisle-card--spring { color: #5F9A4E; }
.a50-aisle-card--summer { color: #8FA81B; }
.a50-aisle-card--autumn { color: #A65D3F; }
.a50-aisle-card--winter { color: #4F7A5C; }
.a50-aisle-card--staple { color: #243038; }
.a50-aisle-card--chef { color: #7A9518; }
.a50-aisle-card--field { color: #5C6B64; }

/* Stagger children when revealed */
.a50-feature-grid.is-in .a50-feature-item,
.a50-season-grid.is-in .a50-season-card,
.a50-aisle-grid.is-in .a50-aisle-card,
.a50-season-panel.is-active .a50-product-card {
  animation: a50Rise .7s var(--home-ease) both;
}
.a50-feature-grid.is-in .a50-feature-item:nth-child(1),
.a50-season-grid.is-in .a50-season-card:nth-child(1),
.a50-aisle-grid.is-in .a50-aisle-card:nth-child(1),
.a50-season-panel.is-active .a50-product-card:nth-child(1) { animation-delay: .05s; }
.a50-feature-grid.is-in .a50-feature-item:nth-child(2),
.a50-season-grid.is-in .a50-season-card:nth-child(2),
.a50-aisle-grid.is-in .a50-aisle-card:nth-child(2),
.a50-season-panel.is-active .a50-product-card:nth-child(2) { animation-delay: .12s; }
.a50-feature-grid.is-in .a50-feature-item:nth-child(3),
.a50-aisle-grid.is-in .a50-aisle-card:nth-child(3),
.a50-season-panel.is-active .a50-product-card:nth-child(3) { animation-delay: .19s; }
.a50-feature-grid.is-in .a50-feature-item:nth-child(4),
.a50-aisle-grid.is-in .a50-aisle-card:nth-child(4) { animation-delay: .26s; }
.a50-aisle-grid.is-in .a50-aisle-card:nth-child(5) { animation-delay: .33s; }
.a50-aisle-grid.is-in .a50-aisle-card:nth-child(6) { animation-delay: .4s; }
.a50-aisle-grid.is-in .a50-aisle-card:nth-child(7) { animation-delay: .47s; }
@keyframes a50Rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .a50-hero-slider::after,
  .a50-hero-kicker::before,
  .a50-hero-slide,
  .page-home-fieldcrest .a50-reveal,
  .a50-feature-grid.is-in .a50-feature-item,
  .a50-season-grid.is-in .a50-season-card,
  .a50-aisle-grid.is-in .a50-aisle-card,
  .a50-season-panel.is-active .a50-product-card {
    animation: none !important;
    transition: none !important;
  }
  .page-home-fieldcrest .a50-reveal { opacity: 1; transform: none; }
  .a50-hero-slide { transform: none; }
}

@media (max-width: 900px) {
  .a50-feature-grid { grid-template-columns: 1fr 1fr; }
  .a50-feature-item { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .a50-season-grid { grid-template-columns: 1fr; }
  .a50-aisle-grid { grid-template-columns: 1fr 1fr; }
  .a50-hero-arrow { display: none; }
  .a50-season-card,
  .a50-season-card--spring {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 560px) {
  .a50-feature-grid,
  .a50-aisle-grid { grid-template-columns: 1fr; }
  .a50-hero-copy { padding: 3.25rem 0; }
  .a50-hero-copy h1 { max-width: 14ch; }
}
