


/* Elegant transition from focus cards to the position paper */
.section-transition {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:34px 0 20px;
  background:linear-gradient(180deg,#eceef1 0%,#ffffff 100%);
}
.section-transition .mark {
  width:10px;
  height:10px;
  border:1.5px solid var(--brand-mid);
  transform:rotate(45deg);
  background:rgba(255,255,255,.8);
}
.section-transition .line {
  width:60px;
  height:2px;
  border-radius:2px;
  background:linear-gradient(90deg,transparent,var(--brand-mid),transparent);
}
.reveal-section {
  opacity:0;
  transform:translateY(18px);
  transition:opacity .8s ease, transform .8s ease;
}
.reveal-section.is-visible {
  opacity:1;
  transform:translateY(0);
}
@media (prefers-reduced-motion:reduce) {
  .reveal-section { opacity:1; transform:none; transition:none; }
}


/* Remove the visible vertical seam between the artwork and headline area */
.tech {
  width:58%;
  -webkit-mask-image:linear-gradient(to right,#000 0%,#000 78%,rgba(0,0,0,.72) 88%,transparent 100%);
  mask-image:linear-gradient(to right,#000 0%,#000 78%,rgba(0,0,0,.72) 88%,transparent 100%);
}
.tech::after {
  background:linear-gradient(90deg,rgba(255,255,255,0) 38%,rgba(247,251,255,.20) 66%,rgba(250,252,255,1) 100%),linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,0) 45%,rgba(255,255,255,.12));
}


/* Organic hero transition without changing the 50/50 content width */
.tech {
  width:62%;
  opacity:.92;
  -webkit-mask-image:linear-gradient(to right,#000 0%,#000 68%,rgba(0,0,0,.76) 80%,rgba(0,0,0,.28) 92%,transparent 100%);
  mask-image:linear-gradient(to right,#000 0%,#000 68%,rgba(0,0,0,.76) 80%,rgba(0,0,0,.28) 92%,transparent 100%);
}
.tech::after {
  background:
    linear-gradient(90deg,rgba(255,255,255,0) 32%,rgba(247,251,255,.14) 58%,rgba(250,252,255,.72) 82%,#fff 100%),
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,0) 46%,rgba(255,255,255,.10));
}
.hero-content {
  width:50%;
  background:linear-gradient(90deg,rgba(255,255,255,.04),rgba(255,255,255,.30) 30%,rgba(255,255,255,.78) 72%,rgba(255,255,255,.96) 100%);
}


/* Slightly stronger blue artwork with a longer, softer fade into white */
.tech {
  opacity:1;
  filter:saturate(1.09) contrast(1.035);
  -webkit-mask-image:linear-gradient(to right,#000 0%,#000 66%,rgba(0,0,0,.88) 76%,rgba(0,0,0,.58) 86%,rgba(0,0,0,.20) 95%,transparent 100%);
  mask-image:linear-gradient(to right,#000 0%,#000 66%,rgba(0,0,0,.88) 76%,rgba(0,0,0,.58) 86%,rgba(0,0,0,.20) 95%,transparent 100%);
}
.tech::after {
  background:
    linear-gradient(90deg,rgba(255,255,255,0) 28%,rgba(247,251,255,.08) 54%,rgba(250,252,255,.46) 76%,rgba(255,255,255,.86) 91%,#fff 100%),
    linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,0) 46%,rgba(255,255,255,.08));
}
.hero-content {
  background:linear-gradient(90deg,rgba(255,255,255,.02),rgba(255,255,255,.20) 24%,rgba(255,255,255,.66) 68%,rgba(255,255,255,.96) 100%);
}


/* Clearly visible blue enhancement and extended white transition */
.tech {
  width:66%;
  opacity:1;
  filter:saturate(1.38) contrast(1.12) brightness(.96);
  -webkit-mask-image:linear-gradient(to right,#000 0%,#000 62%,rgba(0,0,0,.96) 70%,rgba(0,0,0,.72) 80%,rgba(0,0,0,.34) 91%,transparent 100%);
  mask-image:linear-gradient(to right,#000 0%,#000 62%,rgba(0,0,0,.96) 70%,rgba(0,0,0,.72) 80%,rgba(0,0,0,.34) 91%,transparent 100%);
}
.tech::before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(11,79,165,.22) 0%,rgba(23,76,132,.14) 45%,rgba(23,76,132,.06) 66%,transparent 84%);
  mix-blend-mode:multiply;
  pointer-events:none;
}
.tech::after {
  background:
    linear-gradient(90deg,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 47%,rgba(243,249,255,.24) 66%,rgba(252,253,255,.72) 84%,#fff 100%),
    linear-gradient(180deg,rgba(255,255,255,.02),transparent 48%,rgba(255,255,255,.05));
}
.hero-content {
  width:50%;
  background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.10) 20%,rgba(255,255,255,.56) 58%,rgba(255,255,255,.94) 100%);
}


/* Extend the blue artwork farther right, keeping the card title unchanged */
.tech {
  width:71%;
  -webkit-mask-image:linear-gradient(to right,#000 0%,#000 59%,rgba(0,0,0,.96) 68%,rgba(0,0,0,.74) 79%,rgba(0,0,0,.36) 91%,transparent 100%);
  mask-image:linear-gradient(to right,#000 0%,#000 59%,rgba(0,0,0,.96) 68%,rgba(0,0,0,.74) 79%,rgba(0,0,0,.36) 91%,transparent 100%);
}
.tech::after {
  background:
    linear-gradient(90deg,rgba(255,255,255,0) 17%,rgba(255,255,255,0) 42%,rgba(243,249,255,.20) 62%,rgba(252,253,255,.69) 83%,#fff 100%),
    linear-gradient(180deg,rgba(255,255,255,.02),transparent 48%,rgba(255,255,255,.05));
}


/* Extend the blue artwork farther to the right */
.tech {
  width:77%;
  -webkit-mask-image:linear-gradient(to right,#000 0%,#000 56%,rgba(0,0,0,.98) 66%,rgba(0,0,0,.82) 77%,rgba(0,0,0,.48) 89%,transparent 100%);
  mask-image:linear-gradient(to right,#000 0%,#000 56%,rgba(0,0,0,.98) 66%,rgba(0,0,0,.82) 77%,rgba(0,0,0,.48) 89%,transparent 100%);
}
.tech::after {
  background:
    linear-gradient(90deg,rgba(255,255,255,0) 12%,rgba(255,255,255,0) 37%,rgba(243,249,255,.16) 57%,rgba(252,253,255,.62) 80%,#fff 100%),
    linear-gradient(180deg,rgba(255,255,255,.02),transparent 48%,rgba(255,255,255,.05));
}


/* Name and professional title without a vertical separator */
.brand-name{gap:.34em}





/* ===== Dark-mode research section variant ===== */
#position {
  background:linear-gradient(180deg, #16294a 0%, #0b1e3a 90px, #0b1e3a 100%) !important;
  border-top:1px solid #29394F;
  position:relative;
  overflow:hidden;
}
#position::before {
  content:"";
  position:absolute; top:0; left:0; right:0; height:120px;
  background:linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,0) 100%);
  pointer-events:none;
}
#position > div { position:relative; z-index:1; }
#position .research-tag {
  font-family:"Courier New",Courier,monospace;
  font-size:12px; letter-spacing:2.5px; color:#4188da;
  text-align:center; margin:0 0 18px; direction:ltr;
}
#position h2 { color:#d4e3ff !important; }
#position p { color:#b6c7eb !important; }
#position strong { color:#a4c9ff !important; }
#position a[href="#full-position"] {
  background:linear-gradient(135deg,#4188da,#004883) !important;
  box-shadow:0 10px 26px rgba(0,0,0,.35) !important;
  border:1px solid rgba(255,255,255,.14);
}

/* Position paper: supplied abstract and expandable full document */
.position-paper-section{padding:88px 8% 92px!important;background:linear-gradient(180deg,#16294a 0%,#0b1e3a 90px,#0b1e3a 100%)!important;border-top:1px solid #29394f;position:relative;overflow:hidden;text-align:right!important}
.position-paper-shell{position:relative;z-index:1;max-width:900px;margin:0 auto}
.position-paper-section h2{margin:0 0 18px;font:700 38px Georgia,serif;color:#d4e3ff!important;text-align:center}
.paper-title{max-width:760px;margin:0 auto 34px;color:#a4c9ff;font:600 22px/1.6 Arial,"Noto Sans Hebrew",sans-serif;text-align:center}
.paper-abstract{padding:28px 32px;border:1px solid rgba(164,201,255,.20);border-radius:14px;background:rgba(255,255,255,.045)}
.abstract-label{margin-bottom:14px;color:#4188da;font-size:13px;font-weight:700;letter-spacing:.04em}
.paper-abstract p,.full-position p{margin:0 0 18px;color:#b6c7eb!important;font-size:18px;line-height:1.9;text-align:justify;text-align-last:right}
.paper-abstract p:last-child,.full-position p:last-child{margin-bottom:0}
.paper-action{text-align:center;margin-top:34px}
.position-toggle,.paper-close{min-width:250px;min-height:56px;padding:0 26px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:linear-gradient(135deg,#4188da,#004883);color:#fff;font:700 16px Arial,sans-serif;cursor:pointer;box-shadow:0 10px 26px rgba(0,0,0,.35)}
.position-toggle:hover,.paper-close:hover{transform:translateY(-2px)}
.full-position{margin-top:42px;padding-top:38px;border-top:1px solid rgba(164,201,255,.24)}
.full-position[hidden]{display:none}
.full-position h3{margin:42px 0 18px;color:#d4e3ff;font:700 25px/1.55 Georgia,"Times New Roman",serif}
.full-position ul{margin:8px 0 28px;padding-right:25px;color:#b6c7eb}
.full-position li{margin:0 0 12px;padding-right:6px;font-size:17px;line-height:1.75}
.paper-close-wrap{text-align:center;margin-top:42px}
.paper-close{min-width:190px;min-height:48px;background:#16294a;box-shadow:none}
@media(max-width:760px){.position-paper-section{padding:64px 20px!important}.paper-abstract{padding:22px 18px}.paper-abstract p,.full-position p{font-size:16px;line-height:1.85}.full-position h3{font-size:22px}.position-toggle{width:100%}}


/* Soft blue page palette: blue-tinted base, lighter highlights, white cards */
html,body{background:#f3f7fc!important;}
.site-header{background:rgba(255,255,255,.92)!important;}
.hero{background:radial-gradient(circle at 36% 44%,#e8f2ff 0%,#eef6ff 36%,#f3f7fc 72%,#f3f7fc 100%)!important;}
.hero-content{background:linear-gradient(90deg,rgba(243,247,252,0),rgba(243,247,252,.18) 21%,rgba(243,247,252,.72) 63%,#f3f7fc 100%)!important;}
.tech::after{background:linear-gradient(90deg,rgba(255,255,255,0) 12%,rgba(255,255,255,0) 37%,rgba(232,242,255,.16) 57%,rgba(243,247,252,.68) 80%,#f3f7fc 100%),linear-gradient(180deg,rgba(255,255,255,.02),transparent 48%,rgba(243,247,252,.06))!important;}
.focus{background:linear-gradient(180deg,#f3f7fc 0%,#e8f2ff 100%)!important;}
.focus-card{background:#fff!important;}
.section-transition{background:linear-gradient(180deg,#e8f2ff 0%,#f3f7fc 100%)!important;}



/* Slightly stronger blue tint */
html,body{background:#edf4fc!important;}
.hero{background:radial-gradient(circle at 36% 44%,#dcecff 0%,#e6f1fd 36%,#edf4fc 72%,#edf4fc 100%)!important;}
.hero-content{background:linear-gradient(90deg,rgba(237,244,252,0),rgba(237,244,252,.20) 21%,rgba(237,244,252,.74) 63%,#edf4fc 100%)!important;}
.tech::after{background:linear-gradient(90deg,rgba(255,255,255,0) 12%,rgba(255,255,255,0) 37%,rgba(220,236,255,.18) 57%,rgba(237,244,252,.70) 80%,#edf4fc 100%),linear-gradient(180deg,rgba(255,255,255,.02),transparent 48%,rgba(237,244,252,.07))!important;}
.focus{background:linear-gradient(180deg,#edf4fc 0%,#dcecff 100%)!important;}
.section-transition{background:linear-gradient(180deg,#dcecff 0%,#edf4fc 100%)!important;}



/* Refined two-line brand signature */
.brand{min-width:330px;text-align:right;display:flex;flex-direction:column;align-items:flex-end}
.brand-name{display:block!important;white-space:nowrap;font-family:Georgia,"Times New Roman",serif;font-size:43px;line-height:1;font-weight:700;letter-spacing:-1px;color:var(--brand)}
.brand-credentials{margin-top:7px;display:flex;direction:rtl;align-items:baseline;gap:8px;color:#526b84;font-family:Arial,"Noto Sans Hebrew",sans-serif;font-size:16px;font-weight:500}
.brand-credentials .degree{position:static!important;left:auto!important;font-size:14px!important;font-weight:500;letter-spacing:.02em;color:#526b84}
.brand-dot{color:#4188da;font-weight:700}
.brand-divider{width:44px;height:2px;margin-top:11px;border-radius:2px;background:#4188da}
.brand-tag{margin-top:8px!important;color:#526b84!important;font-family:Arial,sans-serif;font-size:12px!important;font-weight:500;letter-spacing:1.35px;line-height:1.3;white-space:nowrap}
@media(max-width:760px){.brand{align-items:center;text-align:center;min-width:0}.brand-name{font-size:36px}.brand-credentials{justify-content:center}.brand-divider{margin-top:10px}.brand-tag{font-size:10.5px!important;letter-spacing:1px}}


/* Balanced compact brand signature */
.brand{min-width:330px;text-align:right;display:block!important}
.brand-name{display:flex!important;direction:rtl;flex-direction:row;align-items:baseline;justify-content:flex-start;gap:.34em;white-space:nowrap;font-family:Georgia,"Times New Roman",serif;font-size:43px;line-height:1;font-weight:700;letter-spacing:-1px;color:var(--brand)}
.brand-name .credentials{display:inline-flex;direction:rtl;align-items:baseline;gap:0;font-family:Arial,"Noto Sans Hebrew",sans-serif;font-size:.52em;font-weight:500;letter-spacing:.05px;color:#385875}
.brand-name .degree{direction:ltr;unicode-bidi:isolate;display:inline-block;position:relative!important;left:-7px!important;font-size:.73em!important;font-weight:500;color:#385875}
.brand-tag{margin-top:9px!important;color:#526b84!important;font-family:Arial,sans-serif;font-size:11.5px!important;font-weight:500;letter-spacing:1.1px;line-height:1.25;white-space:nowrap;text-align:right}
.brand-divider,.brand-credentials{display:none!important}
@media(max-width:760px){.brand{min-width:0;text-align:center}.brand-name{justify-content:center;font-size:36px}.brand-tag{text-align:center;font-size:10.5px!important;letter-spacing:.9px}}


/* Slightly stronger professional-title tone */
.brand-name .credentials,
.brand-name .degree{
  color:#244f7d!important;
  font-weight:600!important;
}


/* Two-line footer signature */



@media(max-width:760px){}


/* Homepage refinement in the visual language of the final About and Contact pages */
.hero{
  min-height:540px!important;
  background:radial-gradient(circle at 35% 44%,#dcecff 0%,#e6f1fd 38%,#edf4fc 74%,#fff 100%)!important;
  border-bottom:1px solid var(--border)!important;
}
.hero-content{
  width:52%!important;
  max-width:760px;
  padding:126px clamp(34px,6vw,94px) 76px 48px!important;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.38) 34%,rgba(255,255,255,.94) 100%)!important;
}
.hero h1{
  color:#0b1e3a!important;
  font:700 clamp(48px,5vw,68px)/1.13 Georgia,"Times New Roman",serif!important;
  letter-spacing:-1.5px!important;
}
.hero .lead{
  max-width:650px;
  margin-top:26px!important;
  color:#244f7d!important;
  font-size:21px!important;
  line-height:1.8!important;
  font-weight:600;
}
.hero .sub{
  max-width:650px;
  margin-top:24px!important;
  color:#595f66!important;
  font-size:18px!important;
  line-height:1.75!important;
}
.hero .cta{
  margin-top:32px!important;
  border-radius:10px!important;
  background:linear-gradient(135deg,#4188da,#004883)!important;
  box-shadow:0 12px 28px rgba(15,47,82,.24)!important;
}
.scroll{display:none!important;}
.focus{
  position:relative!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  padding:76px clamp(24px,6vw,92px) 84px!important;
  background:linear-gradient(180deg,#16294a 0%,#0b1e3a 110px,#0b1e3a 100%)!important;
  border:0!important;
}
.focus::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:150px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),transparent);
  pointer-events:none;
}
.focus-card{
  position:relative;
  z-index:1;
  min-height:224px!important;
  padding:28px 20px 24px!important;
  border:1px solid rgba(164,201,255,.18)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.045)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.16)!important;
  color:#d4e3ff!important;
  backdrop-filter:blur(10px);
}
.focus-card:hover{
  transform:translateY(-4px)!important;
  border-color:rgba(164,201,255,.34)!important;
  box-shadow:0 22px 50px rgba(0,0,0,.23)!important;
}
.focus .icon{color:#4188da!important;}
.focus h3{color:#d4e3ff!important;font-size:18px!important;}
.focus p{color:#b6c7eb!important;line-height:1.75!important;}
.focus .bar{background:#4188da!important;}
.section-transition{
  padding:30px 0 18px!important;
  background:linear-gradient(180deg,#0b1e3a 0%,#f2f4f7 100%)!important;
}
#position{
  padding:88px clamp(24px,7vw,110px) 96px!important;
  background:linear-gradient(180deg,#f2f4f7 0%,#fff 100%)!important;
  border-top:0!important;
  color:#191c1e!important;
}
#position::before{display:none!important;}
#position > div{
  max-width:920px!important;
  padding:42px clamp(24px,5vw,54px)!important;
  border:1px solid rgba(89,95,102,.18);
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 44px rgba(15,47,82,.10);
}
#position .research-tag{color:#4188da!important;}
#position h2{color:#0b1e3a!important;}
#position p{color:#595f66!important;}
#position strong{color:#244f7d!important;}
#position a[href="#full-position"]{
  border-radius:10px!important;
  background:linear-gradient(135deg,#4188da,#004883)!important;
}
@media(max-width:1050px){
  .focus{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:760px){
  .hero{min-height:670px!important;}
  .hero-content{width:100%!important;padding:340px 24px 62px!important;}
  .hero h1{font-size:43px!important;}
  .focus{grid-template-columns:1fr!important;padding:58px 18px 68px!important;}
  #position{padding:56px 18px 70px!important;}
  #position > div{padding:30px 20px!important;}
}


/* Position paper: dark blue gradient background only */
#position{
  background:linear-gradient(180deg,#16294a 0%,#0b1e3a 110px,#0b1e3a 100%)!important;
}


/* Final override: dark gradient for the position-paper area only */
#position.position-paper-section{
  background:linear-gradient(180deg,#16294a 0%,#0b1e3a 110px,#0b1e3a 100%)!important;
  color:#b6c7eb!important;
}
#position.position-paper-section > .position-paper-shell{
  background:transparent!important;
  border-color:rgba(164,201,255,.20)!important;
  box-shadow:none!important;
}
#position.position-paper-section h2,
#position.position-paper-section h3{
  color:#d4e3ff!important;
}
#position.position-paper-section p,
#position.position-paper-section li{
  color:#b6c7eb!important;
}
#position.position-paper-section strong{
  color:#a4c9ff!important;
}


/* Shared visual system based on about_design_master.html */
.site-header{
  background:#0b1e3a!important;
  border-bottom-color:rgba(164,201,255,.20)!important;
  box-shadow:0 5px 22px rgba(0,5,18,.22)!important;
}
.brand-name,
.brand-name .person-name{
  color:#ffffff!important;
}
.brand-name .credentials,
.brand-name .lawyer-title,
.brand-name .degree{
  color:#a4c9ff!important;
}
.brand-tag{
  color:#7fb2ec!important;
}
.site-header nav a{
  color:#f2f4f7!important;
}
.site-header nav a:hover,
.site-header nav a.is-active,
.site-header nav a[aria-current="page"]{
  color:#a4c9ff!important;
}
.site-header nav a::after{
  background:#4188da!important;
}
.site-header .nav-dropdown-menu{
  background:#0b1e3a!important;
  border-color:rgba(164,201,255,.22)!important;
  box-shadow:0 12px 28px rgba(0,5,18,.28)!important;
}
.site-header .nav-dropdown-menu a:hover{
  background:rgba(164,201,255,.10)!important;
}
.site-header .menu-toggle,
.site-header .mobile-menu-toggle{
  color:#ffffff!important;
  border-color:rgba(164,201,255,.32)!important;
}
.site-header .menu-toggle span,
.site-header .mobile-menu-toggle span{
  background:#ffffff!important;
}
:focus-visible{
  outline:3px solid rgba(65,136,218,.55);
  outline-offset:3px;
}


/* =========================================================
   SITE-WIDE ALIGNMENT WITH ABOUT_MOBILE_READY
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden;}
img,svg,video,canvas{max-width:100%;height:auto;}
body{font-family:Arial,"Noto Sans Hebrew",sans-serif;}
main,main *{min-width:0;}





@media(max-width:820px){
 body{min-width:0;-webkit-text-size-adjust:100%;text-size-adjust:100%;}
 .site-header{position:relative!important;top:auto!important;min-height:auto!important;height:auto!important;padding:18px 18px 16px!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:16px!important;}
 .brand{width:100%!important;text-align:center!important;}
 .brand-name{justify-content:center!important;flex-wrap:wrap!important;gap:7px 10px!important;font-size:clamp(30px,9vw,38px)!important;line-height:1.12!important;}
 .credentials{font-size:14px!important;}
 .brand-tag{margin-top:7px!important;font-size:10.5px!important;line-height:1.45!important;letter-spacing:.45px!important;text-align:center!important;white-space:normal!important;}
 .site-header nav{width:100%!important;margin:0!important;padding:0!important;display:flex!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:8px 18px!important;}
 .site-header nav a{min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:8px 3px!important;font-size:15px!important;line-height:1.25!important;}
 main section,main article,main div,main form,main aside{max-width:100%;}
 main h1{font-family:Arial,"Noto Sans Hebrew",sans-serif!important;font-size:clamp(36px,11vw,46px)!important;line-height:1.12!important;letter-spacing:-.025em!important;white-space:normal!important;overflow-wrap:anywhere!important;text-wrap:balance!important;}
 main h2{font-family:Arial,"Noto Sans Hebrew",sans-serif!important;font-size:clamp(24px,7vw,30px)!important;line-height:1.35!important;overflow-wrap:break-word!important;}
 main p,main li,main label,main input,main textarea,main button{overflow-wrap:break-word;}
 
 
 
}
@media(max-width:420px){
 .site-header{padding-left:14px!important;padding-right:14px!important;}
 .site-header nav{gap:6px 13px!important;}
 .site-header nav a{font-size:14px!important;}
}

@media(max-width:820px){
 .hero{min-height:0!important;height:auto!important;padding:54px 18px!important;}
 .hero-content{width:100%!important;max-width:100%!important;padding:0!important;}
 .hero .lead,.hero .sub{font-size:16px!important;line-height:1.72!important;text-align:right!important;}
 .focus{padding:40px 14px!important;}
 .focus-card{width:100%!important;max-width:100%!important;padding:24px 18px!important;}
 .position-paper-section{padding:42px 14px!important;}
 .position-paper-shell{width:100%!important;max-width:100%!important;padding:24px 18px!important;}
 .paper-action,.position-toggle{width:100%!important;min-height:48px!important;}
}

/* Keep the footer legal notice right-aligned on every screen */

@media(max-width:820px){
  
}

/* Standalone footer: visible without JavaScript */





@media(max-width:820px){
  
  
  
}

/* Final footer alignment: both lines anchored to the right */


@media(max-width:820px){
  
  
}

/* Homepage hero title: single line and slightly higher */
@media (min-width:821px) {
  .hero-content {
    padding-top:108px !important;
  }
  .hero h1 {
    white-space:nowrap !important;
    font-size:clamp(44px,4.15vw,60px) !important;
  }
}

/* Accessibility utility */
.visually-hidden{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

/* Linked homepage focus cards */
.focus-card-link{display:block;color:inherit;text-decoration:none}
.focus-card-link:focus-visible{outline:3px solid #70b7ff;outline-offset:4px}

/* Six equal homepage focus cards on one desktop row. */
.home-page .focus{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:14px!important;
  padding-right:clamp(18px,3vw,48px)!important;
  padding-left:clamp(18px,3vw,48px)!important;
}
.home-page .focus-card{
  min-height:210px!important;
  padding:24px 14px 21px!important;
}
#analog-gap .bar{margin-top:44px}
@media(max-width:1200px){
  .home-page .focus{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .home-page .focus{grid-template-columns:1fr!important}
  .home-page .focus-card{min-height:205px!important;padding:24px 18px!important}
}

/* Homepage-wide conceptual introduction. */
.home-page .page-hero .home-intro{
  max-width:920px!important;
  margin:30px 0 0!important;
  color:#d3deeb!important;
  font-size:18px!important;
  line-height:1.85!important;
  font-weight:400!important;
  text-align:justify!important;
  text-align-last:right!important;
}
.home-page .page-hero .home-intro-continuation{margin-top:18px!important}
@media(min-width:761px){
  .home-page .page-hero .hero-content{padding-bottom:72px!important}
}
@media(max-width:760px){
  .home-page .page-hero .home-intro{
    margin-top:24px!important;
    font-size:16px!important;
    line-height:1.78!important;
    text-align:justify!important;
    text-align-last:right!important;
  }
  .home-page .page-hero .home-intro-continuation{margin-top:16px!important}
}
