/* Appily Fortysix — “Field Atelier” home (unique layout + motion) */

.page-home-field {
  --fld-ink: #08140f;
  --fld-moss: #143126;
  --fld-leaf: #1f4d38;
  --fld-acid: #d6ff4a;
  --fld-aqua: #5ce1b5;
  --fld-paper: #eef3ef;
  --fld-mist: #d5e2d8;
  --fld-smoke: rgba(8, 20, 15, 0.62);
  --fld-display: 'Fraunces', Georgia, serif;
  --fld-body: 'Outfit', system-ui, sans-serif;
  --fld-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(92, 225, 181, 0.12), transparent 55%),
    radial-gradient(900px 500px at 100% 20%, rgba(214, 255, 74, 0.08), transparent 50%),
    var(--fld-paper);
  color: var(--fld-ink);
  font-family: var(--fld-body);
  overflow-x: clip;
}

.page-home-field .page-main {
  padding: 0;
}

/* ── Studio product photo system (full seed image, no harsh crops) ── */
.page-home-field .fld-photo {
  --fld-photo-pad: 12%;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(ellipse 70% 55% at 50% 42%, rgba(255, 255, 255, 0.55) 0%, transparent 68%),
    radial-gradient(circle at 50% 100%, rgba(8, 20, 15, 0.08), transparent 55%),
    linear-gradient(160deg, #f4f8f3 0%, #dfe9e1 48%, #c8d8cc 100%);
  box-shadow: inset 0 0 0 1px rgba(8, 20, 15, 0.06);
}

.page-home-field .fld-photo-glow {
  position: absolute;
  inset: 18% 12% 22%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(6px);
  pointer-events: none;
}

.page-home-field .fld-photo img {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: calc(100% - var(--fld-photo-pad) * 2);
  max-height: calc(100% - var(--fld-photo-pad) * 2);
  object-fit: contain;
  object-position: center;
  display: block;
  filter: drop-shadow(0 14px 28px rgba(8, 20, 15, 0.18));
  transition: transform 0.45s var(--fld-ease), filter 0.45s;
}

.page-home-field a:hover .fld-photo img,
.page-home-field .fld-shelf-item:hover .fld-photo img,
.page-home-field .fld-stack:hover .fld-photo img {
  transform: scale(1.04) translateY(-2px);
  filter: drop-shadow(0 18px 32px rgba(8, 20, 15, 0.22));
}

.page-home-field .fld-photo--hero {
  --fld-photo-pad: 10%;
  background:
    radial-gradient(ellipse 72% 58% at 50% 40%, rgba(255, 255, 255, 0.72) 0%, transparent 70%),
    linear-gradient(165deg, #eef6ef 0%, #d3e4d8 45%, #b7cfc0 100%);
}

.page-home-field .fld-photo--lane {
  --fld-photo-pad: 14%;
  flex: 1;
  min-height: 0;
  background:
    radial-gradient(ellipse 65% 50% at 50% 38%, rgba(255, 255, 255, 0.5) 0%, transparent 68%),
    linear-gradient(180deg, #1c3d2e 0%, #123024 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.page-home-field .fld-photo--lane .fld-photo-glow {
  background: radial-gradient(circle, rgba(214, 255, 74, 0.18) 0%, transparent 70%);
}

.page-home-field .fld-photo--tile {
  --fld-photo-pad: 13%;
  min-height: 100%;
  background:
    radial-gradient(ellipse 70% 55% at 50% 40%, rgba(255, 255, 255, 0.65) 0%, transparent 68%),
    linear-gradient(155deg, #e8f2ea 0%, #c9dbcf 52%, #a8c4b0 100%);
}

.page-home-field .fld-tile--hero .fld-photo--tile {
  --fld-photo-pad: 11%;
  background:
    radial-gradient(ellipse 68% 55% at 50% 38%, rgba(255, 255, 255, 0.7) 0%, transparent 66%),
    linear-gradient(160deg, #f0f7f1 0%, #c5dbcc 50%, #8fba9a 100%);
}

.page-home-field .fld-photo--shelf {
  --fld-photo-pad: 12%;
  aspect-ratio: 1;
  background:
    radial-gradient(ellipse 68% 55% at 50% 40%, rgba(255, 255, 255, 0.14) 0%, transparent 65%),
    radial-gradient(circle at 50% 100%, rgba(214, 255, 74, 0.08), transparent 50%),
    linear-gradient(165deg, #16382a 0%, #0c2219 100%);
  box-shadow: none;
}

.page-home-field .fld-photo--shelf .fld-photo-glow {
  background: radial-gradient(circle, rgba(214, 255, 74, 0.16) 0%, transparent 72%);
}

.page-home-field .fld-photo--desk {
  --fld-photo-pad: 12%;
  aspect-ratio: 1;
  background:
    radial-gradient(ellipse 70% 55% at 50% 40%, rgba(255, 255, 255, 0.75) 0%, transparent 68%),
    linear-gradient(150deg, #f7fbf7 0%, #e4eee6 48%, #cfded2 100%);
}

.page-home-field .fld-photo--story {
  --fld-photo-pad: 14%;
  width: min(78%, 420px);
  aspect-ratio: 1;
  height: auto;
  border-radius: 0;
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(ellipse 72% 58% at 50% 40%, rgba(255, 255, 255, 0.7) 0%, transparent 68%),
    linear-gradient(160deg, #f3f8f3 0%, #d5e6d9 50%, #aec9b6 100%);
}

.page-home-field .fld-photo--finale {
  --fld-photo-pad: 12%;
  width: min(220px, 48vw);
  aspect-ratio: 1;
  height: auto;
  margin: 0 auto 0.35rem;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(ellipse 70% 55% at 50% 40%, rgba(255, 255, 255, 0.72) 0%, transparent 68%),
    linear-gradient(160deg, #eef6ef 0%, #c5dbcb 100%);
}

/* Shared type bits */
.page-home-field .fld-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fld-leaf);
  margin: 0 0 0.55rem;
}

.page-home-field .fld-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.4rem;
  font: inherit;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: transform 0.25s var(--fld-ease), background 0.25s, color 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.page-home-field .fld-cta:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.page-home-field .fld-cta--solid {
  background: var(--fld-acid);
  color: var(--fld-ink);
  box-shadow: 0 12px 30px rgba(214, 255, 74, 0.28);
}

.page-home-field .fld-cta--solid:hover {
  background: #e4ff78;
  color: var(--fld-ink);
}

.page-home-field .fld-cta--line {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.page-home-field .fld-cta--line:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

[data-fld-rise] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s var(--fld-ease), transform 0.75s var(--fld-ease);
}
[data-fld-rise].is-in {
  opacity: 1;
  transform: none;
}

/* ── Hero: split atelier ── */
.fld-hero {
  position: relative;
  min-height: min(92vh, 900px);
  background:
    linear-gradient(160deg, #04110c 0%, #0c2219 42%, #16382a 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.fld-hero-noise {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(214, 255, 74, 0.25), transparent 28%),
    radial-gradient(circle at 80% 70%, rgba(92, 225, 181, 0.2), transparent 32%),
    repeating-linear-gradient(
      -18deg,
      transparent 0 14px,
      rgba(255, 255, 255, 0.015) 14px 15px
    );
  animation: fld-haze 14s ease-in-out infinite alternate;
}

@keyframes fld-haze {
  from { transform: scale(1) translate(0, 0); }
  to { transform: scale(1.06) translate(-1.5%, 1%); }
}

.fld-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2.5rem, 7vh, 5rem) 0 clamp(2rem, 5vh, 3.5rem);
  min-height: inherit;
}

.fld-hero-copy {
  max-width: 36rem;
}

.fld-brand-mark {
  margin: 0 0 1.25rem;
  display: grid;
  gap: 0.1rem;
}

.fld-brand-line {
  font-family: var(--fld-display);
  font-size: clamp(2.6rem, 7vw, 5.2rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.fld-brand-line--accent {
  color: var(--fld-acid);
  background: linear-gradient(100deg, var(--fld-acid), var(--fld-aqua), var(--fld-acid));
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: fld-brand-flow 6s linear infinite;
}

@keyframes fld-brand-flow {
  to { background-position: -200% 0; }
}

.fld-headline {
  margin: 0 0 1rem;
  display: grid;
  gap: 0.15rem;
  font-family: var(--fld-display);
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  font-weight: 500;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.92);
}

.fld-headline-shift {
  font-style: italic;
  color: var(--fld-aqua);
}

.fld-lede {
  margin: 0 0 1.6rem;
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  font-size: 1rem;
}

.fld-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

/* Floating product stages (studio mats, full product visible) */
.fld-hero-stage {
  position: relative;
  min-height: clamp(340px, 54vh, 560px);
  display: grid;
  place-items: center;
  perspective: 900px;
}

.fld-orbit {
  position: absolute;
  width: min(88%, 420px);
  aspect-ratio: 1;
  border: 1px dashed rgba(214, 255, 74, 0.28);
  border-radius: 50%;
  animation: fld-spin 28s linear infinite;
  pointer-events: none;
}

.fld-orbit--slow {
  width: min(70%, 320px);
  border-color: rgba(92, 225, 181, 0.25);
  border-style: dotted;
  animation-duration: 40s;
  animation-direction: reverse;
}

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

.fld-stack {
  position: absolute;
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(214, 255, 74, 0.06);
  will-change: transform;
  border-radius: 4px;
}

.fld-stack .fld-photo {
  min-height: 0;
}

.fld-stack--main {
  width: min(78%, 380px);
  aspect-ratio: 1 / 1.08;
  z-index: 3;
  animation: fld-float-main 7s ease-in-out infinite;
}

.fld-stack--main figcaption {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.75rem 0.95rem 0.85rem;
  background: linear-gradient(180deg, rgba(4, 17, 12, 0.05), rgba(4, 17, 12, 0.92));
  font-size: 0.8rem;
  color: #fff;
}

.fld-stack--main figcaption strong {
  font-weight: 700;
  line-height: 1.25;
}

.fld-stack--main figcaption span {
  color: var(--fld-acid);
  font-weight: 800;
  flex-shrink: 0;
}

.fld-stack--a {
  width: min(36%, 168px);
  aspect-ratio: 1;
  z-index: 4;
  top: 8%;
  left: 2%;
  animation: fld-float-a 5.5s ease-in-out infinite;
}

.fld-stack--b {
  width: min(34%, 156px);
  aspect-ratio: 1;
  z-index: 2;
  right: 2%;
  bottom: 10%;
  animation: fld-float-b 6.2s ease-in-out infinite;
}

@keyframes fld-float-main {
  0%, 100% { transform: translateY(0) rotate(-1.2deg); }
  50% { transform: translateY(-12px) rotate(0.8deg); }
}
@keyframes fld-float-a {
  0%, 100% { transform: translateY(0) rotate(3deg); }
  50% { transform: translateY(10px) rotate(-1.5deg); }
}
@keyframes fld-float-b {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-9px) rotate(1.5deg); }
}

.fld-growline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 40px;
  pointer-events: none;
  opacity: 0.85;
}

.fld-growline svg {
  width: 100%;
  height: 100%;
  display: block;
}

.fld-grow-path {
  stroke: var(--fld-acid);
  stroke-width: 2;
  stroke-dasharray: 8 10;
  animation: fld-dash 12s linear infinite;
}

@keyframes fld-dash {
  to { stroke-dashoffset: -220; }
}

/* ── Horizontal lanes ── */
.fld-lanes {
  padding: clamp(2.5rem, 5vw, 4rem) 0 1.5rem;
  background: var(--fld-ink);
  color: #fff;
}

.fld-lanes-head {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto 1.25rem;
}

.fld-lanes-head .fld-kicker { color: var(--fld-acid); }

.fld-lanes-head h2 {
  margin: 0;
  font-family: var(--fld-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
}

.fld-lanes-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 28vw);
  gap: 0.85rem;
  overflow-x: auto;
  padding: 0.25rem max(1rem, calc((100% - 1280px) / 2 + 1rem)) 1.25rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--fld-acid) transparent;
  cursor: grab;
}

.fld-lanes-scroller.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.fld-lane {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  overflow: hidden;
  scroll-snap-align: start;
  text-decoration: none;
  color: #fff;
  isolation: isolate;
  background: #10281e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateY(calc((var(--fld-i, 0) % 3) * 10px));
  transition: transform 0.35s var(--fld-ease), border-color 0.35s;
}

.fld-lane:hover {
  transform: translateY(0) scale(1.012);
  text-decoration: none;
  color: #fff;
  border-color: rgba(214, 255, 74, 0.35);
}

.fld-lane-meta {
  position: relative;
  z-index: 2;
  padding: 0.95rem 1.05rem 1.1rem;
  display: grid;
  gap: 0.15rem;
  background: linear-gradient(180deg, rgba(8, 20, 15, 0.2), rgba(8, 20, 15, 0.96));
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.fld-lane-num {
  font-family: var(--fld-display);
  font-size: 1.5rem;
  color: var(--fld-acid);
  line-height: 1;
}

.fld-lane-meta strong {
  font-size: 1.05rem;
  font-weight: 700;
}

.fld-lane-meta em {
  font-style: normal;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
}

/* ── Mosaic featured board ── */
.fld-mosaic {
  padding: clamp(2.75rem, 6vw, 4.5rem) 0;
  background:
    linear-gradient(180deg, #f7faf7 0%, var(--fld-paper) 100%);
}

.fld-mosaic-wrap {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  gap: 1.75rem;
}

.fld-mosaic-head h2 {
  margin: 0 0 0.55rem;
  font-family: var(--fld-display);
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  letter-spacing: -0.02em;
}

.fld-mosaic-head p {
  margin: 0;
  max-width: 48ch;
  color: var(--fld-smoke);
  line-height: 1.6;
}

.fld-mosaic-board {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: minmax(240px, 1fr) minmax(240px, 1fr);
  gap: 0.85rem;
  min-height: 500px;
}

.fld-tile {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  text-decoration: none;
  color: var(--fld-ink);
  background: #e5efe7;
  border: 1px solid rgba(8, 20, 15, 0.08);
  min-height: 0;
  transition: transform 0.35s var(--fld-ease), box-shadow 0.35s;
}

.fld-tile:hover {
  text-decoration: none;
  color: var(--fld-ink);
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(8, 20, 15, 0.1);
}

.fld-tile--hero {
  grid-row: 1 / span 2;
}

.fld-tile-copy {
  position: relative;
  z-index: 2;
  padding: 0.9rem 1.05rem 1.05rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.95));
  border-top: 1px solid rgba(8, 20, 15, 0.06);
  color: var(--fld-ink);
}

.fld-tile-copy span {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fld-leaf);
  margin-bottom: 0.25rem;
}

.fld-tile-copy h3 {
  margin: 0;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--fld-ink);
}

.fld-tile-copy p {
  margin: 0.25rem 0 0;
  font-weight: 800;
  color: var(--fld-leaf);
}

/* ── Drift shelf ── */
.fld-shelf {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: var(--fld-moss);
  color: #fff;
}

.fld-shelf-bar {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}

.fld-shelf-bar .fld-kicker { color: var(--fld-acid); }

.fld-shelf-bar h2 {
  margin: 0;
  font-family: var(--fld-display);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.fld-shelf-controls {
  display: flex;
  gap: 0.5rem;
}

.fld-shelf-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.fld-shelf-btn:hover {
  background: var(--fld-acid);
  border-color: var(--fld-acid);
  color: var(--fld-ink);
}

.fld-shelf-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 240px);
  gap: 1rem;
  overflow-x: auto;
  padding: 0.25rem max(1rem, calc((100% - 1280px) / 2 + 1rem)) 0.5rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.fld-shelf-track::-webkit-scrollbar { display: none; }

.fld-shelf-item {
  scroll-snap-align: start;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-rows: auto 1fr;
  transition: transform 0.3s var(--fld-ease), border-color 0.3s, background 0.3s;
}

.fld-shelf-item:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 255, 74, 0.45);
  background: rgba(255, 255, 255, 0.07);
}

.fld-shelf-visual {
  display: block;
  text-decoration: none;
}

.fld-shelf-body {
  padding: 0.9rem 1rem 1.1rem;
}

.fld-shelf-cat {
  margin: 0 0 0.3rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fld-aqua);
}

.fld-shelf-body h3 {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  line-height: 1.3;
  font-weight: 700;
}

.fld-shelf-body h3 a {
  color: #fff;
  text-decoration: none;
}

.fld-shelf-body h3 a:hover {
  color: var(--fld-acid);
}

.fld-shelf-price {
  margin: 0;
  font-weight: 800;
  color: var(--fld-acid);
}

/* ── Story strip ── */
.fld-story {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: min(70vh, 560px);
  background: var(--fld-ink);
  color: #fff;
}

.fld-story-media {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  background:
    radial-gradient(circle at 30% 30%, rgba(214, 255, 74, 0.1), transparent 42%),
    radial-gradient(circle at 70% 70%, rgba(92, 225, 181, 0.1), transparent 45%),
    linear-gradient(145deg, #0a1c14 0%, #143126 100%);
  overflow: hidden;
}

.fld-story-media .fld-photo--story {
  animation: fld-story-float 8s ease-in-out infinite;
}

@keyframes fld-story-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.fld-story-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  background:
    linear-gradient(160deg, #0c2219 0%, #143126 100%);
}

.fld-story-panel .fld-kicker { color: var(--fld-acid); }

.fld-story-panel blockquote {
  margin: 0;
  font-family: var(--fld-display);
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.94);
}

.fld-story-meta {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.fld-story-panel .fld-cta--solid {
  align-self: flex-start;
  margin-top: 0.35rem;
}

/* ── Desk grid ── */
.fld-grid-desk {
  padding: clamp(2.75rem, 5vw, 4.25rem) 0;
  background: var(--fld-paper);
}

.fld-desk-head {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto 1.5rem;
}

.fld-desk-head h2 {
  margin: 0;
  font-family: var(--fld-display);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.fld-desk-grid {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.fld-desk-item {
  display: grid;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--fld-ink);
  transition: transform 0.3s var(--fld-ease);
}

.fld-desk-item:hover {
  transform: translateY(-5px);
  text-decoration: none;
  color: var(--fld-ink);
}

.fld-desk-frame {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(8, 20, 15, 0.08);
  background: #e8f0e9;
}

.fld-desk-copy {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0 0.15rem;
}

.fld-desk-copy strong {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
}

.fld-desk-copy em {
  font-style: normal;
  font-weight: 800;
  color: var(--fld-leaf);
  white-space: nowrap;
}

/* ── Finale ribbon ── */
.fld-finale {
  position: relative;
  min-height: min(58vh, 480px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.fld-finale-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 30%, rgba(214, 255, 74, 0.12), transparent 60%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(92, 225, 181, 0.1), transparent 50%),
    linear-gradient(165deg, #04110c 0%, #0c2219 45%, #16382a 100%);
}

.fld-finale-inner {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 2rem));
  padding: 3.25rem 0;
  display: grid;
  gap: 0.75rem;
  justify-items: center;
}

.fld-brand-word {
  margin: 0;
  font-family: var(--fld-display);
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--fld-acid);
}

.fld-finale-inner h2 {
  margin: 0;
  font-family: var(--fld-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
}

.fld-finale-inner p {
  margin: 0 0 0.5rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 46ch;
  line-height: 1.6;
}

/* Soften shared footer bands on this home */
.page-home-field .fg-perks-band {
  background: var(--fld-ink);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home-field .fg-perk strong { color: #fff; }
.page-home-field .fg-perk p { color: rgba(255, 255, 255, 0.65); }

.page-home-field .fg-promo-banner {
  background: linear-gradient(120deg, #143126, #0c2219 55%, #1f4d38);
  color: #fff;
}

.page-home-field .fg-promo-copy h2 { color: #fff; }
.page-home-field .fg-promo-copy p { color: rgba(255, 255, 255, 0.72); }
.page-home-field .fg-promo-tag {
  background: var(--fld-acid);
  color: var(--fld-ink);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .fld-hero-noise,
  .fld-orbit,
  .fld-stack--main,
  .fld-stack--a,
  .fld-stack--b,
  .fld-grow-path,
  .fld-brand-line--accent,
  .fld-story-media .fld-photo--story {
    animation: none !important;
  }
  [data-fld-rise] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .page-home-field a:hover .fld-photo img,
  .page-home-field .fld-shelf-item:hover .fld-photo img {
    transform: none;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .fld-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 2.5rem;
  }

  .fld-hero-stage {
    order: -1;
    min-height: 360px;
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
  }

  .fld-hero-copy {
    max-width: none;
    text-align: left;
  }

  .fld-mosaic-board {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(280px, auto) minmax(220px, auto) minmax(220px, auto);
    min-height: 0;
  }

  .fld-tile--hero {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 300px;
  }

  .fld-story {
    grid-template-columns: 1fr;
  }

  .fld-story-media {
    min-height: 300px;
  }

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

@media (max-width: 768px) {
  .fld-hero {
    min-height: auto;
  }

  .fld-brand-line {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .fld-cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fld-cta {
    width: 100%;
  }

  .fld-lanes-scroller {
    grid-auto-columns: minmax(200px, 72vw);
  }

  .fld-lane {
    transform: none;
    min-height: 300px;
  }

  .fld-mosaic-board {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .fld-tile {
    min-height: 280px;
  }

  .fld-tile--hero {
    min-height: 320px;
  }

  .fld-shelf-bar {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .fld-photo--story {
    width: min(88%, 320px);
  }
}

@media (max-width: 480px) {
  .fld-stack--a {
    width: 32%;
  }

  .fld-stack--b {
    width: 30%;
  }

  .fld-desk-copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
  }

  .page-home-field .fld-photo {
    --fld-photo-pad: 10%;
  }
}
