/* Appily Fifty-Two homepage — kinetic Copper Harbor UI (same layout, new energy) */

.page-home-harbor {
  --home-ease: cubic-bezier(.22, 1, .36, 1);
  --home-snap: cubic-bezier(.34, 1.4, .64, 1);
}

/* ── Motion primitives ── */
.a52-anim-rise {
  animation: a52-home-rise .85s var(--home-ease) both;
}
.a52-anim-drift {
  animation: a52-home-drift 7s ease-in-out infinite alternate;
}
@keyframes a52-home-rise {
  from { opacity: 0; transform: translateY(36px) skewY(1.2deg); filter: blur(4px); }
  to { opacity: 1; transform: none; filter: none; }
}
@keyframes a52-home-drift {
  from { transform: translate3d(0, 0, 0) rotate(-.4deg); }
  to { transform: translate3d(0, -12px, 0) rotate(.4deg); }
}
@keyframes a52-shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
@keyframes a52-orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes a52-wave-x {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(12px); }
}
@keyframes a52-dash {
  to { stroke-dashoffset: 0; }
}
@keyframes a52-count-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(196, 92, 38, .45); }
  50% { box-shadow: 0 0 0 10px rgba(196, 92, 38, 0); }
}
@keyframes a52-panel-in {
  from { opacity: 0; transform: translateY(18px) scale(.985); }
  to { opacity: 1; transform: none; }
}
@keyframes a52-badge-flicker {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.15); }
}

[data-a52-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s var(--home-ease), transform .7s var(--home-ease);
}
[data-a52-reveal].is-in {
  opacity: 1;
  transform: none;
}
[data-a52-reveal="left"] { transform: translateX(-32px); }
[data-a52-reveal="left"].is-in { transform: none; }
[data-a52-reveal="right"] { transform: translateX(32px); }
[data-a52-reveal="right"].is-in { transform: none; }
[data-a52-reveal="scale"] { transform: scale(.94); }
[data-a52-reveal="scale"].is-in { transform: none; }

/* ── Full-bleed tide hero ── */
.a52-tide-hero {
  position: relative;
  min-height: min(82vh, 760px);
  overflow: hidden;
  background: var(--a52-harbor-deep);
  isolation: isolate;
}
.a52-tide-hero::before {
  content: '';
  position: absolute; inset: -20% -10%;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 30%, rgba(196, 92, 38, .22), transparent 28%),
    radial-gradient(circle at 85% 70%, rgba(61, 122, 106, .18), transparent 32%);
  mix-blend-mode: screen;
  animation: a52-wave-x 14s ease-in-out infinite;
}
.a52-tide-hero::after {
  content: '';
  position: absolute; inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 20%, transparent 85%);
  opacity: .55;
}
.a52-tide-track { position: absolute; inset: 0; }
.a52-tide-slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transition: opacity .85s var(--home-ease), visibility .85s var(--home-ease);
}
.a52-tide-slide.is-active {
  opacity: 1; visibility: visible;
  z-index: 1;
}
.a52-tide-media {
  position: absolute; inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 86% 100%, 0 100%);
}
.a52-tide-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.12) translateX(2%);
  filter: saturate(1.08) contrast(1.05);
  transition: transform 9s var(--home-ease), filter .8s ease;
}
.a52-tide-slide.is-active .a52-tide-media img {
  transform: scale(1) translateX(0);
}
.a52-tide-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(118deg, rgba(8, 14, 22, .92) 0%, rgba(12, 22, 32, .72) 38%, rgba(12, 22, 32, .18) 68%, rgba(196, 92, 38, .18) 100%),
    linear-gradient(0deg, rgba(12, 22, 32, .55), transparent 42%);
}
.a52-tide-copy-wrap {
  position: relative; z-index: 3;
  min-height: min(82vh, 760px);
  display: flex; align-items: center;
  padding: 4.5rem 0 5.5rem;
}
.a52-tide-copy-panel {
  max-width: 36rem;
  color: #fff;
  padding: 1.75rem 1.75rem 1.75rem 1.5rem;
  border-left: 3px solid var(--a52-copper);
  background: linear-gradient(90deg, rgba(8, 14, 22, .55), rgba(8, 14, 22, 0));
  backdrop-filter: blur(2px);
}
.a52-tide-slide.is-active .a52-tide-copy-panel {
  animation: a52-home-rise .75s var(--home-ease) both;
}
.a52-tide-badge {
  display: inline-flex; align-items: center; gap: .45rem;
  background: linear-gradient(110deg, var(--a52-copper), #E07A3A 45%, var(--a52-copper-deep));
  background-size: 200% 100%;
  animation: a52-shimmer 3.5s linear infinite, a52-badge-flicker 2.8s ease infinite;
  color: #fff;
  font-size: .68rem; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
  padding: .5rem .9rem; margin-bottom: 1.15rem;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
}
.a52-tide-copy-panel h1 {
  font-size: clamp(2.55rem, 6vw, 4.35rem);
  color: #fff; margin: 0 0 .2rem;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-shadow: 0 12px 40px rgba(0,0,0,.35);
}
.a52-tide-copy-panel h1::after {
  content: '';
  display: block;
  width: 4.5rem; height: 3px;
  margin-top: .85rem;
  background: linear-gradient(90deg, var(--a52-copper), var(--a52-brass), transparent);
}
.a52-tide-script {
  font-family: var(--a52-font-display);
  font-style: italic; font-weight: 500;
  font-size: clamp(1.4rem, 2.6vw, 2.05rem);
  background: linear-gradient(90deg, var(--a52-brass), #F0D78A, var(--a52-brass));
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: a52-shimmer 5s linear infinite;
  margin: .85rem 0 1rem;
}
.a52-tide-promo {
  font-family: var(--a52-font-sans);
  font-weight: 800; font-size: .92rem;
  letter-spacing: .12em;
  color: rgba(255,255,255,.92);
  margin: 0 0 1.6rem;
  display: inline-block;
  padding-bottom: .35rem;
  border-bottom: 1px dashed rgba(255,255,255,.35);
}
.a52-tide-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.a52-tide-actions .a52-btn {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
}
.a52-tide-actions .a52-btn::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.28) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}
.a52-tide-actions .a52-btn:hover::after { transform: translateX(120%); }

.a52-tide-arrow {
  position: absolute; top: 50%; z-index: 4;
  transform: translateY(-50%);
  width: 52px; height: 52px;
  border: 1px solid rgba(255,255,255,.22);
  cursor: pointer;
  background: rgba(12, 22, 32, .55);
  color: #fff; font-size: 1.15rem;
  backdrop-filter: blur(8px);
  transition: background .25s ease, transform .25s var(--home-snap), border-color .25s ease;
}
.a52-tide-arrow:hover {
  background: var(--a52-copper);
  border-color: var(--a52-copper);
  transform: translateY(-50%) scale(1.06);
}
.a52-tide-arrow--prev { left: 1.1rem; clip-path: polygon(18% 0, 100% 0, 100% 100%, 18% 100%, 0 50%); }
.a52-tide-arrow--next { right: 1.1rem; clip-path: polygon(0 0, 82% 0, 100% 50%, 82% 100%, 0 100%); }
.a52-tide-dots {
  position: absolute; left: 0; right: 0; bottom: 1.4rem; z-index: 4;
  display: flex; justify-content: center; gap: .55rem;
}
.a52-tide-dots button {
  width: 34px; height: 4px; border: 0; padding: 0;
  background: rgba(255,255,255,.28); cursor: pointer;
  position: relative; overflow: hidden;
  transition: width .35s var(--home-ease), background .25s ease;
}
.a52-tide-dots button.is-active {
  width: 52px;
  background: rgba(255,255,255,.2);
}
.a52-tide-dots button.is-active::after {
  content: '';
  position: absolute; inset: 0;
  background: var(--a52-copper);
  transform-origin: left;
  animation: a52-dot-fill 6.5s linear;
}
@keyframes a52-dot-fill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* ── Split bay ── */
.a52-split-bay {
  position: relative;
  padding: 5rem 0;
  background:
    radial-gradient(ellipse 50% 60% at 0% 0%, rgba(196, 92, 38, .08), transparent 55%),
    var(--a52-paper);
  overflow: hidden;
}
.a52-split-bay::before {
  content: '52';
  position: absolute;
  right: -2vw; top: 8%;
  font-family: var(--a52-font-display);
  font-size: clamp(8rem, 18vw, 16rem);
  font-weight: 700;
  color: rgba(20, 36, 51, .04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.a52-split-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2.75rem;
  align-items: stretch;
}
.a52-split-visual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: var(--a52-harbor);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 92% 100%, 0 100%);
  box-shadow: 24px 24px 0 rgba(196, 92, 38, .18);
}
.a52-split-visual::before {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  border: 1px solid rgba(255,255,255,.18);
  pointer-events: none;
  mix-blend-mode: overlay;
}
.a52-split-visual img {
  width: 100%; height: 100%;
  object-fit: cover;
  position: absolute; inset: 0;
  transition: transform 1.1s var(--home-ease), filter .5s ease;
}
.a52-split-visual:hover img {
  transform: scale(1.07);
  filter: saturate(1.12);
}
.a52-split-caption {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 1.25rem 1.45rem;
  background:
    linear-gradient(105deg, rgba(20, 36, 51, .95) 0%, rgba(61, 122, 106, .88) 70%, rgba(196, 92, 38, .75) 100%);
  color: #fff;
  display: flex; flex-direction: column; gap: .2rem;
  transform: translateY(0);
  transition: transform .35s var(--home-ease);
}
.a52-split-visual:hover .a52-split-caption { transform: translateY(-4px); }
.a52-split-caption strong {
  font-family: var(--a52-font-display);
  font-size: 1.45rem;
}
.a52-split-caption span {
  font-size: .85rem; opacity: .88;
  letter-spacing: .04em;
}
.a52-split-body h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  color: var(--a52-harbor);
  margin-bottom: .75rem;
  position: relative;
}
.a52-split-body .a52-section-kicker {
  display: inline-flex;
  padding: .28rem .55rem;
  background: rgba(196, 92, 38, .1);
  border-radius: 2px;
}
.a52-split-lede {
  color: var(--a52-muted);
  max-width: 48ch;
  margin-bottom: 1.9rem;
  font-size: 1.02rem;
}
.a52-feature-quad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.a52-feature-quad article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: .8rem;
  padding: 1rem .9rem;
  background: #fff;
  border: 1px solid var(--a52-border);
  border-radius: 2px;
  transition: transform .3s var(--home-snap), box-shadow .3s ease, border-color .3s ease;
}
.a52-feature-quad article:hover {
  transform: translateY(-5px) rotate(-.3deg);
  box-shadow: 0 18px 36px rgba(20, 36, 51, .1);
  border-color: rgba(196, 92, 38, .45);
}
.a52-feature-quad article:nth-child(even):hover { transform: translateY(-5px) rotate(.3deg); }
.a52-feature-ico {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, rgba(196, 92, 38, .14), rgba(61, 122, 106, .12));
  color: var(--a52-copper);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  transition: color .25s ease, background .25s ease;
}
.a52-feature-ico::after {
  content: '';
  position: absolute; inset: -40%;
  background: conic-gradient(from 0deg, transparent, rgba(196, 92, 38, .35), transparent 40%);
  opacity: 0;
  transition: opacity .3s ease;
  animation: a52-orbit 4s linear infinite;
}
.a52-feature-quad article:hover .a52-feature-ico {
  color: #fff;
  background: var(--a52-harbor);
}
.a52-feature-quad article:hover .a52-feature-ico::after { opacity: 1; }
.a52-feature-ico svg { width: 22px; height: 22px; position: relative; z-index: 1; }
.a52-feature-quad strong {
  display: block;
  font-family: var(--a52-font-display);
  font-size: 1.08rem;
  color: var(--a52-harbor);
  margin-bottom: .15rem;
}
.a52-feature-quad em {
  display: block;
  font-style: normal;
  font-size: .7rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  color: #2F5F52;
  margin-bottom: .35rem;
}
.a52-feature-quad p {
  margin: 0;
  font-size: .84rem;
  color: var(--a52-muted);
  line-height: 1.45;
}

/* ── Dark ink bay ── */
.a52-ink-bay {
  position: relative;
  padding: 5rem 0;
  background:
    radial-gradient(ellipse 55% 70% at 85% 15%, rgba(196, 92, 38, .28), transparent 50%),
    radial-gradient(ellipse 40% 50% at 10% 90%, rgba(61, 122, 106, .2), transparent 45%),
    linear-gradient(160deg, #0A121A 0%, var(--a52-harbor-deep) 45%, #152636 100%);
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.a52-ink-bay::before {
  content: '';
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(
      -22deg,
      transparent,
      transparent 18px,
      rgba(255,255,255,.02) 18px,
      rgba(255,255,255,.02) 19px
    );
  pointer-events: none;
}
.a52-ink-head { position: relative; max-width: 660px; margin: 0 auto 2.75rem; }
.a52-ink-mark {
  width: 84px; height: 84px; margin: 0 auto 1.2rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--a52-copper);
  box-shadow: 0 0 0 8px rgba(196, 92, 38, .12), 0 0 40px rgba(196, 92, 38, .25);
  animation: a52-count-pulse 2.8s ease infinite;
  position: relative;
}
.a52-ink-mark::after {
  content: '';
  position: absolute; inset: -6px;
  border-radius: 50%;
  border: 1px dashed rgba(201, 162, 39, .55);
  animation: a52-orbit 12s linear infinite;
}
.a52-ink-mark img { width: 100%; height: 100%; object-fit: cover; }
.a52-ink-head .a52-section-kicker { color: var(--a52-brass); }
.a52-ink-head h2 {
  color: transparent;
  background: linear-gradient(100deg, var(--a52-copper) 10%, #F0A060 45%, var(--a52-brass) 90%);
  background-size: 180% auto;
  -webkit-background-clip: text;
  background-clip: text;
  animation: a52-shimmer 6s linear infinite;
  font-size: clamp(2rem, 3.4vw, 2.9rem);
}
.a52-ink-head p { color: rgba(255,255,255,.72); margin: 0; }
.a52-ink-cols {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  text-align: left;
}
.a52-ink-cols article {
  padding: 1.65rem 1.4rem;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  backdrop-filter: blur(6px);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  transition: transform .35s var(--home-snap), border-color .3s ease, background .3s ease;
}
.a52-ink-cols article:hover {
  transform: translateY(-8px);
  border-color: rgba(196, 92, 38, .55);
  background: linear-gradient(180deg, rgba(196, 92, 38, .16), rgba(255,255,255,.03));
}
.a52-ink-num {
  display: inline-grid; place-items: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(196, 92, 38, .15);
  border: 1.5px solid var(--a52-copper);
  color: #fff;
  font-family: var(--a52-font-display);
  font-weight: 700; font-size: .95rem;
  margin-bottom: .95rem;
  transition: transform .35s var(--home-snap), background .25s ease;
}
.a52-ink-cols article:hover .a52-ink-num {
  transform: scale(1.1) rotate(-8deg);
  background: var(--a52-copper);
}
.a52-ink-cols h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: .45rem;
}
.a52-ink-cols article:hover h3 { color: var(--a52-brass); }
.a52-ink-cols p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: .9rem;
}

/* ── Product sections ── */
.a52-new-products,
.a52-best,
.a52-aisles {
  padding: 4.5rem 0;
  position: relative;
}
.a52-new-products {
  background:
    linear-gradient(180deg, #fff 0%, var(--a52-fog) 100%);
}
.a52-best {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(61, 122, 106, .1), transparent 55%),
    var(--a52-fog-soft);
}
.page-home-harbor .a52-section-head--center h2 {
  position: relative;
  display: inline-block;
}
.page-home-harbor .a52-section-head--center h2::after {
  content: '';
  position: absolute;
  left: 15%; right: 15%; bottom: -.15em;
  height: 6px;
  background: linear-gradient(90deg, transparent, rgba(196, 92, 38, .35), transparent);
  border-radius: 99px;
  filter: blur(2px);
}

.a52-ribbon-filters {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: .55rem; margin-bottom: 1.9rem;
}
.a52-ribbon {
  display: inline-flex; align-items: center; gap: .45rem;
  border: 1px solid var(--a52-border);
  background: rgba(255,255,255,.8);
  backdrop-filter: blur(6px);
  padding: .6rem 1.1rem;
  font: inherit; font-weight: 700; font-size: .78rem;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--a52-muted); cursor: pointer;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  transition: .28s var(--home-ease);
}
.a52-ribbon-mark {
  width: 9px; height: 9px;
  background: var(--a52-border);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transition: transform .35s var(--home-snap), background .25s ease;
}
.a52-ribbon.is-active,
.a52-ribbon:hover {
  color: #fff;
  background: linear-gradient(120deg, var(--a52-harbor), var(--a52-harbor-mid));
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(20, 36, 51, .18);
}
.a52-ribbon.is-active .a52-ribbon-mark,
.a52-ribbon:hover .a52-ribbon-mark {
  background: var(--a52-copper);
  transform: rotate(45deg) scale(1.15);
}
.a52-season-panel { display: none; }
.a52-season-panel.is-active {
  display: grid;
  animation: a52-panel-in .45s var(--home-ease) both;
}
.a52-ribbon-mini {
  display: flex; align-items: center; gap: .35rem;
  padding: .65rem .95rem 0;
  font-size: .68rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  color: #2F5F52;
}

/* Homepage product cards — more kinetic than global default */
.page-home-harbor .a52-product-card {
  position: relative;
  border: 0;
  background: #fff;
  box-shadow: 0 1px 0 rgba(20, 36, 51, .06);
  overflow: hidden;
  isolation: isolate;
}
.page-home-harbor .a52-product-card::before {
  content: '';
  position: absolute; inset: 0; z-index: 2;
  border: 1px solid transparent;
  pointer-events: none;
  transition: border-color .3s ease;
}
.page-home-harbor .a52-product-card::after {
  content: '';
  position: absolute; top: -40%; left: -30%;
  width: 40%; height: 180%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
  transform: rotate(18deg) translateX(-120%);
  transition: transform .7s ease;
  z-index: 3; pointer-events: none;
}
.page-home-harbor .a52-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(20, 36, 51, .16);
}
.page-home-harbor .a52-product-card:hover::before {
  border-color: rgba(196, 92, 38, .55);
}
.page-home-harbor .a52-product-card:hover::after {
  transform: rotate(18deg) translateX(320%);
}
.page-home-harbor .a52-product-img {
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}
.page-home-harbor .a52-product-img img {
  transition: transform .7s var(--home-ease), filter .4s ease;
}
.page-home-harbor .a52-product-card:hover .a52-product-img img {
  transform: scale(1.08) rotate(.6deg);
  filter: saturate(1.1);
}
.page-home-harbor .a52-sale-badge {
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
  letter-spacing: .12em;
  box-shadow: 0 6px 16px rgba(196, 92, 38, .35);
}
.page-home-harbor .a52-btn-cart {
  position: relative;
  overflow: hidden;
  letter-spacing: .1em;
  transition: background .25s ease, transform .25s var(--home-snap);
}
.page-home-harbor .a52-product-card:hover .a52-btn-cart {
  background: var(--a52-copper);
  border-color: var(--a52-copper);
  transform: translateY(-1px);
}

.a52-featured-more {
  text-align: center; margin: 2.25rem 0 0;
}
.a52-featured-more a {
  display: inline-flex; align-items: center; gap: .45rem;
  font-weight: 800; color: var(--a52-copper);
  letter-spacing: .06em; text-transform: uppercase; font-size: .82rem;
  padding-bottom: .25rem;
  border-bottom: 2px solid transparent;
  transition: gap .25s ease, border-color .25s ease, color .25s ease;
}
.a52-featured-more a:hover {
  gap: .75rem;
  color: var(--a52-harbor);
  border-color: var(--a52-copper);
}

/* ── Aisles ── */
.a52-aisles {
  background:
    linear-gradient(180deg, var(--a52-fog) 0%, #fff 100%);
}
.a52-aisle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.a52-aisle-card {
  display: block;
  padding: 1.45rem 1.25rem 1.35rem;
  background: #fff;
  border: 1px solid var(--a52-border);
  position: relative;
  overflow: hidden;
  transition: transform .3s var(--home-snap), box-shadow .3s ease, border-color .3s ease;
}
.a52-aisle-card::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--a52-copper);
  transition: width .3s var(--home-ease);
}
.a52-aisle-card::after {
  content: '→';
  position: absolute; right: 1rem; bottom: 1rem;
  color: var(--a52-copper);
  opacity: 0;
  transform: translateX(-8px);
  transition: .3s var(--home-ease);
  font-weight: 700;
}
.a52-aisle-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 18px 40px rgba(20, 36, 51, .12);
  border-color: rgba(196, 92, 38, .35);
}
.a52-aisle-card:hover::before { width: 8px; }
.a52-aisle-card:hover::after { opacity: 1; transform: none; }
.a52-aisle-label {
  font-size: .65rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--a52-copper);
}
.a52-aisle-card h3 {
  font-family: var(--a52-font-sans);
  font-size: 1rem; margin: .45rem 0 .35rem;
  color: var(--a52-harbor);
}
.a52-aisle-card p {
  margin: 0; font-size: .82rem; color: var(--a52-muted);
  max-width: 90%;
}
.a52-aisle-card--spring::before { background: var(--a52-seaglass); }
.a52-aisle-card--summer::before { background: var(--a52-brass); }
.a52-aisle-card--autumn::before { background: var(--a52-copper); }
.a52-aisle-card--winter::before { background: #5B7C99; }
.a52-aisle-card--staple::before { background: #7A5C8A; }
.a52-aisle-card--chef::before { background: #B85C38; }
.a52-aisle-card--field::before { background: #4A6B5A; }

@media (max-width: 980px) {
  .a52-split-grid { grid-template-columns: 1fr; }
  .a52-split-visual {
    min-height: 340px;
    box-shadow: 14px 14px 0 rgba(196, 92, 38, .16);
  }
  .a52-ink-cols { grid-template-columns: 1fr; }
  .a52-tide-arrow { display: none; }
  .a52-tide-media { clip-path: none; }
}
@media (max-width: 640px) {
  .a52-feature-quad { grid-template-columns: 1fr; }
  .a52-tide-copy-wrap { padding: 3rem 0 4.25rem; }
  .a52-tide-copy-panel { padding-left: 1rem; }
  .a52-split-bay::before { opacity: .5; }
}

@media (prefers-reduced-motion: reduce) {
  .a52-anim-rise,
  .a52-anim-drift,
  .a52-tide-badge,
  .a52-tide-script,
  .a52-ink-head h2,
  .a52-ink-mark,
  .a52-tide-dots button.is-active::after,
  .a52-tide-hero::before,
  .a52-feature-ico::after,
  .a52-ink-mark::after {
    animation: none !important;
  }
  [data-a52-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
