:root {
  --bd-gold:#bea885;
  --bd-anth:#24272a;
  --bd-text:#2f3130;
  --bd-muted:#6f726f;
  --bd-cream:#f4efe8;
  --bd-line:#ddd3c7;
  --bd-bg:#fbfaf8;
  --bd-radius:26px;
}
body {
  background: #fff;
  color: var(--bd-text);
}
.sp-page {
  background: var(--bd-bg);
}
.sp-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.sp-hero {
  padding: 44px 0 26px;
  background:
    linear-gradient(
      180deg,
      #faf7f1 0%,
      #fff 100%);
}
.sp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 34px;
  align-items: center;
}
.sp-eyebrow {
  margin: 0 0 14px;
  color: var(--bd-gold);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sp-hero h1,
.sp-section h2,
.sp-cta h2 {
  margin: 0;
  color: #202321;
  line-height: 1.05;
  letter-spacing: -.03em;
}
.sp-hero h1 {
  font-size: clamp(2.35rem, 4.4vw, 4.45rem);
  max-width: 11ch;
}
.sp-lead {
  margin: 18px 0 0;
  color: #4a4d4a;
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 60ch;
}
.sp-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0 0;
}
.sp-facts div,
.sp-card,
.sp-plan article,
.sp-fabric,
.sp-pleat {
  background: #fff;
  border: 1px solid #ece6dc;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(36, 39, 42, .05);
}
.sp-facts div {
  padding: 16px 16px 15px;
}
.sp-facts b {
  display: block;
  margin: 0 0 6px;
  font-size: 1rem;
  color: #1f2220;
}
.sp-facts span,
.sp-card p,
.sp-plan p,
.sp-pleat p,
.sp-project figcaption span,
.sp-fabric p,
.sp-note,
.sp-section p,
.sp-faq p,
.sp-hero__tag span {
  color: #666c67;
  line-height: 1.65;
}
.sp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.sp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: .2s ease;
}
.sp-btn--gold {
  background: var(--bd-gold);
  color: #202321;
}
.sp-btn--gold:hover {
  transform: translateY(-1px);
  filter: brightness(.98);
}
.sp-btn--line {
  border: 1px solid #ccb89b;
  color: #3a3d3a;
  background: transparent;
}
.sp-btn--line:hover {
  background: #f4efe8;
}
.sp-hero__media {
  position: relative;
}
.sp-hero__media img,
.sp-project img,
.sp-wave img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(36, 39, 42, .12);
}
.sp-hero__tag {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(8px);
  padding: 15px 18px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}
.sp-hero__tag b {
  display: block;
  margin-bottom: 4px;
  color: #1f2220;
}
.sp-quicknav {
  padding: 0 0 18px;
  background: #fff;
}
.sp-quicknav__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.sp-quicknav a {
  display: block;
  padding: 16px 16px 15px;
  background: #faf7f2;
  border: 1px solid #ebe3d8;
  border-radius: 18px;
  text-decoration: none;
  color: #232522;
  transition: .2s ease;
}
.sp-quicknav a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(36, 39, 42, .08);
}
.sp-quicknav small {
  display: block;
  margin-bottom: 5px;
  color: var(--bd-gold);
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.sp-quicknav strong {
  font-size: .98rem;
  line-height: 1.35;
}
.sp-section {
  padding: 70px 0;
}
.sp-section--cream {
  background: var(--bd-cream);
}
.sp-section--dark {
  background: var(--bd-anth);
  color: #fff;
}
.sp-section--dark h2,
.sp-section--dark h3 {
  color: #fff;
}
.sp-section--dark p,
.sp-section--dark li {
  color: #d4d7d2;
}
.sp-section--dark .sp-eyebrow {
  color: #e4cda9;
}
.sp-heading {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
}
.sp-heading h2 {
  font-size: clamp(2rem, 3.4vw, 3.2rem);
}
.sp-heading p {
  margin: 0 0 14px;
  font-size: 1.02rem;
  line-height: 1.75;
}
.sp-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.sp-card {
  padding: 22px;
}
.sp-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #f4ede2;
  color: #65471f;
  font-weight: 800;
  margin-bottom: 16px;
}
.sp-card h3,
.sp-plan h3,
.sp-choice h3,
.sp-pleat h3,
.sp-wave__copy h2,
.sp-project figcaption strong,
.sp-fabric strong,
.sp-faq summary {
  color: #1f2220;
}
.sp-card h3,
.sp-plan h3,
.sp-choice h3,
.sp-pleat h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}
.sp-card p,
.sp-plan p,
.sp-pleat p,
.sp-fabric p {
  margin: 0;
}
.sp-project {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: 22px;
  align-items: start;
}
.sp-project figure {
  margin: 0;
}
.sp-project figcaption {
  padding: 14px 6px 0;
}
.sp-project figcaption strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.03rem;
}
.sp-plan {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.sp-plan article {
  padding: 22px;
}
.sp-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.sp-choice article {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  background: rgba(255, 255, 255, .03);
}
.sp-choice ul {
  margin: 16px 0 0 18px;
  padding: 0;
  display: grid;
  gap: 8px;
}
.sp-choice .sp-btn {
  margin-top: 20px;
}
.sp-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #e4cda9;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.sp-pleats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.sp-pleat {
  padding: 22px;
}
.sp-pleat__metric {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #f4ede2;
  color: #65471f;
  font-weight: 800;
  margin-bottom: 16px;
}
.sp-pleat a {
  display: inline-block;
  margin-top: 12px;
  color: #7f6648;
  font-weight: 800;
  text-decoration: none;
}
.sp-pleat a:hover {
  text-decoration: underline;
}
.sp-wave {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: center;
  margin-top: 28px;
}
.sp-wave__copy h2 {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  margin-bottom: 16px;
}
.sp-wave__copy p {
  margin: 0 0 14px;
  line-height: 1.75;
}
.sp-wave__copy .sp-btn {
  margin-top: 12px;
}
.sp-fabrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.sp-fabric {
  padding: 20px;
  text-decoration: none;
}
.sp-fabric span {
  display: block;
  margin-bottom: 6px;
  color: #a48962;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.sp-fabric strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}
.sp-note {
  margin-top: 18px;
  padding: 16px 18px;
  background: #faf7f2;
  border: 1px solid #ebe3d8;
  border-radius: 18px;
}
.sp-faq {
  display: grid;
  gap: 14px;
}
.sp-faq details {
  background: #fff;
  border: 1px solid #ece6dc;
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 8px 24px rgba(36, 39, 42, .04);
}
.sp-faq summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.sp-faq summary::-webkit-details-marker {
  display: none;
}
.sp-faq p {
  margin: 12px 0 0;
}
.sp-cta {
  padding: 72px 0;
  background:
    linear-gradient(
      180deg,
      #f8f3ed 0%,
      #efe4d5 100%);
}
.sp-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}
.sp-cta h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  margin-bottom: 12px;
}
.sp-cta p {
  margin: 0;
  color: #545956;
  line-height: 1.75;
  max-width: 60ch;
}
.sp-page a {
  color: #7b6243;
}
.sp-page p a,
.sp-page li a {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}
.sp-section--dark p a,
.sp-section--dark li a {
  color: #e4cda9;
}
@media (max-width: 1080px) {
  .sp-quicknav__grid,
  .sp-cards,
  .sp-plan,
  .sp-fabrics,
  .sp-pleats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sp-heading,
  .sp-hero__grid,
  .sp-project,
  .sp-choice,
  .sp-wave,
  .sp-cta__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .sp-shell {
    width: min(100% - 24px, 1180px);
  }
  .sp-hero {
    padding-top: 28px;
  }
  .sp-facts,
  .sp-quicknav__grid,
  .sp-cards,
  .sp-plan,
  .sp-choice,
  .sp-pleats,
  .sp-fabrics {
    grid-template-columns: 1fr;
  }
  .sp-heading h2,
  .sp-cta h2 {
    font-size: 2rem;
  }
  .sp-hero h1 {
    font-size: 2.35rem;
  }
  .sp-section,
  .sp-cta {
    padding: 52px 0;
  }
  .sp-hero__tag {
    position: static;
    margin-top: 14px;
  }
}
.sp-section--dark .sp-choice h3,
.sp-section--dark .sp-wave__copy h2,
.sp-section--dark .sp-faq summary {
  color: #fff;
}
.sp-section--dark .sp-choice article {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .05);
}
.sp-section--dark .sp-choice p,
.sp-section--dark .sp-choice li,
.sp-section--dark .sp-wave__copy p {
  color: #dfe2dc;
}
