/*
 * Librabit visual direction 0.3
 * Editorial legal design: warm paper, oxblood, brass, restrained motion.
 */
:root {
  --l-ink: #12100f;
  --l-ink-soft: #4f4a45;
  --l-night: #151211;
  --l-wine: #291619;
  --l-wine-light: #432128;
  --l-cream: #f5f0e6;
  --l-paper: #ebe3d5;
  --l-white: #fffdf8;
  --l-brass: #b99655;
  --l-brass-light: #dcc38d;
  --l-rule: rgba(18, 16, 15, .18);
  --l-rule-dark: rgba(255, 250, 240, .16);
  --l-display: "Cormorant Garamond", Georgia, serif;
  --l-text: "Onest", "Segoe UI", Arial, sans-serif;
  --p-black: var(--l-night);
  --p-charcoal: #1c1817;
  --p-ivory: var(--l-cream);
  --p-paper: var(--l-paper);
  --p-gold: var(--l-brass);
  --p-gold-bright: var(--l-brass-light);
  --p-serif: var(--l-display);
  --p-sans: var(--l-text);
  --serif: var(--l-display);
  --sans: var(--l-text);
  --ink: var(--l-ink);
  --ink-soft: var(--l-ink-soft);
  --navy: var(--l-night);
  --navy-2: var(--l-wine);
  --paper: var(--l-paper);
  --gold: var(--l-brass);
  --danger: #a42a32;
  --danger-dark: #7d1821;
}

html {
  background: var(--l-night);
}

body {
  background: var(--l-cream);
  color: var(--l-ink);
  font-family: var(--l-text);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
.brand-copy strong {
  font-family: var(--l-display);
  font-weight: 500;
}

h1,
h2 {
  text-wrap: balance;
}

.container {
  width: min(calc(100% - 96px), 1380px);
}

.eyebrow,
.p-kicker,
.p-overline,
.p-section-index {
  font-family: var(--l-text);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .19em;
}

.site-header {
  color: var(--l-white);
}

.header-inner {
  height: 102px;
  border-color: rgba(255, 255, 255, .18);
}

.brand {
  gap: .9rem;
}

.brand-mark {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(220, 195, 141, .38);
  border-radius: 50%;
  filter: saturate(.76) contrast(1.08);
}

.brand-copy strong {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -.025em;
}

.brand-copy small {
  margin-top: .42rem;
  color: rgba(255, 255, 255, .48);
  font-size: .56rem;
  font-weight: 600;
  letter-spacing: .2em;
}

.nav-list {
  gap: 2.3rem;
}

.nav-list a {
  position: relative;
  padding: 12px 0;
  color: rgba(255, 255, 255, .72);
  font-family: var(--l-text);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .13em;
}

.nav-list a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--l-brass-light);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s ease;
}

.nav-list a:hover::after,
.nav-list .current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-phone {
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .04em;
}

.header-actions .button-danger {
  min-height: 46px;
  padding-inline: 1.25rem;
  border-color: rgba(220, 195, 141, .46);
  border-radius: 999px;
  color: var(--l-white);
  font-size: .64rem;
  letter-spacing: .12em;
}

.header-actions .button-danger:hover {
  border-color: var(--l-brass-light);
  background: var(--l-brass-light);
  color: var(--l-ink);
}

.p-hero {
  min-height: 900px;
  padding: 215px 0 60px;
  background:
    radial-gradient(circle at 76% 36%, rgba(117, 62, 58, .22), transparent 24%),
    radial-gradient(circle at 18% 90%, rgba(126, 82, 48, .13), transparent 32%),
    linear-gradient(112deg, #100f0e 0%, #181313 52%, #241418 100%);
}

.p-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px) 0 0 / 25% 100%,
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px) 0 0 / 100% 25%;
}

.p-hero::after {
  content: "LIBRABIT";
  position: absolute;
  right: -1.5vw;
  bottom: 4px;
  color: rgba(255, 255, 255, .018);
  font-family: var(--l-display);
  font-size: clamp(8rem, 18vw, 18rem);
  line-height: .7;
  letter-spacing: -.04em;
  pointer-events: none;
}

.p-hero-lines {
  top: 124px;
  right: -90px;
  width: 650px;
  height: 650px;
  border-color: rgba(220, 195, 141, .18);
  box-shadow:
    0 0 0 72px rgba(220, 195, 141, .025),
    0 0 0 145px rgba(220, 195, 141, .018),
    inset 0 0 90px rgba(0, 0, 0, .25);
}

.p-hero-grid {
  grid-template-columns: minmax(0, 930px) 310px;
  gap: 90px;
}

.p-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--l-brass-light);
}

.p-kicker::before {
  content: "";
  width: 48px;
  height: 1px;
  background: currentColor;
}

.p-hero h1 {
  max-width: 1010px;
  margin: 35px 0 38px;
  font-size: clamp(4.7rem, 7.2vw, 7.5rem);
  font-weight: 500;
  line-height: .79;
  letter-spacing: -.045em;
}

.p-hero h1 em {
  color: var(--l-brass-light);
  font-style: italic;
  font-weight: 400;
}

.p-hero-lead {
  max-width: 740px;
  color: rgba(255, 253, 248, .68);
  font-family: var(--l-text);
  font-size: 1.08rem;
  line-height: 1.75;
}

.p-actions {
  gap: 14px;
  margin-top: 42px;
}

.p-button {
  min-width: 230px;
  padding: 18px 22px;
  border-radius: 999px;
  font-size: .65rem;
  letter-spacing: .12em;
}

.p-button-gold {
  background: var(--l-brass-light);
}

.p-button-gold:hover {
  background: var(--l-white);
  transform: translateY(-2px);
}

.p-button-ghost {
  border-color: rgba(255, 255, 255, .28);
}

.p-button-ghost:hover {
  border-color: var(--l-brass-light);
  color: var(--l-brass-light);
}

.p-hero-sign {
  width: 310px;
  height: 470px;
  border-color: rgba(220, 195, 141, .24);
  background: linear-gradient(155deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .012));
  backdrop-filter: blur(4px);
}

.p-hero-sign::before {
  width: 74px;
  background: var(--l-brass-light);
}

.p-hero-sign::after {
  height: 74px;
  background: var(--l-brass-light);
}

.p-hero-sign img {
  width: 166px;
  height: 166px;
  border: 1px solid rgba(220, 195, 141, .5);
  border-radius: 50%;
  filter: saturate(.75) contrast(1.12);
  box-shadow: 0 28px 75px rgba(0, 0, 0, .5);
}

.p-sign-orbit {
  width: 245px;
  height: 245px;
  border-color: rgba(220, 195, 141, .28);
}

.p-sign-orbit::before,
.p-sign-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(220, 195, 141, .12);
  border-radius: 50%;
  inset: 22px;
}

.p-sign-orbit::after {
  inset: -28px;
}

.p-hero-sign > span {
  bottom: 26px;
  color: rgba(255, 255, 255, .48);
  font-family: var(--l-text);
  letter-spacing: .24em;
}

.p-hero-foot {
  bottom: 34px;
  color: rgba(255, 255, 255, .44);
  letter-spacing: .16em;
}

.p-ticker {
  padding: 21px 0;
  border-top: 1px solid #d7c6a5;
  border-bottom: 1px solid #d7c6a5;
  background: #d8c39a;
}

.p-ticker-track {
  gap: 40px;
  font-size: .61rem;
  letter-spacing: .17em;
}

.p-ticker i {
  width: 3px;
  height: 3px;
}

.p-section {
  padding: 150px 0;
}

.p-intro {
  position: relative;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(18, 16, 15, .055) 50%, transparent calc(50% + 1px)),
    var(--l-cream);
}

.p-intro-grid {
  grid-template-columns: 135px minmax(0, 1.6fr) minmax(260px, .65fr);
  gap: 70px;
}

.p-intro h2 {
  margin-top: 28px;
  font-size: clamp(3.8rem, 6vw, 6.4rem);
  line-height: .91;
  letter-spacing: -.035em;
}

.p-intro h2 span {
  color: #8b7160;
  font-style: italic;
}

.p-intro-copy {
  padding: 55px 0 0 34px;
  border-left: 1px solid var(--l-rule);
  color: var(--l-ink-soft);
}

.p-text-link {
  gap: 55px;
  border-color: var(--l-brass);
  font-size: .65rem;
  letter-spacing: .13em;
}

.p-practices {
  background:
    radial-gradient(circle at 90% 15%, rgba(118, 67, 55, .16), transparent 26%),
    #191615;
}

.p-section-head {
  grid-template-columns: 135px 1fr 340px;
  gap: 70px;
  margin-bottom: 72px;
}

.p-section-head h2 {
  font-size: clamp(4.2rem, 7vw, 7.4rem);
  line-height: .85;
  letter-spacing: -.035em;
}

.p-practice-list {
  border-color: var(--l-rule-dark);
}

.p-practice-row {
  grid-template-columns: 64px 1fr 350px 42px;
  min-height: 142px;
  border-color: var(--l-rule-dark);
}

.p-practice-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(185, 150, 85, .12), transparent 65%);
  opacity: 0;
  transition: opacity .28s ease;
}

.p-practice-row {
  position: relative;
}

.p-practice-row > * {
  position: relative;
  z-index: 1;
}

.p-practice-row:hover {
  padding-inline: 20px;
  background: transparent;
}

.p-practice-row:hover::before {
  opacity: 1;
}

.p-practice-row h3 {
  font-size: clamp(2.25rem, 3.5vw, 3.7rem);
  line-height: .95;
}

.p-practice-row p {
  color: rgba(255, 255, 255, .52);
  line-height: 1.55;
}

.p-practice-arrow {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(220, 195, 141, .3);
  border-radius: 50%;
  font-size: 1rem;
}

.p-web3 {
  background: #0f0e12;
}

.p-web3-grid {
  min-height: 800px;
}

.p-web3-art {
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px) 0 0 / 100% 52px,
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px) 0 0 / 52px 100%,
    radial-gradient(circle, #352127 0, #171218 38%, #0c0b0e 72%);
}

.p-web3-art::after {
  width: 520px;
  height: 520px;
  border-color: rgba(220, 195, 141, .2);
  box-shadow:
    0 0 0 62px rgba(220, 195, 141, .025),
    0 0 0 124px rgba(220, 195, 141, .014);
}

.p-web3-art img {
  width: min(45%, 310px);
  border: 1px solid rgba(220, 195, 141, .35);
  border-radius: 50%;
  box-shadow: 0 30px 110px rgba(0, 0, 0, .7);
}

.p-web3-copy {
  padding-left: 115px;
}

.p-web3-copy h2 {
  margin-top: 28px;
  font-size: clamp(4rem, 5.6vw, 6.2rem);
  line-height: .88;
}

.p-web3-copy ul {
  border-color: var(--l-rule-dark);
}

.p-web3-copy li {
  border-color: var(--l-rule-dark);
  color: rgba(255, 255, 255, .7);
}

.p-button-light {
  background: var(--l-cream);
  color: var(--l-ink);
}

.p-geography {
  background: #e9dfcf;
}

.p-geo-grid {
  gap: 145px;
}

.p-geo-grid h2 {
  font-size: clamp(3.8rem, 5.8vw, 6.3rem);
  line-height: .9;
}

.p-geo-facts {
  border-color: var(--l-rule);
}

.p-geo-facts article {
  grid-template-columns: 54px 150px 1fr;
  padding: 34px 0;
  border-color: var(--l-rule);
}

.p-geo-facts h3 {
  font-size: .72rem;
  letter-spacing: .13em;
}

.p-geo-facts p {
  color: #554f49;
}

.p-insights {
  background: var(--l-cream);
}

.p-insight-grid {
  gap: 16px;
  border: 0;
  background: transparent;
}

.p-insight {
  position: relative;
  min-height: 430px;
  border: 1px solid var(--l-rule);
  background: rgba(255, 253, 248, .36);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
}

.p-insight::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--l-brass);
  transform: scaleX(.18);
  transform-origin: left;
  transition: transform .3s ease;
}

.p-insight > a {
  padding: 34px;
}

.p-insight h3 {
  margin-top: 90px;
  font-size: 2.45rem;
  line-height: .98;
}

.p-insight:hover {
  background: var(--l-white);
  box-shadow: 0 28px 70px rgba(35, 25, 20, .09);
  transform: translateY(-6px);
}

.p-insight:hover::before {
  transform: scaleX(1);
}

.p-contact {
  position: relative;
  overflow: hidden;
  padding: 125px 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, .12), transparent 25%),
    #c9aa6c;
}

.p-contact::after {
  content: "→";
  position: absolute;
  top: 8%;
  right: 4%;
  color: rgba(18, 16, 15, .08);
  font-family: var(--l-display);
  font-size: 18rem;
  line-height: 1;
}

.p-contact-grid {
  position: relative;
  z-index: 1;
}

.p-contact h2 {
  font-size: clamp(4.5rem, 7vw, 7.6rem);
  line-height: .82;
}

.p-contact .p-button-gold {
  background: var(--l-night);
}

.p-contact-phone {
  font-family: var(--l-text);
  font-size: 1rem;
  font-weight: 600;
}

/* Inner pages */
.librabit-site:not(.home) .site-header {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px) 0 0 / 25% 100%,
    var(--l-night);
}

.librabit-site:not(.home) .page-shell,
.librabit-site:not(.home) .article-shell {
  position: relative;
  padding-top: 118px;
  background:
    radial-gradient(circle at 96% 8%, rgba(185, 150, 85, .07), transparent 22%),
    var(--l-cream);
}

.page-shell::before,
.article-shell::before {
  content: "";
  position: absolute;
  top: 0;
  right: 6%;
  width: 1px;
  height: 135px;
  background: var(--l-brass);
}

.page-heading {
  max-width: 1040px;
  margin-bottom: 72px;
}

.page-heading h1,
.article-heading h1 {
  font-size: clamp(4.2rem, 6.3vw, 6.8rem);
  line-height: .82;
  letter-spacing: -.035em;
}

.page-heading .lead,
.article-heading .lead,
.lead {
  color: #675951;
  font-family: var(--l-display);
  font-size: 1.65rem;
  line-height: 1.38;
}

.breadcrumbs {
  margin-bottom: 38px;
  font-size: .68rem;
  letter-spacing: .04em;
}

.prose {
  color: #24201e;
  font-family: var(--l-text);
  line-height: 1.82;
}

.prose h2,
.prose h3 {
  font-family: var(--l-display);
  line-height: .98;
}

.prose h2 {
  margin-top: 1.45em;
  font-size: clamp(2.8rem, 4.5vw, 4.5rem);
}

.prose h3 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.prose a {
  color: #6e3a30;
}

.article-grid {
  grid-template-columns: minmax(0, 800px) minmax(280px, 1fr);
}

.article-main {
  min-width: 0;
}

.article-aside {
  padding-top: 48px;
}

.aside-cta {
  top: 30px;
  padding: 34px;
  border: 1px solid var(--l-rule);
  border-top: 3px solid var(--l-brass);
  background: rgba(255, 253, 248, .56);
}

.aside-cta h2 {
  font-size: 2.35rem;
  line-height: 1;
}

.article-toc {
  padding: 26px 30px;
  border: 1px solid var(--l-rule);
  border-left: 3px solid var(--l-brass);
  background: rgba(255, 253, 248, .5);
}

.prose .article-toc h2 {
  margin: 0 0 1.2rem;
  font-family: var(--l-text);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.article-cards,
.library-cards {
  gap: 16px;
}

.article-card {
  min-height: 310px;
  padding: 30px;
  border-color: var(--l-rule);
  background: rgba(255, 253, 248, .55);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.article-card:hover {
  background: var(--l-white);
  box-shadow: 0 24px 55px rgba(35, 25, 20, .08);
  transform: translateY(-4px);
}

.article-card h2,
.article-card h3 {
  font-size: 2.25rem;
  line-height: 1;
}

.library-filter {
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--l-rule);
  background: rgba(255, 253, 248, .58);
}

.library-filter input,
.library-filter select {
  border-color: transparent;
  background: transparent;
  font-size: .88rem;
}

.button,
.library-filter .button {
  border-radius: 999px;
  font-family: var(--l-text);
  font-size: .72rem;
}

.button-primary {
  background: var(--l-night);
}

.button-primary:hover {
  background: var(--l-wine-light);
}

.librabit-form {
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--l-rule);
  border-top: 3px solid var(--l-brass);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .4), transparent 48%),
    var(--l-paper);
}

.form-grid {
  gap: 1.5rem;
}

.form-grid label > span:first-child {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.form-grid input:not([type=checkbox]),
.form-grid select,
.form-grid textarea {
  min-height: 58px;
  border: 1px solid rgba(18, 16, 15, .2);
  border-radius: 0;
  background: rgba(255, 253, 248, .82);
  font-family: var(--l-text);
}

.form-grid textarea {
  min-height: 150px;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  outline: 2px solid rgba(185, 150, 85, .28);
  border-color: var(--l-brass);
}

.contact-directory {
  border-color: var(--l-rule);
}

.contact-directory > a {
  min-height: 245px;
  padding: 32px;
  border-color: var(--l-rule);
}

.contact-directory > a:hover {
  background: rgba(255, 253, 248, .65);
}

.contact-directory strong {
  font-size: 1.95rem;
  line-height: 1;
}

.contact-office {
  border-color: var(--l-rule);
}

.video-card {
  padding: 20px;
  border-color: var(--l-rule);
  background: rgba(255, 253, 248, .48);
}

.video-source-player {
  background: var(--l-night);
}

.video-card .video-source-player {
  margin: -20px -20px 24px;
}

.video-source-player-large {
  margin-bottom: 3rem;
}

.video-source-tabs {
  display: flex;
  gap: 3px;
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  background: #0d0c0c;
}

.video-source-tabs button {
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, .62);
  font-family: var(--l-text);
  font-size: .66rem;
  font-weight: 650;
  letter-spacing: .06em;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.video-source-tabs button:hover {
  color: var(--l-white);
}

.video-source-tabs button[aria-selected="true"] {
  border-color: rgba(220, 195, 141, .42);
  background: rgba(220, 195, 141, .12);
  color: var(--l-brass-light);
}

.video-source-tabs button:focus-visible {
  outline: 2px solid var(--l-brass-light);
  outline-offset: 2px;
}

.video-source-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 50% 45%, rgba(185, 150, 85, .16), transparent 30%),
    #111;
}

.video-source-panel {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.video-source-panel[hidden] {
  display: none;
}

.video-source-panel iframe,
.video-source-panel video,
.video-source-panel .wp-video,
.video-source-panel .mejs-container {
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.video-source-external {
  max-width: 520px;
  padding: 28px;
  color: rgba(255, 255, 255, .72);
  text-align: center;
}

.video-source-external p {
  margin-bottom: 1rem;
}

.video-source-external .button {
  border: 1px solid rgba(255, 255, 255, .28);
  background: transparent;
  color: var(--l-white);
}

.empty-state {
  padding: 48px;
  border: 1px solid var(--l-rule);
  background: rgba(255, 253, 248, .48);
}

.site-footer {
  padding-top: 6rem;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px) 0 0 / 25% 100%,
    #11100f;
}

.footer-grid {
  padding-top: 30px;
}

.footer-grid h2 {
  color: var(--l-brass-light);
  font-size: .65rem;
  letter-spacing: .18em;
}

.footer-links a {
  color: rgba(255, 255, 255, .68);
}

.footer-links a:hover {
  color: var(--l-brass-light);
}

.floating-emergency {
  border: 1px solid rgba(255, 255, 255, .25);
  background: #9f2630;
  box-shadow: 0 15px 40px rgba(86, 12, 22, .3);
}

.floating-emergency-short {
  display: none;
}

.floating-emergency .floating-emergency-label,
.floating-emergency .floating-emergency-full,
.floating-emergency .floating-emergency-short {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
}

.floating-emergency .floating-emergency-label,
.floating-emergency .floating-emergency-full {
  display: inline;
}

@keyframes luxuryReveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.p-hero-content {
  animation: luxuryReveal .8s cubic-bezier(.2, .7, .2, 1) both;
}

.p-hero-sign {
  animation: luxuryReveal .9s .12s cubic-bezier(.2, .7, .2, 1) both;
}

@media (max-width: 1100px) {
  .container {
    width: min(calc(100% - 52px), 1380px);
  }

  .header-inner {
    height: 82px;
  }

  .site-nav {
    inset: 82px 0 auto;
    background: #181313;
  }

  .p-hero {
    min-height: 820px;
    padding-top: 168px;
  }

  .p-hero-grid {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 45px;
  }

  .p-hero-sign {
    width: 250px;
    height: 390px;
  }

  .p-section-head {
    grid-template-columns: 95px 1fr;
  }

  .p-practice-row {
    grid-template-columns: 50px 1fr 250px 38px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 34px), 1380px);
  }

  .header-inner {
    height: 72px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-copy strong {
    font-size: 1.55rem;
  }

  .site-nav {
    inset: 72px 0 auto;
  }

  .p-hero {
    min-height: 780px;
    padding: 132px 0 82px;
  }

  .p-hero::after {
    right: -40px;
    bottom: 32px;
    font-size: 7rem;
  }

  .p-hero-lines {
    top: 180px;
    right: -240px;
    width: 500px;
    height: 500px;
  }

  .p-kicker {
    font-size: .57rem;
    letter-spacing: .13em;
  }

  .p-kicker::before {
    width: 28px;
  }

  .p-hero h1 {
    margin-top: 30px;
    font-size: clamp(3.25rem, 15vw, 4.45rem);
    line-height: .82;
  }

  .p-hero-lead {
    max-width: 94%;
    font-size: .96rem;
    line-height: 1.65;
  }

  .p-actions {
    gap: 10px;
  }

  .p-hero-sign {
    right: -20px;
    bottom: -260px;
    width: 145px;
    height: 190px;
    opacity: .52;
  }

  .p-hero-sign img {
    width: 90px;
    height: 90px;
  }

  .p-sign-orbit {
    width: 125px;
    height: 125px;
  }

  .p-hero-sign > span {
    display: none;
  }

  .p-ticker {
    padding: 18px 0;
  }

  .p-section {
    padding: 100px 0;
  }

  .p-intro {
    background: var(--l-cream);
  }

  .p-intro h2 {
    font-size: 3.5rem;
    line-height: .88;
  }

  .p-intro-copy {
    margin-top: 34px;
    padding: 26px 0 0;
    border-top: 1px solid var(--l-rule);
    border-left: 0;
  }

  .p-section-head h2 {
    font-size: 4.25rem;
    line-height: .84;
  }

  .p-practice-row {
    grid-template-columns: 34px 1fr 34px;
    min-height: 118px;
  }

  .p-practice-row h3 {
    font-size: 2rem;
  }

  .p-practice-arrow {
    width: 32px;
    height: 32px;
  }

  .p-web3-art {
    height: 390px;
  }

  .p-web3-art::after {
    width: 310px;
    height: 310px;
  }

  .p-web3-art img {
    width: 185px;
  }

  .p-web3-copy {
    padding: 82px 0;
  }

  .p-web3-copy h2 {
    font-size: 4rem;
  }

  .p-geo-grid h2 {
    font-size: 4rem;
  }

  .p-geo-facts article {
    grid-template-columns: 36px 1fr;
  }

  .p-insight {
    min-height: 350px;
  }

  .p-insight h3 {
    margin-top: 66px;
    font-size: 2.35rem;
  }

  .p-contact {
    padding: 100px 0;
  }

  .p-contact h2 {
    font-size: 4.4rem;
  }

  .page-shell::before,
  .article-shell::before {
    height: 82px;
  }

  .librabit-site:not(.home) .page-shell,
  .librabit-site:not(.home) .article-shell {
    padding-top: 88px;
  }

  .page-heading {
    margin-bottom: 52px;
  }

  .page-heading h1,
  .article-heading h1 {
    font-size: clamp(3.1rem, 13vw, 4.15rem);
    line-height: .82;
  }

  .page-heading .lead,
  .article-heading .lead,
  .lead {
    font-size: 1.35rem;
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .article-card {
    min-height: 270px;
  }

  .library-filter {
    gap: 2px;
    padding: 8px;
  }

  .contact-directory > a {
    min-height: 180px;
    padding: 26px;
  }

  .contact-directory strong {
    font-size: 1.7rem;
  }

  .empty-state {
    padding: 30px;
  }

  .video-source-tabs {
    overflow-x: auto;
  }

  .video-source-tabs button {
    flex: 0 0 auto;
    padding-inline: 13px;
  }

  .site-footer {
    padding-top: 4.5rem;
  }

  .floating-emergency {
    right: 10px;
    bottom: 10px;
    padding: .72rem .85rem;
    font-size: .72rem;
  }

  .floating-emergency .floating-emergency-full {
    display: none;
  }

  .floating-emergency .floating-emergency-short {
    display: inline;
    letter-spacing: .04em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-hero-content,
  .p-hero-sign {
    animation: none;
  }
}
