/* ==========================================================================
   FORKLYFT STUDIO — EDITORIAL HOMEPAGE LAYER
   "The Architectural Monograph" — loaded only on the homepage.
   Sits on top of forklyft-pages.css. Uses ed- classes to avoid touching
   the shared system used by the other pages. Reuses existing JS hooks
   (.fk-reveal, [data-count], .fk-header/.is-scrolled, [data-web3form]).
   ========================================================================== */

:root {
  --ed-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --ed-ink: #1a1917;
  --ed-deep: #211f1b;          /* dramatic dark ground */
  --ed-deep-2: #2b2822;
  --ed-cream: #f6f3ee;
  --ed-gold: #baa170;
  --ed-max: 1440px;
  --ed-pad: clamp(22px, 6vw, 120px);
  --ed-gap: clamp(28px, 5vw, 90px);
}

body.home { background: #fff; overflow-x: clip; }
.ed-wrap { max-width: var(--ed-max); margin: 0 auto; padding-inline: var(--ed-pad); }
.ed-serif { font-family: var(--ed-serif); }

/* Editorial section rhythm — big, deliberate vertical space */
.ed-section { padding-block: clamp(80px, 12vw, 180px); }
.ed-section--tight { padding-block: clamp(56px, 8vw, 110px); }

/* Small caps index label — the monograph's connective tissue */
.ed-label {
  font-family: "Montserrat", sans-serif;
  font-size: .72rem; letter-spacing: .28em; text-transform: uppercase;
  font-weight: 600; color: var(--ed-gold); margin: 0;
  display: inline-flex; align-items: center; gap: 14px;
}
.ed-label::before { content: ""; width: 34px; height: 1px; background: currentColor; opacity: .6; }
.ed-label--plain::before { display: none; }

/* ==========================================================================
   NAV — transparent over the hero, resolves to solid on scroll
   ========================================================================== */
body.home .fk-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: transparent; border-bottom: 1px solid transparent; box-shadow: none;
}
body.home .fk-header__inner { max-width: var(--ed-max); padding: 22px var(--ed-pad); }
/* The logo PNG has an opaque background, so it can't be inverted cleanly onto
   the dark hero. Over the hero, hide it and show a white letter-spaced
   wordmark; the real logo returns once the header turns solid on scroll. */
body.home .fk-header__logo { position: relative; display: inline-flex; align-items: center; min-height: 40px; }
body.home .fk-header:not(.is-scrolled) .fk-header__logo img { opacity: 0; }
body.home .fk-header:not(.is-scrolled) .fk-header__logo::after {
  content: "FORKLYFT STUDIO"; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  color: #fff; font-family: "Montserrat", sans-serif; font-weight: 600;
  font-size: 1.05rem; letter-spacing: .22em; white-space: nowrap;
}
body.home .fk-header:not(.is-scrolled) .fk-nav a { color: #fff; }
body.home .fk-header:not(.is-scrolled) .fk-nav .fk-btn--primary {
  background: transparent; border-color: rgba(255,255,255,.55); color: #fff;
}
body.home .fk-header:not(.is-scrolled) .fk-nav .fk-btn--primary:hover {
  background: #fff; border-color: #fff; color: var(--ed-ink);
}
body.home .fk-header.is-scrolled {
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  border-bottom-color: var(--fk-border); box-shadow: 0 6px 30px rgba(0,0,0,.06);
}
body.home .fk-nav a { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 900px) {
  body.home .fk-header:not(.is-scrolled) .fk-nav a { color: var(--fk-dark); }
}

/* ==========================================================================
   1 · HERO — full-bleed, cinematic, bottom-anchored editorial headline
   ========================================================================== */
.ed-hero {
  position: relative; min-height: 100svh; min-height: 100vh;
  display: flex; align-items: flex-end;
  color: #fff; overflow: hidden; isolation: isolate;
}
.ed-hero__media { position: absolute; inset: 0; z-index: -2; }
.ed-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.ed-hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20,19,17,.42) 0%, rgba(20,19,17,0) 26%, rgba(20,19,17,.15) 55%, rgba(20,19,17,.86) 100%),
    linear-gradient(90deg, rgba(20,19,17,.45) 0%, rgba(20,19,17,0) 45%);
}
.ed-hero__inner {
  width: 100%; max-width: var(--ed-max); margin: 0 auto;
  padding: clamp(104px, 15vh, 150px) var(--ed-pad) clamp(38px, 5vw, 60px);
}
.ed-hero__eyebrow { color: #fff; }
.ed-hero__eyebrow::before { background: var(--ed-gold); opacity: 1; }
.ed-hero h1 {
  font-family: var(--ed-serif); font-weight: 500;
  font-size: clamp(2.7rem, 6.4vw, 5.3rem); line-height: 1.0; letter-spacing: -.02em;
  color: #fff; margin: 20px 0 0; max-width: 15ch; text-wrap: balance;
}
.ed-hero h1 em { font-style: italic; color: var(--ed-gold); }
.ed-hero__sub {
  font-family: "Montserrat", sans-serif; font-weight: 400;
  font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.7;
  color: rgba(255,255,255,.9); max-width: 52ch; margin: 26px 0 0;
}
.ed-hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 38px; }
.ed-hero__cta .fk-btn--primary { background: var(--ed-gold); color: var(--ed-ink); border-color: var(--ed-gold); }
.ed-hero__cta .fk-btn--primary:hover { background: #fff; border-color: #fff; }
.ed-textlink {
  display: inline-flex; align-items: center; gap: 10px; color: #fff;
  font-size: 13px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600;
  padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.4); transition: gap .3s, border-color .3s;
}
.ed-textlink::after { content: "\2192"; transition: transform .3s; }
.ed-textlink:hover { border-color: var(--ed-gold); }
.ed-textlink:hover::after { transform: translateX(6px); }
.ed-textlink--dark { color: var(--ed-ink); border-bottom-color: var(--fk-border-2); }
.ed-textlink--dark:hover { border-color: var(--ed-gold); }

/* Hero footer meta — three pillars + scroll cue */
.ed-hero__meta {
  display: flex; flex-wrap: wrap; gap: clamp(22px, 3vw, 52px); align-items: center;
  margin-top: clamp(28px, 4vw, 52px); padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.16);
}
.ed-hero__pillar { display: flex; align-items: baseline; gap: 12px; }
.ed-hero__pillar b {
  font-family: var(--ed-serif); font-style: italic; font-weight: 500;
  font-size: 1.5rem; color: var(--ed-gold); line-height: 1;
}
.ed-hero__pillar span {
  font-family: "Montserrat", sans-serif; font-size: .82rem; letter-spacing: .06em;
  color: rgba(255,255,255,.82);
}
/* vertical brand tag on right edge */
.ed-hero__tag {
  position: absolute; right: clamp(14px, 2.4vw, 34px); top: 50%;
  transform: translateY(-50%) rotate(180deg); writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif; font-size: .68rem; letter-spacing: .34em;
  text-transform: uppercase; color: rgba(255,255,255,.55); z-index: 1;
}
@media (max-width: 700px) { .ed-hero__tag { display: none; } }

/* staggered hero entrance (skipped when reduced motion) */
@media (prefers-reduced-motion: no-preference) {
  .ed-hero__eyebrow, .ed-hero h1, .ed-hero__sub, .ed-hero__cta, .ed-hero__meta {
    opacity: 0; transform: translateY(30px); animation: edRise 1s cubic-bezier(.22,1,.36,1) forwards;
  }
  .ed-hero__eyebrow { animation-delay: .1s; }
  .ed-hero h1 { animation-delay: .24s; }
  .ed-hero__sub { animation-delay: .42s; }
  .ed-hero__cta { animation-delay: .56s; }
  .ed-hero__meta { animation-delay: .7s; }
}
@keyframes edRise { to { opacity: 1; transform: none; } }

/* ==========================================================================
   2 · MANIFESTO — a single large editorial statement
   ========================================================================== */
.ed-manifesto { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 8fr); gap: var(--ed-gap); align-items: start; }
.ed-manifesto__aside { position: sticky; top: 120px; }
.ed-manifesto__num {
  font-family: var(--ed-serif); font-size: clamp(2.4rem, 4vw, 3.4rem); color: var(--fk-border-2);
  line-height: 1; margin: 18px 0 0; font-style: italic;
}
.ed-statement {
  font-family: var(--ed-serif); font-weight: 400;
  font-size: clamp(1.7rem, 3.4vw, 3.05rem); line-height: 1.24; letter-spacing: -.01em;
  color: var(--ed-ink); margin: 0; max-width: 22ch + 8ch; text-wrap: balance;
}
.ed-statement b { font-weight: 500; }
.ed-statement em { font-style: italic; color: var(--ed-gold); }
.ed-manifesto__foot { margin-top: clamp(30px, 4vw, 48px); }
@media (max-width: 860px) {
  .ed-manifesto { grid-template-columns: 1fr; gap: 26px; }
  .ed-manifesto__aside { position: static; }
  .ed-manifesto__num { display: none; }
}

/* ==========================================================================
   3 · SELECTED WORK — editorial, asymmetric, generous
   ========================================================================== */
.ed-work__head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 24px; margin-bottom: clamp(44px, 6vw, 84px);
}
.ed-work__head h2 {
  font-family: var(--ed-serif); font-weight: 500; letter-spacing: -.02em;
  font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1; margin: 14px 0 0; color: var(--ed-ink);
}
.ed-work__head .ed-yrs { font-family: var(--ed-serif); font-style: italic; color: var(--fk-muted); font-size: 1.4rem; white-space: nowrap; }

.ed-feature { display: grid; gap: clamp(28px, 4vw, 56px); align-items: center; margin-bottom: clamp(64px, 9vw, 130px); }
.ed-feature--l { grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); }
.ed-feature--r { grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); }
.ed-feature--r .ed-feature__media { order: 2; }
.ed-feature--r .ed-feature__text { order: 1; }
.ed-feature--offset .ed-feature__text { transform: translateY(clamp(0px, 3vw, 46px)); }

.ed-feature__media { position: relative; overflow: hidden; aspect-ratio: 4/3; background: var(--fk-bg-sand); }
.ed-feature__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.22,1,.36,1); }
.ed-feature:hover .ed-feature__media img { transform: scale(1.05); }
.ed-feature__idx {
  font-family: var(--ed-serif); font-size: clamp(2.6rem, 5vw, 4.2rem); font-style: italic;
  color: var(--ed-gold); line-height: 1; margin: 0 0 10px;
}
.ed-feature__cat { color: var(--fk-muted); }
.ed-feature__text h3 {
  font-family: var(--ed-serif); font-weight: 500; font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.1; letter-spacing: -.01em; color: var(--ed-ink); margin: 14px 0 12px;
}
.ed-feature__text p { color: var(--fk-muted); font-size: 1.02rem; max-width: 42ch; margin: 0 0 20px; }

/* wide full-bleed feature */
.ed-feature--wide { grid-template-columns: 1fr; margin-bottom: clamp(64px, 9vw, 130px); }
.ed-feature--wide .ed-feature__media { aspect-ratio: 21/9; }
.ed-feature--wide .ed-feature__text {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 20px; margin-top: 26px;
}
.ed-feature--wide .ed-feature__text h3 { margin: 6px 0 0; }

/* smaller strip of remaining projects */
.ed-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.4vw, 34px); }
.ed-tile { display: block; }
.ed-tile__media { position: relative; overflow: hidden; aspect-ratio: 3/4; background: var(--fk-bg-sand); }
.ed-tile__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.22,1,.36,1); }
.ed-tile:hover .ed-tile__media img { transform: scale(1.06); }
.ed-tile__cat { display: block; margin: 16px 0 4px; }
.ed-tile h3 { font-family: var(--ed-serif); font-weight: 500; font-size: 1.5rem; color: var(--ed-ink); margin: 0; }
.ed-work__all { margin-top: clamp(46px, 6vw, 72px); display: flex; justify-content: center; }
@media (max-width: 860px) {
  .ed-feature--l, .ed-feature--r { grid-template-columns: 1fr; }
  .ed-feature--r .ed-feature__media { order: 0; }
  .ed-feature--offset .ed-feature__text { transform: none; }
  .ed-tiles { grid-template-columns: 1fr; gap: 34px; }
}

/* ==========================================================================
   4 · SERVICES — editorial index list (no cards)
   ========================================================================== */
.ed-services { border-top: 1px solid var(--fk-border); }
.ed-svc {
  position: relative; display: grid; grid-template-columns: 1fr minmax(0, 34ch) auto; align-items: center;
  gap: clamp(20px, 4vw, 60px); padding: clamp(26px, 3.4vw, 44px) 0;
  border-bottom: 1px solid var(--fk-border); color: var(--ed-ink);
  transition: color .35s, padding-left .35s;
}
.ed-svc::before {
  content: ""; position: absolute; inset: 0; background: var(--ed-deep);
  transform: scaleY(0); transform-origin: bottom; transition: transform .45s cubic-bezier(.22,1,.36,1); z-index: -1;
}
.ed-svc:hover { color: #fff; padding-left: clamp(14px, 2vw, 34px); }
.ed-svc:hover::before { transform: scaleY(1); }
.ed-svc__n { font-family: var(--ed-serif); font-style: italic; font-size: 1.2rem; color: var(--ed-gold); width: 3ch; }
.ed-svc__name { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(1.7rem, 3.6vw, 3rem); line-height: 1.04; letter-spacing: -.01em; }
.ed-svc__desc { font-size: .96rem; color: var(--fk-muted); max-width: 34ch; transition: color .35s; }
.ed-svc:hover .ed-svc__desc { color: rgba(255,255,255,.72); }
.ed-svc__arrow { font-size: 1.5rem; color: var(--ed-gold); transition: transform .35s; }
.ed-svc:hover .ed-svc__arrow { transform: translate(8px, -8px); }
.ed-svc__thumb {
  position: absolute; right: clamp(90px, 12vw, 200px); top: 50%; z-index: 2;
  width: clamp(150px, 16vw, 230px); aspect-ratio: 3/2; object-fit: cover; pointer-events: none;
  opacity: 0; transform: translateY(-50%) scale(.94) rotate(-2deg); transition: opacity .4s, transform .4s;
}
.ed-svc:hover .ed-svc__thumb { opacity: 1; transform: translateY(-50%) scale(1) rotate(-2deg); }
@media (max-width: 860px) {
  .ed-svc { grid-template-columns: auto 1fr; gap: 14px 22px; }
  .ed-svc__desc { grid-column: 1 / -1; }
  .ed-svc__arrow, .ed-svc__thumb { display: none; }
  .ed-svc:hover { padding-left: 0; color: var(--ed-ink); }
  .ed-svc:hover::before { transform: scaleY(0); }
  .ed-svc:hover .ed-svc__desc { color: var(--fk-muted); }
}

/* ==========================================================================
   5 · PROCESS — dramatic dark band
   ========================================================================== */
.ed-process { background: var(--ed-deep); color: #fff; }
.ed-process__head { max-width: 60ch; margin-bottom: clamp(44px, 6vw, 80px); }
.ed-process__head h2 {
  font-family: var(--ed-serif); font-weight: 500; letter-spacing: -.02em;
  font-size: clamp(2.1rem, 4.4vw, 3.6rem); line-height: 1.06; margin: 16px 0 0; color: #fff;
}
.ed-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(26px, 3vw, 48px); }
.ed-step { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.ed-step__n { font-family: var(--ed-serif); font-style: italic; font-size: 2.4rem; color: var(--ed-gold); line-height: 1; }
.ed-step h3 { font-family: var(--ed-serif); font-weight: 500; font-size: 1.5rem; color: #fff; margin: 14px 0 10px; }
.ed-step p { color: rgba(255,255,255,.66); font-size: .95rem; margin: 0; }
@media (max-width: 780px) { .ed-steps { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 460px) { .ed-steps { grid-template-columns: 1fr; } }

/* ==========================================================================
   6 · STATS — refined inline credibility row
   ========================================================================== */
.ed-stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.ed-stat { padding: 6px clamp(16px, 3vw, 40px); border-left: 1px solid var(--fk-border); }
.ed-stat:first-child { border-left: 0; padding-left: 0; }
.ed-stat__num { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(2.6rem, 5vw, 4rem); line-height: 1; color: var(--ed-ink); }
.ed-stat__label { font-family: "Montserrat", sans-serif; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--fk-muted); margin-top: 12px; }
.ed-stats__note { text-align: center; color: var(--fk-muted); font-size: .9rem; margin: clamp(30px,4vw,44px) 0 0; }
@media (max-width: 720px) {
  .ed-stats { grid-template-columns: 1fr 1fr; gap: 30px 0; }
  .ed-stat { border-left: 0; padding-left: 0; }
  .ed-stat:nth-child(even) { border-left: 1px solid var(--fk-border); padding-left: clamp(16px,4vw,30px); }
}

/* ==========================================================================
   7 · TESTIMONIAL — one large pull-quote
   ========================================================================== */
.ed-quote { text-align: center; }
.ed-quote__mark { font-family: var(--ed-serif); font-size: 6rem; line-height: .5; color: var(--ed-gold); display: block; height: 42px; }
.ed-quote blockquote {
  font-family: var(--ed-serif); font-weight: 400; font-style: italic;
  font-size: clamp(1.7rem, 3.6vw, 3rem); line-height: 1.28; letter-spacing: -.01em;
  color: var(--ed-ink); margin: 0 auto; max-width: 24ch + 6ch; text-wrap: balance;
}
.ed-quote__who { margin-top: 34px; font-family: "Montserrat", sans-serif; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--fk-muted); }
.ed-quote__who b { color: var(--ed-ink); }

/* ==========================================================================
   8 · CLOSING CTA — full-bleed dramatic invitation
   ========================================================================== */
.ed-cta { position: relative; color: #fff; text-align: center; overflow: hidden; isolation: isolate; }
.ed-cta__media { position: absolute; inset: 0; z-index: -2; }
.ed-cta__media img { width: 100%; height: 100%; object-fit: cover; }
.ed-cta__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,19,17,.78), rgba(20,19,17,.86)); }
.ed-cta__inner { padding-block: clamp(90px, 14vw, 200px); }
.ed-cta h2 { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(2.4rem, 6vw, 5rem); line-height: 1.02; letter-spacing: -.02em; color: #fff; margin: 20px auto 0; max-width: 18ch; text-wrap: balance; }
.ed-cta h2 em { font-style: italic; color: var(--ed-gold); }
.ed-cta__row { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-top: 40px; }
.ed-cta .ed-label { justify-content: center; }
.ed-cta .ed-label::before { background: var(--ed-gold); }

/* ==========================================================================
   9 · CONTACT — editorial split with underline inputs
   ========================================================================== */
.ed-contact { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--ed-gap); align-items: start; }
.ed-contact h2 { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(2.1rem, 4.4vw, 3.4rem); line-height: 1.05; letter-spacing: -.02em; color: var(--ed-ink); margin: 16px 0 20px; }
.ed-contact__lead { color: var(--fk-muted); font-size: 1.05rem; max-width: 40ch; }
.ed-contact__list { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 18px; }
.ed-contact__list li { display: grid; gap: 3px; padding-bottom: 16px; border-bottom: 1px solid var(--fk-border); }
.ed-contact__list .k { font-family: "Montserrat", sans-serif; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ed-gold); }
.ed-contact__list .v, .ed-contact__list .v a { font-size: 1.05rem; color: var(--ed-ink); }

/* underline-style form for a refined, non-boxy look */
.ed-contact .fk-field input, .ed-contact .fk-field select, .ed-contact .fk-field textarea {
  border: 0; border-bottom: 1px solid var(--fk-border-2); padding: 12px 0; background: transparent;
}
.ed-contact .fk-field input:focus, .ed-contact .fk-field select:focus, .ed-contact .fk-field textarea:focus { border-bottom-color: var(--ed-gold); }
.ed-contact .fk-field label { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--fk-muted); }
.ed-contact form .fk-btn--primary { background: var(--ed-ink); border-color: var(--ed-ink); margin-top: 8px; }
.ed-contact form .fk-btn--primary:hover { background: var(--ed-gold); border-color: var(--ed-gold); color: var(--ed-ink); }
@media (max-width: 860px) { .ed-contact { grid-template-columns: 1fr; gap: 40px; } }

/* ==========================================================================
   10 · FAQ — editorial accordion
   ========================================================================== */
.ed-faq__head { margin-bottom: clamp(30px, 4vw, 48px); }
.ed-faq__head h2 { font-family: var(--ed-serif); font-weight: 500; font-size: clamp(2rem, 4vw, 3.1rem); letter-spacing: -.02em; color: var(--ed-ink); margin: 14px 0 0; }
.ed-faq { max-width: 900px; }
.ed-faq details { border-top: 1px solid var(--fk-border); }
.ed-faq details:last-child { border-bottom: 1px solid var(--fk-border); }
.ed-faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: baseline; padding: 26px 0; font-family: var(--ed-serif); font-size: clamp(1.2rem, 2.2vw, 1.7rem); color: var(--ed-ink); }
.ed-faq summary::-webkit-details-marker { display: none; }
.ed-faq summary::after { content: "+"; color: var(--ed-gold); font-size: 1.6rem; line-height: 1; transition: transform .3s; }
.ed-faq details[open] summary::after { content: "\2212"; }
.ed-faq p { color: var(--fk-muted); margin: 0 0 26px; max-width: 70ch; font-size: 1rem; line-height: 1.75; }

/* Home already closes with its own CTA + full contact section, so suppress the
   footer's duplicate closing block; keep the nav, wordmark and bottom bar. */
body.home .fk-footer__top { display: none; }
body.home .fk-footer__nav { padding-top: clamp(60px, 7vw, 96px); }

/* consent row on the editorial contact form */
.fk-consent { display: flex; gap: 10px; align-items: flex-start; font-size: .85rem; color: var(--fk-muted); margin-top: 6px; }
.fk-consent input { margin-top: 5px; }

/* shared reveal easing tweak for the editorial layer */
body.home .fk-reveal { transition: opacity 1s cubic-bezier(.22,1,.36,1), transform 1s cubic-bezier(.22,1,.36,1); }
