.page-shell {
  width: min(calc(100% - var(--page-gutter) * 2), var(--page-max-width));
  margin-inline: auto;
}
.sourcing-section, .company-services { padding-block: clamp(4.5rem, 7.5vw, 8rem); scroll-margin-top: 2rem; }
.sourcing-section { background: #f6f5f1; color: #222222; color-scheme: light; }
.section-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: start; padding-bottom: 2rem; border-bottom: 1px solid #d7d4cb; margin-bottom: clamp(2.5rem, 4vw, 4.5rem); }
.section-eyebrow { margin: 0; font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 600; }
.section-side-note { margin: 0; text-align: right; font-size: .875rem; line-height: 1.6; color: #686960; }
.sourcing-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; }
.sourcing-copy h2, .services-heading h2, .about-title, .about-statement h2 { margin: 0 0 1.75rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.7rem, 4.2vw, 5rem); line-height: 1.06; letter-spacing: -.045em; font-weight: 400; }
.sourcing-copy h2 em, .about-title em { color: #927039; font-weight: 400; }
.section-description { font-size: clamp(1.125rem, 1.35vw, 1.5rem); line-height: 1.65; max-width: 34rem; margin: 0 0 1.25rem; }
.placeholder-copy { max-width: 32rem; font-size: 1rem; line-height: 1.85; color: #666666; margin: 0 0 2.25rem; }
.company-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 3rem; padding: 1rem 1.5rem; background: #222222; color: #fff; border: 1px solid #222222; font-size: .9375rem; font-weight: 600; min-height: 3.25rem; transition: background .2s, transform .2s; }
.company-button:hover { background: #222222; transform: translateY(-2px); }
.company-button:focus-visible, .service-item summary:focus-visible { outline: 3px solid #c69a57; outline-offset: 5px; }
.sourcing-notes { display: flex; flex-wrap: wrap; gap: .65rem 1.25rem; margin-top: 2rem; font-size: .8rem; color: #6a6b63; }
.sourcing-notes span { padding-bottom: .5rem; border-bottom: 1px solid #c9c5ba; }
.sourcing-visuals { position: relative; padding: 0 0 4rem 3.75rem; }
.sourcing-visuals figure, .services-image { margin: 0; }
.placeholder-photo { position: relative; overflow: hidden; }
.placeholder-photo > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.sourcing-room { height: clamp(26rem, 39vw, 43rem); }
.placeholder-photo figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 4rem 1.5rem 1.5rem; color: #fff; background: linear-gradient(transparent, #000b); display: flex; flex-direction: column; gap: .4rem; }
.placeholder-photo figcaption > span { font-family: Georgia, serif; font-size: 1.5rem; }
.placeholder-photo small, .sourcing-detail small { font-size: .75rem; letter-spacing: .04em; }
.sourcing-room figcaption { align-items: flex-end; }
.sourcing-detail { position: absolute; left: 0; bottom: 0; width: 43%; padding: .75rem; background: #fff; box-shadow: 0 12px 35px #00000012; }
.sourcing-product-image { aspect-ratio: 1; width: 100%; background: #f4f3ef; padding: 1rem; }
.sourcing-product-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; }
.sourcing-detail figcaption { display: flex; flex-direction: column; gap: .4rem; padding: 1rem .25rem .25rem; font-size: .875rem; }
.sourcing-detail small { color: #73756c; }
.image-editorial-label { position: absolute; bottom: 1.25rem; right: 0; text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; color: #79776d; }
.company-services { background: #000000; color: #f4f1e9; }
.company-services .section-heading { border-color: #ffffff26; }
.company-services .section-eyebrow { color: #d5b785; }
.company-services .section-side-note { color: #cccccc; }
.services-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.services-heading h2 { margin: 0; }
.services-heading h2 em { font-weight: 400; color: #d5b785; }
.services-heading .section-description { color: #d8d8d8; margin-bottom: .5rem; }
.services-grid { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(2rem, 5vw, 6rem); align-items: start; }
.services-image { height: clamp(24rem, 31vw, 36rem); }
.service-list { border-top: 1px solid #ffffff30; }
.service-item { border-bottom: 1px solid #ffffff30; }
.service-item summary { list-style: none; display: grid; grid-template-columns: 2rem 1fr 1rem; gap: 1rem; align-items: center; padding: 1.8rem 0; cursor: pointer; font-size: clamp(1.3rem, 1.8vw, 2rem); font-family: Georgia, serif; }
.service-item summary::-webkit-details-marker { display: none; }
.service-number { font-family: 'Avenir Next', sans-serif; font-size: .8rem; color: #d5b785; }
.service-toggle { width: 1rem; height: 1rem; position: relative; }
.service-toggle::before, .service-toggle::after { content: ''; position: absolute; background: #d5b785; }
.service-toggle::before { height: 1px; width: 100%; top: 50%; }
.service-toggle::after { width: 1px; height: 100%; left: 50%; }
.service-item[open] .service-toggle::after { display: none; }
.service-description { padding: 0 2rem 2rem 3rem; }
.service-description p { font-size: 1rem; line-height: 1.8; color: #d8d8d8; margin: 0 0 1.25rem; }
.service-description > span { font-size: .8rem; color: #d5b785; line-height: 1.8; }
.service-draft-note { color: #aaaaaa; font-size: .75rem; line-height: 1.6; margin: 1rem 0 0; }
.company-trust { margin-top: clamp(3rem, 6vw, 7rem); padding-top: 3rem; border-top: 1px solid #ffffff30; display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 3rem; }
.experience-stat { display: flex; gap: 1.5rem; align-items: center; }
.experience-stat strong { font-size: clamp(4rem, 6vw, 6rem); font-family: Georgia, serif; line-height: 1; font-weight: 400; color: #d5b785; }
.experience-stat strong span { font-size: .85rem; display: block; font-family: 'Avenir Next', sans-serif; text-transform: uppercase; letter-spacing: .2em; margin-top: .75rem; }
.experience-stat p { font-size: 1rem; line-height: 1.7; color: #d8d8d8; }
.trust-audiences ul { margin: 1rem 0 0; padding: 0; list-style: none; font-size: 1rem; line-height: 1.9; }
.company-button-light { background: #d5b785; border-color: #d5b785; color: #171c18; }
.company-button-light:hover { background: #ecd5af; }
.about-page { background: #f6f5f1; color: #222222; }
.about-page .site-header { color: var(--ink); }
.about-main { padding-top: calc(var(--header-height) + 4.5rem); }
.about-hero { padding-bottom: 4rem; }
.about-title { max-width: 60rem; font-size: clamp(3.2rem, 6vw, 7rem); margin-top: 2rem; }
.about-statement { padding-block: 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; border-top: 1px solid #d7d4cb; }
.about-statement h2 { font-size: clamp(2.5rem, 3vw, 3.5rem); }
.about-statement p { font-size: 1.125rem; line-height: 1.8; color: #666666; margin: 0 0 1.5rem; }
.about-links { display: flex; gap: 1rem; flex-wrap: wrap; }
@media (min-width: 1600px) { .sourcing-copy { max-width: 43rem; } }
@media (max-width: 1000px) {
  .sourcing-grid { gap: 2rem; }
  .sourcing-visuals { padding-left: 1.5rem; }
  .sourcing-detail { width: 50%; }
  .image-editorial-label { display: none; }
  .company-trust { grid-template-columns: 1fr 1fr; }
  .company-trust > .company-button { justify-self: start; }
}
@media (max-width: 760px) {
  .sourcing-grid, .services-heading, .services-grid, .about-statement { grid-template-columns: 1fr; gap: 2.5rem; }
  .section-side-note { display: none; }
  .sourcing-visuals { padding-left: 2.5rem; }
  .sourcing-room { height: 30rem; }
  .sourcing-detail { width: 45%; }
  .sourcing-room figcaption { align-items: flex-end; }
  .sourcing-room figcaption > span { font-size: 1.1rem; max-width: 9rem; text-align: right; }
  .company-trust { grid-template-columns: 1fr; gap: 2rem; }
  .services-image { height: 25rem; }
  .service-item summary { padding-block: 1.5rem; }
  .service-description { padding-left: 0; padding-right: 0; }
  .about-main { padding-top: calc(var(--header-height) + 3rem); }
}
@media (prefers-reduced-motion: reduce) { .company-button { transition: none; } }
