/* Production Design B service/system shell. */
body.abc-production-shell { margin:0; background:#FBF9F5; color:#16191A; font-family:'Schibsted Grotesk',system-ui,sans-serif; }
body.abc-production-shell x-dc { display:block; }
body.abc-production-shell #main-content { min-height:65dvh; }

.abc-production-service { background:#FBF9F5; padding-top:clamp(112px,14vh,164px); }
.abc-production-service__content { width:min(calc(100% - clamp(40px,8vw,112px)),1440px); margin-inline:auto; padding-bottom:clamp(72px,9vw,132px); }
.abc-production-service__content > .wp-block-group:first-child { margin:0; }
.abc-production-service__content .abc-section { padding-block:clamp(56px,7vw,104px); }
.abc-production-service__content .abc-section:first-child { padding-top:clamp(36px,5vw,72px); }
.abc-production-service__content h1 { margin:0 0 clamp(22px,3vw,38px); max-width:16ch; font-family:'Instrument Serif',Georgia,serif; font-size:clamp(52px,6vw,96px); font-weight:400; line-height:.98; letter-spacing:-.025em; color:#16191A; }
.abc-production-service__content h2 { font-family:'Instrument Serif',Georgia,serif; font-weight:400; line-height:1.04; color:#16191A; }
.abc-production-service__content p { max-width:68ch; font-size:clamp(16px,1.05vw,18px); line-height:1.7; color:#4B504D; }
.abc-production-service__content .abc-surface-inverse h1,
.abc-production-service__content .abc-surface-inverse h2 { color:#FBF9F5; }
.abc-production-service__content .abc-surface-inverse p { color:rgba(251,249,245,.76); }

.abc-production-system { min-height:100dvh; background:#0D2B29; color:#FBF9F5; display:flex; align-items:center; padding:clamp(132px,18vh,210px) clamp(20px,4vw,56px) clamp(72px,10vh,120px); }
.abc-production-system__inner { width:min(100%,1200px); margin-inline:auto; }
.abc-production-system__eyebrow { margin:0 0 20px; font-size:11px; font-weight:600; letter-spacing:.22em; text-transform:uppercase; color:rgba(251,249,245,.55); }
.abc-production-system h1 { margin:0; max-width:12ch; font-family:'Instrument Serif',Georgia,serif; font-size:clamp(58px,7vw,112px); font-weight:400; line-height:.93; letter-spacing:-.026em; color:#FBF9F5; }
.abc-production-system__lede { margin:clamp(26px,4vw,46px) 0 0; max-width:48ch; font-size:clamp(17px,1.2vw,21px); line-height:1.65; color:rgba(251,249,245,.68); }
.abc-production-system__actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:38px; }
.abc-production-system__button { display:inline-flex; align-items:center; gap:18px; padding:17px 24px; border:1px solid rgba(251,249,245,.38); color:#FBF9F5; font-size:11px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; text-decoration:none; }
.abc-production-system__button--light { background:#FBF9F5; border-color:#FBF9F5; color:#0D2B29; }
.abc-production-search form.search-form { margin-top:36px; display:flex; gap:10px; max-width:760px; }
.abc-production-search input[type="search"] { flex:1; min-width:0; padding:15px 16px; border:1px solid rgba(251,249,245,.25); background:#FBF9F5; color:#16191A; }
.abc-production-search input[type="submit"] { padding:15px 22px; border:1px solid #FBF9F5; background:#FBF9F5; color:#0D2B29; }
.abc-production-search__results { margin-top:46px; }
.abc-production-search__item { padding:22px 0; border-top:1px solid rgba(251,249,245,.18); }
.abc-production-search__item h2 { margin:0; font-family:'Instrument Serif',Georgia,serif; font-size:clamp(28px,3vw,42px); font-weight:400; }

@media (max-width:700px) {
  .abc-production-service { padding-top:96px; }
  .abc-production-service__content { width:min(calc(100% - 40px),1440px); }
  .abc-production-service__content h1 { font-size:clamp(44px,13vw,68px); }
  .abc-production-system { align-items:flex-start; padding-top:clamp(132px,18vh,170px); }
  .abc-production-system h1 { font-size:clamp(48px,14vw,74px); }
  .abc-production-system__actions { flex-direction:column; align-items:stretch; }
  .abc-production-system__button { justify-content:space-between; }
}
