/* For Designers — editorial trade page. Prefix: .sf-fd- */
.sf-page--designers { color: #1f2328; background: #fff; font-family: "Hanken Grotesk", Helvetica, Arial, sans-serif; }
.sf-fd-wrap { width: min(100% - 48px, 1200px); margin: 0 auto; }
.sf-fd-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; color: #c8102e; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.sf-fd-kicker::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.sf-fd-h2 { margin: 0; font: 700 clamp(28px, 3vw, 40px)/1.1 "Plus Jakarta Sans", sans-serif; letter-spacing: -.03em; text-wrap: balance; max-width: 620px; }
.sf-fd-lead { margin: 14px 0 0; color: #5f6368; font-size: 16px; line-height: 1.6; max-width: 520px; }
.sf-fd-lead a { color: #b80e2b; text-decoration: underline; }
.sf-fd-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.sf-fd-head > p { max-width: 380px; margin: 0; color: #5f6368; font-size: 15px; line-height: 1.6; text-align: right; }
.sf-fd-head > p a { color: #1f2328; font-weight: 700; text-decoration: none; border-bottom: 1px solid #1f2328; }
.sf-fd-band { padding: 88px 0 92px; border-top: 1px solid #ece8e2; }
.sf-fd-band--warm { background: #f7f4ef; }
.sf-fd-band--dark { color: #fff; background: #1f2328; border-top: 0; }
.sf-fd-band--dark .sf-fd-kicker { color: #e7596e; }
.sf-fd-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: 4px; font-size: 15px; font-weight: 700; text-decoration: none; transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease; }
.sf-fd-btn:hover { transform: translateY(-1px); }
.sf-fd-btn--ink { color: #fff !important; background: #1f2328; }
.sf-fd-btn--ink:hover { background: #c8102e; }
.sf-fd-btn--red { color: #fff !important; background: #c8102e; }
.sf-fd-btn--red:hover { background: #a80c26; }
.sf-fd-btn--line { color: #1f2328 !important; border: 1px solid #1f2328; }
.sf-fd-btn--line:hover { color: #fff !important; background: #1f2328; }
.sf-fd-btn--ghost { color: #fff !important; border: 1px solid rgba(255,255,255,.45); }
.sf-fd-btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* Hero */
.sf-fd-hero { background: #f7f4ef; }
.sf-fd-hero__inner { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(36px, 5vw, 80px); align-items: center; padding: 72px 0 80px; }
.sf-fd-hero h1 { margin: 0 0 18px; font: 700 clamp(34px, 3.9vw, 54px)/1.04 "Plus Jakarta Sans", sans-serif; letter-spacing: -.04em; text-wrap: balance; }
.sf-fd-hero__lede { max-width: 440px; margin: 0 0 28px; color: #3d4247; font-size: 18px; line-height: 1.55; }
.sf-fd-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.sf-fd-hero__meta { margin: 0; color: #858a90; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sf-fd-hero__media { position: relative; padding: 0 60px 60px 0; }
.sf-fd-hero__main { margin: 0; overflow: hidden; border-radius: 6px; background: #e7e6e2; }
.sf-fd-hero__main img { display: block; width: 100%; height: auto; }
.sf-fd-hero__inset { position: absolute; width: 36%; margin: 0; border: 6px solid #f7f4ef; border-radius: 6px; overflow: hidden; background: #fff; box-shadow: 0 24px 50px -30px rgba(31,35,40,.6); }
.sf-fd-hero__inset img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; }
.sf-fd-hero__inset figcaption { position: absolute; left: 10px; bottom: 10px; padding: 4px 9px; border-radius: 3px; background: rgba(31,35,40,.85); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sf-fd-hero__inset--2 { right: 0; bottom: 0; }
.sf-fd-hero__inset:not(.sf-fd-hero__inset--2) { left: -24px; bottom: 24px; }

/* Sketch to piece */
.sf-fd-stages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 0; padding: 0; list-style: none; }
.sf-fd-stages figure { margin: 0 0 14px; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 6px; background: #eeeae4; }
.sf-fd-stages img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.sf-fd-stages li:hover img { transform: scale(1.03); }
.sf-fd-stages b { display: block; font: 700 16px/1.2 "Plus Jakarta Sans", sans-serif; letter-spacing: -.01em; }
.sf-fd-stages span { display: block; margin-top: 4px; color: #5f6368; font-size: 14px; }

/* Materials */
.sf-fd-materials { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.sf-fd-materials figure { margin: 0; }
.sf-fd-materials img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; background: #eeeae4; }
.sf-fd-materials figcaption { padding: 12px 2px 0; }
.sf-fd-materials b { display: block; font: 700 15px/1.2 "Plus Jakarta Sans", sans-serif; }
.sf-fd-materials span { display: block; margin-top: 2px; color: #858a90; font-size: 12.5px; }

/* Process */
.sf-fd-process { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 5vw, 80px); align-items: start; }
.sf-fd-timeline { margin: 0; padding: 0; list-style: none; counter-reset: fd; border-top: 1px solid #1f2328; }
.sf-fd-timeline li { display: grid; grid-template-columns: 64px 200px 1fr; gap: 20px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid #e4e1dc; counter-increment: fd; }
.sf-fd-timeline li::before { content: "0" counter(fd); color: #c8102e; font: 800 13px/1 "Plus Jakarta Sans", sans-serif; letter-spacing: .1em; }
.sf-fd-timeline b { font: 700 18px/1.2 "Plus Jakarta Sans", sans-serif; letter-spacing: -.01em; }
.sf-fd-timeline span { color: #5f6368; font-size: 15px; line-height: 1.55; }

/* Trade terms */
.sf-fd-terms { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.sf-fd-terms article { padding: 28px 26px 30px; background: #1f2328; }
.sf-fd-terms b { display: block; margin-bottom: 10px; font: 700 18px/1.2 "Plus Jakarta Sans", sans-serif; letter-spacing: -.01em; }
.sf-fd-terms p { margin: 0; color: #b9bec3; font-size: 14.5px; line-height: 1.6; }

/* Gallery */
.sf-fd-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.sf-fd-gallery figure { margin: 0; }
.sf-fd-gallery img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 6px; background: #eeeae4; transition: transform .5s ease; }
.sf-fd-gallery figure:hover img { transform: translateY(-3px); }
.sf-fd-gallery figcaption { padding: 10px 2px 0; color: #5f6368; font-size: 12.5px; letter-spacing: .02em; }

/* FF&E */
.sf-fd-ffe { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 80px); align-items: center; }
.sf-fd-ffe__media { margin: 0; overflow: hidden; border-radius: 6px; background: #fff; box-shadow: 0 30px 60px -44px rgba(31,35,40,.6); }
.sf-fd-ffe__media img { display: block; width: 100%; height: auto; }
.sf-fd-ffe__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 24px 0 26px; }
.sf-fd-ffe__cols b { display: block; margin-bottom: 8px; color: #c8102e; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.sf-fd-ffe__cols ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 6px; font-size: 14.5px; line-height: 1.5; }
.sf-fd-ffe__cols li { padding-left: 14px; position: relative; }
.sf-fd-ffe__cols li::before { content: ""; position: absolute; left: 0; top: .6em; width: 6px; height: 1px; background: #1f2328; }
.sf-fd-download { display: flex; align-items: center; gap: 16px; padding: 16px 18px; border: 1px solid #1f2328; border-radius: 6px; color: #1f2328; text-decoration: none; background: #fff; transition: background-color .18s ease, color .18s ease; }
.sf-fd-download:hover { background: #1f2328; color: #fff; }
.sf-fd-download__icon { display: inline-flex; width: 42px; height: 42px; flex: none; align-items: center; justify-content: center; border-radius: 50%; background: #c8102e; color: #fff; }
.sf-fd-download__icon svg { width: 20px; height: 20px; }
.sf-fd-download b { display: block; font: 700 15px/1.2 "Plus Jakarta Sans", sans-serif; }
.sf-fd-download small { display: block; margin-top: 3px; font-size: 12.5px; opacity: .75; }

/* Projects + stats */
.sf-fd-projects { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sf-fd-projects figure { margin: 0; }
.sf-fd-projects img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; background: #eeeae4; }
.sf-fd-projects figcaption { padding: 14px 2px 0; }
.sf-fd-projects b { display: block; font: 700 17px/1.2 "Plus Jakarta Sans", sans-serif; letter-spacing: -.01em; }
.sf-fd-projects span { display: block; margin-top: 4px; color: #5f6368; font-size: 13.5px; }
.sf-fd-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 56px 0 0; padding: 28px 0 0; list-style: none; border-top: 1px solid #1f2328; }
.sf-fd-stats b { display: block; font: 700 34px/1 "Plus Jakarta Sans", sans-serif; letter-spacing: -.03em; }
.sf-fd-stats span { display: block; margin-top: 6px; color: #5f6368; font-size: 13px; }
.sf-fd-stats li:last-child b { color: #c8102e; }

/* FAQ */
.sf-fd-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 5vw, 80px); align-items: start; }
.sf-fd-faq details { border-bottom: 1px solid #ddd8d1; }
.sf-fd-faq details:first-child { border-top: 1px solid #1f2328; }
.sf-fd-faq summary { position: relative; padding: 18px 40px 18px 0; cursor: pointer; list-style: none; font: 700 16.5px/1.4 "Plus Jakarta Sans", sans-serif; }
.sf-fd-faq summary::-webkit-details-marker { display: none; }
.sf-fd-faq summary::after { content: "+"; position: absolute; right: 2px; top: 50%; transform: translateY(-50%); color: #c8102e; font-size: 22px; line-height: 1; }
.sf-fd-faq details[open] summary::after { content: "−"; }
.sf-fd-faq details p { margin: 0 0 20px; color: #3d4247; font-size: 15px; line-height: 1.6; max-width: 640px; }

/* CTA */
.sf-fd-cta { padding: 0 0 96px; background: #f7f4ef; }
.sf-fd-cta__box { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: center; padding: 48px 52px; border-radius: 8px; color: #fff; background: #1f2328; }
.sf-fd-cta__box .sf-fd-kicker { color: #e7596e; }
.sf-fd-cta__box h2 { margin: 0; font: 700 clamp(24px, 2.5vw, 32px)/1.15 "Plus Jakarta Sans", sans-serif; letter-spacing: -.03em; text-wrap: balance; }
.sf-fd-cta__actions { display: grid; gap: 10px; }

@media (max-width: 1100px) {
  .sf-fd-terms { grid-template-columns: 1fr 1fr; }
  .sf-fd-timeline li { grid-template-columns: 48px 160px 1fr; }
}
@media (max-width: 900px) {
  .sf-fd-hero__inner { grid-template-columns: 1fr; padding: 44px 0 56px; }
  .sf-fd-hero__media { padding: 0 40px 40px 0; }
  .sf-fd-head { display: block; }
  .sf-fd-head > p { margin-top: 14px; text-align: left; }
  .sf-fd-process, .sf-fd-ffe, .sf-fd-faq, .sf-fd-cta__box { grid-template-columns: 1fr; }
  .sf-fd-projects { grid-template-columns: 1fr; }
  .sf-fd-band { padding: 56px 0 60px; }
  .sf-fd-cta__box { padding: 32px 24px; }
}
@media (max-width: 640px) {
  .sf-fd-wrap { width: min(100% - 40px, 680px); }
  .sf-fd-stages { grid-template-columns: 1fr; }
  .sf-fd-materials, .sf-fd-gallery { grid-template-columns: 1fr 1fr; gap: 10px; }
  .sf-fd-terms { grid-template-columns: 1fr; }
  .sf-fd-timeline li { grid-template-columns: 40px 1fr; }
  .sf-fd-timeline span { grid-column: 2; }
  .sf-fd-stats { grid-template-columns: 1fr 1fr; }
  .sf-fd-ffe__cols { grid-template-columns: 1fr; }
  .sf-fd-hero__inset:not(.sf-fd-hero__inset--2) { left: -12px; }
}
