:root {
  --nyw-sourcing-bg: #f5f1eb;
  --nyw-sourcing-panel: #ffffff;
  --nyw-sourcing-border: #d7d0c7;
  --nyw-sourcing-text: #171717;
  --nyw-sourcing-muted: #5a534b;
  --nyw-sourcing-gold: #c7a35d;
  --nyw-sourcing-dark: #111111;
}

.saw-recently-sourced.nyw-sourcing-proof {
  max-width: 1200px;
  margin: 1.5rem auto 0;
  padding: 2.5rem 1.5rem;
  background: #fff;
  border: 1px solid var(--nyw-sourcing-border);
  border-radius: 22px;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.04);
}

.saw-recently-sourced.nyw-sourcing-proof .saw-recently-sourced__inner {
  max-width: none;
}

.saw-recently-sourced.nyw-sourcing-proof .saw-recently-sourced__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 1.5rem;
}

.saw-recently-sourced.nyw-sourcing-proof .saw-recently-sourced__title {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  margin: 0;
}

.saw-recently-sourced.nyw-sourcing-proof .saw-btn-outline-gold {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0.75rem 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #c8a96e;
  border: 2px solid #c8a96e;
  border-radius: 2px;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.saw-recently-sourced.nyw-sourcing-proof .saw-btn-outline-gold:hover,
.saw-recently-sourced.nyw-sourcing-proof .saw-btn-outline-gold:focus-visible {
  background: #c8a96e;
  color: #111;
}

.saw-recently-sourced.nyw-sourcing-proof .saw-recently-sourced__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.saw-recently-sourced.nyw-sourcing-proof .saw-recent-photo {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.06);
  aspect-ratio: 1 / 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.saw-recently-sourced.nyw-sourcing-proof .saw-recent-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.saw-recently-sourced.nyw-sourcing-proof .saw-lux-stats {
  margin-top: 0;
  border-radius: 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
}

.saw-recently-sourced.nyw-sourcing-proof .saw-lux-stat {
  min-width: 0;
  min-height: 104px;
  padding: 1.15rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.saw-recently-sourced.nyw-sourcing-proof .saw-lux-stat:last-child {
  border-right: 0;
}

.saw-recently-sourced.nyw-sourcing-proof .saw-lux-stat__icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.saw-recently-sourced.nyw-sourcing-proof .saw-lux-stat__icon img {
  display: block;
  max-width: 34px;
  max-height: 34px;
}

.saw-recently-sourced.nyw-sourcing-proof .saw-lux-stat__text {
  min-width: 0;
}

.saw-recently-sourced.nyw-sourcing-proof .saw-lux-stat__value {
  color: #050505;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  font-weight: 700;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.saw-recently-sourced.nyw-sourcing-proof .saw-lux-stat__label {
  margin-top: 0.3rem;
  color: #777;
  font-size: 0.68rem;
  line-height: 1.35;
}

.nyw-sourcing-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: stretch;
  padding: 3.5rem 1.25rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.nyw-sourcing-hero__content,
.nyw-sourcing-hero__image-wrap,
.nyw-sourcing-section,
.nyw-sourcing-form-wrap__inner {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--nyw-sourcing-border);
  border-radius: 22px;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.04);
}

.nyw-sourcing-hero__content {
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nyw-sourcing-hero__eyebrow,
.nyw-sourcing-section__eyebrow {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  color: var(--nyw-sourcing-gold);
  font-weight: 700;
}

.nyw-sourcing-hero h1 {
  font-size: clamp(2.05rem, 3.8vw, 3.25rem);
  line-height: 1.08;
  margin: 0 0 1rem;
  color: var(--nyw-sourcing-dark);
  max-width: 22ch;
}

.nyw-sourcing-hero__lede {
  font-size: 1.06rem;
  line-height: 1.7;
  color: var(--nyw-sourcing-muted);
  max-width: 600px;
  margin-bottom: 1.5rem;
}

.nyw-sourcing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-bottom: 1.5rem;
}

.nyw-sourcing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 2.2rem;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 700;
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.2s ease;
  border: 2px solid var(--nyw-sourcing-dark);
  cursor: pointer;
}

.nyw-sourcing-btn--primary {
  background: #c8a96e;
  border: 0;
  border-radius: 2px;
  color: #111111;
}

.nyw-sourcing-btn--secondary {
  background: transparent;
  border: 2px solid #c8a96e;
  border-radius: 2px;
  color: #c8a96e;
}

.nyw-sourcing-btn--primary:hover,
.nyw-sourcing-btn--primary:focus-visible {
  background: #d8b978;
  color: #111111;
}

.nyw-sourcing-btn--secondary:hover,
.nyw-sourcing-btn--secondary:focus-visible {
  background: #c8a96e;
  border-color: #c8a96e;
  color: #111111;
}

.nyw-sourcing-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.4rem;
  font-size: 0.82rem;
  color: var(--nyw-sourcing-muted);
}

.nyw-sourcing-trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.nyw-sourcing-trust-strip span::before {
  content: '•';
  color: var(--nyw-sourcing-gold);
}

.nyw-sourcing-hero__image-wrap {
  overflow: hidden;
  padding: 0;
  min-height: 480px;
}

.nyw-sourcing-hero__image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nyw-sourcing-section {
  max-width: 1200px;
  margin: 1.5rem auto 30px;
  padding: 2rem 1.25rem;
}

.nyw-sourcing-section--muted {
  background: #f3efe8;
}

.nyw-sourcing-section__header {
  margin-bottom: 1.5rem;
}

.nyw-sourcing-section__header h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  color: var(--nyw-sourcing-dark);
}

.nyw-sourcing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.nyw-sourcing-card {
  background: var(--nyw-sourcing-panel);
  border: 1px solid var(--nyw-sourcing-border);
  border-radius: 18px;
  padding: 1.1rem 1rem;
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.nyw-sourcing-card__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(199, 163, 93, 0.15);
  color: var(--nyw-sourcing-dark);
  font-weight: 700;
}

.nyw-sourcing-card p,
.nyw-sourcing-step p,
.nyw-sourcing-checklist li,
.nyw-sourcing-form-copy p,
.nyw-sourcing-faq p {
  color: var(--nyw-sourcing-muted);
  line-height: 1.7;
  margin: 0;
}

.nyw-sourcing-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.nyw-sourcing-step {
  background: var(--nyw-sourcing-panel);
  border: 1px solid var(--nyw-sourcing-border);
  border-radius: 18px;
  padding: 1.2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  min-height: 100%;
}

.nyw-sourcing-step__icon {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--nyw-sourcing-dark);
  color: #fff;
  font-weight: 700;
  flex-shrink: 0;
}

.nyw-sourcing-step__content {
  flex: 1;
}

.nyw-sourcing-step__title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  color: var(--nyw-sourcing-dark);
}

.nyw-sourcing-step p {
  font-size: 0.95rem;
}

.nyw-sourcing-checklist {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1.2rem;
}

.nyw-sourcing-checklist li::marker {
  color: var(--nyw-sourcing-gold);
}

.nyw-sourcing-faq {
  display: grid;
  gap: 0.85rem;
}

.nyw-sourcing-faq details {
  border: 1px solid var(--nyw-sourcing-border);
  border-radius: 14px;
  background: var(--nyw-sourcing-panel);
  padding: 1rem 1.1rem;
}

.nyw-sourcing-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--nyw-sourcing-dark);
}

.nyw-sourcing-faq summary::-webkit-details-marker {
  display: none;
}

.nyw-sourcing-faq p {
  margin-top: 0.8rem;
}

.nyw-sourcing-form-wrap {
  max-width: 1200px;
  margin: 1.5rem auto 2rem;
  padding: 0 1.25rem;
}

.nyw-sourcing-form-wrap__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 2rem;
  padding: 2rem;
  background: #f3efe8;
  border-color: var(--nyw-sourcing-border);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.06);
}

.nyw-sourcing-form-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 2rem 1rem 0.5rem;
  border-right: 1px solid rgba(17, 17, 17, 0.12);
}

.nyw-sourcing-form-copy__benefits {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.nyw-sourcing-form-copy__benefits li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--nyw-sourcing-muted);
  font-weight: 600;
}

.nyw-sourcing-form-copy__benefits li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--nyw-sourcing-gold);
  font-size: 1.25rem;
  line-height: 1;
}

.nyw-sourcing-form-copy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.nyw-sourcing-form-copy h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.8rem, 2.4vw, 2.7rem);
  color: var(--nyw-sourcing-dark);
}

.nyw-sourcing-form-copy .nyw-sourcing-section__eyebrow {
  color: #c8a96e;
}

.nyw-sourcing-form-copy p {
  color: var(--nyw-sourcing-muted);
}

.nyw-sourcing-inline-link {
  color: #c8a96e;
  font-weight: 700;
  text-decoration: none;
}

.nyw-sourcing-form-copy__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 2px solid var(--nyw-sourcing-dark);
  border-radius: 2px;
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nyw-sourcing-form-copy__action--primary {
  background: #c8a96e;
  border: 0;
  border-radius: 2px;
  color: #111111;
}

.nyw-sourcing-form-copy__action--primary:hover,
.nyw-sourcing-form-copy__action--primary:focus-visible {
  background: #d8b978;
  border-color: #d8b978;
  color: #111111;
  transform: translateY(-1px);
}

.nyw-sourcing-form-copy__action--secondary {
  background: transparent;
  border: 2px solid #c8a96e;
  border-radius: 2px;
  color: #c8a96e;
}

.nyw-sourcing-form-copy__action--secondary:hover,
.nyw-sourcing-form-copy__action--secondary:focus-visible {
  background: #c8a96e;
  border-color: #c8a96e;
  color: #111111;
  transform: translateY(-1px);
}

.nyw-sourcing-form-copy__action:hover,
.nyw-sourcing-form-copy__action:focus-visible {
  text-decoration: none;
}

.nyw-sourcing-inline-link:hover,
.nyw-sourcing-inline-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.nyw-sourcing-form {
  background: #fff;
  border: 1px solid var(--nyw-sourcing-border);
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 12px 28px rgba(17,17,17,0.08);
}

.nyw-sourcing-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.nyw-sourcing-form__fullwidth {
  grid-column: 1 / -1;
}

.nyw-sourcing-form label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--nyw-sourcing-dark);
  font-size: 0.92rem;
  font-weight: 600;
}

.nyw-sourcing-form input,
.nyw-sourcing-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid var(--nyw-sourcing-border);
  border-radius: 12px;
  padding: 0.84rem 0.9rem;
  font: inherit;
  background: #fff;
  min-height: 48px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nyw-sourcing-form input:focus,
.nyw-sourcing-form textarea:focus {
  outline: none;
  border-color: var(--nyw-sourcing-gold);
  box-shadow: 0 0 0 3px rgba(199, 163, 93, 0.18);
}

.nyw-sourcing-form__submit {
  width: 100%;
  margin-top: 1rem;
  font-size: 0.92rem;
}

.nyw-sourcing-form__privacy {
  margin: 0.9rem 0 0;
  font-size: 0.8rem;
  color: var(--nyw-sourcing-muted);
}

.nyw-sourcing-form__status {
  min-height: 1.5rem;
  margin-top: 0.8rem;
  font-weight: 700;
  color: var(--nyw-sourcing-dark);
}

.nyw-sourcing-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  align-items: center;
  margin-top: 1.15rem;
}

.nyw-sourcing-related-links__label {
  flex-basis: 100%;
  color: var(--nyw-sourcing-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nyw-sourcing-related-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.42rem 0.65rem;
  color: var(--nyw-sourcing-dark);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 2px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.nyw-sourcing-related-links a:hover,
.nyw-sourcing-related-links a:focus-visible {
  border-color: var(--nyw-sourcing-gold);
  background: #fff;
}

.nyw-sourcing-btn:hover,
.nyw-sourcing-btn:focus-visible,
.saw-btn-outline-gold:hover,
.saw-btn-outline-gold:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(17,17,17,0.08);
}

.nyw-sourcing-btn:focus-visible,
.saw-btn-outline-gold:focus-visible {
  outline: 2px solid rgba(199,163,93,0.8);
  outline-offset: 3px;
}

.nyw-sourcing-form__honeypot {
  display: none !important;
}

.nyw-sidebar-sourcing-widget .nyw-sidebar-widget-title:not(:first-child) {
  margin-top: 1.25rem;
}

.nyw-sidebar-sourcing-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 38px;
  padding: 0.45rem 0.4rem;
  border-radius: 3px;
  color: #444;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.nyw-sidebar-sourcing-link:hover,
.nyw-sidebar-sourcing-link:focus-visible {
  background: #f5f0e8;
  color: #111;
}

.nyw-sidebar-sourcing-link span {
  flex: 0 0 auto;
  color: var(--nyw-gold-dk, #a0823e);
}

@media (max-width: 900px) {
  .nyw-sourcing-hero,
  .nyw-sourcing-form-wrap__inner,
  .nyw-sourcing-grid,
  .nyw-sourcing-steps,
  .nyw-sourcing-checklist {
    grid-template-columns: 1fr;
  }

  .saw-recently-sourced.nyw-sourcing-proof .saw-recently-sourced__grid,
  .saw-recently-sourced.nyw-sourcing-proof .saw-lux-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nyw-sourcing-hero {
    padding-top: 2rem;
  }

  .nyw-sourcing-form-wrap__inner {
    display: block;
  }

  .nyw-sourcing-form-copy {
    margin-bottom: 1rem;
    padding: 0;
    border-right: 0;
  }

  .nyw-sourcing-step {
    align-items: center;
  }

  .nyw-sourcing-form__grid {
    grid-template-columns: 1fr;
  }

  .saw-recently-sourced.nyw-sourcing-proof {
    padding: 1.25rem 1rem;
  }

  .nyw-sourcing-proof .saw-recently-sourced__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .nyw-sourcing-proof .saw-recent-photo {
    aspect-ratio: 4 / 3;
  }

  .saw-recently-sourced.nyw-sourcing-proof .saw-lux-stats {
    display: grid;
    border-radius: 14px;
  }

  .saw-recently-sourced.nyw-sourcing-proof .saw-lux-stat {
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }

  .saw-recently-sourced.nyw-sourcing-proof .saw-lux-stat:nth-child(2n) {
    border-right: 0;
  }

  .saw-recently-sourced.nyw-sourcing-proof .saw-lux-stat:last-child {
    grid-column: 1 / -1;
    border-bottom: none;
  }

  .nyw-sourcing-form-wrap__inner {
    padding: 1rem;
  }

  .nyw-sourcing-form {
    padding: 1rem;
  }

}

@media (max-width: 560px) {
  .nyw-sourcing-hero,
  .nyw-sourcing-section,
  .nyw-sourcing-form-wrap,
  .nyw-sourcing-proof {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nyw-sourcing-hero__content,
  .nyw-sourcing-section,
  .nyw-sourcing-form-wrap__inner {
    border-radius: 18px;
  }

  .nyw-sourcing-hero__content {
    padding: 1.3rem;
  }

  .nyw-sourcing-hero__image-wrap {
    min-height: 280px;
  }

  .nyw-sourcing-hero h1 {
    max-width: none;
    font-size: clamp(1.9rem, 9vw, 2.5rem);
  }

  .nyw-sourcing-hero__actions {
    flex-direction: column;
  }

  .nyw-sourcing-btn,
  .saw-btn-outline-gold {
    width: 100%;
  }

  .saw-recently-sourced.nyw-sourcing-proof .saw-btn-outline-gold {
    white-space: normal;
    text-align: center;
  }

  .nyw-sourcing-form-copy__actions {
    flex-direction: column;
  }

  .nyw-sourcing-form-copy__action {
    width: 100%;
  }

  .nyw-sourcing-form input,
  .nyw-sourcing-form textarea {
    font-size: 16px;
    line-height: 1.35;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .nyw-sourcing-form input::placeholder,
  .nyw-sourcing-form textarea::placeholder {
    font-size: 0.9rem;
    color: #6d665f;
    opacity: 1;
  }

  .nyw-sourcing-step {
    display: flex;
    align-items: center;
  }
}

.nyw-sourcing-reviews {
  padding: 72px 0 64px !important;
}

@media (max-width: 767px) {
  .nyw-sourcing-reviews {
    padding: 48px 0 40px !important;
  }
}
