@font-face {
  font-family: "Pretendard Variable";
  src: url("/assets/fonts/PretendardVariable.woff2") format("woff2");
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
}
body[data-design="library"] {
  --font-body: "Pretendard Variable", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  --font-hero-title: var(--font-body);
  font-family: var(--font-body);
  background: #fff;
  color: #252525;
  color-scheme: light;
}
body[data-design="library"] :is(input, select, textarea, button) { font-family: var(--font-body); }
body[data-design="library"][data-page="home"] #main,
body[data-design="library"][data-mobile-view="home"] #main { margin: 0; padding: 0; max-width: none; width: 100%; }
.library-header, .library-surface, .library-header *, .library-surface * { box-sizing: border-box; letter-spacing: 0; }
.library-header, .library-surface { font-family: var(--font-body); }
.library-header a, .library-surface a { color: inherit; text-decoration: none; }
.library-header { background: #fff; border-bottom: 1px solid #e7e7e7; width: 100%; }
.library-header-inner { max-width: 1184px; margin: auto; padding: 0 24px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; min-height: 76px; }
.library-brand { display: flex; width: fit-content; gap: 10px; align-items: center; font-size: 19px; font-weight: 650; line-height: 1.4; white-space: nowrap; }
.library-brand img { width: 36px; height: 36px; flex: none; object-fit: contain; border-radius: 6px; }
.library-brand small { display: block; color: #666; font-size: 11px; font-weight: 500; }
.library-nav { display: flex; align-items: center; justify-content: center; gap: 24px; }
.library-nav a { display: flex; align-items: center; min-height: 76px; border-bottom: 2px solid transparent; font-size: 14px; font-weight: 600; white-space: nowrap; }
.library-nav a[aria-current] { color: #a52623; border-bottom-color: #a52623; }
.library-header .library-consult { justify-self: end; display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 8px 18px; color: #a52623; background: #fff; border: 1px solid #d7b7b5; font-size: 14px; font-weight: 600; border-radius: 5px; white-space: nowrap; }
.library-surface { max-width: 1184px; padding: 0 24px 48px; margin: auto; line-height: 1.6; }
.library-surface .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.library-surface [hidden] { display: none !important; }
.library-surface :is(h1, h2, h3, p) { margin: 0; font-family: var(--font-body); }
.library-surface h1 { font-size: 29px; font-weight: 750; line-height: 1.4; }
.library-search { display: flex; position: relative; width: 340px; flex: none; border-bottom: 1px solid #777; background: #fff; }
.library-search input { min-width: 0; width: 100%; border: 0; outline-offset: -2px; padding: 12px 4px; background: transparent; color: #252525; font-size: 15px; font-weight: 400; }
.library-search button { flex: none; min-width: 52px; padding: 8px; border: 0; background: transparent; color: #252525; font-size: 14px; font-weight: 600; cursor: pointer; }
.library-search .search-autocomplete { top: 100%; left: auto; right: 0; width: 420px; max-width: calc(100vw - 32px); z-index: 20; }
.library-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 0 0 20px; }
.library-section-heading h2 { font-size: 21px; line-height: 1.4; font-weight: 700; color: #252525; }
.library-section-heading p { color: #626262; font-size: 14px; font-weight: 400; margin-top: 6px; }
.library-section-heading > :is(a, span) { flex: none; font-size: 13px; font-weight: 600; color: #555; padding: 8px 0; }
.library-section-heading > a:hover { color: #a52623; text-decoration: underline; }
.library-start { padding-top: 12px; }
.library-starter-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 24px 36px; }
.library-video { min-width: 0; }
.library-thumbnail { display: block; position: relative; aspect-ratio: 16 / 9; border-radius: 5px; overflow: hidden; background: #f3f3f3; }
.library-thumbnail img { display: block; width: 100%; height: 100%; object-fit: contain; }
.library-thumbnail > span { position: absolute; bottom: 6px; right: 6px; color: #fff; background: #202020; border-radius: 2px; padding: 0 4px; font-size: 11px; line-height: 1.6; font-weight: 600; }
.library-video-copy { padding: 12px 0 0; }
.library-purpose { display: block; font-size: 12px; color: #8c302b; font-weight: 600; margin: 0 0 5px; }
.library-video h3 { font-size: 15px; font-weight: 650; line-height: 1.55; word-break: keep-all; overflow-wrap: anywhere; }
.library-video h3 a { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.library-video h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.library-video-copy p { display: flex; gap: 12px; flex-wrap: wrap; color: #666; font-size: 12px; line-height: 1.5; font-weight: 400; margin-top: 7px; }
.library-starter-grid .library-video:first-child { grid-row: span 2; }
.library-starter-grid .library-video:first-child h3 { font-size: 19px; }
.library-starter-grid .library-video:not(:first-child) { display: grid; grid-template-columns: minmax(120px, 44%) minmax(0, 1fr); align-items: start; gap: 18px; }
.library-starter-grid .library-video:not(:first-child) .library-video-copy { padding-top: 1px; }
.library-consult-band { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 8px 24px; margin: 32px 0 36px; padding: 24px 0 24px 20px; border-left: 3px solid #a52623; }
.library-consult-band h2 { font-size: 18px; font-weight: 700; }
.library-consult-band p { color: #626262; font-size: 14px; font-weight: 400; margin-top: 4px; }
.library-consult-band > a { display: inline-flex; gap: 16px; align-items: center; min-height: 46px; padding: 10px 0; color: #252525; font-size: 14px; font-weight: 650; text-decoration: underline; text-underline-offset: 5px; }
.library-consult-band > a img { flex: none; }
.library-consult-band > small { font-size: 12px; color: #666; }
.library-video-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 22px; }
.library-latest, .library-cases, .library-more { padding: 0 0 40px; }
.library-help { display: flex; justify-content: center; gap: 28px; border-top: 1px solid #e7e7e7; padding-top: 24px; font-size: 14px; }
.library-help a { text-decoration: underline; text-underline-offset: 4px; }
.library-surface .journey-intro { padding: 30px 0 26px; }
.library-surface .journey-intro p { margin-top: 10px; color: #626262; font-size: 14px; }
.library-surface .journey-watch-layout { grid-template-columns: minmax(0, 1fr) 330px; gap: 32px; }
.library-surface .journey-step { font-size: 13px; color: #5b5b5b; }
.library-surface .journey-step > span:first-child, .library-surface .journey-purpose { color: #8c302b; }
.library-surface .journey-playlist h2 { margin-bottom: 20px; font-size: 17px; }
.library-surface .journey-playlist li a { padding: 12px 0; border: 0; border-bottom: 1px solid #e7e7e7; border-radius: 0; }
.library-surface .journey-playlist li a[aria-current] { background: #f5f5f5; box-shadow: inset 3px 0 #a52623; padding-left: 12px; }
.library-surface .journey-playlist li { margin: 0; }
.library-surface .journey-playlist strong { font-size: 13px; font-weight: 600; }
.library-surface .journey-playlist small { color: #5b5b5b; }
.library-surface .journey-purpose { font-size: 12px; }
.library-surface .journey-progress { margin-top: 16px; color: #555; }
.library-surface .journey-optional { font-size: 12px; color: #666; }
.library-surface .journey-ended { background: #f5f5f5; border-color: #ddd; }
.library-surface .journey-primary { background: #252525; }
.journey-ended-consult { display: inline-block; padding: 12px 16px; font-size: 14px; text-decoration: underline !important; }
.library-surface .journey-resume { background: #f6f6f6; color: #333; border-color: #ccc; }
.library-surface .journey-preparation { padding-top: 0; }
body[data-design="library"] .site-footer { background: #eef1ef !important; color: #555; border-top: 1px solid #e0e5e1; padding: 28px 24px; font-family: var(--font-body); }
body[data-design="library"] .site-footer p { font-size: 13px; font-weight: 400; }
body[data-design="library"] .site-footer :is(a, button) { color: #555; font-family: inherit; font-size: 13px; font-weight: 500; }
body[data-design="library"] .footer-brand strong { font-family: inherit; font-weight: 700; font-size: 16px; }
body[data-design="library"] .playlist-category-view { background: #fff; }
body[data-design="library"] .playlist-summary-panel { background: #f4f4f4; color: #252525; min-height: 0; position: static; }
body[data-design="library"] .playlist-summary-copy h1 { font-size: 25px; font-weight: 700; line-height: 1.45; color: #252525; }
body[data-design="library"] .playlist-summary-copy :is(p, small, span), body[data-design="library"] .playlist-progress { color: #5b5b5b; }
body[data-design="library"] .playlist-progress :is(div, strong) { color: #454545; }
body[data-design="library"] .playlist-progress > span { background: #ddd; }
body[data-design="library"] .playlist-progress em { background: #a52623; }
body[data-design="library"] .playlist-small-action { background: #e6e6e6; color: #353535; }
body[data-design="library"] .playlist-video-title { font-family: var(--font-body); font-size: 16px; font-weight: 650; line-height: 1.5; }
body[data-design="library"] .playlist-video-info p { font-size: 12px; font-weight: 400; color: #666; }
.library-header :is(a, button):focus-visible, .library-surface :is(a, button, input, summary):focus-visible { outline: 2px solid #a52623; outline-offset: 4px; }
body[data-design="library"][data-page="consult"] .consult-page { max-width: 568px; margin: 0 auto; padding: 36px 24px 48px; }
body[data-design="library"][data-page="consult"] .consult-form-card { display: block !important; padding: 0 !important; border: 0 !important; background: #fff; box-shadow: none; }
body[data-design="library"][data-page="consult"] .consult-copy { text-align: left; justify-items: start; padding-bottom: 24px; }
body[data-design="library"][data-page="consult"] .consult-copy h1 { margin: 8px 0 12px; font-size: 26px; line-height: 1.5; font-weight: 700; }
body[data-design="library"][data-page="consult"] .consult-copy > span { color: #666; font: 13px/1.5 var(--font-body); }
body[data-design="library"][data-page="consult"] .consult-copy p { max-width: none; color: #555 !important; font-size: 14px; font-weight: 400; }
body[data-design="library"][data-page="consult"] .consult-form { padding: 24px; border: 1px solid #ddd; border-radius: 6px; background: #fff; }
body[data-design="library"][data-page="consult"] .consult-field-grid { grid-template-columns: minmax(0,1fr); gap: 18px; }
body[data-design="library"][data-page="consult"] .consult-field-grid label:nth-child(3) { width: 100%; }
body[data-design="library"][data-page="consult"] .consult-form label > span { justify-content: flex-start; font-size: 15px; font-weight: 600; text-align: left; }
body[data-design="library"][data-page="consult"] .consult-form :is(input:not([type="checkbox"]), select) { min-height: 48px; background: #fff; border: 1px solid #c9c9c9; border-radius: 4px; }
body[data-design="library"][data-page="consult"] .consult-form .consult-consent { background: transparent; border: 0; padding: 6px 0; gap: 10px; }
body[data-design="library"][data-page="consult"] .consult-form .consult-consent span { font-size: 13px; font-weight: 400; }
body[data-design="library"][data-page="consult"] .consult-form .consult-submit-row { grid-template-columns: minmax(0,1fr); }
body[data-design="library"] [data-consult-submit] { background: #a52623 !important; color: #fff !important; font-weight: 650; min-height: 48px; border-radius: 5px; }
body[data-design="library"][data-page="consult"] .consult-note { margin-top: 24px; padding: 0 !important; border: 0 !important; background: transparent !important; }
body[data-design="library"][data-page="consult"] .consult-note :is(p, strong) { font: 12px/1.7 var(--font-body); color: #666; }
body[data-design="library"][data-mobile-view="consult"] .m-consult-page { max-width: 568px; margin: auto; }
body[data-design="library"] .m-consult-page .m-consult-hero { align-items: flex-start; text-align: left; }
body[data-design="library"] .m-consult-page .m-consult-hero :is(h1, p) { text-align: left; }
body[data-design="library"] .m-consult-form :is(input:not([type="checkbox"]), select) { border-radius: 4px !important; }
body[data-design="library"] .m-consult-form .consult-consent { background: transparent; border: 0; padding: 6px 0; }
body[data-design="library"] .m-consult-proof { font-weight: 400; }

/* The supplied channel photograph stays unchanged; the hero frames its portrait. */
.library-surface.library-home { max-width: none; padding: 0 0 40px; }
.library-home .library-wrap { width: 100%; max-width: 1184px; margin-inline: auto; padding-inline: 24px; }
.library-hero { background: #e8ebea; border-bottom: 1px solid #d8ddda; overflow: hidden; }
.library-hero-inner { position: relative; min-height: 370px; }
.library-hero-copy { position: relative; z-index: 1; width: 65%; padding: 38px 0 36px; }
.library-hero .library-byline { font-size: 14px; font-weight: 500; color: #444c48; margin-bottom: 18px; }
.library-byline span { border-left: 1px solid #9da5a0; margin-left: 12px; padding-left: 12px; }
.library-hero h1 { font-size: 42px; font-weight: 600; line-height: 1.32; text-align: left; color: #202723; word-break: keep-all; }
.library-hero h1 > span { display: block; font-size: 34px; font-weight: 500; margin-top: 5px; }
.library-hero .library-hero-description { color: #414a45; font-size: 16px; line-height: 1.7; margin-top: 20px; }
.library-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 24px; margin-top: 24px; }
.library-home .library-start-link, .region-guide .library-start-link { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 10px 18px; border-radius: 4px; background: #a52623; color: #fff; font-size: 15px; font-weight: 550; white-space: nowrap; }
.library-start-link img { filter: invert(1); flex: none; }
.library-home .library-phone-link { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 7px; min-height: 44px; color: #343d38; font-size: 14px; font-weight: 500; }
.library-phone-link img { flex: none; }
.library-phone-number { font-size: 13px; font-variant-numeric: tabular-nums; }
.library-home .library-phone-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.library-hero-actions a:focus-visible { outline: 2px solid #202723; outline-offset: 4px; }
.library-portrait { position: absolute; right: 64px; bottom: 0; height: 370px; width: 360px; overflow: hidden; mix-blend-mode: darken; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 48%, 12% 48%); }
.library-portrait img { position: absolute; right: 0; bottom: 0; height: 100%; width: auto; max-width: none; }
.library-home .library-start { padding-top: 36px; padding-bottom: 0; }
.library-home .library-section-heading { align-items: center; margin-bottom: 24px; }
.library-home .library-section-heading h2 { font-size: 24px; font-weight: 600; }
.library-home .library-section-heading > a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: #3f4843; }
.library-home .library-section-heading > a img { flex: none; }
.library-home .library-starter-grid { gap: 22px 32px; }
.library-home .library-starter-grid .library-video:not(:first-child) { border-bottom: 1px solid #e2e6e3; padding-bottom: 20px; }
.library-home .library-starter-grid .library-video:last-child { border: 0; padding-bottom: 0; }
.library-home .library-purpose { color: #a52623; font-size: 13px; margin-bottom: 7px; }
.library-home .library-video h3 { font-weight: 550; }
.library-home .library-video-copy p { color: #5d655f; font-size: 12px; }
.library-home .library-consult-band { margin: 32px 0 36px; padding-top: 8px; padding-bottom: 8px; }
.library-home .library-cases { padding: 40px 0 32px; background: #eef1ef; border-block: 1px solid #e0e5e1; }
.library-home .library-cases .library-thumbnail { box-shadow: 0 1px 2px #19271d14; }
.library-home .library-case-note { font-size: 12px; color: #59625c; margin-top: 24px; }
.library-home .library-latest { padding-top: 40px; padding-bottom: 40px; }
.library-home .library-search { width: 100%; max-width: 520px; border: 1px solid #cbd2cd; border-radius: 4px; background: #f8faf8; margin-bottom: 24px; }
.library-home .library-search input { padding: 12px 14px; }
.library-home .library-search button { display: grid; place-items: center; min-height: 46px; }
.library-home .library-search .search-autocomplete { left: 0; right: auto; width: 100%; }
.library-home .library-empty { padding-block: 24px; color: #535e56; }
.library-home .library-help { border-top: 1px solid #dfe4e0; padding-top: 24px; }
.library-home .library-help a { min-height: 44px; display: inline-flex; align-items: center; }
.library-header .library-consult:hover { background: #f8eeed; }
.library-home .library-start-link:hover, .region-guide .library-start-link:hover { background: #871e1b; }
.library-header a, .library-home a { transition: color 160ms ease, background-color 160ms ease; }
/* Regional guides share the video library, without the legacy SEO hero cards. */
body[data-design="library"][data-page="region"] #main { width: 100%; max-width: none; margin: 0; padding: 0; }
.region-guide { color: #252525; }
.region-guide :is(h1, h2, h3, p, dt, dd, a) { word-break: keep-all; overflow-wrap: anywhere; }
.region-guide-intro { padding: 32px 0 28px; border-bottom: 1px solid #e4e4e4; }
.region-guide .region-guide-label { color: #626262; font-size: 13px; font-weight: 500; margin-bottom: 8px; }
.region-guide h1 { font-size: 2rem; font-weight: 600; line-height: 1.4; }
.region-guide .region-guide-description { margin-top: 10px; color: #555; font-size: 15px; font-weight: 400; line-height: 1.65; }
.region-guide-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 24px; margin-top: 18px; }
.region-guide .region-guide-consult { display: inline-flex; align-items: center; min-height: 44px; color: #414141; font-size: 0.9375rem; text-decoration: underline; text-underline-offset: 4px; }
.region-guide .region-guide-returning { max-width: 620px; margin-top: 14px; font-size: 0.875rem; line-height: 1.6; color: #555; font-weight: 400; }
.region-guide .library-purpose { font-size: 0.8125rem; font-weight: 600; line-height: 1.5; margin-bottom: 6px; }
.region-guide .library-section-heading p { font-size: 0.875rem; line-height: 1.6; }
.region-guide-local { border-top: 1px solid #e4e4e4; }
.region-guide :is(a, summary):focus-visible { outline: 2px solid #a52623; outline-offset: 4px; }
.region-guide-videos { padding: 28px 0 32px; scroll-margin-top: 20px; }
.region-guide .library-section-heading { align-items: center; flex-wrap: wrap; gap: 0 16px; margin-bottom: 14px; }
.region-guide .library-section-heading > a { display: inline-flex; align-items: center; min-height: 44px; padding: 0; text-decoration: underline; text-underline-offset: 4px; }
.region-guide .library-video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.region-guide .library-video h3 { font-size: 1rem; font-weight: 550; }
.region-guide .library-video-copy p { font-size: 0.8125rem; }
.region-guide :is(.library-section-heading h2, .region-guide-preparation h2) { font-size: 1.3125rem; font-weight: 600; line-height: 1.4; }
.region-guide-preparation { padding: 24px 0; border-block: 1px solid #e4e4e4; }
.region-guide-preparation dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; margin: 16px 0; }
.region-guide-preparation dl > div { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 12px; padding: 12px 0; border-bottom: 1px solid #eee; }
.region-guide-preparation dt { font-size: 0.875rem; font-weight: 600; }
.region-guide-preparation dd { margin: 0; font-size: 0.875rem; font-weight: 400; color: #555; }
.region-guide-court { padding: 0 16px; background: #f4f5f4; }
.region-guide-court summary { padding: 14px 0; min-height: 48px; font-size: 0.9375rem; font-weight: 550; cursor: pointer; }
.region-guide-court > div { padding: 0 0 14px; }
.region-guide-court h3 { font-size: 1rem; font-weight: 600; }
.region-guide-court p { margin-top: 8px; font-size: 0.9375rem; color: #555; font-weight: 400; }
.region-guide-court a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-top: 8px; font-size: 0.9375rem; font-weight: 550; text-decoration: underline; text-underline-offset: 4px; }
.region-guide-court a img { flex: none; }
.region-guide-links { display: flex; align-items: center; gap: 8px 24px; flex-wrap: wrap; padding-top: 20px; }
.region-guide-links h2 { font-size: 14px; font-weight: 600; }
.region-guide-links > div { display: flex; flex-wrap: wrap; gap: 0 24px; }
.region-guide-links a { display: inline-flex; align-items: center; min-height: 44px; color: #555; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.region-guide .region-guide-empty { grid-column: 1 / -1; color: #555; font-size: 14px; }
.region-guide-empty a { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 720px) {
  .library-surface.region-guide { padding: 0 20px 28px; }
  .region-guide-intro { padding: 24px 0; }
  .library-surface.region-guide h1 { font-size: 1.625rem; }
  .region-guide .region-guide-description { font-size: 0.9375rem; margin-top: 8px; }
  .region-guide-actions { gap: 8px 20px; margin-top: 16px; }
  .region-guide .library-start-link { min-height: 44px; font-size: 0.9375rem; white-space: normal; }
  .region-guide-videos { padding: 20px 0 24px; }
  .region-guide :is(.library-section-heading h2, .region-guide-preparation h2) { font-size: 1.1875rem; }
  .region-guide .library-section-heading > a { font-size: 0.8125rem; }
  .region-guide .library-video-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .region-guide .library-video { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid #eee; }
  .region-guide .library-thumbnail { flex: 1 1 40%; }
  .region-guide .library-video:last-child { border: 0; padding-bottom: 0; }
  .region-guide .library-video-copy { flex: 1 1 8rem; padding: 0; min-width: 0; }
  .region-guide .library-video h3 { font-size: 1rem; line-height: 1.5; }
  .region-guide .library-video h3 a { display: block; -webkit-line-clamp: unset; }
  .region-guide .library-video-copy p { font-size: 0.8125rem; gap: 2px 8px; margin-top: 6px; }
  .region-guide-preparation { padding-block: 20px; }
  .region-guide-preparation dl { grid-template-columns: minmax(0, 1fr); margin: 12px 0 16px; }
  .region-guide-preparation dl > div { grid-template-columns: 4.375rem minmax(0, 1fr); gap: 8px; padding-block: 10px; }
  .region-guide-links { gap: 0 16px; padding-top: 16px; }
  .region-guide-links > div { gap: 0 16px; }
  .region-guide-links a { font-size: 0.875rem; }
}
@media (prefers-reduced-motion: reduce) {
  .library-header a, .library-home a { transition: none; }
}
@media (max-width: 980px) {
  .library-header-inner { gap: 18px; }
  .library-nav { gap: 18px; }
  .library-search { width: 100%; max-width: 460px; }
  .library-starter-grid { gap: 20px; }
  .library-starter-grid .library-video:not(:first-child) { grid-template-columns: 44% minmax(0, 1fr); gap: 12px; }
  .library-video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .library-surface .journey-watch-layout { grid-template-columns: minmax(0, 1fr); }
  .library-portrait { right: 20px; }
  .library-hero h1 { font-size: 38px; }
  .library-hero h1 > span { font-size: 30px; }
  .library-hero-copy { width: 64%; }
}
@media (max-width: 720px) {
  .library-header-inner { grid-template-columns: minmax(0, 1fr) auto; gap: 0 16px; padding: 12px 16px 0; min-height: 0; }
  .library-brand { font-size: 17px; }
  .library-brand img { width: 32px; height: 32px; }
  .library-header .library-consult { grid-row: 1; grid-column: 2; min-height: 40px; font-size: 13px; padding: 8px 14px; }
  .library-nav { grid-row: 2; grid-column: 1 / -1; gap: 0; justify-content: space-between; margin-top: 10px; }
  .library-nav a { min-height: 45px; font-size: 13px; padding: 0 4px; }
  .library-surface { padding: 0 16px 28px; }
  .library-surface h1 { font-size: 24px; }
  .library-search input { font-size: 16px; }
  .library-section-heading { gap: 12px; margin-bottom: 16px; }
  .library-section-heading h2 { font-size: 19px; }
  .library-section-heading p { font-size: 13px; }
  .library-section-heading > a { font-size: 12px; }
  .library-starter-grid { display: flex; flex-direction: column; gap: 18px; }
  .library-starter-grid .library-video:first-child h3 { font-size: 17px; }
  .library-starter-grid .library-video:not(:first-child) { grid-template-columns: 38% minmax(0, 1fr); }
  .library-video h3 { font-size: 15px; }
  .library-video-copy p { gap: 3px 8px; font-size: 12px; }
  .library-consult-band { grid-template-columns: minmax(0, 1fr); gap: 8px; margin: 28px 0; padding: 8px 0 8px 16px; }
  .library-consult-band h2 { font-size: 17px; }
  .library-consult-band p { font-size: 13px; }
  .library-consult-band > a { grid-row: 3; justify-content: flex-start; }
  .library-consult-band > small { font-size: 11px; }
  .library-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
  .library-latest, .library-cases, .library-more { padding-bottom: 30px; }
  .library-surface .journey-intro { padding: 24px 0; }
  .library-surface .journey-watch-layout { gap: 26px; }
  .library-surface .journey-playlist li a { grid-template-columns: 112px minmax(0, 1fr); }
  body[data-design="library"] .playlist-video-title { font-size: 14px; }
  body[data-design="library"] .playlist-summary-copy h1 { font-size: 22px; }
  body[data-design="library"] .site-footer { padding: 24px 16px; }
  .library-home .library-wrap { padding-inline: 16px; }
  .library-hero-inner { min-height: 328px; }
  .library-hero-copy { width: 100%; padding: 24px 0 28px; }
  .library-hero .library-byline { font-size: 12px; margin-bottom: 14px; }
  .library-hero h1 { font-size: 30px; }
  .library-hero h1 > span { font-size: 25px; margin-top: 3px; }
  .library-hero .library-hero-description { font-size: 14px; line-height: 1.65; max-width: 48%; margin-top: 22px; word-break: keep-all; }
  .library-hero-actions { flex-direction: column; align-items: flex-start; gap: 4px; margin-top: 20px; }
  .library-home .library-start-link { font-size: 14px; gap: 7px; padding-inline: 12px; }
  .library-home .library-phone-link { font-size: 13px; gap: 6px; }
  .library-phone-number { display: none; }
  .library-portrait { right: 0; width: 214px; height: 224px; }
  .library-home .library-start { padding-top: 26px; }
  .library-home .library-section-heading { gap: 8px; align-items: start; flex-wrap: wrap; margin-bottom: 18px; }
  .library-home .library-section-heading h2 { font-size: 21px; }
  .library-home .library-section-heading > a { font-size: 12px; min-height: 36px; }
  .library-home .library-section-heading > a img { width: 16px; height: 16px; }
  .library-home .library-starter-grid { gap: 20px; }
  .library-home .library-starter-grid .library-video:not(:first-child) { padding-bottom: 16px; grid-template-columns: 40% minmax(0, 1fr); gap: 14px; }
  .library-home .library-video-copy p { font-size: 12px; }
  .library-home .library-purpose { font-size: 12px; }
  .library-home .library-consult-band { margin-block: 26px; }
  .library-home .library-cases { padding-block: 28px; }
  .library-home .library-latest { padding-top: 28px; padding-bottom: 28px; }
  .library-home .library-case-note { font-size: 12px; line-height: 1.7; }
  .library-home .library-help { gap: 24px; }
}
@media (max-width: 360px) {
  .library-hero h1 { font-size: 28px; }
  .library-hero h1 > span { font-size: 23px; }
  .library-portrait { width: 184px; height: 190px; }
  .library-home .library-start-link { padding-inline: 10px; }
}
