:root {
  --sh-cream: #f7f4ee;
  --sh-paper: #ffffff;
  --sh-ink: #171819;
  --sh-muted: #66696b;
  --sh-forest: #242628;
  --sh-forest-soft: #45484a;
  --sh-accent: #c45d43;
  --sh-line: rgba(23, 24, 25, .14);
  --sh-dark-line: rgba(255, 255, 255, .18);
  --sh-wrap: 1240px;
  --sh-gut: clamp(1.25rem, 4vw, 3rem);
  --sh-section: clamp(4.75rem, 9vw, 8.5rem);
  --sh-ease: cubic-bezier(.16, 1, .3, 1);
}

.sh-page {
  background: var(--sh-cream);
  color: var(--sh-ink);
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.sh-page h1,
.sh-page h2,
.sh-page h3,
.sh-page h4,
.sh-page .brand__name {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-variation-settings: normal;
  letter-spacing: -.04em;
}
.sh-page h1 { font-size: clamp(3.15rem, 7vw, 6.7rem); font-weight: 720; line-height: .95; }
.sh-page h2 { font-size: clamp(2.25rem, 4.8vw, 4.35rem); font-weight: 680; line-height: 1; }
.sh-page h3 { font-size: clamp(1.3rem, 2.2vw, 1.9rem); font-weight: 620; line-height: 1.12; }
.sh-page p { line-height: 1.65; }
.sh-page .site-head { background: rgba(255, 255, 255, .94); }
.sh-page .nav__links { gap: clamp(.65rem, 1.2vw, 1.2rem); }
.sh-page .nav__links a { font-size: .82rem; font-weight: 570; }
.sh-page .brand__mark { background: #14181d; }
.sh-page .foot__brand .brand__mark { background: rgba(246,243,238,.1); }
.sh-page .nav__cta .btn { background: var(--sh-accent); border-color: var(--sh-accent); }
.sh-page .nav__cta .btn:hover { background: #a94b36; border-color: #a94b36; }

.sh-wrap { width: min(var(--sh-wrap), 100% - 2 * var(--sh-gut)); margin-inline: auto; }
.sh-section { padding-block: var(--sh-section); }
.sh-section--paper { background: var(--sh-paper); }
.sh-section--dark { background: var(--sh-forest); color: var(--sh-paper); }
.sh-section--ink { background: #242628; color: var(--sh-paper); }
.sh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 1.2rem;
  color: var(--sh-accent);
  font-size: .71rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.sh-eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.sh-lede { max-width: 61ch; color: var(--sh-muted); font-size: clamp(1.07rem, 1.65vw, 1.27rem); }
.sh-section--dark .sh-lede,
.sh-section--ink .sh-lede { color: rgba(255,253,248,.7); }

.sh-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .85rem 1.25rem;
  border: 1px solid var(--sh-accent);
  border-radius: 999px;
  background: var(--sh-accent);
  color: #fff;
  font-size: .87rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s var(--sh-ease), background .3s var(--sh-ease), border-color .3s var(--sh-ease);
}
.sh-button:hover { transform: translateY(-2px); background: #a94b36; border-color: #a94b36; }
.sh-button:active { transform: translateY(1px) scale(.98); }
.sh-button--light { border-color: var(--sh-paper); background: var(--sh-paper); color: var(--sh-forest); }
.sh-button--ghost { border-color: var(--sh-line); background: transparent; color: var(--sh-ink); }
.sh-section--dark .sh-button--ghost,
.sh-section--ink .sh-button--ghost { border-color: var(--sh-dark-line); color: var(--sh-paper); }
.sh-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }

.sh-hero {
  position: relative;
  min-height: min(790px, calc(100dvh - 76px));
  overflow: hidden;
  background: var(--sh-forest);
  color: var(--sh-paper);
}
.sh-hero__grid { min-height: inherit; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); }
.sh-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(5rem, 9vw, 8rem) clamp(2rem, 7vw, 7rem) clamp(5rem, 9vw, 8rem) max(var(--sh-gut), calc((100vw - var(--sh-wrap)) / 2));
}
.sh-hero h1 { max-width: 10.5ch; color: var(--sh-paper); }
.sh-hero__copy > p { max-width: 49ch; margin: 1.6rem 0 0; color: rgba(255,253,248,.76); font-size: clamp(1.06rem, 1.6vw, 1.23rem); }
.sh-hero__media { position: relative; min-height: 590px; overflow: hidden; background: #252729; }
.sh-hero__media img,
.sh-hero__media video { width: 100%; height: 100%; object-fit: cover; }
.sh-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,18,19,.32), transparent 42%), linear-gradient(180deg, transparent 66%, rgba(17,18,19,.38)); pointer-events: none; }
.sh-hero__note {
  position: absolute;
  right: clamp(1.4rem, 4vw, 3.2rem);
  bottom: clamp(1.4rem, 4vw, 3.2rem);
  z-index: 2;
  max-width: 275px;
  padding: 1.2rem 1.35rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 17px;
  background: rgba(17,18,19,.78);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: .86rem;
}
.sh-hero--black,
.sh-hero--rust,
.sh-hero--bpa,
.sh-hero--competence { background: #242628; }
.sh-hero--black .sh-hero__copy { background: #242628; }

.sh-intro-grid,
.sh-split { display: grid; grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.sh-intro-grid h2,
.sh-split h2 { max-width: 11ch; color: var(--sh-forest); }
.sh-section--dark h2,
.sh-section--ink h2 { color: var(--sh-paper); }
.sh-copy { color: var(--sh-muted); }
.sh-copy > p:first-child { font-size: 1.08rem; }

.sh-link-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1rem; margin-top: 3.25rem; }
.sh-link-card {
  position: relative;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.7rem, 4vw, 3rem);
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(20, 24, 29, .14);
  background: var(--sh-paper);
  color: var(--sh-ink);
  text-decoration: none;
  transition: transform .35s var(--sh-ease);
}
.sh-link-card:hover { transform: translateY(-3px); }
.sh-link-card:nth-child(odd) { border-color: #242628; background: #242628; color: #fff; }
.sh-link-card:nth-child(even) { background: #fff; color: #14181d; }
.sh-link-card__number { position: absolute; top: 1.4rem; right: 1.55rem; color: currentColor; font-size: .7rem; font-weight: 700; letter-spacing: .12em; opacity: .65; }
.sh-link-card p { max-width: 44ch; margin: .75rem 0 0; color: currentColor; font-size: .91rem; opacity: .72; }

.sh-feature-list { margin: 0; padding: 0; border-top: 1px solid var(--sh-line); list-style: none; }
.sh-feature-list li { display: grid; grid-template-columns: 42px 1fr; gap: .8rem; padding: 1rem 0; border-bottom: 1px solid var(--sh-line); }
.sh-feature-list span:first-child { color: var(--sh-accent); font-size: .74rem; font-weight: 750; letter-spacing: .08em; }
.sh-section--dark .sh-feature-list,
.sh-section--ink .sh-feature-list { border-color: var(--sh-dark-line); }
.sh-section--dark .sh-feature-list li,
.sh-section--ink .sh-feature-list li { border-color: var(--sh-dark-line); color: rgba(255,253,248,.82); }

.sh-topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; margin-top: 3rem; }
.sh-topic {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border: 1px solid var(--sh-line);
  border-radius: 24px;
  background: var(--sh-paper);
  transition: transform .3s var(--sh-ease);
}
.sh-topic:hover { transform: translateY(-3px); }
.sh-section:not(.sh-section--dark):not(.sh-section--ink) .sh-topic:nth-child(4n + 1) {
  border-color: #242628;
  background: #242628;
  color: #fff;
}
.sh-topic__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 1.2rem;
  border: 1px solid var(--sh-line);
  border-radius: 50%;
  color: var(--sh-accent);
}
.sh-topic__icon svg { width: 20px; height: 20px; }
.sh-topic h3 { margin-bottom: .75rem; }
.sh-topic p { color: var(--sh-muted); font-size: .93rem; }
.sh-topic ul { margin: .8rem 0 0; padding-left: 1.1rem; color: var(--sh-muted); font-size: .9rem; }
.sh-section:not(.sh-section--dark):not(.sh-section--ink) .sh-topic:nth-child(4n + 1) p,
.sh-section:not(.sh-section--dark):not(.sh-section--ink) .sh-topic:nth-child(4n + 1) ul {
  color: rgba(255,255,255,.72);
}
.sh-topic li + li { margin-top: .35rem; }
.sh-section--dark .sh-topic,
.sh-section--ink .sh-topic { border-color: var(--sh-dark-line); background: rgba(255,255,255,.035); }
.sh-section--dark .sh-topic p,
.sh-section--dark .sh-topic ul,
.sh-section--ink .sh-topic p,
.sh-section--ink .sh-topic ul { color: rgba(255,253,248,.65); }

.sh-process { margin-top: 3.2rem; border-top: 1px solid var(--sh-line); }
.sh-process__step { display: grid; grid-template-columns: 64px minmax(180px, .45fr) 1fr; gap: 1.5rem; align-items: start; padding: 1.35rem 0; border-bottom: 1px solid var(--sh-line); }
.sh-process__step > span { color: var(--sh-accent); font-size: .72rem; font-weight: 750; letter-spacing: .1em; }
.sh-process__step h3 { font-size: 1.13rem; letter-spacing: -.025em; }
.sh-process__step p { margin: 0; color: var(--sh-muted); font-size: .92rem; }

.sh-image-band { min-height: 580px; position: relative; display: grid; align-items: end; overflow: hidden; color: #fff; }
.sh-image-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sh-image-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(12,13,14,.88)); }
.sh-image-band__copy { position: relative; z-index: 1; max-width: 780px; padding-block: clamp(3rem, 7vw, 6rem); }
.sh-image-band h2 { color: #fff; }
.sh-image-band p { max-width: 58ch; margin-top: 1rem; color: rgba(255,255,255,.78); }

.sh-cta { background: var(--sh-accent); color: #fff; }
.sh-cta__grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; align-items: center; }
.sh-cta h2 { max-width: 13ch; color: #fff; }
.sh-cta p { max-width: 58ch; margin-top: 1rem; color: rgba(255,255,255,.82); }
.sh-cta .sh-button--light { flex-shrink: 0; }

.sh-contact-card { padding: clamp(1.8rem, 4vw, 3rem); border-radius: 24px; background: var(--sh-paper); }
.sh-contact-card h3 { margin-bottom: 1rem; }
.sh-contact-card a { color: var(--sh-forest); font-weight: 700; }
.sh-contact-card dl { margin: 1.5rem 0 0; }
.sh-contact-card dl div { padding: .9rem 0; border-top: 1px solid var(--sh-line); }
.sh-contact-card dt { color: var(--sh-muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.sh-contact-card dd { margin: .3rem 0 0; }

.sh-form { padding: clamp(1.5rem, 4vw, 2.6rem); border-radius: 24px; background: var(--sh-paper); }
.sh-form .form__body { padding: 0; }
.sh-form .field input,
.sh-form .field select,
.sh-form .field textarea { background: #fff; }

.sh-page .site-foot { background: #242628; }

@media (max-width: 1080px) {
  .sh-page .nav__links { gap: .65rem; }
  .sh-page .nav__links a { font-size: .77rem; }
}

@media (max-width: 980px) {
  .sh-page .nav__links { gap: 0; }
  .sh-page .nav__links a { font-size: 1.02rem; }
  .sh-hero__grid { grid-template-columns: 1fr; }
  .sh-hero__copy { min-height: 560px; padding-left: var(--sh-gut); }
  .sh-hero__media { min-height: 480px; }
  .sh-intro-grid,
  .sh-split { grid-template-columns: 1fr; gap: 2.8rem; }
  .sh-cta__grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .sh-page { font-size: 16px; }
  .sh-page h1 { font-size: clamp(2.85rem, 13vw, 4.15rem); }
  .sh-page h2 { font-size: clamp(2.2rem, 10.5vw, 3.15rem); }
  .sh-hero { min-height: auto; }
  .sh-hero__grid { display: flex; flex-direction: column-reverse; }
  .sh-hero__copy { min-height: 520px; padding: 4.5rem var(--sh-gut); }
  .sh-hero__media { min-height: 370px; }
  .sh-hero__note { right: 1.2rem; bottom: 1.2rem; left: 1.2rem; max-width: none; }
  .sh-actions { width: 100%; }
  .sh-actions .sh-button { width: 100%; }
  .sh-link-grid,
  .sh-topic-grid { grid-template-columns: 1fr; }
  .sh-link-card { min-height: 280px; border-radius: 19px; }
  .sh-topic { min-height: 250px; border-radius: 22px; }
  .sh-process__step { grid-template-columns: 42px 1fr; gap: .9rem; }
  .sh-process__step p { grid-column: 2; }
  .sh-image-band { min-height: 500px; }
  .sh-cta .sh-button { width: 100%; }
  .sh-contact-card,
  .sh-form { border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .sh-button,
  .sh-link-card,
  .sh-topic { transition-duration: .01ms !important; }
}

@media (max-width: 1120px) {
  .bpa-page .nav__cta .btn {
    display: inline-flex;
    min-height: 42px;
    padding: .55rem .9rem;
  }
}

@media (max-width: 520px) {
  .bpa-page .nav { gap: .75rem; }
  .bpa-page .brand { gap: .5rem; }
  .bpa-page .nav__cta { gap: .45rem; }
  .bpa-page .nav__cta .btn { padding-inline: .75rem; }
}
